simple.jsp
来自「java游戏核心源代码 对于喜欢java游戏的可以看看 和有帮助的」· JSP 代码 · 共 43 行
JSP
43 行
<%@ taglib uri="sitemesh-decorator" prefix="decorator" %><%@ taglib uri="sitemesh-page" prefix="page" %><html> <head> <title><decorator:title/></title> <link rel="stylesheet" href="decorators/style.css"> <decorator:head/> </head> <body> <table width="100%"> <tr> <td class="title" colspan="2"> <decorator:title/> </td> </tr> <tr> <td class="body" valign="top"> <decorator:body/> </td> <td valign="top"> <page:applyDecorator name="window" page="login.jsp"/> <page:applyDecorator name="window" title="Disclaimer"> This site is not legally binding in any way. <br> All rights reserved. Elvis has left the building. </page:applyDecorator> </td> </tr> <tr> <td class="footer" valign="top" colspan="2"> <b>Title:</b> <decorator:title/> <br> <b>Author:</b> <decorator:getProperty property="meta.author"/> <br> </td> </tr> </table> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?