Browse Source

界面样式调整

tags/6.0.0
tianya 3 years ago
parent
commit
eee94d78de
7 changed files with 13 additions and 10 deletions
  1. +1
    -0
      .gitignore
  2. +4
    -4
      src/dede/css/frame.css
  3. BIN
      src/dede/images/albviewbg.gif
  4. BIN
      src/dede/images/albviewbg.jpg
  5. +6
    -4
      src/dede/makehtml_js_action.php
  6. +1
    -1
      src/dede/templets/album_add.htm
  7. +1
    -1
      src/dede/templets/album_edit.htm

+ 1
- 0
.gitignore View File

@@ -33,3 +33,4 @@ src/freelist/
src/data/rss/*
src/data/rssmap.html
src/data/sitemap.html
src/data/js/

+ 4
- 4
src/dede/css/frame.css View File

@@ -404,7 +404,7 @@ body.hidemenu .right {
}
.allmenu {
width: 700px;
width: 726px;
background: #FFF;
border: 4px solid #333;
z-index: 999;
@@ -419,7 +419,7 @@ body.hidemenu .right {
}
.allmenu .allmenu-box {
width: 686px;
width: 720px;
margin: 0px auto;
text-align: left;
overflow: hidden;
@@ -428,7 +428,7 @@ body.hidemenu .right {
.maptop {
float: left;
width: 107px;
width: 113px;
overflow: hidden;
padding-right: 3px;
padding-left: 3px;
@@ -462,7 +462,7 @@ body.hidemenu .right {
.mapitem ul li {
text-indent: 13px;
line-height: 19px;
line-height: 22px;
background: url(../images/arrr.gif) 4px 6px no-repeat;
}


BIN
src/dede/images/albviewbg.gif View File

Before After
Width: 500  |  Height: 150  |  Size: 11KB

BIN
src/dede/images/albviewbg.jpg View File

Before After
Width: 500  |  Height: 150  |  Size: 14KB

+ 6
- 4
src/dede/makehtml_js_action.php View File

@@ -18,10 +18,11 @@ if(empty($uptype)) $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))
{
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();
} else {
$pv = new PartView($row['id']);
@@ -35,8 +36,9 @@ if($uptype == "all")
$pv = new PartView($typeid);
$pv->SetTemplet($cfg_basedir.$cfg_templets_dir."/".$templet);
$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 "<script src='".$cfg_cmspath."/data/js/".$typeid.".js'></script>";
exit();

+ 1
- 1
src/dede/templets/album_add.htm View File

@@ -371,7 +371,7 @@
</td>
</tr>
<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">
<tr>
<td>


+ 1
- 1
src/dede/templets/album_edit.htm View File

@@ -490,7 +490,7 @@ if($cfg_need_typeid2=='Y') {
</table></td>
</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>
<td><div id="divFileProgressContainer" style="height:75px;"></div>
<div id="thumbnails"></div></td>


Loading…
Cancel
Save