⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 memcp_misc.htm

📁 xm2sv1.0寻梦二手网 v1.0,一个经过我调试的PHP原代码,有机会大家多交流哈
💻 HTM
字号:
{template header}
{template memcp_navbar}
<!--{if $action == 'favorites'}-->
	<form method="post" action="memcp.php?action=favorites">
	<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}"
	align="center">
	<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 colspan="2" width="45%" align="center">{lang subject}</td>
	<td>{lang forum}</td>
	<td>{lang replies}</td>
	<td>{lang lastpost}</td>
	</tr>

	<!--{if $favexists}-->
		<!--{loop $favlist $fav}-->
			<tr>
			<td bgcolor="{ALTBG2}" align="center"><input type="checkbox" name="delete[]" value="$fav[tid]"></td>
			<td bgcolor="{ALTBG1}" width="5%" align="center"><!--{if $fav[icon]}--><img src="{SMDIR}/$fav[icon]"><!--{else}-->&nbsp;<!--{/if}--></td>
			<td bgcolor="{ALTBG2}" onMouseOver ="this.style.backgroundColor='{ALTBG1}'" onMouseOut ="this.style.backgroundColor='{ALTBG2}'"><a href="viewthread.php?tid=$fav[tid]">$fav[subject]</a></td>
			<td bgcolor="{ALTBG1}" align="center"><a href="forumdisplay.php?fid=$fav[fid]">$fav[name]</a></td>
			<td bgcolor="{ALTBG2}" align="center">$fav[replies]</td>
			<td bgcolor="{ALTBG1}" align="center"><font class="smalltxt">$fav[lastpost] by <!--{if $fav[lastposter] != 'Guest'}--><a href="viewpro.php?username=$fav[lastposterenc]">$fav[lastposter]</a><!--{else}-->{lang guest}<!--{/if}--></font></td>
			</tr>
		<!--{/loop}-->
	<!--{else}-->
		<td bgcolor="{ALTBG1}" colspan="6">{lang memcp_nofavs}</td></tr>
	<!--{/if}-->

	</table></td></tr></table><br>
	<center><input type="submit" name="favsubmit" value="{lang submit}"></center>
	</form>
<!--{elseif $action == 'subscriptions'}-->
	<form method="post" action="memcp.php?action=subscriptions">
	<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}"
	align="center">
	<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 colspan=2 width="45%" align="center">{lang subject}</td>
	<td align="center">{lang forum}</td>
	<td align="center">{lang replies}</td>
	<td align="center">{lang lastpost}</td>
	</tr>

	<!--{if $subsexists}-->
		<!--{loop $subslist $subs}-->
			<tr>
			<td bgcolor="{ALTBG2}" align="center"><input type="checkbox" name="delete[]" value="$subs[tid]"></td>
			<td bgcolor="{ALTBG1}" width="5%" align="center"><!--{if $subs[icon]}--><img src="{SMDIR}/$subs[icon]"><!--{else}-->&nbsp;<!--{/if}--></td>
			<td bgcolor="{ALTBG2}" onMouseOver ="this.style.backgroundColor='{ALTBG1}'" onMouseOut ="this.style.backgroundColor='{ALTBG2}'"><a href="viewthread.php?tid=$subs[tid]">$subs[subject]</a></td>
			<td bgcolor="{ALTBG1}" align="center"><a href="forumdisplay.php?fid=$subs[fid]">$subs[name]</a></td>
			<td bgcolor="{ALTBG2}" align="center">$subs[replies]</td>
			<td bgcolor="{ALTBG1}" align="center"><font class="smalltxt">$subs[lastpost] by <!--{if $subs[lastposter] != 'Guest'}--><a href="viewpro.php?username=$subs[lastposterenc]">$subs[lastposter]</a><!--{else}-->{lang guest}<!--{/if}--></font></td>
			</tr>
		<!--{/loop}-->
	<!--{else}-->
		<td bgcolor="{ALTBG1}" colspan="6">{lang memcp_nosubs}</td></tr>
	<!--{/if}-->

	</table></td></tr></table><br>
	<center><input type="submit" name="subsubmit" value="{lang submit}"></center>
	</form>
<!--{elseif $action == 'viewavatars'}-->
	<form method="post" action="memcp.php?action=viewavatars">
	<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center">
	<tr><td>$multipage &nbsp; &nbsp; {lang total} $num {lang avatars}</td></tr>
	<tr><td bgcolor="{BORDERCOLOR}">
	<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%" style="table-layout: fixed">
	<tr><td colspan="4" class="header">{lang memcp_avatar_list}</td></tr>
	$avatarlist
	</table></td></tr>
	<tr><td>$multipage</td></tr></table><br>
	<center><input type="submit" name="avasubmit" value="{lang submit}"></center>
	</form>
<!--{/if}-->

{template footer}

⌨️ 快捷键说明

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