📄 showmsg.php
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?=$GLOBALMSG['CHARSET']?>">
<title><?=$webtitle?> Message - Powered by wan-e.net inc</title>
<link href="<?=$default_url?>globals/style/style_<?=$GLOBALMSG['STYLEID']?>.css" rel="stylesheet" type="text/css">
<meta http-equiv="refresh" content="<?=$showmsg_time?>;URL=<?=$url?>">
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="5" cellspacing="1">
<tr>
<td align="center">
<table width="500" border="0" cellpadding="5" cellspacing="1" class="tableborder">
<tr>
<td class="categround"><?=$webtitle?> Message</td>
</tr>
<tr>
<td height="200" align="center" class="contentground"><br><?=nl2br($msg)?><BR><BR><a href="<?=$url?>"><?=$GLOBALMSG['REFRESHMSG']?></a><br></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -