Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/jstock/src/main/webapp/WEB-INF/jsp/view_ajax.jsp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by karma, Wed Nov 1 12:26:27 2006 UTC revision 1.2 by karma, Wed Jan 10 11:42:45 2007 UTC
# Line 24  Line 24 
24    
25  <jsp:include page="/WEB-INF/jsp/jsFunctions.jsp" />  <jsp:include page="/WEB-INF/jsp/jsFunctions.jsp" />
26    
27  <table width="100%">  <table width="100%" id="<portlet:namespace />tbl">
28          <tr class="portlet-section-subheader">          <tr class="portlet-section-subheader">
29                  <th>名前</th>                  <th>名前</th>
30                  <th id="<portlet:namespace />pricetitle">現在値</th>                  <th id="<portlet:namespace />pricetitle">現在値</th>
31                  <th>前日比</th>                  <th>前日比</th>
32                  <th>時刻</th>                  <th>時刻</th>
33          </tr>          </tr>
34            <!--
35          <tr class="portlet-section-body">          <tr class="portlet-section-body">
36                  <td id="<portlet:namespace />name0">日経平均</td>                  <td id="<portlet:namespace />name0">日経平均</td>
37                  <td id="<portlet:namespace />price0">20000</td>                  <td id="<portlet:namespace />price0">20000</td>
# Line 43  Line 44 
44                  <td id="<portlet:namespace />change1">+1000</td>                  <td id="<portlet:namespace />change1">+1000</td>
45                  <td id="<portlet:namespace />time1">15:00</td>                  <td id="<portlet:namespace />time1">15:00</td>
46          </tr>          </tr>
47            -->
48  </table>  </table>
49    
50  </f:view>  </f:view>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26