⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 message_send.tpl.php

📁 phpcms2007很好的cms内容管理系统,操作方便
💻 PHP
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
?>
<table width="100%" cellpadding="2" cellspacing="1" align="center" class="tableborder"><tbody>
	<tr>
		<th colspan="3"><?php echo $menutitle[$fid]; ?></th>
	</tr>
	<tr>
		<td width="100%" height="25" align="center" valign="middle" colspan="3" class="tablerowhighlight">
<?php
if (isset($msg)) {
	echo $msg;
} else {
	echo "&nbsp;";
}

?>
		</td>
	</tr>
	<tr onmouseout="this.style.backgroundColor='#F1F3F5';" onmouseover="this.style.backgroundColor='#BFDFFF';" bgColor="#F1F3F5"><form action="<?php $_SERVER['REQUEST_URI']; ?>" method="post" onsubmit="return formSubmit();" onreset="return formReset();">
		<td width="20%" height="25" align="right" valign="middle" style="padding-right:10px;font-weight:bold">鏍

⌨️ 快捷键说明

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