?? index.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" %><%@ page import="com.publish.jxc.charpter9.*" %><%//刷新和權限問題 response.setHeader("Pragma","No-cache"); response.setHeader("Cache-Control","no-cache"); response.setDateHeader("Expires", 0); String contextPath = request.getContextPath(); if (session.getAttribute("user") == null) { out.print(Utility.outPrintPage("你還沒登錄,無權查看此頁面!", contextPath + "/index.jsp")); return; }%><html><head><title>個人求職管理系統</title><link rel="stylesheet" href="<%=contextPath%>/css/itsp.css" type="text/css"></head><body><div align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="22"> <tr> <td width="1"><img src="<%=contextPath%>/images/top_r1.GIF" width="62" height="22"></td> <td width=150 align="center"> 個人求職管理系統</td> <td><img src="<%=contextPath%>/images/top_r2.GIF" width="294" height="22"></td> <td width=100 align="center"><a href="<%=contextPath%>/index.jsp">[ 退出系統 ]</a></td> </tr> </table> <br> <br> <br> <form name=managerform action="/charpter9/manager" method=post > <table width="80%" border="0" cellspacing="0" cellpadding="10"> <tr align="center" valign="middle"> <td> <p><input type="image" src="<%=contextPath%>/images/chann1.gif" onMouseDown="javascript:window.managerform.actionName.value='GSVIEW';window.managerform.submit();" alt="公司查詢" width="40" height="40" border="0"></p> <p>公司查詢</p> </td> <td> <p><input type="image" src="<%=contextPath%>/images/chann2.gif" onMouseDown="javascript:window.managerform.actionName.value='ZWVIEW';window.managerform.submit();" alt="職位查詢" width="40" height="40" border="0"></p> <p>職位查詢</p> </td> <input name="actionName" type="hidden" value="GSSZ"> </tr> </table> <br> <br><table align=center border=0 cellpadding=0 cellspacing=2 width="95%"> <tbody> <tr valign=center> <td align=middle> <br> <table border=0 cellpadding=0 cellspacing=0> <tr> <td> <input class=stbtm type="button" name="Button" value="重新登錄" onClick="javascript:window.location.href='<%=contextPath%>/index.jsp';"> </td> </tr> </table> </td> </tr> </table> </form></div></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -