| @@ -33,3 +33,4 @@ src/freelist/ | |||||
| src/data/rss/* | src/data/rss/* | ||||
| src/data/rssmap.html | src/data/rssmap.html | ||||
| src/data/sitemap.html | src/data/sitemap.html | ||||
| src/data/js/ | |||||
| @@ -404,7 +404,7 @@ body.hidemenu .right { | |||||
| } | } | ||||
| .allmenu { | .allmenu { | ||||
| width: 700px; | |||||
| width: 726px; | |||||
| background: #FFF; | background: #FFF; | ||||
| border: 4px solid #333; | border: 4px solid #333; | ||||
| z-index: 999; | z-index: 999; | ||||
| @@ -419,7 +419,7 @@ body.hidemenu .right { | |||||
| } | } | ||||
| .allmenu .allmenu-box { | .allmenu .allmenu-box { | ||||
| width: 686px; | |||||
| width: 720px; | |||||
| margin: 0px auto; | margin: 0px auto; | ||||
| text-align: left; | text-align: left; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| @@ -428,7 +428,7 @@ body.hidemenu .right { | |||||
| .maptop { | .maptop { | ||||
| float: left; | float: left; | ||||
| width: 107px; | |||||
| width: 113px; | |||||
| overflow: hidden; | overflow: hidden; | ||||
| padding-right: 3px; | padding-right: 3px; | ||||
| padding-left: 3px; | padding-left: 3px; | ||||
| @@ -462,7 +462,7 @@ body.hidemenu .right { | |||||
| .mapitem ul li { | .mapitem ul li { | ||||
| text-indent: 13px; | text-indent: 13px; | ||||
| line-height: 19px; | |||||
| line-height: 22px; | |||||
| background: url(../images/arrr.gif) 4px 6px no-repeat; | background: url(../images/arrr.gif) 4px 6px no-repeat; | ||||
| } | } | ||||
| @@ -18,10 +18,11 @@ if(empty($uptype)) $uptype = "all"; | |||||
| if($uptype == "all") | if($uptype == "all") | ||||
| { | { | ||||
| $row = $dsql->GetOne("SELECT id FROM #@__arctype WHERE id>'$typeid' AND ispart<>2 ORDER BY id ASC LIMIT 0,1;"); | |||||
| $row = $dsql->GetOne("SELECT id FROM `#@__arctype` WHERE id>'$typeid' AND ispart<>2 ORDER BY id ASC LIMIT 0,1;"); | |||||
| if(!is_array($row)) | if(!is_array($row)) | ||||
| { | { | ||||
| echo "完成所有文件更新!"; | |||||
| 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\">完成所有文件更新!</div>"; | |||||
| exit(); | exit(); | ||||
| } else { | } else { | ||||
| $pv = new PartView($row['id']); | $pv = new PartView($row['id']); | ||||
| @@ -35,8 +36,9 @@ if($uptype == "all") | |||||
| $pv = new PartView($typeid); | $pv = new PartView($typeid); | ||||
| $pv->SetTemplet($cfg_basedir.$cfg_templets_dir."/".$templet); | $pv->SetTemplet($cfg_basedir.$cfg_templets_dir."/".$templet); | ||||
| $pv->SaveToHtml($cfg_basedir.$cfg_cmspath."/data/js/".$typeid.".js", 0); | $pv->SaveToHtml($cfg_basedir.$cfg_cmspath."/data/js/".$typeid.".js", 0); | ||||
| echo "成功更新".$cfg_cmspath."/data/js/".$typeid.".js!"; | |||||
| echo "预览:"; | |||||
| 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\">成功更新".$cfg_cmspath."/data/js/".$typeid.".js!"; | |||||
| echo "预览:</div>"; | |||||
| echo "<hr>"; | echo "<hr>"; | ||||
| echo "<script src='".$cfg_cmspath."/data/js/".$typeid.".js'></script>"; | echo "<script src='".$cfg_cmspath."/data/js/".$typeid.".js'></script>"; | ||||
| exit(); | exit(); | ||||
| @@ -371,7 +371,7 @@ | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| <tr id="handfield"> | <tr id="handfield"> | ||||
| <td colspan="4" class="bline" style="background:url(images/albviewbg.gif) #fff 0 20px no-repeat;"> | |||||
| <td colspan="4" class="bline" style="background:url(images/albviewbg.jpg) #fff 0 20px no-repeat;"> | |||||
| <table width='100%' height='160' style="margin:0 0 20px 0"> | <table width='100%' height='160' style="margin:0 0 20px 0"> | ||||
| <tr> | <tr> | ||||
| <td> | <td> | ||||
| @@ -490,7 +490,7 @@ if($cfg_need_typeid2=='Y') { | |||||
| </table></td> | </table></td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td colspan="4" style="background:#fff url(images/albviewbg.gif) 0 20px no-repeat;"><table width='100%' height='160' style="margin:0 0 20px 0"> | |||||
| <td colspan="4" style="background:#fff url(images/albviewbg.jpg) 0 20px no-repeat;"><table width='100%' height='160' style="margin:0 0 20px 0"> | |||||
| <tr> | <tr> | ||||
| <td><div id="divFileProgressContainer" style="height:75px;"></div> | <td><div id="divFileProgressContainer" style="height:75px;"></div> | ||||
| <div id="thumbnails"></div></td> | <div id="thumbnails"></div></td> | ||||