#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsDictionary.function"/> - <@s.m "global.edit"/>
<@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.td><@p.tr/>
<@p.td><@p.hidden name="id" value=cmsDictionary.id/><@p.submit code="global.submit"/> <@p.reset code="global.reset"/>@p.td>
@p.form>