#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "cmsGuestbook.function"/> - <@s.m "global.add"/>
<@p.form id="jvForm" action="o_save.do" labelWidth="12">
<@p.select colspan="2" label="cmsGuestbook.ctg" name="ctgId" list=ctgList listKey="id" listValue="name" required="true"/><@p.tr/>
<@p.text colspan="2" label="cmsGuestbook.title" name="title" size="70" maxlength="255"/><@p.tr/>
<@p.textarea colspan="2" label="cmsGuestbook.content" name="content" rows="5" cols="70" maxlength="255"/><@p.tr/>
<@p.textarea colspan="2" label="cmsGuestbook.reply" name="reply" rows="5" cols="70" maxlength="255"/><@p.tr/>
<@p.text colspan="1" width="50" label="cmsGuestbook.email" name="email" maxlength="100"/>
<@p.text colspan="1" width="50" label="cmsGuestbook.phone" name="phone" maxlength="100"/><@p.tr/>
<@p.text colspan="2" label="cmsGuestbook.qq" name="qq" maxlength="50"/><@p.tr/>
<@p.radio colspan="1" width="50" label="cmsGuestbook.checked" name="checked" value="false" list={"true":"global.true","false":"global.false"}/>
<@p.radio colspan="1" width="50" label="cmsGuestbook.recommend" name="recommend" value="false" list={"true":"global.true","false":"global.false"}/><@p.tr/>
<@p.td colspan="2">
<@p.submit code="global.submit"/> <@p.reset code="global.reset"/>
@p.td>
@p.form>