?? article_source_list.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<cms4j:init/>
<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>
<script src="../../js/page_init.js"></script>
<script>
//頁面初始化
function del(){
if (!window.confirm("您確定要刪除所選的敏感字配置嗎?")){
return false;
}
}
</script>
<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 align="left"> </td>
<td align="right"><span class="title_bar">
<input name="Submit22" type="button" class="form-buttun" value="添加" onClick="location.href='article_source_add.jsp'">
</span></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr class="table_title">
<td width="22%" class="table-titlebar">名稱</td>
<td width="38%" class="table-titlebar">鏈接地址</td>
<td width="23%" class="table-titlebar">LOGO圖片</td>
<td width="17%" class="table-titlebar">操作</td>
</tr>
<cms4j:article_source>
<tr class="table_border_cell_bg">
<td class="table-cell"><%=article_source_info.getSCOURCE_NAME()%></td>
<td class="table-cell"><%=article_source_info.getLINK_URL()%></td>
<td class="table-cell"> </td>
<td align="center" class="table-cell"><a href="../../do?action=orderArticleSource&id=<%=article_source_info.getID()%>&type=up&orderNum=<%=article_source_info.getORDER_NUM()%>">↑升</a> <a href="../../do?action=orderArticleSource&id=<%=article_source_info.getID()%>&type=down&orderNum=<%=article_source_info.getORDER_NUM()%>">↓降</a> <a href="article_source_modify.jsp?id=<%=article_source_info.getID()%>">修改</a> <a href="../../do?action=delArticleSource&id=<%=article_source_info.getID()%>">刪除</a></td>
</tr>
</cms4j:article_source>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -