sharingform.html,v

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

HTML,V
84
字号
head	1.2;access;symbols;locks; strict;comment	@# @;1.2date	2001.03.25.23.30.49;	author wombat;	state Exp;branches;next	1.1;1.1date	2001.02.24.17.01.40;	author wombat;	state Exp;branches;next	;desc@@1.2log@*** empty log message ***@text@<html><body bgcolor=white><center><h3>Add Shared Folder</h3><table border=1 width=100% cellpading=3><tr>  <td bgcolor=#477979 align=center>    <font color=white>Users</font>  </td>	<td>	  <form action="contacts.cgi" method="post">  		<input type=hidden name="option" value="Sharing">			<input type=hidden name="action" value="users">   	  <select name=user>        <!--users-->      </select>  		<input type=submit value=OK>		</form>	</td></tr><tr>  <td bgcolor=#477979 align=center>    <font color=white>Global</font>  </td>	<td>	  <form action="contacts.cgi" method="post">  		<input type=hidden name="option" value="Sharing">			<input type=hidden name="action" value="global">   	  <select name=global>        <!--global-->      </select>  		<input type=submit value=OK>		</form>	</td></tr></table></body></html>@1.1log@Initial revision@text@d16 1a16 1        <users>d31 1a31 1        <global>d39 1a39 1</html>@

⌨️ 快捷键说明

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