心理咨询网

home.html 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {include file='common/head.html'}
  2. <div class="layui-body">
  3. {if(![$dbsecurity]||![$session.pwsecurity])}
  4. <blockquote class="layui-elem-quote layui-text-red" id="note">
  5. {if(![$dbsecurity])}
  6. <p>
  7. <i class="fa fa-info-circle" aria-hidden="true"></i>
  8. 您的数据库文件存在安全隐患,可能被下载,请尽快修改数据库路径!<a class="layui-btn layui-btn-sm" href="{url./admin/Index/home}&action=moddb">自动修改</a>
  9. </p>
  10. {/if}
  11. {if(![$session.pwsecurity])}
  12. <p>
  13. <i class="fa fa-info-circle" aria-hidden="true"></i>
  14. 您的账号密码为初始密码,存在安全隐患,请尽快修改密码!<a class="layui-btn layui-btn-sm" href="{url./admin/Index/ucenter}">立即修改</a>
  15. </p>
  16. {/if}
  17. </blockquote>
  18. {/if}
  19. <blockquote class="layui-elem-quote">
  20. 当前登录用户:{$user_info->username} {$user_info->realname},登录时间:{$user_info->update_time},登录IP:{fun=long2ip([$user_info->last_login_ip])},累计登录次数:{$user_info->login_count}
  21. </blockquote>
  22. <fieldset class="layui-elem-field">
  23. <legend>快捷操作</legend>
  24. <div class="layui-field-box">
  25. <div class="layui-row">
  26. {foreach $model_msg(key,value)}
  27. <div class="layui-col-xs6 layui-col-sm4 layui-col-md3 layui-col-lg2">
  28. {if($value->type==1)}
  29. <a href="{url./admin/Single/index/mcode/'.$value->mcode.'}">
  30. {else}
  31. <a href="{url./admin/Content/index/mcode/'.$value->mcode.'}">
  32. {/if}
  33. <dl class="deskbox center-block">
  34. <dt>[value->name]</dt>
  35. <dd>[value->count]</dd>
  36. </dl>
  37. </a>
  38. </div>
  39. {/foreach}
  40. <div class="layui-col-xs6 layui-col-sm4 layui-col-md3 layui-col-lg2">
  41. <a href="{url./admin/Message/index}">
  42. <dl class="deskbox center-block">
  43. <dt>留言</dt>
  44. <dd>{$sum_msg}</dd>
  45. </dl>
  46. </a>
  47. </div>
  48. </div>
  49. </div>
  50. </fieldset>
  51. {if(CMSNAME=='RONGCMS')}
  52. <div class="layui-row layui-col-space10">
  53. <div class="layui-col-xs12 layui-col-md6">
  54. <table class="layui-table table-two">
  55. <thead>
  56. <tr>
  57. <th colspan="2">系统信息</th>
  58. </tr>
  59. </thead>
  60. <tbody>
  61. <tr>
  62. <th width="100">应用版本</th>
  63. <td>RONGCMS SVIP
  64. </td>
  65. </tr>
  66. <tr>
  67. <th>主机系统</th>
  68. <td>{$server->php_os}</td>
  69. </tr>
  70. <tr>
  71. <th>主机地址</th>
  72. <td>{$server->server_name}({$server->server_addr}:{$server->server_port})</td>
  73. </tr>
  74. <tr>
  75. <th>WEB软件</th>
  76. <td>{$server->server_software}</td>
  77. </tr>
  78. <tr>
  79. <th>PHP版</th>
  80. <td>{$server->php_version}</td>
  81. </tr>
  82. <tr>
  83. <th>数据库驱动</th>
  84. <td>{$server->db_driver}</td>
  85. </tr>
  86. <tr>
  87. <th>文件上传限制</th>
  88. <td>{$server->upload_max_filesize}</td>
  89. </tr>
  90. <tr>
  91. <th>表单提交限制</th>
  92. <td>{$server->post_max_size}</td>
  93. </tr>
  94. <tr>
  95. <th>技术支持微信</th>
  96. <td>BONGPHP</td>
  97. </tr>
  98. </tbody>
  99. </table>
  100. </div>
  101. <!-- <div class="layui-col-xs12 layui-col-md6">
  102. <table class="layui-table table-two">
  103. <thead>
  104. <tr>
  105. <th colspan="2">开发信息</th>
  106. </tr>
  107. </thead>
  108. <tbody>
  109. <tr>
  110. <th>系统名称</th>
  111. <td>{CMSNAME}企业网站开发建设管理系统</td>
  112. </tr>
  113. <tr>
  114. <th>模板下载</th>
  115. <td>
  116. <a href="https://www.adminbuy.cn/" style="color:#666" target="_blank">www.adminbuy.cn</a>
  117. </td>
  118. </tr>
  119. <tr>
  120. <th>图标下载</th>
  121. <td><a href="https://sc.adminbuy.cn" style="color:#666" target="_blank">sc.adminbuy.cn</a></td>
  122. </tr>
  123. <tr>
  124. <th>js特效</th>
  125. <td><a href="https://js.adminbuy.cn" style="color:#666" target="_blank">js.adminbuy.cn</a></td>
  126. </tr>
  127. <tr>
  128. <th>在线工具</th>
  129. <td><a href="https://tool.adminbuy.cn" target="_blank" style="color:#666">tool.pbootcms.com</a></td>
  130. </tr>
  131. <tr>
  132. <th>仿站制作</th>
  133. <td><a href="http://fang.adminbuy.cn" target="_blank" style="color:#666">fang.adminbuy.cn</a></td>
  134. </tr>
  135. <tr>
  136. <th>VIP赠品获取</th>
  137. <td><a href="https://www.adminbuy.cn/work/zp.html" target="_blank" style="color:#666">点击获取</a></td>
  138. </tr>
  139. <tr>
  140. <th>技术支持</th>
  141. <td><a href="https://wpa.qq.com/msgrd?v=3&uin=9490489&site=qq&menu=yes" target="_blank" style="color:#666">QQ:9490489</a>&nbsp;&nbsp;&nbsp;&nbsp;<a>微信号:wwwadminbuycn</a></td>
  142. </tr>
  143. </tbody>
  144. </table>
  145. </div> -->
  146. </div>
  147. {/if}
  148. </div>
  149. <script>
  150. $.ajax({
  151. type: 'GET',
  152. url: 'https://www.pbootcms.com/index.php?p=/upgrade/check&version={APP_VERSION}.{RELEASE_TIME}.{$revise}&branch={$branch}&snuser={$snuser}&site={$site}',
  153. dataType: 'json',
  154. success: function (response, status) {
  155. if(response.code==1){
  156. $("#check").html($("#check").html()+'<span class="layui-badge-dot"></span>');
  157. }
  158. }
  159. });
  160. </script>
  161. {include file='common/foot.html'}