📄 tips.htm
字号:
<!--<?php print <<<EOT
-->
<!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>系统提示信息 - powered by phpshops.com</title>
$ifjump
<link href="$imgpath/$stylepath/sys/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="wrapA">
<div id="header"><a href="index.php"><img src="$imgpath/logo.png" /></a></div>
<div id="main" style="height:300px">
<div class="box3">
<h3 class="active"><span>系统提示信息</span></h3>
</div>
<div class="c"></div>
<div id="content">
<div>$msg_info
<p style="text-align:right">
<!--
EOT;
if($jumpurl){
print <<<EOT
-->
<a href="$jumpurl">如果您的浏览器没有自动跳转,请点击这里</a>
<!--
EOT;
} else{print <<<EOT
-->
<a href="javascript:history.go(-1);">« 返回继续操作</a>
<!--
EOT;
}print <<<EOT
-->
</p>
</div>
</div>
</div>
<!--
EOT;
Footer();
?>-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -