📄 error.tpl
字号:
<html>
<head>
<meta http-equiv='content-type' content='text/html; charset=UTF-8'>
<title>出错提示</title>
<link rel=stylesheet href='templates/{Lang}/css/admin.css'>
<link rel=stylesheet href='templates/{Lang}/css/style.css'>
<link rel=stylesheet href='templates/{Lang}/css/toolbar.css'>
<style type='text/css'>
<!--
body
{
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:White;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-color:white ;
scrollbar-shadow-color:black;
scrollbar-arrow-color:black;
scrollbar-track-color:#EEEEEE;
}
//.style1 {font-size: 10px}
.style2 {
font-size: 14px;
color: #FF0000;
}
.style3 {font-size: 12px}
-->
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" style="border:1px solid #999999" cellpadding=5 cellspacing=0 bgcolor="">
<tr class=info_title>
<td height=25 colspan="2" align="left" bgcolor="f7f3f7" style="border-bottom:1px solid #999999">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="32"><strong><img src="images/error.gif"></strong></td>
<td align="left"><strong><span class="style2">出错提示</span></strong></td>
</tr>
</table>
</td>
</tr>
<tr class=info_content>
<td align="left" style="border-bottom:1px solid #999999"><span class="style3">{errorMSG}</span></td>
</tr>
<tr class=info_content>
<td align="left" style="border-bottom:1px solid #999999"> <span class="style3"><br>
<b>产生错误的原因可能是: </b><br>
{errorCause} </span></td>
</tr>
<tr class=info_bottom>
<td colspan=2 align=left><a href='#' class="style3" onclick='javascript: goDefaultURL();'>点这里继续</a></td>
</tr>
</table>
</td>
</tr>
</table>
<script language='javascript'>
<!--
function goDefaultURL()
{
var defaultURL = '{defaultGotoURL}';
var defaultURLtext = '{' + 'defaultGotoURL}';
if(defaultURL && defaultURL != '' && defaultURL != defaultURLtext)
{
if(/javascript/ig.test(defaultURL))
{
eval(defaultURL.replace(/javascript:/ig, ''));
}
else window.location = defaultURL;
}
else history.go(-1);
}
//-->
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -