portal.jsp

来自「beginJsp2.0外文书籍源代码」· JSP 代码 · 共 27 行

JSP
27
字号
<%@page contentType="text/html"%><%@taglib prefix="template"          uri="http://jakarta.apache.org/struts/tags-template-1.0"%><table width="100%">  <tr>    <td width="50%" valign="top">      <table width="100%">        <tr><th class="portlet"><template:get name="title[1]"/></th></tr>        <tr><td class="portlet"><template:get name="portlet[1]"/></td></tr>        <tr><td>&nbsp;</td></tr>        <tr><th class="portlet"><template:get name="title[2]"/></th></tr>        <tr><td class="portlet"><template:get name="portlet[2]"/></td></tr>      </table>    </td>    <td width="50%" valign="top">      <table width="100%">        <tr><th class="portlet"><template:get name="title[3]"/></th></tr>        <tr><td class="portlet"><template:get name="portlet[3]"/></td></tr>        <tr><td>&nbsp;</td></tr>        <tr><th class="portlet"><template:get name="title[4]"/></th></tr>        <tr><td class="portlet"><template:get name="portlet[4]"/></td></tr>      </table>    </td>  </tr></table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?