📄 pname_005fsearch_jsp.java
字号:
package org.apache.jsp.view;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class pname_005fsearch_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(2);
_jspx_dependants.add("/view/header.jsp");
_jspx_dependants.add("/view/foot.jsp");
}
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=GBK");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<title>pname_search</title>\r\n");
out.write("<link href=\"");
out.print(request.getContextPath());
out.write("/css/fund.css\" rel=\"stylesheet\" type=\"text/css\"/>\r\n");
out.write("<script type=\"\" language=\"JavaScript\">\r\n");
out.write("function readVisit(){\r\n");
out.write(" document.form1.action=\"petvisitservlet?action=read&petid=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ownersdto.pid}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\";\r\n");
out.write(" document.form1.submit();\r\n");
out.write("}\r\n");
out.write("function addVisit(){\r\n");
out.write(" document.form1.action=\"petvisitservlet?action=add&petid=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ownersdto.pid}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\";\r\n");
out.write(" document.form1.submit();\r\n");
out.write("}\r\n");
out.write("</script>\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"#ffffff\">\r\n");
out.write("\r\n");
out.write("<link href=\"");
out.print(request.getContextPath());
out.write("/css/fund.css\" rel=\"stylesheet\" type=\"text/css\"/>\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<title>header</title>\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write(" <!--\r\n");
out.write(" .STYLE11 {font-size: 50px}\r\n");
out.write(" -->\r\n");
out.write("</style>\r\n");
out.write("\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"#ffffff\">\r\n");
out.write("<table width=\"100%\" cellspacing=\"0\" border=\"0\">\r\n");
out.write(" <tr class=\"tddata\">\r\n");
out.write(" <td width=\"160\" height=\"32\"> </td>\r\n");
out.write(" <td width=\"355\"> </td>\r\n");
out.write(" <td width=\"144\">\r\n");
out.write(" <div align=\"center\">\r\n");
out.write(" <a href=\"");
out.print(request.getContextPath());
out.write("/existservlet\">退出</a>\r\n");
out.write(" </div>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr class=\"tddata\">\r\n");
out.write(" <td height=\"79\"> </td>\r\n");
out.write(" <td>\r\n");
out.write(" <div align=\"center\">\r\n");
out.write(" <span class=\"STYLE11\">宠物诊所应用</span>\r\n");
out.write(" </div>\r\n");
out.write(" </td>\r\n");
out.write(" <td> </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr class=\"tddata\">\r\n");
out.write(" <td height=\"30\">\r\n");
out.write(" <a href=\"/WebModule1/view/vetsearch.jsp\">兽医</a>\r\n");
out.write(" \r\n");
out.write(" <a href=\"/WebModule1/view/petsearch.jsp\">宠物</a>\r\n");
out.write(" </td>\r\n");
out.write(" <td> </td>\r\n");
out.write(" <td> </td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
out.write("\r\n");
out.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=\"thd\" width=\"70%\" align=\"center\">\r\n");
out.write(" <form action=\"updatepetservlet?action=update&pid=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ownersdto.pid}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\" method=\"POST\" name=\"form1\">\r\n");
out.write(" <table border=\"0\" width=\"60%\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=\"tdata\" width=\"50%\">宠物名称</td>\r\n");
out.write(" <td class=\"tdata\" width=\"50%\">\r\n");
out.write(" <input class=\"inputstyle\" size=\"1\" type=\"text\" name=\"pname\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ownersdto.pname}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\"/>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=\"tdata\" width=\"50%\">类型</td>\r\n");
out.write(" <td class=\"tdata\" width=\"50%\">\r\n");
out.write(" <input class=\"inputstyle\" size=\"1\" type=\"text\" name=\"tname\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ownersdto.tname}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\"/>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=\"tdata\" width=\"50%\">出生日期</td>\r\n");
out.write(" <td class=\"tdata\" width=\"50%\">\r\n");
out.write(" <input class=\"inputstyle\" size=\"1\" type=\"text\" name=\"birth\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ownersdto.birth_date}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\"/>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td class=\"tdata\" width=\"50%\">所有人名称</td>\r\n");
out.write(" <td class=\"tdata\" width=\"50%\">\r\n");
out.write(" <input class=\"inputstyle\" size=\"1\" type=\"text\" name=\"oname\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ownersdto.oname}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\"/>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"1\" align=\"center\">\r\n");
out.write(" <input class=\"btnaction\" type=\"button\" name=\"btn1\" value=\"阅览病历\" onclick=\"readVisit()\"/>\r\n");
out.write(" </td>\r\n");
out.write(" <td colspan=\"1\" align=\"center\">\r\n");
out.write(" <input class=\"btnaction\" type=\"button\" name=\"btn2\" value=\"增加新病历\" onclick=\"addVisit()\"/>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"2\" align=\"center\">\r\n");
out.write(" <input class=\"btnaction\" type=\"submit\" name=\"aaa\" value=\"修改信息\"/>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write(" </form>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("\r\n");
out.write("<link href=\"");
out.print(request.getContextPath());
out.write("/css/fund.css\" rel=\"stylesheet\" type=\"text/css\"/>\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<title>\r\n");
out.write("foot\r\n");
out.write("</title>\r\n");
out.write("\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"#ffffff\">\r\n");
out.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\">\r\n");
out.write(" <tr class=\"tddata\">\r\n");
out.write(" <td> </td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
out.write("\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -