国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

36 lines
1.5KB

  1. <!-- //begin icon -->
  2. <div class="box" id="side_icon">
  3. <h2>博主资料</h2>
  4. <div class="profile">
  5. <div class="text">
  6. <div class="profile-pic">
  7. <span id="msg"></span>
  8. <div>
  9. {dede:if $_vars['face']=='' }
  10. <img src="images/nopic.gif" alt="nopic" />
  11. {else}
  12. <img src="{dede:var.face/}" alt="{dede:var.uname/}" />
  13. {/dede:if}
  14. </div>
  15. </div>
  16. <dl class="profile">
  17. <dd class="tac" style="word-break:keep-all">
  18. <img src="space/person/images/talk.gif" align="absmiddle" /><a href="index.php?action=guestbook&uid={dede:var.userid/}">留言</a> |
  19. <img src="space/person/images/message.gif" align="absmiddle" /><a href="pm.php?dopost=send&uid={dede:var.userid/}">短消息</a> |
  20. <img src="space/person/images/team.gif" align="absmiddle" /><a href="index.php?action=newfriend&uid={dede:var.userid/}">加好友</a> |
  21. <img src="space/person/images/del.png" align="absmiddle" /><img src="space/person/images/addto.gif" align="absmiddle" /><a href="index.php?action=blackfriend&uid={dede:var.userid/}">加黑名单</a>
  22. </dd>
  23. <dd style='margin-top:10px;'>&nbsp;用户昵称:{dede:var.uname /}</dd>
  24. <dd>&nbsp;最后登录:{dede:var.logintime function="MyDate('y-m-d h:i',@me)" /}</dd>
  25. <dd>&nbsp;会员等级:{dede:var.membername/}</dd>
  26. <dd>&nbsp;会员积分:{dede:var.scores/} 分</dd>
  27. <dd>&nbsp;空间访问:{dede:var.homecount/} 次</dd>
  28. </dl>
  29. </div>
  30. </div>
  31. </div>
  32. <!-- //end icon -->