📄 _index.java
字号:
/*@lineinfo:filename=/index.jsp*/
/*@lineinfo:generated-code*/
import oracle.jsp.runtime.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public class _index extends com.orionserver.http.OrionHttpJspPage {
public final String _globalsClassName = null;
// ** Begin Declarations
// ** End Declarations
public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException {
response.setContentType( "text/html;charset=GBK");
/* set up the intrinsic variables using the pageContext goober:
** session = HttpSession
** application = ServletContext
** out = JspWriter
** page = this
** config = ServletConfig
** all session/app beans declared in globals.jsa
*/
PageContext pageContext = JspFactory.getDefaultFactory().getPageContext( this, request, response, null, true, JspWriter.DEFAULT_BUFFER, true);
// Note: this is not emitted if the session directive == false
HttpSession session = pageContext.getSession();
if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) {
pageContext.setAttribute(OracleJspRuntime.JSP_PAGE_DONTNOTIFY, "true", PageContext.PAGE_SCOPE);
JspFactory.getDefaultFactory().releasePageContext(pageContext);
return;
}
int __jsp_tag_starteval;
ServletContext application = pageContext.getServletContext();
JspWriter out = pageContext.getOut();
_index page = this;
ServletConfig config = pageContext.getServletConfig();
try {
// global beans
// end global beans
out.write(__oracle_jsp_text[0]);
}
catch( Throwable e) {
try {
if (out != null) out.clear();
}
catch( Exception clearException) {
}
pageContext.handlePageException( e);
}
finally {
OracleJspRuntime.extraHandlePCFinally(pageContext,false);
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private static final char __oracle_jsp_text[][]=new char[1][];
static {
try {
__oracle_jsp_text[0] =
"\n<html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=GBK\">\n <title>manage</title>\n <style type=text/css><!--\na:link { text-decoration: none}\na:visited { text-decoration: none}\n--></style>\n\n <SCRIPT language=\"JavaScript\" class=\"1\">\n<!--\n today=new Date();\n\t var hours = today.getHours();\n\t var minutes = today.getMinutes();\n\t var seconds = today.getSeconds();\n\t var timeValue = \"<FONT COLOR=black>\" + ((hours >12) ? hours -12 :hours); timeValue += ((minutes < 10) ? \"<BLINK><FONT COLOR=white>:</FONT></BLINK>0\" : \"<BLINK><FONT COLOR=white>:</FONT></BLINK>\") + minutes+\"</FONT></FONT>\";\n\t timeValue += (hours >= 12) ? \"<FONT COLOR=white><I><B>pm</B></I></FONT>\" : \"<FONT COLOR=white><B><I>am</I></B></FONT>\";\n\t function initArray(){\n\t this.length=initArray.arguments.length\n\t for(var i=0;i<this.length;i++)\n\t this[i+1]=initArray.arguments[i]}\n\t var d=new initArray(\"<font color=#8D3A1A><b>星期日</b>\",\"<font color=#8D3A1A><b>星期一</b>\",\"<font color=#8D3A1A><b>星期二</b>\",\"<font color=#8D3A1A><b>星期三</b>\",\"<font color=#8D3A1A><b>星期四</b>\",\"<font color=#8D3A1A><b>星期五</b>\",\"<font color=#8D3A1A><b>星期六</b>\"); document.write(today.getYear(),\"<b>年</b>\",today.getMonth()+1,\"<b>月</b>\",today.getDate(),\"<b>日 </b>\",d[today.getDay()+1]); \n //-->\n </script>\n </head>\n <body background=\"images/016.jpg\">\n <TBODY>\n <TR>\n <TABLE cellSpacing=0 cellPadding=0 width=\"1000\" border=0 align=\"center\">\n <TD vAlign=bottom background=\"images/t_bar.jpg\" height=84></TABLE></TBODY>\n <DIV align=\"center\">\n <table cellspacing=\"1\" cellpadding=\"1\" border=\"1\" width=\"500\">\n <tr>\n <td>\n <center><FONT size=\"5\"><STRONG>图书管理</STRONG></FONT></center>\n </td>\n <td>\n <center><FONT size=\"5\"><STRONG>借阅管理</STRONG></FONT></center>\n </td>\n <td>\n <center><STRONG><FONT size=\"5\"> 读者管理</FONT></STRONG></center>\n </td>\n </tr>\n <tr>\n <td height=\"159\">\n <UL>\n <LI>\n <FONT size=\"5\"><a href=\"FrontController?task=addNewBook\"><FONT color=\"#ff6600\" size=\"4\">新书录入</FONT></a></FONT>\n <FONT size=\"4\"> </FONT></LI>\n </UL>\n <UL>\n <LI><a href=\"FrontController?task=listBook\"><FONT color=\"#ff6600\" size=\"4\">图书清单</FONT></a></LI>\n </UL>\n <UL>\n <LI>\n <a href=\"FrontController?task=searchBook\"><FONT color=\"#ff6600\" size=\"4\">图书检索</FONT></a>\n </LI>\n </UL>\n </td>\n <td height=\"159\">\n <UL>\n <LI>\n <a href=\"FrontController?task=lendBook\"><FONT color=\"#ff6600\" size=\"4\">借书登记</FONT></a></LI>\n </UL>\n <UL>\n <LI>\n <a href=\"FrontController?task=returnBook\"><FONT color=\"#ff6600\" size=\"4\">还书登记</FONT>\n </LI>\n </UL>\n <UL>\n <LI>\n <a href=\"FrontController?task=listLendBook\"><FONT color=\"#ff6600\" size=\"4\">借阅查询</FONT></a>\n </LI>\n </UL>\n <UL>\n <LI>\n <a href=\"FrontController?task=needBack\"><FONT color=\"#ff6600\" size=\"4\">超期催还</FONT>\n </LI>\n </UL>\n </td>\n <td height=\"159\">\n <UL>\n <LI>\n <a href=\"FrontController?task=listReader\"><FONT color=\"#ff6600\" size=\"4\">读者列表</FONT></a></LI>\n </UL>\n <UL>\n <LI>\n <a href=\"FrontController?task=addNewReader\"><FONT color=\"#ff6600\" size=\"4\">读者注册</FONT></a></LI>\n </UL>\n <UL>\n <LI><a href=\"FrontController?task=searchReader\"><FONT color=\"#ff6600\" size=\"4\">读者查找</FONT></a></LI>\n </UL>\n </td>\n </tr>\n </table>\n </DIV>\n</body>\n</html>\n".toCharArray();
}
catch (Throwable th) {
System.err.println(th);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -