国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

121 lines
5.5KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="<?php echo $cfg_soft_lang; ?>">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title>会员中心-<?php echo $cfg_webname; ?></title>
  7. <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script>
  8. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css">
  10. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
  11. <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css">
  12. <style>
  13. .member a.btn {
  14. color: white;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <?php include(DEDEMEMBER."/templets/top_login.htm"); ?>
  20. <main class="member">
  21. <div class="pannel">
  22. <div class="container">
  23. <div class="row">
  24. <?php
  25. $_menu_home = true;
  26. ?>
  27. <?php include(DEDEMEMBER."/templets/menu.htm"); ?>
  28. <div class="pannel-main col-md-9 mt-3 mb-3">
  29. <div class="pannel-main-container">
  30. <div class="media-body row">
  31. <div class="col-12 col-md-3 text-center">
  32. <a href="<?php echo $cfg_memberurl;?>/"><img class="member-logo" src="<?php echo $cfg_ml->fields['face']; ?>" class="mr-3" alt="<?php echo $cfg_ml->M_MbType; ?>"></a>
  33. <div class="member-type"><span class="badge badge-success"><?php echo $cfg_ml->M_MbType; ?></span></div>
  34. </div>
  35. <div class="col-12 col-md-9 title">
  36. <h3 class="mt-0 mb-3"><?php echo $cfg_ml->M_LoginID; ?></h3>
  37. <p>积分:<span class="text-danger"><?php echo $cfg_ml->M_Scores;?></span> 金币:<span class="text-danger"><?php echo $cfg_ml->M_Money;?></span> <a href="<?php echo $cfg_memberurl;?>/buy.php" class="btn btn-danger btn-sm">充值</a></p>
  38. </div>
  39. </div>
  40. </div>
  41. <div class="pannel-main-container mt-3">
  42. <div class="media-body py-3">
  43. <ul class="row row-cols-3 row-cols-sm-4 row-cols-lg-6 row-cols-xl-8 mb-0 list-unstyled list">
  44. <li class="col" data-tags="alarm clock">
  45. <a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/content_list.php?channelid=1">
  46. <div class="p-4 mb-3 bg-light text-center rounded">
  47. <i class="fa fa-list" style="font-size:24px"></i>
  48. </div>
  49. <div class="name text-muted text-decoration-none text-center">内容管理</div>
  50. </a>
  51. </li>
  52. <li class="col" data-tags="alarm clock">
  53. <a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/pm.php?folder=inbox">
  54. <div class="p-4 mb-3 bg-light text-center rounded">
  55. <i class="fa fa-commenting-o" style="font-size:24px"></i>
  56. </div>
  57. <div class="name text-muted text-decoration-none text-center">消息管理</div>
  58. </a>
  59. </li>
  60. <li class="col" data-tags="alarm clock">
  61. <a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/buy.php">
  62. <div class="p-4 mb-3 bg-light text-center rounded">
  63. <i class="fa fa-credit-card-alt" style="font-size:24px"></i>
  64. </div>
  65. <div class="name text-muted text-decoration-none text-center">钱包积分</div>
  66. </a>
  67. </li>
  68. <li class="col" data-tags="space align distribute">
  69. <a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/shops_orders.php">
  70. <div class="p-4 mb-3 bg-light text-center rounded">
  71. <i class="fa fa-shopping-cart" style="font-size:24px"></i>
  72. </div>
  73. <div class="name text-muted text-decoration-none text-center">订单管理</div>
  74. </a>
  75. </li>
  76. <li class="col" data-tags="space align distribute">
  77. <a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/mystow.php">
  78. <div class="p-4 mb-3 bg-light text-center rounded">
  79. <i class="fa fa-star" style="font-size:24px"></i>
  80. </div>
  81. <div class="name text-muted text-decoration-none text-center">我的收藏</div>
  82. </a>
  83. </li>
  84. <li class="col" data-tags="space align distribute">
  85. <a class="d-block text-dark text-decoration-none" href="<?php echo $cfg_memberurl;?>/edit_baseinfo.php">
  86. <div class="p-4 mb-3 bg-light text-center rounded">
  87. <i class="fa fa-cog" style="font-size:24px"></i>
  88. </div>
  89. <div class="name text-muted text-decoration-none text-center">账号安全</div>
  90. </a>
  91. </li>
  92. </ul>
  93. </div>
  94. </div>
  95. <div class="pannel-main-container mt-3">
  96. <div class="media-body row">
  97. <div class="col-12 py-3">
  98. <h5>最新内容</h5>
  99. <div class="card ddcard">
  100. <ul class="list-group list-group-flush">
  101. <?php
  102. foreach ($archives as $archive)
  103. {
  104. ?>
  105. <li><a href="<?php echo $archive['htmlurl']; ?>" title="<?php echo $archive['title']; ?>"><?php echo $archive['title']; ?></a></li>
  106. <?php
  107. }
  108. ?>
  109. </ul>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. </div>
  118. </main>
  119. <?php include(DEDEMEMBER."/templets/footer.htm"); ?>
  120. </body>
  121. </html>