📄 digitalproductlist.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> <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"> </td> <td width="45%"> <div class="tabletext"><b>${uiLabelMap.CommonDescription}</b></div> </td> <td width="5"> </td> <td width="20%"> </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"> </td> <td> <div class="tabletext">${(product.description)?if_exists}</div> </td> <td width="5"> </td> <td align="right"> <a href="<@ofbizUrl>digitalproductedit?productId=${supplierProduct.productId}&currencyUomId=${supplierProduct.currencyUomId}&minimumOrderQuantity=${supplierProduct.minimumOrderQuantity}&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> <a href="<@ofbizUrl>digitalproductedit</@ofbizUrl>" class="buttontext">New Digital Product</a></div> </div></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -