?? article_special_admin_list.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<script src="../../js/common.js"></script>
<script src="../../js/page_init.js"></script>
<script src="js/article.js"></script>
<script>
//刪除專題
function delArticleSpecialConfirm(){
//如果用戶選擇了“取消”,則不執行操作
if (window.confirm("您確定要刪除此專題嗎?刪除操作,原此專題中的文章將設置為[無]專題,請慎重!"))
{
return true;
}
return false;
}
//清空專題
function clearArticleSpecialConfirm(){
//如果用戶選擇了“取消”,則不執行操作
if (window.confirm("您確定要清空此專題嗎?清空操作,原此專題中的文章將設置為[無]專題,請慎重!"))
{
return true;
}
return false;
}
</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>
<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="oper-bar">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25%" class="oper-bar-text"> </td>
<td width="35%" align="center" class="oper-bar-text"> </td>
<td width="40%" align="right" class="oper-bar-text"><span class="title_bar">
<input name="Submit" type="button" class="form-buttun" onClick="location.href='article_special_add.jsp'" value="添加新專題">
</span></td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr class="table_title">
<td width="21%" height="15" class="table-titlebar">專題名稱</td>
<td width="19%" class="table-titlebar">專題別名(ID)</td>
<td width="11%" class="table-titlebar">文章數</td>
<td width="15%" class="table-titlebar">專題文章點擊總數</td>
<td width="25%" class="table-titlebar">操作</td>
</tr>
<cms4j:article_special state="all">
<tr class="table_border_cell_bg" title="<%=special.getREMARK()%>">
<td height="22" align="left" class="table-cell"> <%=special.getNAME()%></td>
<td height="22" align="center" class="table-cell"><%=special.getSPECIAL_ID()%></td>
<td height="22" align="center" class="table-cell"><%=special.getArticleCount()%></td>
<td height="22" align="center" class="table-cell"><%=special.getArticleClickCount()%></td>
<td height="22" align="center" class="table-cell"><a href="article_special_modify.jsp?id=<%=special.getSPECIAL_ID()%>">設置</a> <a href="../../do?action=delArticleSpecial&id=<%=special.getSPECIAL_ID()%>" onClick="return delArticleSpecialConfirm()">刪除</a> <a href="../../do?action=clearArticleSpecial&id=<%=special.getSPECIAL_ID()%>" onClick="return clearArticleSpecialConfirm()">清空</a> <a href="../../do?action=orderArticleSpecial&id=<%=special.getSPECIAL_ID()%>&type=up">↑升</a> <a href="../../do?action=orderArticleSpecial&id=<%=special.getSPECIAL_ID()%>&type=down">↓降</a></td>
</tr>
</cms4j:article_special>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table_bottom_line">
<tr>
<td></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -