百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>织梦CMS教程> 超漂亮DEDECMS提示框样式修改美化
分享文章到:

超漂亮DEDECMS提示框样式修改美化

发布时间:06/23 来源:未知 浏览: 关键词:
提示:个人建议还是在适当的地方保留DEDECMS的版权信息,以支持dedecms管理系统更好的发展!
修改:include/common.func.php
第178-255行
覆盖以下代码:

 
  1. function ShowMsg($msg, $gourl, $onlymsg=0, $limittime=0)
  2. {
  3.     if(empty($GLOBALS['cfg_plus_dir'])) $GLOBALS['cfg_plus_dir'] = '..';
  4.     $htmlhead  = "<html>\r\n<head>\r\n<title>织梦CMS 友情提示</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\" />\r\n";
  5.     $htmlhead .= "
  6.     <base target='_self'/>\r\n
  7.     <style>
  8. html,body,h2,div,p,img{margin:0;padding:0;list-style:none;border:none;font-size:12px;}
  9. a:link,a:visited,a:active{text-decoration:none;font-family:Tahoma,Geneva,sans-serif;}a:hover{text-decoration:underline;}
  10. body{text-align:center;font-family:Tahoma,Geneva,sans-serif;background:#000000;background:#000000\9;padding-bottom:25px;_background:url(about:black) no-repeat fixed;}
  11. html{_background:url(about:black) no-repeat fixed;}
  12. .ts_div{width:500px;overflow:hidden;margin:0 auto;margin-top:150px;border:1px solid #E9E9E9;border-radius:3px;}
  13. .ts_div h2{text-align:left;color:#666;border-bottom:1px dotted #ccc;padding-bottom:10px;font-size:12px;}
  14. .ts_div p{line-height:70px;background:url({$GLOBALS['cfg_plus_dir']}/img/ts_bg.png) no-repeat 0 center;margin:10px auto;font-size:14px;text-align:left;text-indent:70px;}
  15. .ts_border{border:7px solid #efefef;}
  16. .ts_b2{background:#fff;border:1px solid #E9E9E9;padding:10px 20px 10px 20px;}
  17. .ts_tz{margin:10px auto;text-align:right;width:500px;color:#666;}
  18. .ts_tz a{color:#f30;}
  19.     </style>
  20.     </head>\r\n<body style=\"background:#f7f7f7;\">".(isset($GLOBALS['ucsynlogin']) ? $GLOBALS['ucsynlogin'] : '')."\r\n<center>\r\n<script>\r\n";
  21.     $htmlfoot  = "</script>\r\n</center>\r\n</body>\r\n</html>\r\n";
  22.  
  23.     $litime = ($limittime==0 ? 1000 : $limittime);
  24.     $func = '';
  25.  
  26.     if($gourl=='-1')
  27.     {
  28.         if($limittime==0) $litime = 5000;
  29.         $gourl = "javascript:history.go(-1);";
  30.     }
  31.  
  32.     if($gourl=='' || $onlymsg==1)
  33.     {
  34.         $msg = "<script>alert(\"".str_replace("\"","“",$msg)."\");</script>";
  35.     }
  36.     else
  37.     {
  38.         //当网址为:close::objname 时, 关闭父框架的id=objname元素
  39.         if(preg_match('/close::/',$gourl))
  40.         {
  41.             $tgobj = trim(preg_replace('/close::/', '', $gourl));
  42.             $gourl = 'javascript:;';
  43.             $func .= "window.parent.document.getElementById('{$tgobj}').style.display='none';\r\n";
  44.         }
  45.         
  46.         $func .= "      var pgo=0;
  47.       function JumpUrl(){
  48.         if(pgo==0){ location='$gourl'; pgo=1; }
  49.       }\r\n";
  50.         $rmsg = $func;
  51.         $rmsg .= "document.write(\"<div class='ts_div'>";
  52.         $rmsg .= "<div class='ts_border'><div class='ts_b2'>'<h2>织梦CMS提示</h2>\");\r\n";
  53.         $rmsg .= "document.write(\"<p>\");\r\n";
  54.         $rmsg .= "document.write(\"".str_replace("\"","“",$msg)."\");\r\n";
  55.         $rmsg .= "document.write(\"</p></div></div></div>\");\r\n";
  56.         $rmsg .= "document.write(\"";
  57.         
  58.         if($onlymsg==0)
  59.         {
  60.             if( $gourl != 'javascript:;' && $gourl != '')
  61.             {
  62.                 $rmsg .= "<div class='ts_tz'>如果浏览器没有自动跳转,请<a href='{$gourl}'>点击这里</a></div>";
  63.                 $rmsg .= "\");\r\n";
  64.                 $rmsg .= "setTimeout('JumpUrl()',$litime);";
  65.             }
  66.             else
  67.             {
  68.                 $rmsg .= "<br/></div>\");\r\n";
  69.             }
  70.         }
  71.         else
  72.         {
  73.             $rmsg .= "<br/><br/></div>\");\r\n";
  74.         }
  75.         $msg  = $htmlhead.$rmsg.$htmlfoot;
  76.     }
  77.     echo $msg;
  78. }
然后下载附件中的图片。

懒人覆盖方法,下载common.func.rar附件。解压后直接覆盖到include文件夹

common.func.rar


打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

共有157人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板