<div class="mode_table_titles"><span>${cafe_info.name.toHTML(1)}</span>${getNavBarText()}</div>

Club设置

<p>&nbsp;<a href="${BASE}main.htm">&lt;&lt;返回Club首页</a></p>
<div class="class club_name"><span class="zt">Club名称:</span> <input maxlength="128" size="30" id="clubName" class="text-input" value="${c_info.name.toValue()}" /> <span id="hintClubName"></span> </div> <div class="class"><span class="zt">分类:</span> <select id="selBig"></select> <select id="selSmall"></select> </div> <div class="class"><span class="zt">权限:</span> <ul> <li> <label for="type0"> <input id="type0" type="radio" {if c_info.jointype == 1}checked="checked"{/if} name="clubType" value="1" /> 限制型 (非成员不可浏览、发表文章和评论)</label> </li> <li> <label for="type1"> <input id="type1" type="radio" {if c_info.jointype == 0}checked="checked"{/if} name="clubType" value="0" /> 开放型 (非成员可浏览文章内容与评论)</label> </li> <!-- <li> <label> <input type="radio" name="radio1" /> 隐藏型</label> </li>--> </ul> </div> <!-- <div id="tips" class="hint"></div>--> <div class="class club_logo"><span class="zt">Club标识图片:</span> <button class="bt_t4" title="插入图片" id="btnCover" onclick="getCoverImg()">插入图片</button> <div class="img"><img id="coverThumb" alt="Club标识图片"/></div> <form> <input type="hidden" value="${cafe_info.cover_img}" id="coverImg" /> </form> </div> <div class="class club_keywords"><label><span class="zt">关键字:</span> <input id="primaryTag" type="text" class="text-input" size="5" maxlength="128"/></label> <span>必填,仅填写一个</span> </div> <div class="class club_tags"><label><span class="zt">标签(Tags):</span> <input id="additionTag" class="text-input" type="text" size="30" maxlength="128"/></label> <p>可选,多个标签以空格区分 <a href="http://qzone.qq.com/web/help/helpa01.shtml?url=helpa506.htm" target="_blank">什么是标签(Tags)?</a></p> </div> <div class="class club_tags"> <span class="zt">Club介绍:</span> <textarea id="clubIntro" rows="3" cols="30">${c_info.brief}</textarea> <p id="hintClubIntro"></p> </div> <p class="class"><span class="zt">创建时间:</span> <span>${ShowDate(c_info.crt_time)}</span> </p> <p class="class"><span class="zt">创建人:</span> <span>${c_info.crtor_name}(${c_info.crtor_uin})</span> </p> <div class="clear"></div> <div class="center"><input type="checkbox" id="chkQQHint" onclick="setClubPostTips(this.checked)" /> 有新文章提醒我(通过QQ消息)</div> <div class="button"> <button class="bt_t2" onclick="SetBasic()" title="确定">确定</button> </div>
用鼠标拖动版面名称,就可以把版面放到箭头所指的位置哦!
<div class="club_div"> <h3>请输入公告内容</h3> <div class="center"> <textarea name="textarea" rows="7" class="" id="iptNotice" style="width:95%;">${proclm.content.toHTML().replace(/<br>/g,'\n')}</textarea> </div> <div class="test_hint" id="hintNotice"></div> </div> <div class="button"> <button class="bt_t2" onclick="UpdateNotice()" title="确定">确定</button> </div>