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.
276 lines
12 KiB
276 lines
12 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 id="warn">
|
|
{if $_groupid == 4}
|
|
<div class="warn">尊敬的会员,您的帐号<span class="f_red">正在审核中..</span>,本站部分功能和服务可能受到一定的使用限制,{if $MOD[checkuser]==2}<a href="send.php?action=check" class="t">请点这里验证您的邮箱</a>,系统将自动审核{else}请稍候,等待网站审核<br/>完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会,增加系统审核通过的概率 <a href="edit.php?tab=2" class="t">现在就去完善»</a>{/if}</div>
|
|
{/if}
|
|
{if $MG[type] && !$_edittime}
|
|
<div class="warn">贵公司尚未完善详细资料!完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会 <a href="edit.php?tab=2" class="t">现在就去完善»</a></div>
|
|
{/if}
|
|
{if $vip && $havedays < 30 && $havedays > 0}
|
|
<div class="warn">尊敬的{$MG[groupname]},您的{VIP}服务将在 <strong class="f_red">{$havedays}</strong> 天后到期,为了不影响您的正常使用,请您尽快续费 <a href="account.php?action=vip" class="t">立即续费»</a></div>
|
|
{/if}
|
|
</div>
|
|
|
|
<div class="iuser">
|
|
<table cellpadding="0" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td width="110" valign="top" align="center"><div class="iuser_avatar"><a href="avatar.php"><img src="{useravatar($_username, 'large')}" width="100" height="100"/></a></div></td>
|
|
<td valign="top" width="400">
|
|
<ul>
|
|
<li><span class="f_b px14" title="">欢迎,{$_truename}</span> ({$_username}) <a href="account.php?action=line" title="{if $_online}在线,点击隐身{else}隐身,点击上线{/if}"><img src="{DT_SKIN}image/user_{if $_online}on{else}off{/if}line.png" width="10" height="10" align="absmiddle"/></a></li>
|
|
<li><a href="{$linkurl}" target="_blank">{$_company}</a>({$MG[groupname]}) <a href="account.php" class="t">账户详情»</a></li>
|
|
{if $MOD[vmember]}
|
|
<li>
|
|
<img src="image/{if $validated}v{else}u{/if}_member.gif" width="16" height="16" title="{if $validated}已通过{$validator}认证{else}未通过认证{/if}" align="absmiddle"/> <a href="validate.php">认证</a>:
|
|
{if $MOD[vemail]}
|
|
<img src="image/{if $vemail}v{else}u{/if}_email.gif" width="16" height="16" title="{if $vemail}已通过{else}未通过{/if}邮件认证" align="absmiddle"/> <a href="validate.php?action=email" class="t">邮件</a>
|
|
{/if}
|
|
{if $MOD[vmobile]}
|
|
<img src="image/{if $vmobile}v{else}u{/if}_mobile.gif" width="16" height="16" title="{if $vmobile}已通过{else}未通过{/if}手机认证" align="absmiddle"/> <a href="validate.php?action=mobile" class="t">手机</a>
|
|
{/if}
|
|
{if $MOD[vbank]}
|
|
<img src="image/{if $vbank}v{else}u{/if}_bank.gif" width="16" height="16" title="{if $vbank}已通过{else}未通过{/if}银行帐号认证" align="absmiddle"/> <a href="validate.php?action=bank" class="t">银行</a>
|
|
{/if}
|
|
{if $MOD[vtruename]}
|
|
<img src="image/{if $vtruename}v{else}u{/if}_truename.gif" width="16" height="16" title="{if $vtruename}已通过{else}未通过{/if}真实姓名认证" align="absmiddle"/> <a href="validate.php?action=truename" class="t">实名</a>
|
|
{/if}
|
|
{if $MOD[vcompany] && $MG[type]}
|
|
<img src="image/{if $vcompany}v{else}u{/if}_company.gif" width="16" height="16" title="{if $vcompany}已通过{else}未通过{/if}公司资料认证" align="absmiddle"/> <a href="validate.php?action=company" class="t">公司</a>
|
|
{/if}
|
|
</li>
|
|
{else}
|
|
<li>上次登录:{timetodate($logintime, 5)}</li>
|
|
{/if}
|
|
</ul>
|
|
</td>
|
|
<td valign="top">
|
|
<div class="iuser_money">
|
|
<p class="f_b px14">账户余额</p>
|
|
<span class="my_money">{$DT[money_sign]}{$my_money}</span> {$DT[money_unit]}
|
|
|
|
<a href="record.php" class="t">流水</a> <span class="f_gray"> | </span>
|
|
<a href="charge.php?action=pay" class="t" target="_blank">充值</a>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="icount">
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
{if $DT[max_cart]}
|
|
<td onclick="Go('cart.php');"><div>购物车</div><span><script type="text/javascript">document.write(get_cart());</script></span></td>
|
|
{/if}
|
|
<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}
|
|
<td onclick="Go('credit.php');"><div>{$DT[credit_name]}</div><span>{$_credit}</span></td>
|
|
<td onclick="Go('{$DT[file_my]}');"><img src="image/icon_add.png" width="32" height="32"/><br/><span>发布信息</span></td>
|
|
<td onclick="Go('order.php');"><img src="image/icon_order.png" width="32" height="32"/><br/><span>我的订单</span></td>
|
|
<td onclick="Go('favorite.php');"><img src="image/icon_favorite.png" width="32" height="32"/><br/><span>我的收藏</span></td>
|
|
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
{if $_userid}
|
|
<div class="sjtj">
|
|
<div class="member_title"><strong>数据统计</strong><a href="{userurl($_username)}" target="_blank" class="fl-right text-assist">查看店铺</a></div>
|
|
|
|
<ul>
|
|
<li>
|
|
<b>商铺浏览量<i><div class="tooltip">完善公司信息送会员商铺,会员店铺总浏览量。</div></i></b>
|
|
<span>{$hits}</span>
|
|
<p>强大的宣传让您势不可挡</p>
|
|
</li>
|
|
|
|
<li>
|
|
<b>旺铺编号<i><div class="tooltip">编号是{$DT[sitename]}会员商铺的唯一ID,用于统计</div></i></b>
|
|
<span>{$_userid}</span>
|
|
<p>本站的身份编号</p>
|
|
</li>
|
|
|
|
<li>
|
|
<b>共累计登陆<i><div class="tooltip">天道酬勤,经常登录,刷新自己的信息让信息永远保持最新更新状态!</div></i></b>
|
|
<span>{$logintimes}</span>
|
|
<p>勤登录,刷新信息有好处哦!</p>
|
|
</li>
|
|
</ul>
|
|
<div class="b1"></div>
|
|
</div>
|
|
{/if}
|
|
<div class="b15"></div>
|
|
{if $_groupid > 1 && !$_edittime}
|
|
<div class="testing">
|
|
<div class="performance"><span>19</span>分</div>
|
|
<div class="explain">
|
|
<h2>尚未完善详细资料!请认真填写正确的个人信息资料。</h2>
|
|
<p>本次共检测<span>10</span>项</p>
|
|
{if !$vcompany || !$vtruename || !$vbank || !$vmobile || !$vemail}
|
|
<p>发现很多<span>未认证</span><a href="validate.php?action=index" class="text-danger">去认证</a></p>
|
|
{/if}
|
|
<p>详细的个人资料,有助于商业交易的诚信。</p>
|
|
</div>
|
|
<a href="edit.php?tab=2" class="wszl" data-role="btn" title="完善资料">完善资料</a>
|
|
</div>
|
|
{else}
|
|
<div class="testing">
|
|
<div class="performance" style="border:3px solid #118e15;"><span style=" color:#118e15;">100</span>分</div>
|
|
<div class="explain">
|
|
<h2>已完善详细资料!请开始您的贸易生活。</h2>
|
|
<p>详细的个人资料,有助于商业交易的诚信。</p>
|
|
</div>
|
|
<a href="edit.php?tab=2" class="wszl xgg" data-role="btn" title="想更改">想更改</a>
|
|
</div>
|
|
{/if}
|
|
|
|
<!--
|
|
<div class="b15"></div>
|
|
<div class="current_state">
|
|
<div class="member_title"><strong>买家正在采购</strong></div>
|
|
<ul>
|
|
<!--{php $xhbqs=tag("moduleid=6&length=30&condition=status=3&pagesize=5&order=edittime desc&template=null");}-->
|
|
{loop $xhbqs $k $v}
|
|
<dl>
|
|
<dd>{$v[company]}</dd>
|
|
<dd>发布需求</dd>
|
|
<dd><a href="{$v[linkurl]}" title="" target="_blank">{$v[title]}</a></dd>
|
|
<dd>{timetodate($v[edittime], 3)}</dd>
|
|
<dd><a class="ordernow" href="{$v[linkurl]}" target="_blank" title="立即报价">立即报价</a></dd>
|
|
</dl>
|
|
{/loop}
|
|
</ul>
|
|
</div>-->
|
|
|
|
|
|
<div class="b15"></div>
|
|
<div class="current_state">
|
|
<div class="member_title"><strong>卖家正在供应</strong></div>
|
|
<ul>
|
|
<!--{php $xhbqs=tag("moduleid=5&length=30&condition=status=3&pagesize=5&order=edittime desc&template=null");}-->
|
|
{loop $xhbqs $k $v}
|
|
<dl>
|
|
<dd>{$v[company]}</dd>
|
|
<dd>发布供应</dd>
|
|
<dd><a href="{$v[linkurl]}" title="" target="_blank">{$v[title]}</a></dd>
|
|
<dd>{timetodate($v[edittime], 3)}</dd>
|
|
<dd><a class="ordernow" href="{$v[linkurl]}" target="_blank" title="立即下单">立即下单</a></dd>
|
|
</dl>
|
|
{/loop}
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="b15"></div>
|
|
<div class="box">
|
|
<div class="title_mb">系统信息</div>
|
|
<div class="ibody">
|
|
<div class="isys">
|
|
<ul>
|
|
{if $sys}
|
|
{loop $sys $v}
|
|
<li><span class="f_r f_gray">{timetodate($v[addtime], 3)}</span> <a href="message.php?action=show&itemid={$v[itemid]}" title="{$v[title]}" class="t">{$v[title]}</a></li>
|
|
{/loop}
|
|
{else}
|
|
<li> 暂无消息</li>
|
|
{/if}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="box">
|
|
<div class="title_mb">商务便笺</div>
|
|
<div class="ibody">
|
|
<div class="inote">
|
|
<form method="post" action="index.php" onsubmit="return check();">
|
|
<table cellspacing="2" cellpadding="2" width="100%">
|
|
<tr>
|
|
<td colspan="2"><textarea name="note" id="note">{$note}</textarea></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="80"><input type="submit" name="submit" value=" 更 新 " class="btn_g"/></td>
|
|
<td class="f_gray">[可记录一些文字备忘,限5000字]</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
<td width="200" valign=top>
|
|
<div class="right_mb">
|
|
<div class="box">
|
|
<div class="title_mb">我的移动店铺</div>
|
|
|
|
<div class="mob">
|
|
<img src="{DT_PATH}api/qrcode.png.php?auth={$linkurl}"/>
|
|
<p>扫一扫,查看我的移动店铺</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<div class="title_mb">网站公告</div>
|
|
<ul>
|
|
<!--{php $tags=tag("table=announce&condition=totime=0 or totime>$today_endtime-86400&areaid=$cityid&pagesize=4&order=listorder desc,addtime desc&length=26&dir=xhtag&template=null")}-->
|
|
{loop $tags $i $t}
|
|
<li class="text-overflow"><a href="{$t[linkurl]}" title="{$t[title]}" target="_blank">· {$t[title]}</a></li>
|
|
{/loop}
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="notice_mod">
|
|
<div class="member_title"><strong>我的余额</strong><a href="record.php" style="color:#e60000;">查流水 ></a></div>
|
|
<ul>
|
|
<li>{$DT[money_sign]}{$my_money}<i>{$DT[money_unit]}</i></li>
|
|
<li><a href="cash.php">提现</a><a href="charge.php?action=pay">充值</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="b15"></div>
|
|
<div class="notice_mod">
|
|
<div class="member_title"><strong>我的副产</strong><a href="credit.php" style="color:#e60000">记录 ></a></div>
|
|
<div class="wdfc">
|
|
<P><a href="credit.php">{$DT[credit_name]}</a><em>{$_credit}</em> {$DT[credit_unit]}</P>
|
|
<p><a href="deposit.php">保证金</a><em>{$deposit}</em></p>
|
|
{if $DT[sms] && $MG[sms]}<p><a href="sms.php">短信余额</a><em>{$_sms}</em></p>{/if}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="b15"></div>
|
|
<div class="notice_mod">
|
|
<div class="member_title"><strong>我的任务</strong><a href="credit.php?action=invite" style=" color:#b2b2b2"> 赚取更多积分 ></a></div>
|
|
<div class="b10"></div>
|
|
<div class="member_ad1"><img src="image/index-3.png" alt="" /></div>
|
|
<div class="b10"></div>
|
|
<p class="dqjf">当前总{$DT[credit_name]}:<span style="color:#e60000;">{$_credit}</span>{$DT[credit_unit]}</p>
|
|
<dl class="bdtp">
|
|
<dd class=""><a href="edit.php">完善个人资料奖励<span>+{$MOD[credit_edit]}</span></a> </dd>
|
|
<dd class=""><a onclick="return false;" href="javascript:void(0);" >24小时登录一次奖励<span>+{$MOD[credit_login]}</span></a> </dd>
|
|
<dd class=""><a href="credit.php?action=invite">引导一位会员注册奖励<span>+{$MOD[credit_user]}</span></a> </dd>
|
|
<dd class=""><a href="credit.php?action=invite">引导一个IP访问奖励<span>+{$MOD[credit_ip]}</span></a> </dd>
|
|
<dd class=""><a href="credit.php?action=invite">24小时引导积分上限<span>+{$MOD[credit_maxip]}</span></a> </dd>
|
|
<dd class=""><a href="charge.php?action=pay">在线充值1元奖励<span>+{$MOD[credit_charge]}</span></a> </dd>
|
|
<dd class=""><a href="honor.php?action=add">上传资质证书奖励<span>+{$MOD[credit_add_credit]}</span></a> </dd>
|
|
<dd class=""><a href="news.php?action=add">发布企业新闻奖励<span>+{$MOD[credit_add_news]}</span></a> </dd>
|
|
<dd class=""><a href="page.php?action=add">发布企业单页奖励<span>+{$MOD[credit_add_page]}</span></a> </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="b15"></div>
|
|
<div class="new-chat">
|
|
<p>升级会员服务</p>
|
|
<p>{$DT[telephone]}</p>
|
|
<p>周一至周五 9:00-18:00</p>
|
|
<a>免费联系我们</a>
|
|
</div>
|
|
</div>
|
|
{template 'footer', 'member'}
|