menusummary.jsp

来自「这是STRUTS1.2。6的开发包。。这是我从芝APACHE网站下下来」· JSP 代码 · 共 24 行

JSP
24
字号
<div align="center"><font size="+1"><b>

<TABLE border="0" cellPadding="2" cellSpacing=0 width="100%" >
  
  <TR>
    <TD class=spanhd>Menu</TD>
  </TR>
  <TR>
    <TD class="datagrey">
	  <ul>
	    <li>Build easily menus by specifying entries (or items) to be rendered, and layout used to
	  render them.</li>
	    <li>A menu entry can contains text, link, icon, tooltip, ...</li>
	    <li>Menu layout renders each entry according to properties set.</li>
	    <li> menu is inserted anywhere with the tag <em>&lt;tiles:insert name="menuName"&gt;</em></li>
	    <li>It is possible to change all menus look and feel simply by changing menu layout. 
	  No need to change already defined entries.</li>
	    <li>All menus in this site are build using entries and menu layout.</li>
	  </ul>
	</TD>
  </TR>
</TABLE>

</b></font></div>

⌨️ 快捷键说明

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