?? 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_style.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="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr height="12">
<td width="3%"><img src="../../images/admin/oper_table_up_left.gif" width="26" height="12"></td>
<td width="92%" background="../../images/admin/oper_table_up_bg.gif" height="12"></td>
<td width="5%"><img src="../../images/admin/oper_table_up_right.gif" width="26" height="12"></td>
</tr>
<tr>
<td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5" background="../../images/admin/oper_table_left_bg.gif"><img src="../../images/admin/oper_table_left_bg.gif" width="5" height="2"></td>
<td background="../../images/admin/oper_table_bg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="title_bar">添加新專題</td>
</tr>
<tr height="4">
<td height="4"></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="1" class="list_border_bg">
<tr>
<td height="22" align="right" class="list_left_title">欄目編號:</td>
<td height="22" class="list_cell_bg"><%=special.getSPECIAL_ID()%></td>
</tr>
<tr>
<td width="17%" height="22" align="right" class="list_left_title">專題名稱:</td>
<td width="83%" height="22" class="list_cell_bg">
<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="list_left_title">專題說明:</td>
<td height="22" class="list_cell_bg"><textarea name="REMARK" cols="50" rows="6" class="form_textarea" id="REMARK"><%=special.getREMARK()%></textarea></td>
</tr>
<tr>
<td height="22" colspan="2" align="right" class="table_oper_tr"><input type="submit" name="Submit" value="保 存">
<input type="button" name="Submit2" value="取 消" onClick="location.href='article_special_admin_list.jsp'"> </td>
</tr>
</table></td>
<td width="5" background="../../images/admin/oper_table_right_bg.gif"><img src="../../images/admin/oper_table_right_bg.gif" width="5" height="2"></td>
</tr>
</table></td>
</tr>
<tr height="13">
<td><img src="../../images/admin/oper_table_down_left.gif" width="26" height="13"></td>
<td width="100%" height="13" background="../../images/admin/oper_table_down_bg.gif"></td>
<td align="right"><img src="../../images/admin/oper_table_down_right.gif" width="26" height="13"></td>
</tr>
</table>
<table width="717" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"> </td>
</tr>
</table>
</form>
</cms4j:article_special>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -