?? install_err.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>出現錯誤</title>
<link href="../css/setup.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE1 {
color: #FF0000;
font-weight: bold;
font-size: 14px;
}
.STYLE2 {
font-size: 14px;
font-weight: bold;
}
.STYLE3 {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><table width="90%" align="center" bgcolor="#efefef" class="font_title_2">
<tr>
<td> <span class="STYLE1">安裝出現錯誤</span></td>
</tr>
</table>
<br />
<table width="90%" align="center" bgcolor="#efefef" class="font_title_2">
<tr>
<td width="16%" align="center" valign="top"><span class="STYLE2">錯誤信息:</span></td>
<td width="84%" height="200" align="left" valign="top"><span class="STYLE3"><%=request.getAttribute("errInfo")%> </span></td>
</tr>
<tr>
<td colspan="2" align="right"><hr /></td>
</tr>
</table>
<br />
<table width="90%" align="center" class="none-border">
<tr>
<td align="left"> </td>
<td align="right"><input type="button" name="submit" value="返 回" onclick="history.go(-1)" /></td>
</tr>
</table></td>
</tr>
</table>
</cms4j:setup>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -