memo_collections.htm

来自「xm2sv1.0寻梦二手网 v1.0,一个经过我调试的PHP原代码,有机会大家多」· HTM 代码 · 共 30 行

HTM
30
字号
<form method="post" action="memo.php?folder=collections">
<table cellspacing="0" cellpadding="0" border="0" width="99%">
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr align="center" class="header"><td width="45"><input type="checkbox" name="chkall" class="header" onclick="checkall(this.form)">{lang delete_check}</td>
<td >网站名称</td><td>网址</td><td>注释</td><td width=60>添加日期</td></tr>
<!--{loop $collectionslist $collections}-->
	<tr>
	<td bgcolor="{ALTBG1}" align="center"><input type="checkbox" name="delete[]" value="$collections[id]"></td>
	<td bgcolor="{ALTBG2}" onMouseOver ="this.style.backgroundColor='{ALTBG1}'" onMouseOut ="this.style.backgroundColor='{ALTBG2}'">$collections[webname]</td>
	<td bgcolor="{ALTBG1}" align="center">$collections[weburl]</td>
	<td bgcolor="{ALTBG2}" align="left">$collections[webinfo]</td>
	</td><td bgcolor="{ALTBG2}" align="center"><span class="smalltxt">$collections[dateline]</span></td>
	</tr>
<!--{/loop}-->
</table></td></tr>
<tr class="multi"><td>$multipage</td></tr>
</table><br><center><input type="submit" name="deletesubmit" value="更新网址夹"></center>
</form>

<form method="post" action="memo.php?folder=collections">
<table cellspacing="0" cellpadding="0" border="0" width="99%">
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class="header"><td colspan="2">添加新的网址</td></tr>
<tr><td bgcolor="{ALTBG2}" width="20%">网站名称:</td><td bgcolor="{ALTBG2}" width="80%"><input type="text" name="memo_title" size="50"></td></tr>
<tr><td bgcolor="{ALTBG1}" width="20%">网站地址:</td><td bgcolor="{ALTBG1}" width="80%"><input type="text" name="memo_url" size="50">&nbsp;(***必填)</td></tr>
<tr><td bgcolor="{ALTBG1}" width="20%" valign="top">详细注释:</td><td bgcolor="{ALTBG1}" width="80%"><textarea name="memo_comment" cols="50" rows="5"></textarea></td></tr>
</table></td></tr></table><br><center><input type="submit" name="addsubmit" value="添加到网址收藏夹"></center></form>

⌨️ 快捷键说明

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