?? head.jsp
字號:
<%
String username=(String)session.getAttribute("admin");
if(username==null) {response.sendRedirect("../index.jsp");} %>
<table border="0" width="780" height="32" background="picture/Blue hills.jpg">
<tr>
<td width="135" align="center"><a href="index.jsp" target="_top" style="text-decoration:none">index</a></td>
<td width="135" align="center"><a href="admin/worker.jsp" target="_top" style="text-decoration:none">worker</a></td>
<td width="135" align="center"><a href="admin/new.jsp" target="_top" style="text-decoration:none">news</a></td>
<td width="135" align="center"><a href="admin/notice.jsp" target="_top" style="text-decoration:none">notice</a></td>
<td width="135" align="center"><a href="admin/department.jsp" target="_top" style="text-decoration:none">department</a></td>
<td width="135" align="center"><a href="admin/perdesign.jsp" target="_top" style="text-decoration:none">perdesign</a></td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -