?? article_class_modify.jsp
字號:
標(biāo)準(zhǔn)欄目
<input name="CLASS_TYPE" type="radio" class="form_radio" value="special" onClick="displayCtrl('inner_class_setting','outside_class_setting');">
專題欄目
<input name="CLASS_TYPE" type="radio" class="form_radio" value="single" onClick="displayCtrl('inner_class_setting','outside_class_setting');">
單文章式欄目
<input name="CLASS_TYPE" type="radio" class="form_radio" value="outside" onClick="displayCtrl('outside_class_setting','inner_class_setting');">
外部欄目(鏈接至外部網(wǎng)站)
</td>
</tr>
<tr id="outside_class_setting" style="display:none">
<td height="22" align="left" class="table-frame-input-title">外部欄目地址:</td>
<td height="22" colspan="2" class="table-cell-input"><input name="OUTSIDE_URL" type="text" class="form-input" id="OUTSIDE_URL" value="<%=class_info.getOUTSIDE_URL()%>" size="52">
<span class="test_must">* <span class="text_remark">可以是另一個網(wǎng)站的URL</span></span></td>
</tr>
</table>
<span id="inner_class_setting">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="title-bar2">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr style="cursor:pointer" onClick="titleBarShowOrHide('p5')">
<td width="26" class="title-bar2-btn-col" id="p5_btn"> </td>
<td width="745" class="title-bar2-text">擴(kuò)展信息</td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame" id="p5">
<!-- <tr style="display:">
<td height="22" align="right" class="table-frame-input-title">信息顯示類型:</td>
<td height="22" class="table-cell-input">
<input name="infoType" type="radio" class="form_radio" value="much" checked >
多文章式欄目
<input name="infoType" type="radio" class="form_radio" value="single" >
單文章式欄目
</td>
</tr>-->
<tr style="display:">
<td height="22" align="right" class="table-frame-input-title">允許相關(guān)文章<br> </td>
<td height="22" class="table-cell-input"><input name="IS_KEY" type="radio" value="1">
此欄目內(nèi)文章 允許 相關(guān)文章
<input name="IS_KEY" type="radio" value="-1">
此欄目內(nèi)文章 不允許 相關(guān)文章<br>
<span class="text_remark">只有“允許”相關(guān)文章,在顯示文章相關(guān)文章時(shí),此欄目內(nèi)的文章才在檢索的范圍內(nèi),否則不檢索此欄目內(nèi)的相關(guān)文章</span></td>
</tr>
<tr style="display:">
<td height="22" align="right" class="table-frame-input-title">訂閱RSS<br> </td>
<td height="22" class="table-cell-input">
<input name="IS_RSS" type="radio" value="1">訂閱
<input name="IS_RSS" type="radio" value="0">不訂閱 </td>
</tr>
<tr style="display:">
<td width="18%" height="22" align="right" class="table-frame-input-title">全文檢索<br> </td>
<td height="22" class="table-cell-input"><input name="is_index" type="radio" value="true" checked>
支持全文檢索,也支持傳統(tǒng)數(shù)據(jù)庫查詢。
<!-- 不再支持自定義欄目索引庫
<span id="indexDBSelect" style="display:">并將此欄目信息,索引至
<select name="INDEX_DB_ID" id="INDEX_DB_ID">
<option selected value="">請選擇</option>
<cms4j:search_index_db>
<option value="<%=index_db_info.getDB_ID()%>"><%=index_db_info.getNAME()%></option>
</cms4j:search_index_db>
</select>
索引庫
-->
<br>
<input name="is_index" type="radio" value="false">
無需支持全文檢索,本站將使用傳統(tǒng)數(shù)據(jù)庫查詢方式檢索資料 <br>
<span class="text_remark">全文檢索可以實(shí)現(xiàn)Baidu、Google式高效的查詢,將最符合結(jié)果的信息顯現(xiàn)給用戶</span></td>
</tr>
<tr style="display:none">
<td height="22" align="right" class="table-frame-input-title">瀏覽此欄目文章的條件<br> </td>
<td height="22" class="table-cell-input"><select name="select2" class="form_select" id="select4">
<cms4j:select tableName="SYS_RESTRICTS" colsName="RESTRICT_ID,REST_NAME">
<option id="@RESTRICT_ID" value="@RESTRICT_ID">@REST_NAME</option>
</cms4j:select>
</select></td>
</tr>
<tr style="display:none">
<td height="22" align="right" class="table-frame-input-title">在此欄目發(fā)表評論的條件</td>
<td height="22" class="table-cell-input"><select name="select2" class="form_select" id="select7">
<cms4j:select tableName="SYS_RESTRICTS" colsName="RESTRICT_ID,REST_NAME">
<option id="@RESTRICT_ID" value="@RESTRICT_ID">@REST_NAME</option>
</cms4j:select>
</select></td>
</tr>
<tr style="display:none">
<td height="22" align="right" class="table-frame-input-title">瀏覽此欄目文章的操作</td>
<td height="22" class="table-cell-input"><select name="select2" class="form_select" id="select8">
<cms4j:select tableName="SYS_ACTIONS" colsName="ACTION_ID,ACT_NAME">
<option id="@ACTION_ID" value="@ACTION_ID">@ACT_NAME</option>
</cms4j:select>
</select> </td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">訪問權(quán)限</td>
<td height="22" class="table-cell-input"><input name="PURVIEW_TYPE" type="radio" value="0" checked>
公開欄目,所有人可訪問
<input type="radio" name="PURVIEW_TYPE" value="1" disabled="disabled">
受控欄目,指定群體訪問</td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="title-bar2">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr style="cursor:pointer" onClick="titleBarShowOrHide('p2')">
<td width="26" class="title-bar2-btn-col" id="p2_btn"> </td>
<td width="745" class="title-bar2-text">模板配置</td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame" id="p2">
<tr id="classURLTR">
<td width="18%" height="22" align="right" class="table-frame-input-title">欄目風(fēng)格頁面URL<br> </td>
<td width="82%" height="22" class="table-cell-input"><input name="CUSTOM_LINK" type="text" class="form-input" id="CUSTOM_LINK" value="<%=class_info.getCUSTOM_LINK()%>" size="50">
<select name="HTML_CACHE_TEMPLET_URL2" onChange="CUSTOM_LINK.value=this.value">
<option>從模板庫選擇</option>
<cms4j:templet_class state="1">
<option value="">==<%=templet_class_info.getCLASS_NAME()%>==</option>
<cms4j:templet templet_class_id="<%=templet_class_info.getTEMPLET_CLASS_ID()%>" apply_scope="class">
<option value="<%=templet_info.getTEMPLET_URL()%>"> <%=templet_info.getTEMPLET_NAME()%></option>
</cms4j:templet>
</cms4j:templet_class>
</select>
<br>
<span class="text_remark">利用此功能,使各欄目可以擁有不同的欄目風(fēng)格、布局</span></td>
</tr>
<tr id="articleURLTR">
<td height="22" align="right" class="table-frame-input-title">文章風(fēng)格頁面URL<br> </td>
<td height="22" class="table-cell-input"><input name="ARTICLE_TEMPLET_URL" type="text" class="form-input" id="ARTICLE_TEMPLET_URL" value="<%=class_info.getARTICLE_TEMPLET_URL()%>" size="50">
<select name="select" onChange="ARTICLE_TEMPLET_URL.value=this.value">
<option>從模板庫選擇</option>
<cms4j:templet_class state="1">
<option value="">==<%=templet_class_info.getCLASS_NAME()%>==</option>
<cms4j:templet templet_class_id="<%=templet_class_info.getTEMPLET_CLASS_ID()%>" apply_scope="article">
<option value="<%=templet_info.getTEMPLET_URL()%>"> <%=templet_info.getTEMPLET_NAME()%></option>
</cms4j:templet>
</cms4j:templet_class>
</select>
<br>
<span class="text_remark">利用此功能,使各文章可以擁有不同的文章顯示風(fēng)格、布局</span></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="title-bar2">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr style="cursor:pointer" onClick="titleBarShowOrHide('p4')">
<td width="26" class="title-bar2-btn-col" id="p4_btn"> </td>
<td width="745" class="title-bar2-text">發(fā)布(靜態(tài)化)配置</td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame" id="p4">
<tr>
<td height="22" align="right" class="table-frame-input-title">自動發(fā)布</td>
<td height="22" class="table-cell-input">添加文章時(shí):<br>
<input name="AUTO_RELEASE" type="radio" value="1" checked>
自動“發(fā)布(靜態(tài)化)”文章<br>
<input type="radio" name="AUTO_RELEASE" value="-1" disabled="disabled">
手工“發(fā)布(靜態(tài)化)”文章</td>
</tr>
<tr>
<td width="18%" height="22" align="right" class="table-frame-input-title">欄目頁顯示方式<br> </td>
<td width="82%" height="22" class="table-cell-input"><input name="CLASS_SHOW_TYPE" type="radio" value="jsp" checked >
動態(tài).jsp顯示(易管理)
<input name="CLASS_SHOW_TYPE" type="radio" value="shtml" disabled="disabled">
高級靜態(tài)頁顯示(高性能)</td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">文章頁顯示方式<br> </td>
<td height="22" class="table-cell-input"><input name="SHOW_TYPE" type="radio" value="jsp" checked >
動態(tài).jsp顯示(易管理)
<input name="SHOW_TYPE" type="radio" value="shtml" disabled="disabled">
高級靜態(tài)頁顯示(高性能)</td>
</tr>
</table>
</span>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table_bottom_line">
<tr>
<td></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="buttun-bar"><input name="Submit3" type="button" class="form-buttun" value="保 存" onClick="check()">
<input name="Submit22" type="button" class="form-buttun" value="取 消" onClick="javascript:history.go(-1)">
</td>
</tr>
</table>
</form>
</body>
</cms4j:class>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -