?? article_special_modify.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<script src="../../js/common.js"></script>
<script src="../../js/page_init.js"></script>
<script src="js/article.js"></script>
<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>
<body>
<cms4j:article_special id="${param.id}">
<form action="../../do?action=modifyArticleSpecial&SPECIAL_ID=<%=special.getSPECIAL_ID()%>&type=modify" 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">修改專題</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">欄目編號:</td>
<td height="22" class="table-cell-input"><%=special.getSPECIAL_ID()%></td>
</tr>
<tr>
<td width="17%" height="22" align="right" class="table-frame-input-title">專題名稱:</td>
<td width="83%" height="22" class="table-cell-input"><input name="NAME" type="text" class="form-input" id="NAME" value="<%=special.getNAME()%>" size="52">
<span class="test_must">*</span></td>
</tr>
<tr>
<td height="22" align="right" class="table-frame-input-title">專題說明:</td>
<td height="22" class="table-cell-input"><textarea name="REMARK" cols="50" rows="6" class="form-input" id="REMARK"><%=special.getREMARK()%></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>
</cms4j:article_special>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -