?? topnew.jsp
字號:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<table width="778" border="0" cellspacing="0" cellpadding="0"
align="center">
<tbody>
<tr>
<td>
<table width="778" border="0" cellspacing="0" cellpadding="0"
align="center">
<tbody>
<tr>
<td align="center">
<html:img page="/images/top.jpg" alt="歡迎進入本系統" />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="778" border="0" cellspacing="1" cellpadding="1"
background="../images/001.jpg" align="center">
<tbody>
<tr>
<td align="center">
<html:link page="/index.jsp">首頁</html:link>
</td>
<logic:present scope="application" name="newsTypeList">
<logic:iterate id="newsType" name="newsTypeList"
scope="application">
<td align="center">
<html:link action="/newsList" paramId="newsTypeId"
paramName="newsType" paramProperty="id">
<bean:write name="newsType" property="name" />
</html:link>
</td>
</logic:iterate>
</logic:present>
<%
HttpSession s=request.getSession(true);
int level=0;
if(s.getAttribute("Level") != null){
level=Integer.parseInt((String)s.getAttribute("Level"));
}
if(level == 1 || level == 2){ %>
<td>
<html:link page="/jsps/backmanager.jsp">管理入口</html:link>
</td>
<%} %>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="3px">
</td>
</tr>
</tbody>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -