?? cmnpagepart1.jsp
字號:
<%@page contentType="text/html;charset=gbk" %>
<body>
<form name="form_main" action="servlet/CommonServlet" method="post"
onsubmit="return checkInput();" onreset="resetForm()">
<table width=800 border=0 cellpadding=0 cellspacing=0>
<tr height=50>
<td width=800>
<!-- 頁面上部 -->
<table width=800 border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=400 height=60>
<img border=0 src="img/logo.gif"></img></td>
<td width=400 align=right>
現(xiàn)在的時間是<%=sShowDate%>
<br>
<br><%=session.getAttribute("realname")%>,你好! | <a href="javascript:logout()">退出</a> | <a href="menu.jsp">幫助</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor=black width=800>
<!-- 各功能模塊導(dǎo)航條 -->
<table border=0 cellpadding=1 cellspacing=1 bgcolor="#00BB00">
<tr>
<td class="td_menu" id="tdRegister"
onmouseover="menuIn(this)"
onmouseout="menuOut(this)"
onclick="gotoPage('register')">
簡歷登錄
</td>
<td class="td_menu" id="tdProcess"
onmouseover="menuIn(this)"
onmouseout="menuOut(this)"
onclick="gotoPage('process')">
簡歷整理
</td>
<td class="td_menu" id="tdExpire"
onmouseover="menuIn(this)"
onmouseout="menuOut(this)"
onclick="gotoPage('expire')">
過期簡歷
</td>
<td class="td_menu" id="tdView"
onmouseover="menuIn(this)"
onmouseout="menuOut(this)"
onclick="gotoPage('view')">
簡歷查詢
</td>
<td class="td_menu" id="tdSetting"
onmouseover="menuIn(this)"
onmouseout="menuOut(this)"
onclick="gotoPage('setting')">
系統(tǒng)設(shè)置
</td>
<td class="td_last">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor=white width=800>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -