header.php
来自「osCommerce最好的电子商务程序 2.2」· PHP 代码 · 共 35 行
PHP
35 行
<?php
/*
$Id: header.php,v 1.1.1.1 2004/10/09 14:29:27 cvsadmin Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
?>
<!-- header //-->
<p> </p>
<table width="75%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td><table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="1%"><img src="images/layout/topleft.gif" width="15" height="15" border="0"></td>
<td width="98%" background="images/layout/topmid.gif"><img src="images/pixel_trans.gif" width="15" height="15" border="0"></td>
<td width="1%"><img src="images/layout/topright.gif" width="15" height="15" border="0"></td>
</tr>
<tr>
<td width="1%" background="images/layout/midleft.gif"><img src="images/pixel_trans.gif" width="15" height="15" border="0"></td>
<td width="98%" bgcolor="ffffff"><table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><img src="images/layout/left_header_curve.gif"></td>
<td width="100%" background="images/layout/middle_header_filler.gif"> </td>
<td align="right" valign="top"><img src="images/oscommerce.gif" border="0" alt="osCommerce"></td>
</tr>
</table>
<!-- header_eof //-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?