雷火电竞-中国电竞赛事及体育赛事平台

代理加盟

2023全新代理計劃,一站式模板建站,銅牌代理低至699元送終身VIP,獨立代理后臺,自營貼牌。

您現(xiàn)在的位置: 麥站網(wǎng) > 織夢大學 > 使用教程 >

織夢程序提示信息提示框美化教程

來源:本站原創(chuàng) 發(fā)布時間:2021-07-07 10:19:48熱度:我要評論(0

麥站模板建站平臺(10年經驗),服務數(shù)萬家企業(yè),固定透明報價。域名注冊、主機/服務器、網(wǎng)站源碼一站式服務。實體公司,專業(yè)團隊,值得選擇!超過1000套模板已登記版權,合規(guī)合法建站,規(guī)避版權風險!【點擊獲取方案】

織夢程序默認提示框很丑發(fā)現(xiàn)美,今天我們提供一個修改教程,把提示框美化下。

織夢提示信息提示框美化

實現(xiàn)教程

打開 /include/common.func.php 找到 大概在278行的

function ShowMsg(
{
	中間代碼省略...
}

把整個函數(shù)改成

function ShowMsg($msg, $gourl, $onlymsg=0, $limittime=0)
{
    if(empty($GLOBALS['cfg_plus_dir'])) $GLOBALS['cfg_plus_dir'] = '..';

    $htmlhead  = "<html>
<head>
<title>提示信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-siteapp" />";
    $htmlhead .= "<base target='_self'/>
<style>div{line-height:160%;}</style></head>
<body leftmargin='0' topmargin='0' bgcolor='#FFFFFF'>".(isset($GLOBALS['ucsynlogin']) ? $GLOBALS['ucsynlogin'] : '')."
<center>
<script>
";
    $htmlfoot  = "</script>
</center>
</body>
</html>
";

    $litime = ($limittime==0 ? 1000 : $limittime);
    $func = '';

    if($gourl=='-1')
    {
        if($limittime==0) $litime = 5000;
        $gourl = "javascript:history.go(-1);";
    }

    if($gourl=='' || $onlymsg==1)
    {
        $msg = "<script>alert("".str_replace(""","“",$msg)."");</script>";
    }
    else
    {
        //當網(wǎng)址為:close::objname 時, 關閉父框架的id=objname元素
        if(preg_match('/close::/',$gourl))
        {
            $tgobj = trim(preg_replace('/close::/', '', $gourl));
            $gourl = 'javascript:;';
            $func .= "window.parent.document.getElementById('{$tgobj}').style.display='none';
";
        }

        $func .= "      var pgo=0;
      function JumpUrl(){
        if(pgo==0){ location='$gourl'; pgo=1; }
      }
";
        $rmsg = $func;
		$rmsg .= "document.write("<style>body{background:#F6F6F6}.tips-box{margin-top:50px;padding:0;width:450px;border:10px solid #E8E8E8;background:#fff;color:#444;font-family:微軟雅黑}.tips .title{margin:0 20px;padding:15px 0;border-bottom:1px dotted #DDD;text-align:left;font-size:15px}.tips .title p{padding-left:10px;height:18px;border-left:2px solid #268B26;font-weight:600;line-height:18px;margin: 0;}.tips .content{position:relative;padding:30px;height:120px;background:#fff;color:#666;font-size:15px}.tips .content p.tip{color:#999;font-size:1px}.tips .content a.go{display:block;margin:15px auto 0;padding:6px 10px;width:80px;border:1px solid #268B26;border-radius:3px;color:#268B26;text-decoration:blink;font-size:13px}.tips .content a:hover{background:#268B26;color:#fff}</style>");
;";
        $rmsg .= "document.write("<div class='tips tips-box'>";
        $rmsg .= "<div class='title'><p>提示信息</p></div>");
";
        $rmsg .= "document.write("<div class='content'>");
";
        $rmsg .= "document.write("".str_replace(""","“",$msg)."");
";
        $rmsg .= "document.write("";

        if($onlymsg==0)
        {
            if( $gourl != 'javascript:;' && $gourl != '')
            {
                $rmsg .= "<a href='{$gourl}' class='go'>點擊跳轉</a>";
                $rmsg .= "<br/></div>");
";
                $rmsg .= "setTimeout('JumpUrl()',$litime);";
            }
            else
            {
                $rmsg .= "<br/></div>");
";
            }
        }
        else
        {
            $rmsg .= "<br/><br/></div>");
";
        }
        $msg  = $htmlhead.$rmsg.$htmlfoot;
    }
    echo $msg;
}

 

    轉載請注明來源網(wǎng)址:http://www.jygsgssxh.com/dedecms_jq/3040.html

    發(fā)表評論

    評論列表(條)

       
      QQ在線咨詢
      VIP限時特惠