pageTitle.jsp
资源名称:NetOffice.rar [点击查看]
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:1k
源码类别:
电子政务应用
开发平台:
Java
- <%--
- /**
- * pageTitle.jsp
- */
- --%>
- <%-- header --%>
- <% if( pageTitleInfo != null ) { %>
- <table class="pageHeaderBg" cellpadding="1" cellspacing="0" border="0" width="100%">
- <td><table class="pageHeaderFg" cellpadding="3" cellspacing="0" border="0" width="100%">
- <td>
- <span class="pageTitle">
- <% for( int i=0; i<pageTitleInfo.length; i++ ){ %>
- <%= pageTitleInfo[i] %>
- <% if( (i+1)<pageTitleInfo.length ) { %>
- :
- <% } %>
- <% } %>
- </span>
- </td>
- </table></td>
- </table>
- <% } %>
- <%-- /header --%>