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.
 
 
 
 

22 lines
546 B

<!doctype html>
<html>
<head>
<meta charset="{DT_CHARSET}"/>
<title>提示信息{$DT[seo_delimiter]}{$DT[sitename]}</title>
<meta name="robots" content="noindex,nofollow"/>
<script type="text/javascript" src="{DT_STATIC}file/script/config.js?v={if DT_DEBUG}{DT_TIME}{else}{DT_REFRESH}{/if}"></script>
</head>
<body>
<script type="text/javascript">
{if $dmessage}alert('{$dmessage}');{/if}
{if $dforward}
{if $dforward == 'goback'}
window.history.back();
{else}
window.location='{$dforward}';
{/if}
{/if}
{$extend}
</script>
</body>
</html>