error_report.tpl.php

来自「采用模块化开发」· PHP 代码 · 共 20 行

PHP
20
字号
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
$today = date('Y-m-d',$PHP_TIME);
$end_date = date('Y-m-d',$PHP_TIME+86400);
?>
<?=$menu?>
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
-->
</style>

<form id="form1" name="form1" method="post" action="?mod=<?=$mod?>&amp;file=<?=$file?>">
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1"  class="tableborder">
    <tr>
      <th colspan="4">鏃ユ湡鎼滅储</th>
    </tr>
    <tr>
      <td width="22%" height="20" colspan="2" class="tablerowhighlight">璧峰

⌨️ 快捷键说明

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