?? install_ok.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<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">
<!--
.STYLE2 {
font-size: 14px;
font-weight: bold;
}
.STYLE3 {color: #0000FF}
.STYLE4 {font-size: 12px}
-->
</style>
</head>
<body>
<cms4j:setup>
<table width="90%" align="center" bgcolor="#FFFFFF" class="none-border">
<tr>
<td height="100" align="center"><h2><span class="font_title">CMS4J <%=setup_info.getVER()%> 安裝</span></h2></td>
</tr>
</table>
<table width="90%" align="center" bgcolor="#FFFFFF" class="none-border" id="DBConn" style="display: ">
<tr>
<td><br />
<table width="90%" border="1" align="center" bgcolor="#efefef" class="font_title_2">
<tr>
<td height="40" align="center" valign="middle"><span class="STYLE2"><span class="STYLE3">恭喜您,CMS4J <%=setup_info.getVER()%> 安裝成功</span></span></td>
</tr>
</table>
<table width="90%" border="1" align="center" bgcolor="#efefef" class="font_title_2" style="display:none">
<tr>
<td height="100" align="center" valign="middle">小提示:<span class="STYLE4"><%=request.getAttribute("errInfo")%></span></td>
</tr>
</table>
<table width="90%" border="1" align="center" bgcolor="#efefef" class="font_title_2">
<tr>
<td height="40" align="center" valign="middle"><span class="STYLE2"><a href="<%=cn.com.dekn.cms.syscfg.vo.SiteConfig.getInstance().getCONTEXT_PATH()%>">點擊這里進行訪問</a></span></td>
</tr>
</table></td>
</tr>
</table>
</cms4j:setup>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -