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

📄 show_msg.tpl.php

📁 一个文章管理系统,很不错的,php语言开发,运行平台:windows和linux
💻 PHP
字号:
<?php
if( !defined('ISELOOK') ){
	header('HTTP/1.0 404 Not Found');
	exit;
}
?><!--<?php
print <<<EOT
--><TABLE cellSpacing=0 cellPadding=0 width=800 align=center bgColor=#ffffff 
border=0>
  <TBODY> 
  <TR> 
    <TD vAlign=top> 
      <table cellspacing=0 cellpadding=0 width="100%">
        <tbody> 
        <tr> 
          <td valign=bottom align=middle height=3 colspan="3"></td>
        </tr>
        <tr> 
          <td width="9"></td>
          <td height=20><img src="images/sort/nav_ball.gif" width="13" height="13" align="absmiddle">&nbsp;{$lang['sys_your_location']}{$strpath}</td>
          <td width="9"></td>
        </tr>
        <tr> 
          <td valign=bottom align=middle background="images/index/top_line1.gif" height=1 colspan="3"></td>
        </tr>
        </tbody> 
      </table>
      <br>
      <table cellpadding=5 cellspacing=0 border=0 width=700 class="border" align=center>
        <tr align="center" class="title"><td height="32"><strong>{$suc_tyle}</strong></td></tr>
<tr class="tdbg">
          <td height="70" valign="top"><br>
            <!--{$lang['sys_err_info2']}<br><br>-->
            <!--
EOT;
$showmsg = explode('|||',$showmsg);
for ($i=0; $i<count($showmsg); $i++){
	$ii = $i + 1;
	if ($showmsg[$i] != ''){
print <<<EOT
-->
{$ii}、{$showmsg[$i]}<BR>
<!--
EOT;
	}
}
print <<<EOT
--></td></tr>
<tr align="center" class="tdbg"><td><a href="#" onclick="location.href='{$url}'">&lt;&lt; {$lang['comback']}</a></td></tr>
</table>	  
      <br>
    </TD>
  </TR>
  </TBODY> 
</TABLE>
<table cellspacing=0 cellpadding=0 width=800 border=0 align="center">
  <tbody> 
  <tr> 
    <td bgcolor="#94b252" height=30 align="center"><font color="#ffffff">{$settings['s_copyright_1']}</font><img height=19 
            src="images/sort/email.gif" width=17 align=absMiddle><a href="mailto:{$settings['s_admin_email']}?subject={$about}" title="{$lang['sys_send_email']}"><font 
            color="#ffffff">{$lang['sys_contact_us']}</font></a></td>
  </tr>
  <tr> 
    <td valign=bottom align=middle background=images/sort/bg.gif 
          height=1></td>
  </tr>
  </tbody> 
</table>
<!--
EOT;
?>-->

⌨️ 快捷键说明

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