?? changecontext.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="../css/setup.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
color: #336699;
font-weight: bold;
}
-->
</style>
</head>
<script src="../js/common.js"></script>
<script src="../js/page_init.js"></script>
<body>
<%
String contextPath = request.getRequestURI().substring(0,request.getRequestURI().indexOf("/setup/ChangeContext.jsp"));
if(null == contextPath || contextPath.equals("")){
contextPath = "/";
}
%>
<form name="installForm" action="../do?action=saveSetupModifyContext" method="post">
<table width="90%" align="center" bgcolor="#FFFFFF" class="none-border">
<tr>
<td height="100" align="center"><h2><span class="font_title">CMS4J 變更網站發布上下文</span></h2>
</td>
</tr>
</table>
<table width="90%" align="center" bgcolor="#FFFFFF" class="none-border" id="key" style="display: ">
<tr>
<td><table width="90%" align="center" bgcolor="#efefef" class="font_title_2">
<tr>
<td> 網站發布路徑 </td>
</tr>
</table>
<table width="90%" align="center" class="blue-solid-border">
<tr>
<td valign="top" class="font_content"><p>
<input name="CMS4J_CONTEXT" type="text" readonly="" style="width:98%" value="<%=contextPath%>">
</p></td>
</tr>
</table>
<br>
<table width="90%" align="center" class="none-border">
<tr>
<td align="center"><input type="submit" name="submit" value="確 定"/></td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -