newtopic-layout.jsp

来自「struts+hibernate BBS mysql数据库 功能基本齐全」· JSP 代码 · 共 20 行

JSP
20
字号
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<html>
   <head>
      <title>TilesTaglibs Sample</title>
      <LINK href="/ElanNet/forum/view/css/DefaultStyle1.css" type="text/css"
			rel="stylesheet" />
   </head>
   <body >
      <table border="0">
      	<tr><td><tiles:insert attribute="top"/></td></tr>
      </table>
      <table border="0">
      	<tr><td><tiles:insert attribute="newTopicContents"/></td></tr>
      </table>
      <table border="0">
      	<tr><td><tiles:insert attribute="footer"/></td></tr>
      </table>
   </body>
</html>

⌨️ 快捷键说明

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