first commit
Esse commit está contido em:
@@ -0,0 +1,26 @@
|
||||
<#include "/ztmpl/zhiqim_manager/"+themeMain+"/define.htm"/>
|
||||
<table class="z-table z-bordered z-pd6 z-bg-white z-text-center">
|
||||
<tr class="z-h40">
|
||||
<td align="left" colspan="3" class="z-bold z-px14 fi-pd-l5">标签分类 [<span class="z-text-blue">${labelName}</span>] 的属性信息</td>
|
||||
</tr>
|
||||
<tr class="z-h40" bgcolor="${zmr_thead_bgcolor}">
|
||||
<td width="8%">选择</td>
|
||||
<td width="30%">属性名称</td>
|
||||
<td width="15%">排序号</td>
|
||||
</tr>
|
||||
<#for item : result>
|
||||
<tr class="z-h40" ${zhiqim_manager_tr_onmouse()} ${zhiqim_manager_tr_click_radio()}>
|
||||
<td><input name="labelId" id="labelId" type="radio" data-role="z-radio" data-class="${zmr_color_class}" value="${item.getLabelId()}"></td>
|
||||
<td>${item.getLabelName()}</td>
|
||||
<td>${item.getLabelOrder()}</td>
|
||||
</tr>
|
||||
</#for>
|
||||
<#if result.size() == 0>
|
||||
${zhiqim_manager_no_record(3 "暂时没有相关信息")}
|
||||
</#if>
|
||||
</table>
|
||||
<table class="z-table z-bordered fi-bd-t-none z-pd6 z-bg-white">
|
||||
<tr class="z-h40">
|
||||
<td align="right">共 <font color="red">${result.size()}</font> 条数据</td>
|
||||
</tr>
|
||||
</table>
|
||||
Referência em uma Nova Issue
Bloquear um usuário