<#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsDictionary.function"/> - <@s.m "global.list"/>
" />
<@p.select name="queryType" value=queryType list=typeList headerKey="" headerValue="cmsDictionary.type.allType"/> "/>
<@p.table value=pagination;cmsDictionary,i,has_next><#rt/> <@p.column title="" width="25" align="center"> <#t/> <#t/> <@p.column title="ID" align="center">${cmsDictionary.id}<#t/> <@p.column code="cmsDictionary.name" align="center">${cmsDictionary.name!}<#t/> <@p.column code="cmsDictionary.value" align="center">${cmsDictionary.value!}<#t/> <@p.column code="cmsDictionary.type" align="center">${cmsDictionary.type}<#t/> <@p.column code="global.operate" align="center"> <@s.m "global.edit"/> | <#rt/> <@s.m "global.delete"/><#t/> <#t/>
" onclick="optDelete();" class="del-button"/ style="float:left; border-right:1px solid #ffffff;">
<@p.form id="addForm" action="o_save.do" > <@p.text label="cmsDictionary.type" name="type" required="true" class="required" maxlength="20" /> <@p.text label="cmsDictionary.name" name="name" required="true" class="required" maxlength="20" /> <@p.td colspan="2" label="cmsDictionary.value"> <@p.text name="value" id="addValue" required="true" class="required" maxlength="20" onblur="checkValue('addMsgSpan','addForm')"/> <@p.tr/>
<@p.form id="editForm" action="o_update.do" > <@p.text label="cmsDictionary.type" name="type" required="true" class="required" maxlength="20" /> <@p.text label="cmsDictionary.name" name="name" required="true" class="required" maxlength="20" /> <@p.td colspan="2" label="cmsDictionary.value"> <@p.text name="value" id="editValue" required="true" class="required" maxlength="20" onblur="checkValue('editMsgSpan','editForm')"/> <@p.tr/> <@p.hidden name="id" id="id"/>
<#include "/common/alert_message.html"/>