Browse CVS Repository
Diff of /pal/jstock/src/main/webapp/WEB-INF/jsp/view_ajax.jsp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 25 |
<jsp:include page="/WEB-INF/jsp/jsFunctions.jsp" /> |
<jsp:include page="/WEB-INF/jsp/jsFunctions.jsp" /> |
| 26 |
|
|
| 27 |
<table width="100%" id="<portlet:namespace />tbl"> |
<table width="100%" id="<portlet:namespace />tbl"> |
| 28 |
|
<thead> |
| 29 |
<tr class="portlet-section-subheader"> |
<tr class="portlet-section-subheader"> |
| 30 |
<th>名前</th> |
<th>名前</th> |
| 31 |
<th id="<portlet:namespace />pricetitle">現在値</th> |
<th id="<portlet:namespace />pricetitle">現在値</th> |
| 32 |
<th>前日比</th> |
<th>前日比</th> |
| 33 |
<th>時刻</th> |
<th>時刻</th> |
| 34 |
</tr> |
</tr> |
| 35 |
<!-- |
</thead> |
| 36 |
<tr class="portlet-section-body"> |
<tbody id="<portlet:namespace />tblbody"> |
| 37 |
<td id="<portlet:namespace />name0">日経平均</td> |
</tbody> |
|
<td id="<portlet:namespace />price0">20000</td> |
|
|
<td id="<portlet:namespace />change0">+1000</td> |
|
|
<td id="<portlet:namespace />time0">15:00</td> |
|
|
</tr> |
|
|
<tr class="portlet-section-body"> |
|
|
<td id="<portlet:namespace />name1">日経平均</td> |
|
|
<td id="<portlet:namespace />price1">20000</td> |
|
|
<td id="<portlet:namespace />change1">+1000</td> |
|
|
<td id="<portlet:namespace />time1">15:00</td> |
|
|
</tr> |
|
|
--> |
|
| 38 |
</table> |
</table> |
| 39 |
|
|
| 40 |
</f:view> |
</f:view> |
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|