db_manage.tpl.php

来自「一个文章管理系统,很不错的,php语言开发,运行平台:windows和linux」· PHP 代码 · 共 24 行

PHP
24
字号
<?php
if( !defined('ISELOOK') ){
	header('HTTP/1.0 404 Not Found');
	exit;
}
?>
<!--
<?php
print <<<EOT
-->
<table id=ElookSpace><tr><td></td></tr></table>
<table cellpadding="3" cellspacing="1" border="0" class="border" align=center>
  <tr>
	<td colspan="6" class="title">■ {$tb_title}</td>
  </tr>
    <tr> 
      <td class="tdbg1" height="30" colspan="6">由于时间关系,这个版本暂时不提供此功能,请使用其它工具,比如phpMyAdmin,进行{$tb_title}。
	</td>
    </tr>  
 </table>
<!--
EOT;
?>
-->

⌨️ 快捷键说明

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