| 123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <html lang="zh-CN" class="index_page">
- <head>
- {template header}
- <title>浏览记录 - {$mymps_global[SiteName]}</title>
- <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/global.css">
- <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/style.css">
- <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/member.css">
- <script>window['current'] = '浏览记录';</script>
- </head>
- <body class="{$mymps_global[cfg_tpl_dir]}">
- <div class="wrapper">
- {template header_search}
- <div class="ucenter">
- <ul class="u_infolst" id="userHistory" style="margin-top:-40px">
- <script src="{$mayimobile[mobiledomain]}/template/js/history.js"></script>
- </ul>
- <div class="btn_clearhistory" onClick="mclearCookie();location.reload();">清空历史浏览记录</div>
- </div>
- </div>
- {template footer}
- </body>
- </html>
|