<#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsDictionary.function"/> - <@s.m "global.add"/>
" onclick="this.form.action='v_list.do';" class="return-button"/>
<@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.tr/> <@p.td><@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>