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.2 by karma, Wed Jan 10 11:42:45 2007 UTC revision 1.3 by karma, Mon Jan 15 10:07:14 2007 UTC
# Line 25  Line 25 
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

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