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

📄 index.jsp

📁 web的CMS管理系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ include file ="include/include.jsp" %>
<HTML>

<jcms:logHomepageVisit/>
<HEAD>
	<TITLE><jcms:siteTitle/></TITLE>
  <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8"> 
  <LINK href="<jcms:appRootUrl/><jcms:siteUrlPrefx/>css/site.css" type=text/css rel=stylesheet>
</HEAD>

<SCRIPT language=JavaScript type=text/JavaScript>
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</SCRIPT>

<fmt:bundle basename="site">
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH="0" MARGINHEIGHT="0">

<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0><TBODY>

  <TR><TD width="50%"></TD>

    <TD width=762 vAlign=top>
      <TABLE height=70 cellSpacing=0 cellPadding=0 width=762 align=center bgColor=#ffffff border=0><TBODY>
          <jsp:include page="include/header.jsp"></jsp:include>
        <TR><TD>
          <jsp:include page="include/topCategory.jsp"></jsp:include>
        </TD></TR>
      </TBODY></TABLE>

      <TABLE cellSpacing=0 cellPadding=0 width=762 align=center bgColor=#ffffff border=0><TBODY>
        <TR>
          <TD vAlign=top align=right width="20%" background="<jcms:appRootUrl/><jcms:siteUrlPrefx/>resources/site/bg.jpg">&nbsp; 

            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 align="center">
              <tr>
                <td width=1 bgColor=#FFCC66></td>
                <td>
                  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
                        <TR> 
                          <DIV> 
                            <TD colspan=2 height=20 background="<jcms:appRootUrl/><jcms:siteUrlPrefx/>resources/site/top.gif" align="middle"><FONT size=2><fmt:message key="site.member.login"></fmt:message></FONT></TD>
                          </DIV>
                        </TR>
                        <TR> 
                          <TD colspan=2 height=1 >&nbsp;&nbsp;</TD>
                        </TR>
                        <form name="loginForm" method="post" action="<jcms:appRootUrl/>/servlet/member/MemberLogin" focus="memberName" onSubmit="return check_form()">
                        <DIV> 
                          <TR> 
                            <TD align="left" width="35%" height=20 ><FONT size=2>&nbsp;<fmt:message key="site.member.memberName"></fmt:message></FONT></TD>
                            <TD align="left" width="65%" height=20 ><FONT size=2><input name="memberName" type="text" size="11" maxlength="24"></FONT></TD>
                          </TR>
                          <TR> 
                            <TD height=20 ><FONT size=2>&nbsp;<fmt:message key="site.member.memberPasswd"></fmt:message></FONT></TD>
                            <TD height=20 ><FONT size=2><input name="memberPasswd" type="password" size="11" maxlength="24"></FONT></TD>
                          </TR>
                          <TR> 
                            <TD height=20 colspan=2><FONT size=2>&nbsp;<img border=0 src="./include/image.jsp"></FONT>
                            <input type=text name=auth maxlength=4 size="8" value=""></FONT></TD>
                          </TR>
                          <TR> 
                            <TD colspan=2 height=1 >&nbsp;&nbsp;</TD>
                          </TR>
                          <TR> 
                            <TD colspan=2 align="center" height=25 valign="middle"><input name="login" type="image" src="<jcms:appRootUrl/><jcms:siteUrlPrefx/>resources/site/button_login.gif" width="71" height="22"></TD>
                          </TR>
                          <TR> 
                            <TD colspan=2 align="center" height=25 valign="middle">&nbsp;&nbsp;<FONT size=2><a href="<jcms:appRootUrl/>/modules/member/register.jsp"><fmt:message key="site.member.register"></fmt:message></a></FONT>&nbsp;<FONT size=2><a href="<jcms:appRootUrl/>/modules/member/lostPasswd.jsp"><fmt:message key="site.member.lostPasswd"></fmt:message></a></FONT></TD>
                          </TR>
                        </DIV>
                        <script language="JavaScript" type="text/JavaScript">
                          function check_form() {
                            if(document.loginForm.memberName.value == "") {
                              alert("<fmt:message key='site.member.error.memberName'></fmt:message>");
                              document.loginForm.memberName.focus();
                              return false;
                            }
                            if(document.loginForm.memberPasswd.value == "") {
                              alert("<fmt:message key='site.member.error.memberPasswd'></fmt:message>");
                              document.loginForm.memberPasswd.focus();
                              return false;
                            }
                            if(document.loginForm.auth.value == "") {
                              alert("<fmt:message key='site.member.error.auth'></fmt:message>");
                              document.loginForm.auth.focus();
                              return false;
                            }
                            return true;
                          }
                        </script>
                        </form>
                      </table>
                </td>
                <td width=1 bgColor=#FFCC66></td>
              </tr>
              <TR><TD colspan=3 height=1 bgColor=#FFCC66></TD></TR>
              <TR><TD colspan=3 height=10 bgColor=#FFFFFF></TD></TR>
            </TABLE>

            <jsp:include page="homekeycategory/pageTitleNoUrl.jsp"></jsp:include>
            <jsp:include page="homekeycategory/pageTitleUrl.jsp"></jsp:include>
            <jsp:include page="homekeycategory/pageDownload.jsp"></jsp:include>
          </TD>
          <TD vAlign=top width="80%">
            <jsp:include page="homekeypage/pageContent.jsp"></jsp:include>
          </TD>
        </TR>
      </TBODY></TABLE>

      <TABLE cellSpacing=0 cellPadding=0 width=762 align=center bgColor=#ffffff border=0><TBODY>
        <TR><TD>
          <jsp:include page="include/footer.jsp"></jsp:include>
        </TD></TR>
      </TBODY></TABLE>
    </TD>

    <TD width="50%"></TD>

  </TR>  
</TBODY></TABLE>

</BODY>

</HTML>
</fmt:bundle>

⌨️ 快捷键说明

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