notice_error.html 585 B

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