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

📄 newcustomer.jsp

📁 国外的一套开源CRM
💻 JSP
📖 第 1 页 / 共 2 页
字号:
        </select>
    </td>
  </tr>
  <tr>
    <td width="26%"><div class="tabletext"><font color='<%=fontColor%>'>Business phone<BR>(allow solicitation?)</font></div></td>
    <td width="74%">
        <input type="text" name="CUSTOMER_WORK_COUNTRY" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_WORK_COUNTRY"))%>" size="4" maxlength="10">
        -&nbsp;<input type="text" name="CUSTOMER_WORK_AREA" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_WORK_AREA"))%>" size="4" maxlength="10">
        -&nbsp;<input type="text" name="CUSTOMER_WORK_CONTACT" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_WORK_CONTACT"))%>" size="15" maxlength="15">
        &nbsp;ext&nbsp;<input type="text" name="CUSTOMER_WORK_EXT" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_WORK_EXT"))%>" size="6" maxlength="10">
        <BR>
        <select name="CUSTOMER_WORK_ALLOW_SOL" class="selectBox">
          <option><%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_WORK_ALLOW_SOL"), "Y")%></option>
          <option></option><option>Y</option><option>N</option>
        </select>
    </td>
  </tr>
  <tr>
    <td width="26%"><div class="tabletext"><font color='<%=fontColor%>'>Fax number<BR>(allow solicitation?)</font></div></td>
    <td width="74%">
        <input type="text" name="CUSTOMER_FAX_COUNTRY" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_FAX_COUNTRY"))%>" size="4" maxlength="10">
        -&nbsp;<input type="text" name="CUSTOMER_FAX_AREA" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_FAX_AREA"))%>" size="4" maxlength="10">
        -&nbsp;<input type="text" name="CUSTOMER_FAX_CONTACT" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_FAX_CONTACT"))%>" size="15" maxlength="15">
        <BR>
        <select name="CUSTOMER_FAX_ALLOW_SOL" class="selectBox">
          <option><%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_FAX_ALLOW_SOL"), "Y")%></option>
          <option></option><option>Y</option><option>N</option>
        </select>
    </td>
  </tr>
  <tr>
    <td width="26%"><div class="tabletext"><font color='<%=fontColor%>'>Mobile phone<BR>(allow solicitation?)</font></div></td>
    <td width="74%">
        <input type="text" name="CUSTOMER_MOBILE_COUNTRY" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_MOBILE_COUNTRY"))%>" size="4" maxlength="10">
        -&nbsp;<input type="text" name="CUSTOMER_MOBILE_AREA" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_MOBILE_AREA"))%>" size="4" maxlength="10">
        -&nbsp;<input type="text" name="CUSTOMER_MOBILE_CONTACT" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_MOBILE_CONTACT"))%>" size="15" maxlength="15">
        <BR>
        <select name="CUSTOMER_MOBILE_ALLOW_SOL" class="selectBox">
          <option><%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_MOBILE_ALLOW_SOL"), "Y")%></option>
          <option></option><option>Y</option><option>N</option>
        </select>
    </td>
  </tr>
</table>
          </td>
        </tr>
      </table>
    </TD>
  </TR>
</TABLE>

<br>

<TABLE border=0 width='100%' cellspacing='0' cellpadding='0' class='boxoutside'>
  <TR>
    <TD width='100%'>
      <table width='100%' border='0' cellspacing='0' cellpadding='0' class='boxtop'>
        <tr>
          <td valign="middle" align="left">
            <p class="head2"><font color="white">&nbsp;Email Address</font>
          </td>
        </tr>
      </table>
    </TD>
  </TR>
  <TR>
    <TD width='100%'>
      <table width='100%' border='0' cellspacing='0' cellpadding='0' class='boxbottom'>
        <tr>
          <td>
<table width="100%">
  <tr>
    <td width="26%"><div class="tabletext"><font color='<%=fontColor%>'>Email address<BR>(allow solicitation?)</font></div></td>
    <td width="74%">
        <input type="text" name="CUSTOMER_EMAIL" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_EMAIL"))%>" size="60" maxlength="255"> *
        <BR>
        <select name="CUSTOMER_EMAIL_ALLOW_SOL" class="selectBox">
          <option><%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_EMAIL_ALLOW_SOL"), "Y")%></option>
          <option></option><option>Y</option><option>N</option>
        </select>
    </td>
  </tr>
<%--
  <tr>
    <td width="26%">
        <div class="tabletext"><font color='<%=fontColor%>'>Order Email addresses (comma separated)</font></div>
    </td>
    <td width="74%">
        <input type="text" name="CUSTOMER_ORDER_EMAIL" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("CUSTOMER_ORDER_EMAIL"))%>" size="40" maxlength="80">
    </td>
  </tr>
--%>
</table>
          </td>
        </tr>
      </table>
    </TD>
  </TR>
</TABLE>

<br>

<TABLE border=0 width='100%' cellspacing='0' cellpadding='0' class='boxoutside'>
  <TR>
    <TD width='100%'>
      <table width='100%' border='0' cellspacing='0' cellpadding='0' class='boxtop'>
        <tr>
          <td valign="middle" align="left">
            <p class="head2"><font color="white">&nbsp;Username and Password</font>
          </td>
          <td>
            &nbsp;
          </td>
        </tr>
      </table>
    </TD>
  </TR>
  <TR>
    <TD width='100%'>
      <table width='100%' border='0' cellspacing='0' cellpadding='0' class='boxbottom'>
        <tr>
          <td>
  <table width="100%" border="0" cellpadding="2" cellspacing="0">
    <tr>
      <td width="26%"><div class="tabletext"><font color='<%=fontColor%>'>Username</font></div></td>
      <td width="74%">
          <input type="text" name="USERNAME" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("USERNAME"))%>" size="20" maxlength="50">
      * </td>
    </tr>
    <% if(UtilProperties.propertyValueEqualsIgnoreCase(application.getResource("/WEB-INF/ecommerce.properties"), "create.allow.password", "true")) { pageContext.setAttribute("createAllowPassword", "true"); }%>
    <ofbiz:if name="createAllowPassword">
      <tr>
        <td width="26%">
            <div class="tabletext"><font color='<%=fontColor%>'>Password</font></div>
        </td>
        <td width="74%">
            <input type="password" name="PASSWORD" class="inputBox" value="" size="20" maxlength="50">
          * </td>
      </tr>
      <tr>
        <td width="26%">
            <div class="tabletext"><font color='<%=fontColor%>'>Repeat password to confirm</font></div>
        </td>
        <td width="74%">
            <input type="password" name="CONFIRM_PASSWORD" class="inputBox" value="" size="20" maxlength="50">
        * </td>
      </tr>
      <tr>
        <td width="26%">
            <div class="tabletext"><font color='<%=fontColor%>'>Password Hint</font></div>
        </td>
        <td width="74%">
            <input type="text" name="PASSWORD_HINT" class="inputBox" value="<%=UtilFormatOut.checkNull(request.getParameter("PASSWORD_HINT"))%>" size="40" maxlength="100">
        </td>
      </tr>
    </ofbiz:if>
    <ofbiz:unless name="createAllowPassword">
      <tr>
        <td width="26%">
            <div class="tabletext"><font color='<%=fontColor%>'>Password</font></div>
        </td>
        <td>
           <div class="commentary">You will receive a password by email when your new account is approved.</div>
        </td>
      </tr>
    </ofbiz:unless>
  </table>
          </td>
        </tr>
      </table>
    </TD>
  </TR>
</TABLE>

</form>

<br><div class="commentary">Fields marked with (*) are required.</div>

&nbsp;&nbsp;<a href="<ofbiz:url>/checkLogin/main</ofbiz:url>" class="buttontext">[Back]</a>
&nbsp;&nbsp;<a href="javascript:document.newuserform.submit()" class="buttontext">[Save]</a>
<br>
<br>

⌨️ 快捷键说明

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