⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changecontext.jsp

📁 基于j2ee的动态网站开发的cms代码下载。
💻 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 + -