📄 alert.tpl.php
字号:
<!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=GB2312" />
<title><?php echo $this->config['sitename'];?></title>
<style type="text/css">
<!--
body,html{
font-size:14px;
background-color:#F6F6F6;
}
#Layer1 {
margin:0px auto;
border: 1px solid #FF6262;
background-color:#FFD7D7;
width:500px;
height:auto;
margin-top:100px;
vertical-align:middle;
}
#content{
width:500px;
height:auto;
font-size:14px;
text-align:center;
padding:40px;
background-image:url(<?php echo $this->config['basedir'];?>images/error.gif);
background-repeat:no-repeat;
background-position:left;
background-position:20px;
line-height:20px;
word-break:break-all;
padding-left:60px;
color:#666666;
}
-->
</style>
</head>
<body>
<div id="Layer1">
<div id="content"><?php echo $this->message;?><br />返回首页:<a href="<?php echo $this->config['basedir'];?>">点击这里返回</a></div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -