123456789101112131415161718192021222324252627282930313233343536373839 |
- <{include file="header.html"}>
- <link rel="stylesheet" type="text/css" href="<{$web_cfg.cdn}>/haili/css/my.css" />
- <!--公用标题居中显示-->
- <{include file="common_header.html"}>
- <section class="profile">
- <section class="avatar">
- <{if $userData.headimgurl}>
- <img src="<{$userData.headimgurl}>" />
- <{else}>
- <img src="http://news.mydrivers.com/Img/20110518/04481549.png" />
- <{/if}>
- <span><{if $userData.nickname}><{$userData.nickname}><{else}>游客<{/if}></span>
- <p>助力值:<{$num}></p>
- </section>
- </section>
- <section class="mylist">
- <a href="<{$memberUrl}>act">
- <dl>
- <dt><img src="<{$web_cfg.cdn}>/haili/images/6445340f.ico-gift.png" />我参与的活动</dt>
- <dd><em class="ico-arrow"></em></dd>
- </dl>
- </a>
- <a href="<{$memberUrl}>gifts">
- <dl>
- <dt><img src="<{$web_cfg.cdn}>/haili/images/cf37e41f.ico-star.png" />我的奖品</dt>
- <dd><em class="ico-arrow"></em></dd>
- </dl>
- </a>
- <a href="<{$memberUrl}>set">
- <dl>
- <dt><img src="<{$web_cfg.cdn}>/haili/images/d205afc3.ico-setting.png" />资料设置</dt>
- <dd><em class="ico-arrow"></em></dd>
- </dl>
- </a>
- </section>
- <{include file="bottom.html"}>
|