#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsDictionary.function"/> - <@s.m "global.add"/>
<@p.form id="jvForm" action="o_save.do" onsubmit="return checkValue()">
<@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="value" required="true" class="required" maxlength="20" onblur="checkValue()"/>
@p.td><@p.tr/>
<@p.td><@p.submit code="global.submit"/> <@p.reset code="global.reset"/>@p.td>
@p.form>