📄 stores.tpl.php
字号:
<? 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -