tips.htm

来自「PHPShops多用户商城系统(简称PHPShops)是基于电子商务的一套平台交」· HTM 代码 · 共 45 行

HTM
45
字号
<!--<?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);">&laquo; 返回继续操作</a>
<!--
EOT;
}print <<<EOT
-->		
				</p>
			</div>		
		</div>
<!--
EOT;
Footer();
?>-->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?