| 123456789101112131415 |
- <!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">
- <script src="{$mayimobile[mobiledomain]}/template/js/jq_min.211.js"></script>
- <script src="{$mayimobile[mobiledomain]}/template/js/common.js"></script>
- </head>
- <body>
- <script>MympsWindowMsg('',3,'{$error_msg}','{$url}');</script>
- </body>
- </html>
|