stores.tpl.php

来自「用PHP和MSSQL开发的sspace商城系统」· PHP 代码 · 共 26 行

PHP
26
字号
<? if (!defined('IN_www.wan-e.net')){exit('Access Denied');}?><table align="center" width="<?=TABLEWIDTH?>" border="0" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="frontground">
<tr valign="top">
<td>	


<table width="100%"  border="0" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="tableborder">
<tr align="center" class="categround">
<td><?=$LANG_STORES[SPS]?></td>
<td><?=$LANG_STORES[STORENAME]?></td>
<td><?=$LANG_STORES[ADDRESS]?></td>
<td>-</td>
</tr>
<? while ($row=$db->row($query)){?>
<tr align="center" class="contentground">
<td width="25%"><?=$row[sps]?></td>
<td><A href="<?=$tpl->linkurl($row[uid],'','store')?>" target="_blank"><?=$row[storename]?></A></td>
<td><?=$row[address]?></td>
<td><a href="<?=$default_url?>index.php?action=splist&uid=<?=$row[uid]?>"><?=$LANG_STORES[SPLIST]?></a></td>
</tr>
<?}?>
</table>
<?=$tpl->pages()?>
</td>
</tr>
</table>

⌨️ 快捷键说明

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