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

📄 digitalproductlist.ftl

📁 Sequoia ERP是一个真正的企业级开源ERP解决方案。它提供的模块包括:电子商务应用(e-commerce), POS系统(point of sales),知识管理,存货与仓库管理
💻 FTL
字号:
<#--$Id: $Copyright 2006-2006 The Apache Software FoundationLicensed under the Apache License, Version 2.0 (the "License"); you may notuse this file except in compliance with the License. You may obtain a copy ofthe License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS, WITHOUTWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See theLicense for the specific language governing permissions and limitationsunder the License.--><div class="screenlet">    <div class="screenlet-header">        <div class="boxhead">${uiLabelMap.PageTitleDigitalProductList}</div>    </div>    <div class="screenlet-body">       <div>&nbsp;<a href="<@ofbizUrl>digitalproductedit</@ofbizUrl>" class="buttontext">New Digital Product</a></div>        <table width="100%" cellpadding="1" cellspacing="0" border="0">          <tr>            <td width="30%">              <div class="tabletext"><b>${uiLabelMap.ProductProductName}</b></div>            </td>            <td width="5">&nbsp;</td>            <td width="45%">              <div class="tabletext"><b>${uiLabelMap.CommonDescription}</b></div>            </td>            <td width="5">&nbsp;</td>            <td width="20%">&nbsp;</td>                          </tr>          <#list supplierProductList as supplierProduct>            <#assign product = supplierProduct.getRelatedOneCache("Product")/>            <tr><td colspan="5"><hr class="sepbar"/></td></tr>            <tr>              <td>                <div class="tabletext">${(product.productName)?if_exists}</div>              </td>              <td width="5">&nbsp;</td>              <td>                <div class="tabletext">${(product.description)?if_exists}</div>              </td>              <td width="5">&nbsp;</td>              <td align="right">                <a href="<@ofbizUrl>digitalproductedit?productId=${supplierProduct.productId}&amp;currencyUomId=${supplierProduct.currencyUomId}&amp;minimumOrderQuantity=${supplierProduct.minimumOrderQuantity}&amp;availableFromDate=${supplierProduct.availableFromDate}</@ofbizUrl>" class="buttontext">Edit</a>              </td>            </tr>          </#list>          <#if !supplierProductList?has_content>            <tr><td colspan="5"><div class="head3">No Digital Products Found</div></td></tr>          </#if>        </table>    </div></div><div class="screenlet">    <div class="screenlet-header">        <div class="boxhead">Digital Product Purchase History and Commission</div>    </div>    <div class="screenlet-body">       <div>&nbsp;<a href="<@ofbizUrl>digitalproductedit</@ofbizUrl>" class="buttontext">New Digital Product</a></div>    </div></div>

⌨️ 快捷键说明

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