notes_body.tpl

来自「银河帝国源码(开源)很精彩的哦!!!!!!!!!!!!!!!!!!!!」· TPL 代码 · 共 28 行

TPL
28
字号

<br>
<form action="{PHP_SELF}" method=post>
  <table width=519>
	<tr>
	  <td class=c colspan=4>{Notes}</td>
	</tr>
	<tr>
	  <th colspan=4><a href="{PHP_SELF}?a=1">{MakeNewNote}</a></th>
	</tr>
	<tr>
	  <td class=c></td>
	  <td class=c>{Date}</td>
	  <td class=c>{Subject}</td>
	  <td class=c>{Size}</td>
	</tr>

	{BODY_LIST}

<tr>
	  <td colspan=4><input value="{Delete}" type="submit"></td>
	</tr>
  </table>
</form>
</center>
</body>
</html>

⌨️ 快捷键说明

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