Browse Source

Update makehtml_homepage.php

tags/6.1.0^2
xushubieli 3 years ago
parent
commit
7604963081
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      src/admin/makehtml_homepage.php

+ 2
- 4
src/admin/makehtml_homepage.php View File

@@ -12,7 +12,6 @@ require_once(dirname(__FILE__)."/config.php");
CheckPurview('sys_MakeHtml');
require_once(DEDEINC."/arc.partview.class.php");
if (empty($dopost)) $dopost = '';

if ($dopost == "view") {
$pv = new PartView();
$templet = str_replace("{style}", $cfg_df_style, $templet);
@@ -79,16 +78,15 @@ if ($dopost == "view") {
$pv->SetTemplet($cfg_basedir.$cfg_templets_dir."/".$templet);
$pv->SaveToHtml($homeFile);
echo "<link rel=\"stylesheet\" href=\"{$cfg_cmsurl}/static/css/bootstrap.min.css\"><style>.modal {position: static;}</style>";
echo "<div class=\"alert alert-success\" role=\"alert\">成功更新首页HTML:".$homeFile."<br /><a href='{$position}' target='_blank' class='btn btn-success btn-sm'>浏览...</a></div><br />";
echo "<div class=\"alert alert-success\" role=\"alert\">成功更新首页:".$homeFile." <a href='{$position}' target='_blank' class='btn btn-success btn-sm'>浏览...</a></div>";
} else {
//动态浏览
if (file_exists($homeFile)) @unlink($homeFile);
echo "<link rel=\"stylesheet\" href=\"{$cfg_cmsurl}/static/css/bootstrap.min.css\"><style>.modal {position: static;}</style>";
echo "<div class=\"alert alert-success\" role=\"alert\">采用动态浏览模式:<a href='../index.php' target='_blank' class='btn btn-success btn-sm'>浏览...</a></div><br />";
echo "<div class=\"alert alert-success\" role=\"alert\">采用动态浏览:<a href='../index.php' target='_blank' class='btn btn-success btn-sm'>浏览...</a></div>";
}
$iquery = "UPDATE `#@__homepageset` SET showmod='$showmod'";
$dsql->ExecuteNoneQuery($iquery);

if ($serviterm == "") {
$config = array();
} else {


Loading…
Cancel
Save