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

📄 editcontactmech.ftl

📁 Sequoia ERP是一个真正的企业级开源ERP解决方案。它提供的模块包括:电子商务应用(e-commerce), POS系统(point of sales),知识管理,存货与仓库管理
💻 FTL
📖 第 1 页 / 共 2 页
字号:
    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyToName}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">        <input type="text" class="inputBox" size="30" maxlength="60" name="toName" value="${(mechMap.postalAddress.toName)?default(request.getParameter('toName')?if_exists)}">      </td>    </tr>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyAttentionName}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">        <input type="text" class="inputBox" size="30" maxlength="60" name="attnName" value="${(mechMap.postalAddress.attnName)?default(request.getParameter('attnName')?if_exists)}">      </td>    </tr>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyAddressLine1}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">        <input type="text" class="inputBox" size="30" maxlength="30" name="address1" value="${(mechMap.postalAddress.address1)?default(request.getParameter('address1')?if_exists)}">      *</td>    </tr>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyAddressLine2}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">          <input type="text" class="inputBox" size="30" maxlength="30" name="address2" value="${(mechMap.postalAddress.address2)?default(request.getParameter('address2')?if_exists)}">      </td>    </tr>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyCity}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">          <input type="text" class="inputBox" size="30" maxlength="30" name="city" value="${(mechMap.postalAddress.city)?default(request.getParameter('city')?if_exists)}">      *</td>    </tr>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyState}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">        <select name="stateProvinceGeoId" class="selectBox">          <option>${(mechMap.postalAddress.stateProvinceGeoId)?if_exists}</option>          <option></option>          ${screens.render("component://common/widget/CommonScreens.xml#states")}        </select>      *</td>    </tr>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyZipCode}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">        <input type="text" class="inputBox" size="12" maxlength="10" name="postalCode" value="${(mechMap.postalAddress.postalCode)?default(request.getParameter('postalCode')?if_exists)}">      *</td>    </tr>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CommonCountry}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">        <select name="countryGeoId" class="selectBox">        <#if (mechMap.postalAddress.countryGeoId)?exists>          <option>${mechMap.postalAddress.countryGeoId}</option>        <#elseif configProperties.defaultCountryGeoId?exists>          <option>${configProperties.defaultCountryGeoId}</option>        </#if>          <option></option>          ${screens.render("component://common/widget/CommonScreens.xml#countries")}        </select>      *</td>    </tr>  <#elseif "TELECOM_NUMBER" = mechMap.contactMechTypeId?if_exists>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyPhoneNumber}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">        <input type="text" class="inputBox" size="4" maxlength="10" name="countryCode"          <#if (mechMap.telecomNumber.countryCode)?exists>           value="${mechMap.telecomNumber.countryCode}">         <#elseif request.getParameter('countryCode')?exists>           value="${request.getParameter('countryCode')}">         <#else>           value="${configProperties.defaultCountryCode}">         </#if>                -&nbsp;<input type="text" class="inputBox" size="4" maxlength="10" name="areaCode" value="${(mechMap.telecomNumber.areaCode)?default(request.getParameter('areaCode')?if_exists)}">        -&nbsp;<input type="text" class="inputBox" size="15" maxlength="15" name="contactNumber" value="${(mechMap.telecomNumber.contactNumber)?default(request.getParameter('contactNumber')?if_exists)}">        &nbsp;${uiLabelMap.PartyContactExt}&nbsp;<input type="text" class="inputBox" size="6" maxlength="10" name="extension" value="${(mechMap.partyContactMech.extension)?default(request.getParameter('extension')?if_exists)}">      </td>    </tr>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext"></div></td>      <td width="5">&nbsp;</td>      <td><div class="tabletext">[${uiLabelMap.PartyCountryCode}] [${uiLabelMap.PartyAreaCode}] [${uiLabelMap.PartyContactNumber}] [${uiLabelMap.PartyContactExt}]</div></td>    </tr>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.CrmPhoneAskForName}</div></td>      <td width="5">&nbsp;</td>      <td width="74%"><input type="text" class="inputBox" size="30" maxlength="60" name="askForName" value="${(mechMap.telecomNumber.askForName)?if_exists}"/>      </td>    </tr>  <#elseif "EMAIL_ADDRESS" = mechMap.contactMechTypeId?if_exists>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${mechMap.contactMechType.description}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">          <input type="text" class="inputBox" size="60" maxlength="255" name="emailAddress" value="${(contactMech.infoString)?default(request.getParameter('emailAddress')?if_exists)}">      *</td>    </tr>  <#else>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${mechMap.contactMechType.description}</div></td>      <td width="5">&nbsp;</td>      <td width="74%">          <input type="text" class="inputBox" size="60" maxlength="255" name="infoString" value="${(contactMech.infoString)?if_exists}">      *</td>    </tr>  </#if>    <tr>      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyContactAllowSolicitation}?</div></td>      <td width="5">&nbsp;</td>      <td width="74%">        <select name="allowSolicitation" class="selectBox">          <option>${(mechMap.partyContactMech.allowSolicitation)?if_exists}</option>          <option></option><option>${uiLabelMap.CommonY}</option><option>${uiLabelMap.CommonN}</option>        </select>      </td>    </tr>  </form>  </table>  <div style="margin-left: 24%;">    <a href="javascript:document.editcontactmechform.submit()" class="buttontext">${uiLabelMap.CommonSave}</a>    <a href="<@ofbizUrl>authview/${donePageFull}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonCancel}</a>  </div>  <#else>  <div style="margin-left: 24%;">    <a href="<@ofbizUrl>authview/${donePageFull}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>  </div>  </#if></div>

⌨️ 快捷键说明

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