?? showmessage.php
字號(hào):
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
<tr>
<td ></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="400" align='center'>
<tr>
<td >
<table border='0' cellpadding='1' cellspacing='1' align='center' class="tableborder">
<tr>
<th>提示信息</th>
</tr>
<tr align="center">
<td height='100' valign='middle' class="tablerow">
<br><br><?=$msg?><br><br>
<?php if($msgtype=='form'){?>
<form method="post" action="<?=$url_forward?>">
<input type="submit" name="confirmed" value="確定">
<input type="button" value="返回" onClick="history.go(-1);">
</form>
<br>
<?php }else{ ?>
<?php if($url_forward){?>
<br><a href="<?=$url_forward?>">如果您的瀏覽器沒(méi)有自動(dòng)跳轉(zhuǎn),請(qǐng)點(diǎn)擊這里</a>
<script>setTimeout("redirect('<?=$url_forward?>');", 1250);</script>
<?php }elseif(strpos($msg, "返回")){?>
<br><a href="javascript:history.go(-1);" >[ 點(diǎn)這里返回上一頁(yè) ]</a>
<?php } ?>
<?php } ?>
</td>
</tr>
</table>
</td>
</tr>
<?php if(debuginfo()){?>
<tr>
<td align="center">Processed in <?=$debuginfo['time']?> second(s), <?=$debuginfo['queries']?> queries<?php if($gzipcompress){?>, Gzip enabled<?php } ?> </td>
</tr>
<?php } ?>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -