<#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsDictionary.function"/> - <@s.m "global.edit"/>
" onclick="this.form.action='v_list.do';" class="return-button"/>
<@p.form id="jvForm" action="o_update.do" onsubmit="return checkValue()"> <@p.text label="cmsDictionary.type" name="type" value=cmsDictionary.type required="true" class="required" maxlength="20" /><@p.text label="cmsDictionary.name" name="name" id="name" value=cmsDictionary.name required="true" class="required" maxlength="20"/> <@p.td colspan="2" label="cmsDictionary.value"> <@p.text name="value" value=cmsDictionary.value id="value" required="true" class="required" maxlength="20" onchange="checkValue()"/> <@p.tr/> <@p.td><@p.hidden name="id" value=cmsDictionary.id/><@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>