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

📄 newcustomer.ftl

📁 Sequoia ERP是一个真正的企业级开源ERP解决方案。它提供的模块包括:电子商务应用(e-commerce), POS系统(point of sales),知识管理,存货与仓库管理
💻 FTL
📖 第 1 页 / 共 2 页
字号:
        </div>        <div class="form-row">            <div class="form-label">${uiLabelMap.PartyAllowAddressSolicitation}</div>            <div class="form-field">                <select name="CUSTOMER_ADDRESS_ALLOW_SOL" class='selectBox'>                    <option>${requestParameters.CUSTOMER_ADDRESS_ALLOW_SOL?default("Y")}</option>                    <option></option><option>${uiLabelMap.CommonY}</option><option>${uiLabelMap.CommonN}</option>                </select>            </div>        </div>        <div class="endcolumns"><span></span></div>    </div></div><div class="screenlet">    <div class="screenlet-header">        <div class='boxhead'>&nbsp;${uiLabelMap.PartyPhoneNumbers}</div>    </div>    <div class="screenlet-body">        <div class="form-row">            <div class="form-label">${uiLabelMap.PartyAllPhoneNumbers}</div>            <div class="form-field">                [${uiLabelMap.PartyCountry}] [${uiLabelMap.PartyAreaCode}] [${uiLabelMap.PartyContactNumber}] [${uiLabelMap.PartyExtension}]            </div>        </div>        <div class="form-row">            <div class="form-label"><div>${uiLabelMap.PartyHomePhone}</div><div>(${uiLabelMap.PartyAllowSolicitation}?)</div></div>            <div class="form-field">                <@fieldErrorsMulti fieldName1="CUSTOMER_HOME_COUNTRY" fieldName2="CUSTOMER_HOME_AREA" fieldName3="CUSTOMER_HOME_CONTACT" fieldName4="CUSTOMER_HOME_EXT"/>                <input type="text" class='inputBox' name="CUSTOMER_HOME_COUNTRY" value="${requestParameters.CUSTOMER_HOME_COUNTRY?if_exists}" size="4" maxlength="10">                -&nbsp;<input type="text" class='inputBox' name="CUSTOMER_HOME_AREA" value="${requestParameters.CUSTOMER_HOME_AREA?if_exists}" size="4" maxlength="10">                -&nbsp;<input type="text" class='inputBox' name="CUSTOMER_HOME_CONTACT" value="${requestParameters.CUSTOMER_HOME_CONTACT?if_exists}" size="15" maxlength="15">                &nbsp;ext&nbsp;<input type="text" class='inputBox' name="CUSTOMER_HOME_EXT" value="${requestParameters.CUSTOMER_HOME_EXT?if_exists}" size="6" maxlength="10">                <br/>                <select name="CUSTOMER_HOME_ALLOW_SOL" class='selectBox'>                    <option>${requestParameters.CUSTOMER_HOME_ALLOW_SOL?default("Y")}</option>                    <option></option><option>${uiLabelMap.CommonY}</option><option>${uiLabelMap.CommonN}</option>                </select>            </div>        </div>        <div class="form-row">            <div class="form-label"><div>${uiLabelMap.PartyBusinessPhone}</div><div>(${uiLabelMap.PartyAllowSolicitation}?)</div></div>            <div class="form-field">                <@fieldErrorsMulti fieldName1="CUSTOMER_WORK_COUNTRY" fieldName2="CUSTOMER_WORK_AREA" fieldName3="CUSTOMER_WORK_CONTACT" fieldName4="CUSTOMER_WORK_EXT"/>                <input type="text" class='inputBox' name="CUSTOMER_WORK_COUNTRY" value="${requestParameters.CUSTOMER_WORK_COUNTRY?if_exists}" size="4" maxlength="10">                -&nbsp;<input type="text" class='inputBox' name="CUSTOMER_WORK_AREA" value="${requestParameters.CUSTOMER_WORK_AREA?if_exists}" size="4" maxlength="10">                -&nbsp;<input type="text" class='inputBox' name="CUSTOMER_WORK_CONTACT" value="${requestParameters.CUSTOMER_WORK_CONTACT?if_exists}" size="15" maxlength="15">                &nbsp;ext&nbsp;<input type="text" class='inputBox' name="CUSTOMER_WORK_EXT" value="${requestParameters.CUSTOMER_WORK_EXT?if_exists}" size="6" maxlength="10">                <br/>                <select name="CUSTOMER_WORK_ALLOW_SOL" class='selectBox'>                    <option>${requestParameters.CUSTOMER_WORK_ALLOW_SOL?default("Y")}</option>                    <option></option><option>${uiLabelMap.CommonY}</option><option>${uiLabelMap.CommonN}</option>                </select>            </div>        </div>        <div class="form-row">            <div class="form-label"><div>${uiLabelMap.PartyFaxNumber}</div><div>(${uiLabelMap.PartyAllowSolicitation}?)</div></div>            <div class="form-field">                <@fieldErrorsMulti fieldName1="CUSTOMER_FAX_COUNTRY" fieldName2="CUSTOMER_FAX_AREA" fieldName3="CUSTOMER_FAX_CONTACT" fieldName4=""/>                <input type="text" class='inputBox' name="CUSTOMER_FAX_COUNTRY" value="${requestParameters.CUSTOMER_FAX_COUNTRY?if_exists}" size="4" maxlength="10">                -&nbsp;<input type="text" class='inputBox' name="CUSTOMER_FAX_AREA" value="${requestParameters.CUSTOMER_FAX_AREA?if_exists}" size="4" maxlength="10">                -&nbsp;<input type="text" class='inputBox' name="CUSTOMER_FAX_CONTACT" value="${requestParameters.CUSTOMER_FAX_CONTACT?if_exists}" size="15" maxlength="15">                <br/>                <select name="CUSTOMER_FAX_ALLOW_SOL" class='selectBox'>                    <option>${requestParameters.CUSTOMER_FAX_ALLOW_SOL?default("Y")}</option>                    <option></option><option>${uiLabelMap.CommonY}</option><option>${uiLabelMap.CommonN}</option>                </select>            </div>        </div>        <div class="form-row">            <div class="form-label"><div>${uiLabelMap.PartyMobilePhone}</div><div>(${uiLabelMap.PartyAllowSolicitation}?)</div></div>            <div class="form-field">                <@fieldErrorsMulti fieldName1="CUSTOMER_MOBILE_COUNTRY" fieldName2="CUSTOMER_MOBILE_AREA" fieldName3="CUSTOMER_MOBILE_CONTACT" fieldName4=""/>                <input type="text" class='inputBox' name="CUSTOMER_MOBILE_COUNTRY" value="${requestParameters.CUSTOMER_MOBILE_COUNTRY?if_exists}" size="4" maxlength="10">                -&nbsp;<input type="text" class='inputBox' name="CUSTOMER_MOBILE_AREA" value="${requestParameters.CUSTOMER_MOBILE_AREA?if_exists}" size="4" maxlength="10">                -&nbsp;<input type="text" class='inputBox' name="CUSTOMER_MOBILE_CONTACT" value="${requestParameters.CUSTOMER_MOBILE_CONTACT?if_exists}" size="15" maxlength="15">                <br/>                <select name="CUSTOMER_MOBILE_ALLOW_SOL" class='selectBox'>                    <option>${requestParameters.CUSTOMER_MOBILE_ALLOW_SOL?default("Y")}</option>                    <option></option><option>${uiLabelMap.CommonY}</option><option>${uiLabelMap.CommonN}</option>                </select>            </div>        </div>        <div class="endcolumns"><span></span></div>    </div></div><div class="screenlet">    <div class="screenlet-header">        <div class='boxhead'>&nbsp;${uiLabelMap.PartyEmailAddress}</div>    </div>    <div class="screenlet-body">        <div class="form-row">            <div class="form-label"><div>${uiLabelMap.PartyEmailAddress}</div><div>(${uiLabelMap.PartyAllowSolicitation}?)</div></div>            <div class="form-field">                <@fieldErrors fieldName="CUSTOMER_EMAIL"/>                <div><input type="text" class='inputBox' name="CUSTOMER_EMAIL" value="${requestParameters.CUSTOMER_EMAIL?if_exists}" size="40" maxlength="255" onchange="changeEmail()" onkeyup="changeEmail()"> *</div>                <div>                    <select name="CUSTOMER_EMAIL_ALLOW_SOL" class='selectBox'>                        <option>${requestParameters.CUSTOMER_EMAIL_ALLOW_SOL?default("Y")}</option>                        <option></option><option>${uiLabelMap.CommonY}</option><option>${uiLabelMap.CommonN}</option>                    </select>                </div>            </div>        </div><#--        <div>Order Email addresses (comma separated)</div>        <input type="text" name="CUSTOMER_ORDER_EMAIL" value="${requestParameters.CUSTOMER_ORDER_EMAIL?if_exists}" size="40" maxlength="80">-->        <div class="endcolumns"><span></span></div>    </div></div><div class="screenlet">    <div class="screenlet-header">        <div class='boxhead'>&nbsp;<#if getUsername>${uiLabelMap.CommonUsername} & </#if>${uiLabelMap.CommonPassword}</div>    </div>    <div class="screenlet-body">        <#if getUsername>            <div class="form-row">                <div class="form-label"><span class="tabletext">${uiLabelMap.CommonUsername}</span></div>                <div class="form-field">                    <@fieldErrors fieldName="USERNAME"/>                    <div>${uiLabelMap.EcommerceUseEmailAddress}: <input type="checkbox" name="UNUSEEMAIL" value="on" onClick="setEmailUsername();" onFocus="setLastFocused(this);"/></div>                    <div><input type="text" class='inputBox' name="USERNAME" value="${requestParameters.USERNAME?if_exists}" size="20" maxlength="50" onFocus="clickUsername();" onchange="changeEmail();"/> *</div>                </div>            </div>        </#if>        <#if createAllowPassword>            <div class="form-row">                <div class="form-label">${uiLabelMap.CommonPassword}</div>                <div class="form-field">                    <@fieldErrors fieldName="PASSWORD"/>                    <input type="password" class='inputBox' name="PASSWORD" value="" size="20" maxlength="50" onFocus="setLastFocused(this);"/> *                </div>            </div>            <div class="form-row">                <div class="form-label">${uiLabelMap.PartyRepeatPassword}</div>                <div class="form-field">                    <@fieldErrors fieldName="CONFIRM_PASSWORD"/>                    <input type="password" class='inputBox' name="CONFIRM_PASSWORD" value="" size="20" maxlength="50"/> *                </div>            </div>            <div class="form-row">                <div class="form-label"><span class="tabletext">${uiLabelMap.PartyPasswordHint}</span></div>                <div class="form-field">                    <@fieldErrors fieldName="PASSWORD_HINT"/>                    <input type="text" class='inputBox' name="PASSWORD_HINT" value="${requestParameters.PASSWORD_HINT?if_exists}" size="30" maxlength="100"/>                </div>            </div>        <#else/>            <div class="form-row">                <div class="form-label">${uiLabelMap.CommonPassword}</div>                <div class="form-field">                    ${uiLabelMap.PartyRecievePasswordByEmail}.                </div>            </div>        </#if>        <div class="endcolumns"><span></span></div>    </div></div><input type="image" src="<@ofbizContentUrl>/images/spacer.gif</@ofbizContentUrl>" onClick="javascript:document.newuserform.submit();"></form><div class="tabletext">${uiLabelMap.CommonFieldsMarkedAreRequired}</div><div>&nbsp;&nbsp;<a href="<@ofbizUrl>checkLogin/main</@ofbizUrl>" class="buttontextbig">[${uiLabelMap.CommonBack}]</a>&nbsp;&nbsp;<a href="javascript:document.newuserform.submit()" class="buttontextbig">[${uiLabelMap.CommonSave}]</a></div><br/>

⌨️ 快捷键说明

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