📄 menu.php
字号:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td class="SideTableHeading" background="images/table2_top_bg.gif" height="27">Category Index</td>
</tr>
<tr>
<td bgcolor="#b9a993" height="1"><img src="images/spacer.gif" border="0" height="1" width="1"></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td bgcolor="#b9a993" width="1"><img src="images/spacer.gif" border="0" height="1" width="1"></td>
<td>
<table border="0" cellpadding="4" cellspacing="0">
<tbody><tr>
<td>
<?
$file=file("cat.php");
$sz = sizeof($file);
for($i=0;$i<$sz;$i++){
?>
<table border="0" cellpadding="1" cellspacing="0">
<tbody><tr>
<td valign="middle"> <a href="prod.php?cat=<?=$file[$i]?>" class="cats"> » <?=$file[$i]?></a></td>
</tr>
</tbody>
</table>
<?}?>
</td>
</tr>
</tbody></table>
</td>
<td bgcolor="#b9a993" width="1"><img src="images/spacer.gif" border="0" height="1" width="1"></td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td background="images/table2_bottom_bg.gif" height="8"></td>
</tr>
</tbody></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td height="6"><img src="images/spacer.gif" border="0" height="6" width="1"></td>
</tr>
</tbody></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td class="SideTableHeading" background="images/table1_top_bg.gif" height="28">Current Specials</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td bgcolor="#cecece" width="1"><img src="images/spacer.gif" border="0" height="1" width="1"></td>
<td>
<table align="center" border="0" cellpadding="4" cellspacing="0" width="100%">
<tbody><tr><td valign="bottom" width="33%">
<B>» <A HREF="about.php"> About Us</A> </B><br>
<B>» <A HREF="index.php"> Store</A> </B><br>
<B>» <A HREF="terms.php"> Terms & Conditions</A> </B><br>
<B>» <A HREF="contact.php"> Contact</A> </B><br>
<B>» <A HREF="howto.php"> How to buy</A> </B><br>
</td></tr></tbody></table>
</td>
<td bgcolor="#cecece" width="1"><img src="images/spacer.gif" border="0" height="1" width="1"></td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td background="images/table1_bottom_bg.gif" height="10"></td>
</tr>
</tbody></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td height="6"><img src="images/spacer.gif" border="0" height="6" width="1"></td>
</tr>
</tbody></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td height="6"><img src="images/spacer.gif" border="0" height="6" width="1"></td>
</tr>
</tbody></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -