newsgroups.html,v

来自「linux下基于web的个人信息管理器源码」· HTML,V 代码 · 共 74 行

HTML,V
74
字号
head	1.2;access;symbols;locks; strict;comment	@# @;1.2date	2001.03.05.15.44.22;	author wombat;	state Exp;branches;next	1.1;1.1date	2000.12.08.05.56.54;	author wombat;	state Exp;branches;next	;desc@@1.2log@*** empty log message ***@text@<html><body bgcolor=white><center><b>Manage News Groups</b><form action=admin.cgi method=post>  <input type=hidden name=option value=createNewsgroup>  Group Name<input type=text name=group>  <input type=submit value="Create"></form><hr><b>Delete Group</b><form action=admin.cgi method=post>  <input type=hidden name=option value=deleteNewsgroup>  <table border=0>  <tr>    <td bgcolor=#477979>      <font color=white>        <b>Group Name</b>      </font>    </td>    <td bgcolor=#477979>      <font color=white>        <b>Articles</b>      </font>    </td>  </tr>  <!--existingGroups-->  </table></form></center></body></html>@1.1log@Initial revision@text@d27 1a27 1  <existingGroups>d32 1a32 1</html>@

⌨️ 快捷键说明

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