<@s.m "global.position"/>:
<@s.m "commonType.function"/>
- <@s.m "global.add"/>${root!}
<@p.form id="jvForm" action="o_save.do" labelWidth="12">
<@p.td colspan="1" width="50" label="contentType.id">@p.td>
<@p.text colspan="1" width="50" label="contentType.name" name="name" required="true" class="required" maxlength="150"/><@p.tr/>
<@p.radio colspan="1" width="50" label="contentType.hasImage" name="hasImage" required="true" value="false" list={"true":"global.true","false":"global.false"}/>
<@p.radio colspan="1" width="50" label="contentType.disabled" name="disabled" required="true" value="false" list={"true":"global.true","false":"global.false"}/><@p.tr/>
<@p.text colspan="1" width="50" label="contentType.imgWidth" name="imgWidth" value="139" required="true" class="required digits" maxlength="5"/>
<@p.text colspan="1" width="50" label="contentType.imgHeight" name="imgHeight" value="139" required="true" class="required" maxlength="150"/><@p.tr/>
<@p.td colspan="2"><@p.submit code="global.submit"/> <@p.reset code="global.reset"/>@p.td>
@p.form>