?? baseinfo_template.jsp
字號(hào):
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ include file="/jsp/common/environment.jsp" %>
<html:html>
<head>
<!-- input name='title' -->
<title><tiles:getAsString name="title"/></title>
</head>
<body TEXT="#333333" BGCOLOR="#FFFFFF" LEFTMARGIN="2" TOPMARGIN="2" MARGINWIDTH="0" MARGINHEIGHT="0">
<div align="center">
<!-- input name='top' -->
<tiles:insert attribute="top"/>
<table border="0" width="997" cellspacing="0" cellpadding="0">
<tr>
<td width="127" align="left" valign="top" bgcolor="#EEF2EE">
<!-- input name='left' -->
<tiles:insert attribute="left"/>
</td>
<td width="3" align="left" valign="top" bgcolor="#EEF2EE">
<img border="0" src="<%=imagesurl%>left4.gif" width="3" height="195">
</td>
<td width="867" align="left" valign="top">
<!-- input name='body' -->
<tiles:insert attribute="body"/>
</td>
</tr>
</table>
<!-- input name='bottom' -->
<tiles:insert attribute="bottom"/>
</div>
</body>
</html:html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -