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

📄 replicationlogin.jsp

📁 国外的一套开源CRM
💻 JSP
字号:
<%pageContext.setAttribute("PageName", "Data Replication Log In");%>
<%@ include file="/includes/header.jsp" %>
<%@ include file="/includes/errormsg.jsp"%>

<%
String loginFormUrl = controlPath + "/replicationLogin";
%>

<%@ include file="/replication/replicationHeader.jsp" %>

     <form method="POST" action="<%=response.encodeURL(controlPath + "/replicationPrompt")%>" name="loginform" style='margin: 0;'>
      <tr>
       <td CLASS="freeFormSectionLabel" COLSPAN="3">
        Please log into the master replication server
       </td>
      </tr>

      <tr>
       <td CLASS="freeFormSectionLabel">
        &nbsp;
       </td>
       <td CLASS="freeFormSectionField">
       </td>
       <td WIDTH="*">
       </td>
      </tr>

      <TR>
       <td CLASS="freeFormSectionLabel" WIDTH="100">
        User ID:
       </td>
       <td CLASS="freeFormSectionField" WIDTH="100">
        <input type="text" name="replUserLoginId" size="20">
       </td>
       <td WIDTH="*">
       </td>
      </tr>

      <tr>
       <td CLASS="freeFormSectionLabel">
        Password:
       </td>
       <td CLASS="freeFormSectionField">
        <input type="password" name="replPassword" value="" size="20">
       </td>
       <td WIDTH="*">
       </td>
      </tr>

      <tr>
       <td>
       </td>
       <td>
         <input type="submit" value="Login">
       </td>
       <td>
       </td>
      </tr>
     </form>
    </TABLE>


<script language="JavaScript">
<!--
  document.loginform.replUserLoginId.focus();
//-->
</script>

<%@ include file="/replication/replicationFooter.jsp" %>
<%@ include file="/includes/footer.jsp" %>

⌨️ 快捷键说明

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