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

📄 memo.htm

📁 xm2sv1.0寻梦二手网 v1.0,一个经过我调试的PHP原代码,有机会大家多交流哈
💻 HTM
字号:
{template header}
<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center" style="table-layout: fixed"> 
<tr><td class="nav" width="90%" nowrap>&nbsp;<a href="index.php">$bbname</a> &raquo; 备忘录 &raquo; $folder</td>
<td align="right" width="10%"><a href="#bottom"><img src="{IMGDIR}/arrow_dw.gif" border="0" align="absmiddle"></a></td>        
</tr></table><br>

<br><table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center">
<tr><td width="150" valign="top">

<table cellspacing="0" cellpadding="0" border="0" width="98%">
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class="header"><td colspan="2" align="center">我的备忘录</td></tr>
<tr><td bgcolor="{ALTBG1}" width="20" align="center"><img src="{IMGDIR}/pm_folder.gif"></td><td bgcolor="{ALTBG2}">
<!--{if $folder == 'notebook'}-->&raquo;<b>&nbsp;<a href="memo.php?folder=notebook">记事本</a></b><!--{else}--><a href="memo.php?folder=notebook">记事本</a><!--{/if}--></td></tr>
<tr><td bgcolor="{ALTBG1}" width="20" align="center"><img src="{IMGDIR}/pm_folder.gif"></td><td bgcolor="{ALTBG2}">
<!--{if $folder == 'address'}-->&raquo;<b>&nbsp;<a href="memo.php?folder=address">通讯录</a></b><!--{else}--><a href="memo.php?folder=address">通讯录</a><!--{/if}--></td></tr>
<tr><td bgcolor="{ALTBG1}" width="20" align="center"><img src="{IMGDIR}/pm_folder.gif"></td><td bgcolor="{ALTBG2}">
<!--{if $folder == 'collections'}-->&raquo;<b>&nbsp;<a href="memo.php?folder=collections">网址夹</a></b><!--{else}--><a href="memo.php?folder=collections">网址夹</a><!--{/if}--></td></tr>
</table></td></tr></table><br>
<table cellspacing="0" cellpadding="0" border="0" width="98%">
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class="header"><td align="center">备忘录搜索</td></tr>
<tr ><td bgcolor="{ALTBG1}" align="center">
<form method="post" action="memo.php"><br>
时间:<select name="searchfrom"><option value="0" selected="selected">全部的时间</option>
<option value="86400">1 天以来</option>
<option value="172800">2 天以来</option>
<option value="432000">1 周以来</option>
<option value="1296000">1 个月以来</option>
<option value="5184000">3 个月以来</option>
<option value="8640000">6 个月以来</option>
<option value="31536000">1 年以来</option>
</select>
<br><br>
目录:<select name="action">
<option value="notebook">我的记事簿</option>
<option value="collections">网络收藏夹</option>
<option value="address">个人通讯录</option></select><BR><BR>
<input type="text" name="keyword" size="20">
<BR><div align=center><input type="submit" name="searchsubmit" value="开始搜索"></div>
</table></td></tr></table><br>
</form>

<table cellspacing="0" cellpadding="0" border="0" width="98%">
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class="header"><td colspan="3" align="center">备忘录空间</td></tr>
<tr bgcolor="{ALTBG2}"><td colspan="3" class="smalltxt">
&nbsp;&nbsp;<b>&raquo;</b> 记事本: $memo_notebook_total<br>
&nbsp;&nbsp;<b>&raquo;</b> 通讯录: $memo_address_total<br>
&nbsp;&nbsp;<b>&raquo;</b> 网址夹: $memo_collections_total<br>
&nbsp;&nbsp;<b>&raquo;</b> 总 计: $memo_total<br>
&nbsp;&nbsp;<b>&raquo;</b> 上 限: $maxmemonum
</td></tr><tr bgcolor="{ALTBG1}"><td colspan="3">
<table cellspacing="2" cellpadding="0" border="0" width="100%" height="15" align="center">
<tr><td width="$storage_percent" class="header" style="font-size: 1px">&nbsp;</td><td style="font-size: 1px">&nbsp;</td></tr></table>
</td></tr>

<tr bgcolor="{ALTBG2}" class="smalltxt">
<td width="33%" align="left">0%</td>
<td width="34%" align="center">50%</td>
<td width="33%" align="right">100%</td>
</tr>
</table></td></tr></table><br><br>

</td><td align="right" valign="top">

<!--{if empty($folder)}-->
	{template memo_notebook}
<!--{elseif $folder == 'notebook'}-->
	{template memo_notebook}
<!--{elseif $folder == 'address'}-->
	{template memo_address}
<!--{elseif $folder == 'collections'}-->
	{template memo_collections}
<!--{/if}-->

</td></tr></table>

{template footer}

⌨️ 快捷键说明

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