?? search_resource_modify.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<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>
<body onLoad="pageInit()">
<cms4j:search_index_resource res_id="${param.id}">
<script>
//頁面初始化
function pageInit(){
radioGuoupInit("DEPTH","<%=index_res_info.getDEPTH()%>");
}
</script>
<form action="../../do?action=modifyIndexResource&RES_ID=${param.id}" 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 width="20%" height="22" align="right" class="table-frame-input-title">資源名稱:</td>
<td height="22" class="table-cell-input"><input name="NAME" type="text" class="form_input" id="NAME" value="<%=index_res_info.getNAME()%>" size="52">
<span class="test_must">*</span></td>
</tr>
<tr>
<td height="29" align="right" class="table-frame-input-title">索引深度:</td>
<td height="29" class="table-cell-input"><input name="DEPTH" type="radio" value="0" checked>
包括所有子目錄
<input type="radio" name="DEPTH" value="1">
僅限本級目錄</td>
</tr>
<tr>
<td height="37" colspan="2" align="center" class="table_oper_tr"><input name="Submit" type="submit" class="form-buttun" value="保 存">
<input name="Submit2" type="button" class="form-buttun" onClick="location.href='search_resource_list.jsp'" value="取 消">
</td>
</tr>
</table>
<table width="717" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"> </td>
</tr>
</table>
</form>
</cms4j:search_index_resource>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -