error.htm

来自「哈克MusicPHP音乐程序v1.0一套基本于PHP+TXT的在线音乐播放程序。」· HTM 代码 · 共 32 行

HTM
32
字号
<!--<?php
include_once PrintEot('top');
print <<<EOT
-->
<form action="$basename&" method=post>
<table width=98% border=0 align=center cellpadding=3 cellspacing=1 class=tableborder>
<tr class=header>
  <td height=25 colspan="6">&nbsp;<strong>用户错误报告</strong></td>
</tr>
<tr class=bg>
  <td width="12%" height=25 align="center">报告用户</td>
  <td width="33%" align="center">音 乐 名</td>
  <td width="10%" align="center">音乐ID</td>
  <td width="25%" align="center">错误原因</td>
  <td align="center">报告日期</td>
  <td width="5%" align="center">删除</td>
</tr>
<!--
EOT;
get_error_list($page);
print <<<EOT
-->
</table>
<br />
<center><input type=hidden name="action" value=del><input type=submit value="提 交"></center>
</form>
<!--
EOT;
include_once PrintEot('adminbottom');
?>
-->

⌨️ 快捷键说明

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