📄 index.ihtml
字号:
<table width="560" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width="560" border="0" cellspacing="0" cellpadding="0" bgcolor="#E8DCB8" align="CENTER">
<tr>
<td background="/phpshop/images/ec-m2.gif" valign="TOP"><img src="/phpshop/images/ec-m1.gif" height="27" width="600"><br>
<br>
<table width="95%" border="0" align="CENTER">
<tr>
<td class="unnamed11"> <?php echo $module[$modulename]["title"] ?>
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD COLSPAN="2" ALIGN="right">
<DIV ALIGN="left">商店信息<?php
$q = "SELECT * from vendor WHERE vendor_id='$ps_vendor_id'";
$db->query($q);
$db->next_record();
?></DIV>
</TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" > 商店名:</TD>
<TD WIDTH="78%" > <?php $db->sp("vendor_store_name") ?></TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" >供货商名:</TD>
<TD WIDTH="78%" > <?php $db->sp("vendor_name") ?> </TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" > </TD>
<TD WIDTH="78%" > <?php $db->sp("vendor_address_1") ?><?php
if ($db->sf("vendor_address_2"))
$db->sp("vendor_address_2")
?></TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" > </TD>
<TD WIDTH="78%" > <?php $db->sp("vendor_city") ?>, <?php $db->sp("vendor_state") ?>
<?php $db->sp("vendor_zip") ?> <?php $db->sp("vendor_country") ?></TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" > 电话:</TD>
<TD WIDTH="78%" > <?php $db->sp("vendor_phone") ?></TD>
</TR>
<TR>
<TD COLSPAN="2" CLASS="topmenu">联络方式:</TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" > 姓名:</TD>
<TD WIDTH="78%" > <?php $db->sp("contact_title") ?> <?php $db->sp("contact_first_name") ?>
<?php $db->sp("contact_middle_name") ?> <?php $db->sp("contact_last_name") ?></TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" > 电话 1:</TD>
<TD WIDTH="78%" > <?php $db->sp("contact_phone_1") ?></TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" > 电话 2:</TD>
<TD WIDTH="78%" > <?php $db->sp("contact_phone_2") ?></TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" > 传真:</TD>
<TD WIDTH="78%" > <?php $db->sp("contact_fax") ?></TD>
</TR>
<TR>
<TD WIDTH="22%" ALIGN="right" > 电子邮件:</TD>
<TD WIDTH="78%" > <?php $db->sp("contact_email") ?></TD>
</TR>
<TR>
<TD COLSPAN="2" ALIGN="center" > </TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</td>
</tr>
</table>
<img src="/phpshop/images/ec-m3.gif" height="27" width="600"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -