<@s.m "global.position"/>: <@s.m "chapter.function"/> > <@s.m "global.edit"/>
添加子章节   " onclick="$('#root').val('${(chapter.parent.id)!}');this.form.action='list.jspx';" class="return-button"/>
<@p.form id="jvForm" action="update.jspx" labelWidth="10" class="formDefStyle"> <@p.td colspan="1" width="50" label="chapter.parent"> <@p.select name="parentId" list=chapterList value=(chapter.parent.id)! listKey="id" listValue="name" listDeep="deep" headerKey="" headerValue="chapter.top"/> <#assign chapterPathExist><@s.m "error.chapterPathExist"/> <@p.text name="path" value=chapter.path required="true" vld="{required:true,path:true,remote:'v_check_path.jspx?cid=${chapter.id}',messages:{remote:'${chapterPathExist}'}}" maxlength="30" size="10" label="chapter.path" colspan="2" width="100"/><@p.tr/> <@p.text name="priority" value=chapter.priority required="true" class="reuqired digits" maxlength="255" size="10" label="chapter.priority" name="priority" colspan="2" width="100"/><@p.tr/> <@p.td colspan="2"> <@p.hidden name="id" value=chapter.id/> <@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>