You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/06/30 17:03:59 UTC

svn commit: r959343 [3/3] - in /geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war: ./ src/ src/main/ src/main/java/ src/main/webapp/ src/main/webapp/WEB-INF/ src/main/webapp/images/ src/main/webapp/sandbox/ src/main/webapp/widget/ ...

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBase.css
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBase.css?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBase.css (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBase.css Wed Jun 30 15:03:57 2010
@@ -0,0 +1,126 @@
+@CHARSET "ISO-8859-1";
+/*--------------------------------------------------
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--------------------------------------------------*/
+
+/*--------------------------------------------------
+	Generic Daytrader pane rules
+--------------------------------------------------*/
+
+.daytrader-pane {
+	color:#000; 
+	font-family:verdana,arial,helvetica,sans-serif;
+	font-size: 11px;
+}
+
+.daytrader-pane-header {
+	background: #808080;
+	border-top: 1px solid black;
+	border-bottom: 1px solid black;
+}
+
+.daytrader-pane-header .title {
+	color: white; 
+	font-weight: bold; 
+	font-size: 1.4em;
+}
+
+.daytrader-pane-content {
+	background: #eeeeee;
+}
+
+.daytrader-maximize-image {
+	border: 1px solid #000; 
+	background : url(images/maximize-full.gif) no-repeat; 
+	width: 17px;
+	height: 17px;
+}
+
+.daytrader-minimize-image {
+	border: 1px solid #000;
+	background : url(images/minimize.gif) no-repeat;
+	width: 17px;
+	height: 17px;
+}
+
+/*--------------------------------------------------	
+	Generic Daytrader table rules
+--------------------------------------------------*/
+
+.dt-table table {
+	border: 0;
+}
+
+.dt-table th {
+	padding: 2px; 
+	background: #808080;
+	color: #fff;		
+}
+
+.dt-table td {
+	padding: 2px;
+}
+
+.dt-table-no-padding td, th {
+	padding: 0px;	
+}
+
+.dt-table .secondary-header {
+	font-weight: bold;
+	background: #69c;
+}
+
+.dt-table .data-indent {
+	padding: 0px 0px 0px 8px;
+}
+
+.dt-table .row-odd {
+	background: #fff;
+}
+
+.dt-table .row-even {
+	background: #ddd;
+}
+
+/*--------------------------------------------------	
+	General Daytrader image classes
+--------------------------------------------------*/
+
+.arrowdown {
+	background: url(images/arrowdown.gif) no-repeat;
+	width: 10px;
+	height: 10px;
+}
+
+.arrowup {
+	background: url(images/arrowup.gif) no-repeat;
+	width: 10px;
+	height: 10px;
+}
+
+/*--------------------------------------------------	
+	Some additions for the login pane
+--------------------------------------------------*/
+
+.login-pane {
+	background-color: #aaaaaa;
+	color: white;
+	font-weight: bold;
+}
+
+.error {
+	color: red;
+}

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBase.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBase.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBase.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBaseTemplate.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBaseTemplate.html?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBaseTemplate.html (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBaseTemplate.html Wed Jun 30 15:03:57 2010
@@ -0,0 +1,34 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
+<div dojoAttachPoint="quickQuoteNode" class="daytrader-pane">
+	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
+		<table align="center" width="98%">
+			<tr>
+				<td class="title">${this.label}</td>
+				<td align="right">
+					<div dojoAttachPoint="paneControl" dojoAttachEvent="onclick: onLabelClick" class="daytrader-minimize-image"></div>
+				</td>
+			</tr>
+		</table>
+	</div>
+	<div dojoAttachPoint="containerNode" class="daytrader-pane-content">
+		<div style="height: 4px"></div>
+		
+		Some content will go here...
+	</div>
+</div>

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBaseTemplate.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBaseTemplate.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBaseTemplate.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBuyQuote.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBuyQuote.html?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBuyQuote.html (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBuyQuote.html Wed Jun 30 15:03:57 2010
@@ -0,0 +1,89 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
+<div dojoAttachPoint="buyQuoteNode" class="daytrader-pane">
+	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
+		<table align="center" width="98%">
+			<tr>
+				<td class="title">${this.label}</td>
+				<td align="right">
+					<div dojoAttachPoint="paneControl" dojoAttachEvent="onclick: onLabelClick" class="daytrader-minimize-image"></div>
+				</td>
+			</tr>
+		</table>
+	</div>
+	<div dojoAttachPoint="containerNode" class="daytrader-pane-content">
+		<div style="height: 4px"></div>
+		
+		<!-- Refresh information -->
+		<table align="center" width="96%">
+			<tr>
+				<td><div dojoAttachPoint="buttonNode"></div></td>
+				<td align="right">
+					Last Updated:
+					<span dojoAttachPoint="msLastUpdated" ></span>
+				</td>
+			</tr>
+			<tr>
+				<td>
+					<select dojoOnChange="changeTimerSettings;"
+						dojoAttachPoint="refreshSelectBox" unselectable="on">
+						<option value="manual" selected="selected">manual</option>
+						<option value="5">5 sec</option>
+						<option value="10">10 sec</option>
+						<option value="30">30 sec</option>
+						<option value="60">60 sec</option> 
+					</select>
+				</td>
+				<td align="right">
+					<div dojoAttachPoint="progressBar"></div>
+				</td>
+			</tr>
+		</table>
+		
+		<hr width="96%">
+	
+	
+		<!-- <div style="height: 4px"></div> -->
+		<table align="center" width="96%">
+			<tr>
+				<td align="right"><div dojoAttachPoint="textBoxNode"></div></td>
+				<td align="left"><div dojoAttachPoint="quoteButtonNode"></div></td>
+			</tr>
+		</table>
+		
+		
+		<!-- <div style="height: 4px"></div>  -->	
+		<div dojoAttachPoint="bqQuotesDisplay" style="display: none">
+			<hr width="96%">
+			<div dojoAttachPoint="bqMessage" style="color: red">
+			</div>
+			<table dojoAttachPoint="bqQuoteTable" align="center" width="96%" class="dt-table">
+				<tr>
+					<th><div dojoAttachPoint="buyButtonNode"></div></th>
+					<th>Symbol</th>
+					<th>Price</th>
+					<th>Change</th>
+					<th>Volume</th>
+				</tr>
+			</table>
+		</div>
+		<div style="height: 4px"></div>
+	</div>
+</div>
+
+

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBuyQuote.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBuyQuote.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlBuyQuote.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlLoginLogout.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlLoginLogout.html?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlLoginLogout.html (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlLoginLogout.html Wed Jun 30 15:03:57 2010
@@ -0,0 +1,98 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
+<div dojoAttachPoint="loginLogoutNode" class="daytrader-pane login-pane">
+	<div dojoAttachPoint="loginNode" align="right">
+		<table>
+			<tbody>
+				<tr>
+					<td>UserId:</td>
+					<td>
+						<div dojoAttachPoint="loginUseridTextBoxNode"></div>
+					</td>
+					<td>Password:</td>
+					<td>
+						<div dojoAttachPoint="loginPasswordTextBoxNode"></div>
+					</td>
+					<td>
+						<div dojoAttachPoint="loginButtonNode"></div>
+					</td>
+					<td>OR</td>
+					<td>
+						<div dojoAttachPoint="showRegisterButtonNode"></div>
+					</td>
+				</tr>
+			</tbody>
+		</table>
+	</div>
+	<div dojoAttachPoint="logoutNode" style="display: none;" align="right">
+		<table>
+			<tbody>
+				<tr>
+					<td>
+						<div dojoAttachPoint="logoutButtonNode">Log Out</div>
+					</td>	
+				</tr>
+			</tbody>
+		</table>
+	</div>
+	<div dojoAttachPoint="registerNode" style="background-color: #aaaaaa;" class="daytrader-pane login-pane">
+		<table>
+			<tbody>
+					<tr>
+						<td colspan="2" class="error" dojoAttachPoint="registerMessageNode"></td>
+					</tr>
+					<tr>
+						<td align="right">User ID:</td>
+						<td align="left"><div dojoAttachPoint="registerUseridTextBoxNode"></div></td>
+					</tr>
+					<tr>
+						<td align="right">Password:</td>
+						<td align="left"><div dojoAttachPoint="registerPasswordTextBoxNode"></div></td>
+					</tr>
+					<tr>
+						<td align="right">Confirm Password:</td>
+						<td align="left"><div dojoAttachPoint="registerConfirmTextBoxNode"></div></td>
+					</tr>
+					<tr>
+						<td align="right">Full Name:</td>
+						<td align="left"><div dojoAttachPoint="registerFullnameTextBoxNode"></div></td>
+					</tr>
+					<tr>
+						<td align="right">Postal Address:</td>
+						<td align="left"><div dojoAttachPoint="registerAddressTextBoxNode"></div></td>
+					</tr>
+					<tr>
+						<td align="right">Email Address:</td>
+						<td align="left"><div dojoAttachPoint="registerEmailTextBoxNode"></div></td>
+					</tr>
+					<tr>
+						<td align="right">Credit Card: </td>
+						<td align="left"><div dojoAttachPoint="registerCreditcardTextBoxNode"></div></td>
+					</tr>	
+					<tr>
+						<td align="right">Starting Balance:</td>
+						<td align="left"><div dojoAttachPoint="registerBalanceTextBoxNode"></div></td>
+					</tr>
+					<tr>
+						<td align="right"><div dojoAttachPoint="registerButtonNode">Register</div></td>
+						<td align="left"><div dojoAttachPoint="cancelRegisterButtonNode">Cancel</div></td>
+					</tr>
+				</tbody>	
+		</table>
+	</div>
+</div>

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlLoginLogout.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlLoginLogout.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlLoginLogout.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMarketSummary.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMarketSummary.html?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMarketSummary.html (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMarketSummary.html Wed Jun 30 15:03:57 2010
@@ -0,0 +1,110 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
+<div dojoAttachPoint="marketSummaryNode" class="daytrader-pane">
+	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
+		<table align="center" width="98%">
+			<tr>
+				<td class="title">${this.label}</td>
+				<td align="right">
+					<div dojoAttachPoint="paneControl" dojoAttachEvent="onclick: onLabelClick" class="daytrader-minimize-image"></div>
+				</td>
+			</tr>
+		</table>
+	</div>
+	<div dojoAttachPoint="containerNode" class="daytrader-pane-content">
+		<div style="height: 4px"></div>
+		
+		<!-- Refresh information -->
+		<table align="center" width="96%">
+			<tr>
+				<td><div dojoAttachPoint="buttonNode"></div></td>
+				<td align="right">
+					Last Updated:
+					<span dojoAttachPoint="msLastUpdated" ></span>
+				</td>
+			</tr>
+			<tr>
+				<td>
+					<select dojoOnChange="changeTimerSettings;"
+						dojoAttachPoint="refreshSelectBox" unselectable="on">
+						<option value="manual" selected="selected">manual</option>
+						<option value="5">5 sec</option>
+						<option value="10">10 sec</option>
+						<option value="30">30 sec</option>
+						<option value="60">60 sec</option> 
+					</select>
+				</td>
+				<td align="right">
+					<div dojoAttachPoint="progressBar"></div>
+				</td>
+			</tr>
+		</table>
+		
+		<hr width="96%">
+		<!-- <div style="height: 4px"></div> -->
+		
+		<!-- Summary information -->
+		<table align="center" width="96%" dojoAttachPoint="msSummaryTable" class="dt-table">
+			<tr>
+				<th width="80px">TSIA</th><td class="data-indent" dojoAttachPoint="msTSIA"></td>
+			</tr>
+			<tr>
+				<th>% Change</th><td class="data-indent" dojoAttachPoint="msChange"></td>
+			</tr>
+			<tr>
+				<th>Volume</th><td class="data-indent" dojoAttachPoint="msVolume"></td>
+			</tr>
+		</table>
+		<div style="height: 4px"></div>
+		
+		
+		<table align="center" width="96%" dojoAttachPoint="msHistory" class="dt-table">
+			<tr class="secondary-header">
+				<td dojoAttachEvent="onClick:toggleChart">TSIA History</td>
+			</tr>
+			<tr>
+				<td align="center">
+					<div dojoAttachPoint="chart" align="center" style="border: 1px solid black;  background-color: rgb(237, 237, 222)">
+					</div>	
+				</td>
+			</tr>
+		</table>
+		<div style="height: 4px"></div>
+			
+		<!-- Top Gainers/Losers information -->
+		<table align="center" width="96%" dojoAttachPoint="msGainerTable" class="dt-table">
+			<tr>
+				<th colspan="3">Gainers</th>
+			</tr>
+			<tr class="secondary-header">
+				<td>Symbol</td><td>Price</td><td>Change</td>
+			</tr>
+		</table>
+		<!-- <div style="height: 4px"></div> -->
+			
+		<table align="center" width="96%" dojoAttachPoint="msLoserTable" class="dt-table">
+			<tr>
+				<th colspan="3">Losers</th>
+			</tr>
+			<tr class="secondary-header">
+				<td>Symbol</td><td>Price</td><td>Change</td>
+			</tr>
+		</table>
+		<div style="height: 4px"></div>	
+	</div>
+</div>

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMarketSummary.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMarketSummary.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMarketSummary.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMessages.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMessages.html?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMessages.html (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMessages.html Wed Jun 30 15:03:57 2010
@@ -0,0 +1,46 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
+<div dojoAttachPoint="messagesNode" class="daytrader-pane">
+	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
+		<table align="center" width="98%">
+			<tr>
+				<td class="title">${this.label}</td>
+				<td align="right">
+					<div dojoAttachPoint="paneControl" dojoAttachEvent="onclick: onLabelClick" class="daytrader-minimize-image"></div>
+				</td>
+			</tr>
+		</table>
+	</div>
+	<div dojoAttachPoint="containerNode" class="daytrader-pane-content">
+		<div style="height: 4px"></div>
+		<table align="center" width="96%">
+			<tr>
+				<td align="center"><div dojoAttachPoint="clearMsgButtonNode">Clear Messages</div></td>
+			</tr>
+		</table>
+				
+		<!-- <div style="height: 4px"></div> -->
+		<table align="center" width="96%" id="msgMessageTable" class="dt-table">
+			<tr>
+				<th width="100px">TimeStamp</th>
+				<th>Message</th>
+			</tr>
+		</table>
+		<div style="height: 4px"></div>
+	</div>
+</div>

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMessages.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMessages.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlMessages.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlPortfolio.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlPortfolio.html?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlPortfolio.html (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlPortfolio.html Wed Jun 30 15:03:57 2010
@@ -0,0 +1,91 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
+<div dojoAttachPoint="portfolioNode" class="daytrader-pane">
+	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
+		<table align="center" width="98%">
+			<tr>
+				<td class="title">${this.label}</td>
+				<td align="right">
+					<div dojoAttachPoint="paneControl" dojoAttachEvent="onclick: onLabelClick" class="daytrader-minimize-image"></div>
+				</td>
+			</tr>
+		</table>
+	</div>
+	<div dojoAttachPoint="containerNode" class="daytrader-pane-content">
+		<div style="height: 4px"></div>
+		
+		<!-- Refresh information -->
+		<table align="center" width="96%">
+			<tr>
+				<td><div dojoAttachPoint="buttonNode"></div></td>
+				<td align="right">
+					Last Updated:
+					<span dojoAttachPoint="msLastUpdated" ></span>
+				</td>
+			</tr>
+			<tr>
+				<td>
+					<select dojoOnChange="changeTimerSettings;"
+						dojoAttachPoint="refreshSelectBox" unselectable="on">
+						<option value="manual" selected="selected">manual</option>
+						<option value="5">5 sec</option>
+						<option value="10">10 sec</option>
+						<option value="30">30 sec</option>
+						<option value="60">60 sec</option> 
+					</select>
+				</td>
+				<td align="right">
+					<div dojoAttachPoint="progressBar"></div>
+				</td>
+			</tr>
+		</table>
+		
+		<hr width="96%">
+		
+		<!-- This table holds debug buttons -->
+		<table dojoAttachPoint="pfDebug" align="center" width="96%" style="display: none">
+			<tr>
+				<td align="left"><div dojoAttachPoint="holdingsButtonNode"></div></td>
+			</tr>
+		</table>
+			
+		<!-- <div style="height: 4px"></div> -->
+		<div dojoAttachPoint="pfHoldingsDisplay" style="display: none">
+			<div dojoAttachPoint="pfHoldingsMessage" style="color: red">
+			</div>
+			<table dojoAttachPoint="pfHoldingsTable" class="dt-table" align="center" width="96%">
+				<tr>
+					<th>Sell</th>
+					<th>Stock Symbol</th>
+					<th>Quantity</th>
+					<th>Purchase Price</th>
+					<th>Current Price</th>
+					<th>Gain / Loss</th>
+				</tr>
+				<tr>
+					<td colspan="2"><div dojoAttachPoint="sellButtonNode"></div></td>
+					<td class="secondary-header">Total: </td>
+					<td class="secondary-header"></td>
+					<td class="secondary-header"></td>
+					<td class="secondary-header"></td>
+				</tr>
+			</table>
+		</div>
+		<div style="height: 4px"></div>
+	</div>
+</div>

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlPortfolio.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlPortfolio.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlPortfolio.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.css
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.css?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.css (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.css Wed Jun 30 15:03:57 2010
@@ -0,0 +1,38 @@
+@CHARSET "ISO-8859-1";
+/*----------------------------------------------------------------------------
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-----------------------------------------------------------------------------*/
+
+
+.progress-bar { 
+	font-family:verdana,arial,helvetica,sans-serif;
+	font-size: 12px;
+}
+
+.progress-bar td {
+	padding: 0px;	
+}
+
+.progress-bar .tickbox {
+	width: 6px;
+	height: 6px;
+}
+
+.progress-bar .update-text {
+	font-size: 0.8em; 
+	text-decoration: blink; 
+	visibility: hidden
+}

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.html?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.html (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.html Wed Jun 30 15:03:57 2010
@@ -0,0 +1,42 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
+<div dojoAttachPoint="progressBarNode" class="progress-bar">
+<table>
+	<tr>
+		<td>
+			<table>
+				<tr>
+					<td dojoAttachPoint="progressBarUpdate" class="update-text">Updating...</td>
+				</tr>
+			</table>
+		</td>
+		<td>
+			<table>
+				<tr dojoAttachPoint="progressBarRow">
+					<td><div class="tickbox"></div></td>
+					<td><div class="tickbox"></div></td>
+					<td><div class="tickbox"></div></td>
+					<td><div class="tickbox"></div></td>
+					<td><div class="tickbox"></div></td>
+					<td><div class="tickbox"></div></td>
+				</tr>
+			</table>
+		</td>
+	</tr>
+</table>
+</div>

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlProgressBar.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlQuickQuote.html
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlQuickQuote.html?rev=959343&view=auto
==============================================================================
--- geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlQuickQuote.html (added)
+++ geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlQuickQuote.html Wed Jun 30 15:03:57 2010
@@ -0,0 +1,51 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
+<div dojoAttachPoint="quickQuoteNode" class="daytrader-pane">
+	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
+		<table align="center" width="98%">
+			<tr>
+				<td class="title">${this.label}</td>
+				<td align="right">
+					<div dojoAttachPoint="paneControl" dojoAttachEvent="onclick: onLabelClick" class="daytrader-minimize-image"></div>
+				</td>
+			</tr>
+		</table>
+	</div>
+	<div dojoAttachPoint="containerNode" class="daytrader-pane-content">
+		<div style="height: 4px"></div>
+		<table align="center" width="96%">
+			<tr>
+				<td align="right"><div dojoAttachPoint="textBoxNode"></div></td>
+				<td align="left"><div dojoAttachPoint="buttonNode"></div></td>
+			</tr>
+		</table>
+		
+		<div dojoAttachPoint="qqQuotesDisplay" style="display: none">
+			<hr width="96%">
+			<table align="center" width="96%" dojoAttachPoint="qqQuotesTable" class="dt-table">
+				<tr>
+					<th>Symbol</th>
+					<th>Price</th>
+					<th>Change</th>
+					<th>Volume</th>
+				</tr>
+			</table>
+		</div>
+		<div style="height: 4px"></div>
+	</div>
+</div>

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlQuickQuote.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlQuickQuote.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/HtmlQuickQuote.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/arrowdown.gif
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/arrowdown.gif?rev=959343&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/arrowdown.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/arrowup.gif
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/arrowup.gif?rev=959343&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/arrowup.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/maximize-full.gif
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/maximize-full.gif?rev=959343&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/maximize-full.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/maximize.gif
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/maximize.gif?rev=959343&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/maximize.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/minimize.gif
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/minimize.gif?rev=959343&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/minimize.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/minimize_white.gif
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/minimize_white.gif?rev=959343&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/samples/trunk/samples/daytrader/assemblies/javaee/dojo-ui-war/src/main/webapp/widget/templates/images/minimize_white.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif