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

📄 index_middle.htm

📁 这个版本只是修正了一些BUG
💻 HTM
字号:
<table id="singleframe" border="0" cellspacing="0" cellpadding="0" width="100%" align=center>
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class="header">
<td colspan="2"><img border=0 src="{IMGDIR}/nav_new.gif">&nbsp;{lang product_new}</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
 <!--{loop $newproductlist  $key $newproduct}-->
 <!--{if ($key < 5)}-->
 	<tr>
	<td>
	<table border="0" cellspacing="0" cellpadding="0" width="100%">
	<tr>
	<td  width=80 align=center height=70>
	<img alt="$newproduct['productname']" border=0 src="$newproduct['img']"></td>
	<td>
		<table border="0" cellspacing="0" cellpadding="3" width="100%">
		<tr>
		<td colspan=2>
		<a href="./viewproduct.php?productid=$newproduct['productid']" class=sort><span class=bold>$newproduct['productname']</span></a>
		</td>
		</tr>
		<tr>
		<td width=50%>{lang product_marketprice}:<span class=deline>$newproduct['marketprice']</span></td>
		<td width=50%>{lang product_ourprice}:<span class=hlbtext>$newproduct['ourprice']</span></td>
		</tr>
		<tr>
		<td>{lang product_save}:<span class=bold>$newproduct['save']</span></td>
		<td>{lang product_heat}:<span class=bold>$newproduct['viewtimes']</span></td>
		
		</tr>
		<tr>
		<td><a href="viewproduct.php?productid=$newproduct['productid']"><img border=0 src="{IMGDIR}/detail.gif"></a></td>
		<td><a href="buy.php?action=buy&productid=$newproduct['productid']"><img border=0 src="{IMGDIR}/buy.gif"></a>&nbsp;&nbsp;&nbsp;<a href="favorite.php?action=add&productid=$newproduct['productid']"><img border=0 src="{IMGDIR}/fav.gif"></a></td>
		
		</tr>
		</table>	
	 </td>
	 </tr>
	 </table>
	</td>
	</tr>
	<tr><td height=1 background="{IMGDIR}/line_bg.gif"></td></tr>
<!--{/if}-->
<!--{/loop}-->
</table>
</td>
</tr>
<tr class="header">
<td colspan="2"><img border=0 src="{IMGDIR}/nav_hot.gif">&nbsp;{lang product_hot}</td>
</tr>
<tr>
<td colspan="2">
	<table border="0" cellspacing="0" cellpadding="0" width="100%">
 <!--{loop $hotproductlist  $key $hotproduct}-->
 <!--{if ($key < 5)}-->
 	<tr>
	<td>
	<table border="0" cellspacing="0" cellpadding="0" width="100%">
	<tr>
	<td  width=80 align=center height=70>
	<img alt="$hotproduct['productname']" border=0 src="$hotproduct['img']"></td>
	<td>
		<table border="0" cellspacing="0" cellpadding="3" width="100%">
		<tr>
		<td colspan=2>
		<a href="./viewproduct.php?productid=$hotproduct['productid']" class=sort><b>$hotproduct['productname']</b></a>
		</td>
		</tr>
		<tr>
		<td width=50%>{lang product_marketprice}:<span class=deline>$hotproduct['marketprice']</span></td>
		<td width=50%>{lang product_ourprice}:<span class=hlbtext>$hotproduct['ourprice']</span></td>
		</tr>
		<tr>
		<td>{lang product_save}:<span class=bold>$hotproduct['save']</span></td>
		<td>{lang product_heat}:<span class=bold>$hotproduct['viewtimes']</span></td>
		
		</tr>
		<tr>
		<td><a href="viewproduct.php?productid=$hotproduct['productid']"><img border=0 src="{IMGDIR}/detail.gif"></a> </td>
		<td><a href="buy.php?action=buy&productid=$hotproduct['productid']"><img border=0 src="{IMGDIR}/buy.gif"></a>&nbsp;&nbsp;&nbsp;<a href="favorite.php?action=add&productid=$hotproduct['productid']"><img border=0 src="{IMGDIR}/fav.gif"></a></td>
		</tr>
		</table>	
	 </td>
	 </tr>
	 </table>
	</td>
	</tr>
	<tr><td height=1 background="{IMGDIR}/line_bg.gif"></td></tr>
<!--{/if}-->
<!--{/loop}-->
	</table>
</td>
</tr>
</table>
</td></tr></table>
 

⌨️ 快捷键说明

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