You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.0 KiB
21 lines
1.0 KiB
{template 'header', 'member'}
|
|
<link rel="stylesheet" type="text/css" href="image/index.css?v={if DT_DEBUG}{DT_TIME}{else}{DT_REFRESH}{/if}"/>
|
|
<div class="icount ibiz">
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td onclick="Go('message.php');"><div>新消息</div><span>{$_message}</span></td>
|
|
{if $DT[im_web]}
|
|
<td onclick="Go('im.php');"><div>新交谈</div><span>{$_chat}</span></td>
|
|
{/if}
|
|
{if $DT[sms] && $MG[sms]}
|
|
<td onclick="Go('sms.php');"><div>短信余额</div><span>{$_sms}</span></td>
|
|
{/if}
|
|
<td onclick="Go('deposit.php');"><div>保证金</div><span>{$deposit}</span></td>
|
|
<td onclick="Go('{$DT[file_my]}');"><img src="image/icon_add.png" width="32" height="32"/><br/><span>发布信息</span></td>
|
|
<td><a href="my.php?mid=5"><img src="image/icon_order.png" width="32" height="32"/><br/><span>信息管理</span></a></td>
|
|
<td><a href="{userurl($_username)}" target="_blank"><img src="image/icon_home.png" width="32" height="32"/><br/><span>商铺首页</span></a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
{template 'footer', 'member'}
|