You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.8 KiB
40 lines
1.8 KiB
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="{DT_CHARSET}"/>
|
|
<title>提示信息{$DT[seo_delimiter]}{$DT[sitename]}</title>
|
|
<meta name="robots" content="noindex,nofollow"/>
|
|
<style type="text/css">
|
|
*{font-size:14px;color:#000000;}
|
|
body{font-family:'Microsoft YaHei',Verdana,Arial,Helvetica,sans-serif;background:#FFFFFF;margin:0;height:100%;}
|
|
a:link,a:visited,a:active {color:#007AFF;text-decoration:none;}
|
|
input{color:#000000;}
|
|
.msg{width:400px;border:#E0E0E0 6px solid;border-radius:10px;margin:150px auto 0 auto;}
|
|
.head{background:#F0F0F0;border-bottom:#E8E8E8 1px solid;border-radius:3px 3px 0 0;letter-spacing:1px;line-height:36px;height:36px;overflow:hidden;font-weight:bold;text-align:center;user-select:none;}
|
|
.main{padding:16px 20px;line-height:200%;word-break:break-all;}
|
|
.foot{padding:10px 3px;margin:0 16px;border-top:#EFF1F3 1px solid;background:url('{DT_SKIN}image/message-arrow.png') no-repeat right center;font-size:12px;color:#007AFF;}
|
|
.progress {width:300px;height:6px;line-height:6px;font-size:1px;background:#E7E7E7;text-align:left;}
|
|
.progress div {height:6px;line-height:6px;font-size:1px;background:#007AFF;}
|
|
.f_gray{color:#666666;}
|
|
</style>
|
|
</head>
|
|
{if $dtime == -1}
|
|
<body style="background:#FFFFFF;margin:200px auto;">
|
|
<center><img src="{DT_SKIN}image/loading...gif" alt="login"/></center>
|
|
{$dmessage}
|
|
<meta http-equiv="refresh" content="0;URL={$dforward}"/>
|
|
{else}
|
|
<body onkeydown="if(event.keyCode==13) window.history.back();">
|
|
<div class="msg">
|
|
<div class="head">提示信息</div>
|
|
<div class="main">{$dmessage}</div>
|
|
{if $dforward == 'goback'}
|
|
<a href="javascript:window.history.back();"><div class="foot">点这里返回上一页</div></a>
|
|
{else}
|
|
<a href="{$dforward}"><div class="foot">如果您的浏览器没有自动跳转,请点击这里</div></a>
|
|
<meta http-equiv="refresh" content="{$dtime};URL={$dforward}">
|
|
{/if}
|
|
</div>
|
|
{/if}
|
|
</body>
|
|
</html>
|