mymps_message.html 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>系统提示信息</title>
  6. <meta name="generator" content="<?=MPS_SOFTNAME?> <?=MPS_VERSION?>" />
  7. <meta name="description" content="mymps" />
  8. <meta name="keywords" content="mymps" />
  9. <base id="headbase" />
  10. <style type="text/css">
  11. body{ font-size:12px;padding:0 20px;margin:0;font-family:Arial,Verdana;}
  12. a{ text-decoration:none;color:#5ea6d8;}
  13. a:hover{ text-decoration:underline;}
  14. ol{list-style-type:decimal;margin-left:24px;color:#888;}
  15. .fl{float:left;}
  16. .fr{float:right;}
  17. .tar{ text-align:right;}
  18. .mt10{margin-top:10px;}
  19. .mr20{margin-right:20px;}
  20. .mb20{margin-bottom:20px;}
  21. .lh2{line-height:2;}
  22. .vt{ vertical-align:top;}
  23. .tip-page{width:500px;margin:20px auto 20px auto;}
  24. .tip-table{margin:0 1px;background:#ffffff;width:498px;}
  25. .tip-top{height:40px; line-height:40px; color:#197AC5; font-weight:bold; font-size:16px; padding-left:20px; background:#F3F8FE; border-left:1px #CFDEE4 solid; border-right:1px #CFDEE4 solid; border-bottom:1px #9DC1CF solid; font-family:"microsoft yahei";}
  26. .tip-bgA{ background:#F3F8FE;}
  27. .tip-bgB,.tip-bgC,.tip-bgC {background:#CFDEE4;}
  28. .tip-bgA,.tip-bgB{height:1px;overflow:hidden;}
  29. .tip-bgA{margin:0 2px;}
  30. .tip-bgB{margin:0 1px;}
  31. .tip-bgC{padding-top:1px;}
  32. .tip-content{padding:0 0 0 67px;}
  33. .tip-content tr td{padding:5px 10px 5px 0;line-height:25px;}
  34. .show-back{ text-decoration:underline;display:block;padding-right:25px;line-height:22px;overflow:hidden; height:20px;float:left;}
  35. .show-back:hover{ background-position:right -20px;}
  36. .btn{border-color:#5ea6d8;margin-right:1em;color:#fff;background:#5ea6d8;}
  37. .btn,.bt{border-width:1px;cursor:pointer;padding:.1em 1em;*padding:0 1em;font-size:9pt; line-height:130%; overflow:visible;}
  38. .bt{cursor:pointer;background:#f7f7f7;vertical-align:middle;border-color: #e4e4e4 #cccccc #cccccc #e4e4e4;}
  39. /*form*/
  40. input{font:12px Arial;padding:1px 3px 0 3px;vertical-align:middle;margin-bottom:1px;}
  41. .input{border: 1px solid; border-color: #c0c0c0 #ededed #ededed #c0c0c0;padding:2px 0px 2px 1px;font-size:1.0em;vertical-align:middle;color:#000;}
  42. input.gray{border:1px solid;cursor:pointer;border-color:#fff #848484 #848484 #fff !important;background:#f0f0f0 !important;color:#333 !important}
  43. input.blue {border:1px solid;cursor:pointer;border-color:#fff #848484 #848484 #fff !important;background:#1B72AF !important;color:#FFFFFF !important; line-height:20px;}
  44. </style>
  45. <script language="javascript">
  46. function JumpUrl(){
  47. location='<?=$url?>';
  48. }
  49. </script>
  50. </head>
  51. <body>
  52. <div class="tip-page">
  53. <div class="tip-bgA"></div>
  54. <div class="tip-bgC">
  55. <div class="tip-top">提示信息</div>
  56. <table cellpadding="0" cellspacing="0" class="tip-table">
  57. <tr><td height="150">
  58. <div class="tip-content">
  59. <div class="lh2" style="padding:20px 40px 20px 0;">
  60. <span class="f14"><?=$msg?></span><br />
  61. <div class="cc" style="padding:10px 20px 20px 0;">
  62. <?=$goto?>
  63. <?php if($hidden != 1){?><?php }?>
  64. </div></div>
  65. </div>
  66. </td>
  67. </tr>
  68. </table>
  69. </div>
  70. <div class="tip-bgB"></div>
  71. </div>
  72. <script language="javascript">
  73. <?=$time_echo?>
  74. </script>
  75. <?php
  76. if(defined('IN_ADMIN')){
  77. ?>
  78. <center style="color:#999999; width:500px; margin-left:auto; margin-right:auto;">
  79. <?php
  80. $mtime = explode(' ', microtime());
  81. $totaltime = number_format(($mtime[1] + $mtime[0] - $mymps_starttime), 6);
  82. echo $sitedebug = 'Processed in '.$totaltime.' second(s) , '.$db->query_num.' queries';
  83. }
  84. ?>
  85. </center>
  86. </body>
  87. </html>