⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zaixianzixun_searchclient.jsp

📁 一个目前正在上线运行的JSP企业网站系统
💻 JSP
字号:
<%@page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage=""%>
<%@page import="com.gforce.currency.*,com.gforce.gfoa.*,java.util.*"%>
<jsp:include page="/CheckLogin.jsp" flush="true"/>
<%
  Session m_session = new Session(session);
  Request m_request = new Request(request);
  String strID = m_request.GetString("ID");
  String strChanPinID = m_request.GetString("ChanPinID");
  Vector vtWebSite = WebSiteDirManager.getRecordBySearch(strID, "", "", "", "", "", "", "", "", "", "", "", "Xitic", "cnweb", "", "");
  if (vtWebSite.size() < 1) {
%>
<script language="javascript" type="text/javascript">
alert("您访问的网页栏目不存在,请与管理员联系!");
history.back();
</script>
<%
  } else {
    String strStation = ((Vector) vtWebSite.get(0)).get(2).toString();
    String strLeveNumber = ((Vector) vtWebSite.get(0)).get(3).toString();
    String strName = ((Vector) vtWebSite.get(0)).get(1).toString();
    String strCurrentStation = "<font color=\"red\">当前位置:</font>"; //当前位置
    String strInfoType = ((Vector) vtWebSite.get(0)).get(13).toString();
    String strChildrenAcount = ((Vector) vtWebSite.get(0)).get(4).toString();
    String strLinkURL = ((Vector) vtWebSite.get(0)).get(8).toString();
    String strOpenPicURL = ((Vector) vtWebSite.get(0)).get(6).toString();
    String strClosePicURL = ((Vector) vtWebSite.get(0)).get(7).toString();
    String strPageTempletFile = ((Vector) vtWebSite.get(0)).get(14).toString();
    String strRemark = ((Vector) vtWebSite.get(0)).get(17).toString();
    if (strLinkURL.trim().indexOf(request.getRequestURI())<0)
    {
      response.sendRedirect(strLinkURL.trim());
    }
    if (strInfoType.equalsIgnoreCase("JobList")) {
      response.sendRedirect("JobList.jsp?ID=" + strID);
    }
    if (strInfoType.equalsIgnoreCase("Resume")) {
      response.sendRedirect("WebSite/AddBioInfo.jsp");
    }
    Vector vt = new Vector();
%>
<html>
<head>
<title>西安吉力科技发展有限责任公司</title>
<link href="/TXT.CSS" rel="stylesheet" type="text/css">

</head>
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<center>
<jsp:include flush="false" page="/cnwebtop.jsp"/>
  <table border="0" cellpadding="0" cellspacing="0" width="778">
    <tr>
      <td width="203" valign="top" nowrap bgcolor="#DED9CF" align="center">
        <table border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="203" height="382" valign="top" align="center">
              <br>
              <br>
              <br>
              <table border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td>
                    <table border="0" cellpadding="0" cellspacing="3">
                    <%
                      int iChildrenAcount = 0;
                      if (strChildrenAcount.length() > 0) {
                        if (Integer.parseInt(strChildrenAcount, 10) > 0) {
                          iChildrenAcount = Integer.parseInt(strChildrenAcount, 10);
                        }
                        else {
                          iChildrenAcount = 0;
                        }
                      }
                      Vector vt_LMLB = WebSiteDirManager.getRecordBySearch("", "", strStation + strID + "_", (Integer.parseInt(strLeveNumber, 10) + 1) + "", "", "", "", "", "", "", "", "", "Xitic", "cnweb", "", "");
                      if (vt_LMLB.size() < 1) {
                        vt_LMLB = WebSiteDirManager.getRecordBySearch("", "", strStation, strLeveNumber, "", "", "", "", "", "", "", "", "Xitic", "cnweb", "", "");
                      }
                      int iRowWidth = 0;
                      for (int i = 0; i < vt_LMLB.size(); i++) {
                    %>
                      <tr>
                        <td>
                        <%
                          if (((Vector) vt_LMLB.get(i)).get(10).toString().equalsIgnoreCase("True")) {
                            if (((Vector) vt_LMLB.get(i)).get(8).toString().trim().length() > 0) {
                              out.println("<a href=\"" + ((Vector) vt_LMLB.get(i)).get(8).toString() + "\" target=\"" + ((Vector) vt_LMLB.get(i)).get(9).toString() + "\"><font color=\"black\">" + ((Vector) vt_LMLB.get(i)).get(1).toString() + "</font></a>");
                            }
                            else {
                              out.println("<a href=\"/sub.jsp?ID=" + ((Vector) vt_LMLB.get(i)).get(0).toString() + "\" target=\"" + ((Vector) vt_LMLB.get(i)).get(9).toString() + "\"><font color=\"black\">" + ((Vector) vt_LMLB.get(i)).get(1).toString() + "</font></a>");
                            }
                          }
                          else {
                            out.println("<font color=\"black\">" + ((Vector) vt_LMLB.get(i)).get(1).toString() + "</font>");
                          }
                        %>
                        </td>
                      </tr>
                      <tr>
                        <td>&nbsp;</td>
                      </tr>
                    <%}                    %>
                    </table>
                  </td>
                </tr>
              </table>
            </td>
          </tr>
        </table>
      </td>
      <td width="575" valign="top" nowrap bgcolor="#FFFFFF" align="center">
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
            <td><img src="/images/point.gif" width="10" height="31" alt="">
            <%
            String[] strWebDirs = (strStation.substring(1,strStation.length()-1)).split("_");
            for(int i=0;i<strWebDirs.length;i++)
            {
              vt = WebSiteDirManager.getRecordByID(strWebDirs[i]);
              if(vt.size()>0)
              {
                if(((Vector)vt.get(0)).get(10).toString().equalsIgnoreCase("True"))
                {
                  if(((Vector)vt.get(0)).get(8).toString().trim().length()>0)
                  {
                    strCurrentStation += "<a href=\"" + ((Vector)vt.get(0)).get(8).toString() + "\" target=\"" + ((Vector)vt.get(0)).get(9).toString() + "\"><font color=\"black\">" + ((Vector)vt.get(0)).get(1).toString() + "</font></a><font color=\"black\">--></font>";
                  }
                  else
                  {
                    strCurrentStation += "<a href=\"/sub.jsp?ID=" + ((Vector)vt.get(0)).get(0).toString() + "\" target=\"" + ((Vector)vt.get(0)).get(9).toString() + "\"><font color=\"black\">" + ((Vector)vt.get(0)).get(1).toString() + "</font></a><font color=\"black\">--></font>";
                  }
                }
                else
                {
                  strCurrentStation += "<font color=\"black\">" + ((Vector)vt.get(0)).get(1).toString() + "--></font>";
                }
              }
            }
            strCurrentStation += "<font color=\"black\">" + strName + "</font>";
            out.println(strCurrentStation);
            %>
            </td>
          </tr>
        </table>
        <table border="0" align="center" cellpadding="0" cellspacing="0" width="100%">
          <tr>
            <td align="center"><img src="/images/zl07.gif" width="457" height="31" alt=""></td>
          </tr>
        </table>
        <br/>
        <table border="0" cellpadding="0" cellspacing="0" align="center">
          <tr>
            <td width="12" height="20" align="right"><img src="../images/sub3-1.jpg" width="12" height="20" alt=""></td>
            <td align="center" background="../images/sub3-2.jpg"><font color="#3877f6">在线咨询查询</font></td>
            <td align="left" width="13"><img src="../images/sub3-3.jpg" width="18" height="20" alt=""></td>
          </tr>
        </table>
        <table border="0" cellpadding="0" cellspacing="0" align="center">
          <tr>
            <td valign="top" height="380" colspan="3">
              <br>
              <form name="addarticle" action="ZaiXianZiXun_List.jsp?ID=75" method="post">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                   <tr>
                  <td align="right">标&nbsp;&nbsp;&nbsp;&nbsp;题:</td>
                  <td>
                    <input name="BiaoTi" type="text"/>

                  </td>
                </tr>
                <tr>
                  <td align="right">答复内容:</td>
                  <td>
                    <input name="DaFuNeiRong" type="text">

                  </td>
                </tr>
                <tr>
                  <td align="right">咨询内容:</td>
                  <td>
                    <input name="NeiRong" type="text">

                  </td>
                </tr>
                <tr>
                  <td align="right">姓&nbsp;&nbsp;&nbsp;&nbsp;名:</td>
                  <td>
                    <input name="XingMing" type="text">

                  </td>
                </tr>
              </table>
            <br />
            <br />
            <div align="center">
              <input type="submit" value="搜 索" name="B2" size="20"  style="background-color: #FFFFFF; border: 1 solid #000000">&nbsp;&nbsp;&nbsp;
              <input type="reset" value="重 置" name="Reset"  size="20" style="background-color: #FFFFFF; border: 1 solid #000000">

            </div>
            <br />
          </td>
          </tr>
        </table></form>
      </td>
    </tr>
  </table>
</center>
<jsp:include flush="false" page="/cnwebbottom.jsp"/>
</center></body>
</html>
<%}%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -