member_history.html 926 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="zh-CN" class="index_page">
  3. <head>
  4. {template header}
  5. <title>浏览记录 - {$mymps_global[SiteName]}</title>
  6. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/global.css">
  7. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/style.css">
  8. <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/member.css">
  9. <script>window['current'] = '浏览记录';</script>
  10. </head>
  11. <body class="{$mymps_global[cfg_tpl_dir]}">
  12. <div class="wrapper">
  13. {template header_search}
  14. <div class="ucenter">
  15. <ul class="u_infolst" id="userHistory" style="margin-top:-40px">
  16. <script src="{$mayimobile[mobiledomain]}/template/js/history.js"></script>
  17. </ul>
  18. <div class="btn_clearhistory" onClick="mclearCookie();location.reload();">清空历史浏览记录</div>
  19. </div>
  20. </div>
  21. {template footer}
  22. </body>
  23. </html>