📄 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 + -