<@p.form id="jvForm" action="o_save.do" labelWidth="12">
<@p.td required="true" label='directive.module' colspan='2' width="100">
<@p.select onchange="selectModule()" list={"channel":"directive.channel","content":"directive.content","comment":"directive.comment","topic":"directive.topic","vote":"directive.vote","guestbook":"directive.guestbook","advertise":"directive.advertise","link":"directive.link","tag":"directive.tag"} name="module" id="module" colspan="2" width="100"/>
@p.td>
<@p.tr/>
<@p.td colspan="2" label='directive.module.rule' colspan='2' width="100" >
@p.td><@p.tr/>
<@p.text width="100" colspan="2" label="directive.name" name="name" required="true" class="required" maxlength="100"/>
<@p.tr/>
<@p.textarea cols="50" rows="5" maxlength="500" label="directive.description" name="description" colspan="2" width="100"/>
<@p.tr/>
<@p.td colspan="2" width="100" ><@p.submit code="global.submit"/> <@p.reset code="global.reset"/>@p.td>
@p.form>