Fichiers
ziqim/Yangcai365_design/manage/zview/works/presenter/worksSearchInfo.zml
T
2025-02-20 14:58:55 +08:00

41 lignes
1.6 KiB
Plaintext
Brut Annotations Historique

Ce fichier contient des caractères Unicode ambigus.
Ce fichier contient des caractères Unicode qui peuvent être confondus avec d'autres caractères. Si vous pensez que c'est intentionnel, vous pouvez ignorer cet avertissement. Utilisez le bouton Échappe pour les dévoiler.
<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>