文件
2025-02-20 14:58:55 +08:00

41 行
1.6 KiB
Plaintext

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
<div class="srcFileList">
<#if pageResult.total()!= 0>
<#for item : pageResult.list()>
<div id="item_${item.getWorksId()}" class="item" style="width:370px;height:490px;">
<div class="z-bg-white z-pointer <#if item.getWorksType() == 1>bestItem</#if><#if item.getWorksType() == 3>modelItem</#if>" onclick="Works.doWorksShow('${item.getWorksId()}');">
<#for path : Arrays.toStringArray(item.getThumbImagePath())>
<#if path_index lt 1>
<img style="max-width:300px;" src="${path}"/>
</#if>
</#for>
<#if item.getWorksType() == 3>
<span class="modelItem-info z-absolute">${item.getTemplateId()}</span>
</#if>
</div>
<span style="display:block;text-align:right;">ID${item.getWorksId()}</span>
</div>
</#for>
</div>
<#if Validates.isEqual(urlParam, "BEST")>
<!--申请精品按钮 start-->
<div class="applyEssenceBtn z-fixed" onclick="applyEssence(this);">
<span class=""><i class="z-font z-flower"></i><br>设计模板</span>
<span class="" onclick="requestBest_cancel(event);"><i class="z-font z-error"></i><br>取消选择</span>
</span>
</div>
<!--申请精品按钮 end-->
</#if>
<div style="width:100%;text-align:center;margin-bottom:35px;">
<table class="z-table z-bordered fi-bd-t-none z-bg-white">
<tr class="z-h50">
<td><div class="z-float-right z-mg-r10">${PagingGo.toHtmlClick(pageResult, "Works.doSearchAjax")}</div></td>
</tr>
</table>
</div>
<input name="prdTypeId" id="prdTypeId" type="hidden" value="${prdTypeId}"/>
<input name="industryId" id="industryId" type="hidden" value="${industryId}"/>
<input name="urlParam" id="urlParam" type="hidden" value="${urlParam}"/>
</#if>