?? top1.jsp
字號:
<%@ page contentType="text/html;charset=GBK" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<style type="text/css">
<!--
body {
background-color: #7AA1E6;
}
-->
</style>
<link rel="stylesheet" href="../css/oa.css" type="text/css">
<table width="100%" border="0">
<tr>
<td colspan=2 height=25 align=center class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=../images/oa_long_ban.gif >
<font color=red>北京科技大學招生與就業管理系統后臺</font>歡迎
<c:out value="${user.manager} ${user.username}登陸 IP地址:${ip} 登陸時間:${logintime}" escapeXml="false"></c:out></td>
</tr>
<tr>
<td width=190> </td>
<td align=center>
<c:if test="${user!=null and user.manager!='信息發布員'}">
<input type="button" name="Submit" value="快速篩選" onclick="javascript:parent.window.frames[2].location.href='toshaixuan.do';"/>
<input type="button" name="Submit" value="自定義篩選" onclick="javascript:parent.window.frames[2].location.href='tozdysx.do';"/>
<input type="button" name="Submit" value="全部數據" onclick="javascript:parent.window.frames[2].location.href='toalldate.do';"/>
<input type="button" name="Submit" value="設定排序" onclick="javascript:parent.window.frames[2].location.href='tosetturn.do';"/>
</c:if>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -