国内流行的内容管理系统(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.

48 lines
1.9KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
  5. <title>{dede:var.spacename /} {dede:var.curtitle /}</title>
  6. <link href="space/coffee/images/style.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <div id="showmenu" style="z-index:100;display:none;"></div>
  10. <div class="wrap1"><div class="wrap2"><div class="wrap3">
  11. <div dargarea='yes' id="container">
  12. <!--begin header-->
  13. <div id="header">
  14. <div id="title">
  15. <div class="fr tar" id="toolbar">
  16. <a href="{dede:global.cfg_basehost /}" target="_blank">{dede:global.cfg_basehost /}</a><br />
  17. {dede:if $cfg_ml->IsLogin() }
  18. <a href="index.php?uid={dede:object.cfg_ml->M_LoginID /}">我的主页</a>
  19. | &nbsp;
  20. <a href="index.php">会员中心</a>
  21. | &nbsp;<a href="edit_space_info.php" target="_blank">空间管理</a> | <a href="index_do.php?fmdo=login&dopost=exit">注销</a>
  22. {else}
  23. <a href="login.php">登录</a> | <a href="index_do.php?fmdo=user&dopost=regnew">注册</a>
  24. {/dede:if}
  25. </div>
  26. <h1><a href="{dede:var.userurl /}">{dede:var.spacename /}</a></h1>
  27. </div>
  28. <div class="c"></div>
  29. <ul id="guide">
  30. <li><a href="index.php?uid={dede:var.userid_e /}">首页</a></li>
  31. <li><a href="index.php?uid={dede:var.userid_e /}&action=article">日志</a></li>
  32. <?php
  33. foreach($_vars['bloglinks'] as $k=>$v)
  34. {
  35. if($k==2) {
  36. echo " <li><a href=\"index.php?uid={$_vars['userid_e']}&action=album\">相册</a></li>\r\n";
  37. }
  38. else {
  39. echo " <li><a href=\"index.php?uid={$_vars['userid_e']}&action=archives&channelid={$k}\">{$v}</a></li>\r\n";
  40. }
  41. }
  42. ?>
  43. <li><a href="index.php?uid={dede:var.userid_e /}&action=guestbook">留言</a></li>
  44. <li><a href="index.php?uid={dede:var.userid_e /}&action=infos">关于我</a></li>
  45. </ul>
  46. </div>
  47. <div class="c" ></div>