?? article_special_add.jsp
字號(hào):
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J </title>
<link href="../skin/blue/css/oper_area.css" rel="stylesheet" type="text/css">
</head>
<script src="../../js/common.js"></script>
<body>
<form action="../../do?action=addArticleSpecial" method="post" name="cms4jForm" id="cms4jForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="title-bar"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="26" class="title-bar-title-icon"> </td>
<td width="745" class="title-bar-text">添加新專(zhuān)題</td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr>
<td height="22" align="right" class="table-frame-input-title">專(zhuān)題名稱(chēng):</td>
<td height="22" class="table-cell-input"><input name="NAME" type="text" class="form-input" id="NAME" size="52">
<span class="test_must">*</span></td>
</tr>
<tr>
<td width="17%" height="22" align="right" class="table-frame-input-title">欄目編號(hào):</td>
<td width="83%" height="22" class="table-cell-input"><input name="ID_TYPE" type="radio" value="radiobutton" checked onClick="displayCtrl('','customID');this.form.SPECIAL_ID.value=''">
自動(dòng)編號(hào)
<input type="radio" name="ID_TYPE" value="radiobutton" onClick="displayCtrl('customID','');">
自定義編號(hào)
<div style="display:none" id="customID">
<input name="SPECIAL_ID" type="text" class="form_input" id="SPECIAL_ID" size="16">
<span class="test_must"> *</span><span class="text_remark">自定義編號(hào)方便編程時(shí)調(diào)用。建議使用拼音簡(jiǎn)碼,如“病毒專(zhuān)題”的標(biāo)識(shí)可以為“bdzt” </span> </div></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">專(zhuān)題說(shuō)明:</td>
<td height="22" class="table-cell-input"><textarea name="REMARK" cols="50" rows="6" class="form-input" id="REMARK"></textarea></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="buttun-bar">
<tr>
<td align="center"><span class="table_oper_tr">
<input name="Submit" type="submit" class="form-buttun" value="添 加">
<input name="Submit2" type="button" class="form-buttun" onClick="location.href='article_special_admin_list.jsp'" value="取 消">
</span></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -