my.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <{include file="header.html"}>
  2. <link rel="stylesheet" type="text/css" href="<{$web_cfg.cdn}>/haili/css/my.css" />
  3. <!--公用标题居中显示-->
  4. <{include file="common_header.html"}>
  5. <section class="profile">
  6. <section class="avatar">
  7. <{if $userData.headimgurl}>
  8. <img src="<{$userData.headimgurl}>" />
  9. <{else}>
  10. <img src="http://news.mydrivers.com/Img/20110518/04481549.png" />
  11. <{/if}>
  12. <span><{if $userData.nickname}><{$userData.nickname}><{else}>游客<{/if}></span>
  13. <p>助力值:<{$num}></p>
  14. </section>
  15. </section>
  16. <section class="mylist">
  17. <a href="<{$memberUrl}>act">
  18. <dl>
  19. <dt><img src="<{$web_cfg.cdn}>/haili/images/6445340f.ico-gift.png" />我参与的活动</dt>
  20. <dd><em class="ico-arrow"></em></dd>
  21. </dl>
  22. </a>
  23. <a href="<{$memberUrl}>gifts">
  24. <dl>
  25. <dt><img src="<{$web_cfg.cdn}>/haili/images/cf37e41f.ico-star.png" />我的奖品</dt>
  26. <dd><em class="ico-arrow"></em></dd>
  27. </dl>
  28. </a>
  29. <a href="<{$memberUrl}>set">
  30. <dl>
  31. <dt><img src="<{$web_cfg.cdn}>/haili/images/d205afc3.ico-setting.png" />资料设置</dt>
  32. <dd><em class="ico-arrow"></em></dd>
  33. </dl>
  34. </a>
  35. </section>
  36. <{include file="bottom.html"}>