first commit

This commit is contained in:
2025-02-20 14:59:35 +08:00
parent d7be84fac6
commit d4a3bb8ffc
2541 changed files with 336536 additions and 0 deletions
@@ -0,0 +1,39 @@
<div class="srcFileList">
<#if pageResult.total()!= 0>
<#for item : pageResult.list()>
<div id="item_${item.getMediaId()}" class="item" style="width:370px;height:*;">
<div class="z-bg-white z-pointer" onclick="Works.doWorksShowPc('${item.getMediaId()}');">
<#for path : Arrays.toStringArray(item.getMediaUrl())>
<#if path_index lt 1>
<img src="${path}"/>
</#if>
</#for>
<input name="worksId_${item.getMediaId()}" id="worksId_${item.getMediaId()}" value="${item.getMediaId()}" type="hidden" >
</div>
<div>
<div>
<p style="display:block;float:left;" class="z-pointer">${item.getMediaName()}</p>
<p style="display:block;float:right;" class="z-pointer"><#if item.getTypeId()=3>P数:<#else>面数:</#if>${item.getPageValue()}</p><br/>
</div>
<br/>
<div>
<p style="display:block;float:left;" class="z-pointer">${item.getWidthMm()}X${item.getHeightMm()}mm</p>&nbsp;
<p style="display:block;float:left;" class="z-pointer"><#if item.getOddEven()=0>横版<#elseif item.getOddEven()=1>竖版</#if></p>
<p style="display:block;float:right;" class="z-pointer" onclick="doCopyItemIDInfo('${item.getMediaId()}');" title="点击复制ID号">ID${item.getMediaId()}</p>
</div>
</div>
</div>
</#for>
</div>
<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, "doWorksSearch")}</div></td>
</tr>
</table>
</div>
<#else>
<div style="width:100%;text-align:center;margin-bottom:35px;">
无作品数据
</div>
</#if>
@@ -0,0 +1,33 @@
<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" onclick="Works.doWorksShowPc('${item.getWorksId()}');">
<#for path : Arrays.toStringArray(item.getThumbImagePath())>
<#if path_index lt 1>
<img src="${path}"/>
</#if>
</#for>
</div>
<input name="worksId_${item.getWorksId()}" id="worksId_${item.getWorksId()}" value="${item.getWorksId()}" type="hidden" >
<span style="display:block;text-align:right;" class="z-pointer" onclick="doCopyItemIDInfo('${item.getWorksId()}');" title="点击复制ID号">ID${item.getWorksId()}</span>
</div>
</#for>
</div>
<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.doSearchAjaxForPC")}</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}"/>
<#else>
<div style="width:100%;text-align:center;margin-bottom:35px;">
无作品数据
</div>
</#if>
@@ -0,0 +1,41 @@
<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>
<#if Validates.isEqual(param, "AUDIT")>
<span class="itemCtrBar z-absolute">
<button class="z-button z-small z-blue z-float-left" onclick="confirmItemAdd(event, '${item.getWorksId()}', 'yes');"><i class="z-font z-px12 z-success"></i>同意</button>
<button class="z-button z-small z-red z-float-right" onclick="cancelItemAdd(event, '${item.getWorksId()}', 'no');"><i class="z-font z-px12 z-error"></i>拒绝</button>
</span>
</#if>
</div>
<span style="display:block;text-align:right;">ID${item.getWorksId()}</span>
</div>
</#for>
</div>
<#if Validates.isEqual(apple, "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, "doWorksSearch")}</div></td>
</tr>
</table>
</div>
</#if>
@@ -0,0 +1,40 @@
<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>