📄 menu.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ taglib uri="struts-html" prefix="html"%>
<%@ taglib uri="struts-logic" prefix="logic"%>
<%@ page import="com.yxq.tools.MyTools" %>
<html>
<head>
<title>菜单栏</title>
</head>
<body>
<table border="0" cellspacing="4" cellpadding="0">
<tr>
<td align="left">
<table border="0" width="434" height="34" background="image/menu.gif">
<tr>
<td width="90" align="center" valign="top">
<html:link page="/school/backIndex.do">首页</html:link>
</td>
<td width="90" align="center" valign="top">招聘信息</td>
<td width="90" align="center" valign="top">供求信息</td>
<td width="90" align="center" valign="top">留言</td>
<td width="90" align="center" valign="top">
<html:link page="/user/templet.jsp">用户注册</html:link>
</td>
</tr>
</table>
</td>
<td align="right">
<table border="0" height="30" cellspacing="3" bordercolor="lightgrey" bordercolorlight="lightgrey" bordercolordark="white">
<tr><td align="center"><img src="image/date.gif"> <b><%=MyTools.getNowTime()%></b></td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -