14 line
568 B
Plaintext
14 line
568 B
Plaintext
|
|
<div class="svgTemplateList">
|
|
<#for key : svgMap.keySet()>
|
|
<#var item = svgMap.get(key)/>
|
|
<div id="sel_${item.getMediaId()}" class="svgTemplateItem">
|
|
<#if item != null>
|
|
<#for bg : item.getBgList()>
|
|
<div class="showSvg">${bg.getSvgCode()}</div>
|
|
</#for>
|
|
</#if>
|
|
<div class="z-lh30 z-px16 z-color-gray">${item.getMediaId()}<button class="z-button z-purple z-operater" style="margin-left:20px;"onclick="copyMediaId('${item.getMediaId()}');">复制模板编号</button></div>
|
|
</div>
|
|
</#for>
|
|
</div> |