Browse Source

静态文件目录调整

tags/6.0.0
llgoer 4 years ago
parent
commit
a1c0f0d4dd
14 changed files with 12 additions and 12 deletions
  1. +1
    -1
      src/dede/templets/catalog_add.htm
  2. +1
    -1
      src/dede/templets/catalog_edit.htm
  3. +1
    -1
      src/dede/templets/freelist_add.htm
  4. +1
    -1
      src/dede/templets/freelist_edit.htm
  5. +1
    -1
      src/dede/templets/makehtml_homepage.htm
  6. +1
    -1
      src/dede/templets/makehtml_js.htm
  7. +1
    -1
      src/dede/templets/spec_add.htm
  8. +1
    -1
      src/dede/templets/spec_edit.htm
  9. +4
    -4
      src/dede/templets/tag_test.htm
  10. +0
    -0
      src/static/js/calendar/calendar-cn.js
  11. +0
    -0
      src/static/js/calendar/calendar-win2k-1.css
  12. +0
    -0
      src/static/js/calendar/calendar.js
  13. +0
    -0
      src/static/js/calendar/img.gif
  14. +0
    -0
      src/static/js/calendar/menuarrow.gif

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

@@ -29,7 +29,7 @@ function SelectTemplets(fname){
var posLeft = 100;
var posTop = 100;
}
window.open("../include/dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
function ShowHide(objname)


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

@@ -24,7 +24,7 @@ function SelectTemplets(fname)
{
var posLeft = 200;
var posTop = 300;
window.open("../include/dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
function ShowHide(objname)


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

@@ -33,7 +33,7 @@ function SelectTemplets(fname)
var posLeft = 100;
var posTop = 100;
}
window.open("/include/dialog/select_templets.php?&activepath=<?php echo urlencode($cfg_templets_dir)?>&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_templets.php?&activepath=<?php echo urlencode($cfg_templets_dir)?>&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
function CheckSubmit(){
if(document.form1.title.value==""){


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

@@ -33,7 +33,7 @@ function SelectTemplets(fname)
var posLeft = 100;
var posTop = 100;
}
window.open("/include/dialog/select_templets.php?&activepath=<?php echo urlencode($cfg_templets_dir)?>&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_templets.php?&activepath=<?php echo urlencode($cfg_templets_dir)?>&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
function CheckSubmit(){
if(document.form1.title.value==""){


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

@@ -12,7 +12,7 @@ function SelectTemplets(fname)
{
var posLeft = 200;
var posTop = 300;
window.open("../include/dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
</script>
</head>


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

@@ -15,7 +15,7 @@ function SelectTemplets(fname)
var posLeft = 100;
var posTop = 100;
}
window.open("../include/dialog/select_templets.php?&activepath=<?php echo urlencode($cfg_templets_dir.'/plus')?>&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_templets.php?&activepath=<?php echo urlencode($cfg_templets_dir.'/plus')?>&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
</script>
</head>


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

@@ -46,7 +46,7 @@ function SelectImage(fname,vlist){
function SelectTemplets(fname){
var posLeft = 10;
var posTop = 10;
window.open("../include/dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
function CheckVal(id){
var notename = $DE('notename'+id);


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

@@ -24,7 +24,7 @@ function SelectTemplets(fname)
var posLeft = 100;
var posTop = 100;
}
window.open("../include/dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
function SelectArcList(fname)
{


+ 4
- 4
src/dede/templets/tag_test.htm View File

@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>主页更新向导</title>
<link href="css/base.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="all" href="../include/calendar/calendar-win2k-1.css" title="win2k-1" />
<script type="text/javascript" src="../include/calendar/calendar.js"></script>
<script type="text/javascript" src="../include/calendar/calendar-cn.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="../static/js/calendar/calendar-win2k-1.css" title="win2k-1" />
<script type="text/javascript" src="../static/js/calendar/calendar.js"></script>
<script type="text/javascript" src="../static/js/calendar/calendar-cn.js"></script>
<script language="javascript">
function SelectTemplets(fname)
{
@@ -18,7 +18,7 @@ function SelectTemplets(fname)
var posLeft = 100;
var posTop = 100;
}
window.open("../include/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
window.open("./dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
}
</script>
<link rel="stylesheet" type="text/css" href="css/codemirror.css">


src/include/calendar/calendar-cn.js → src/static/js/calendar/calendar-cn.js View File


src/include/calendar/calendar-win2k-1.css → src/static/js/calendar/calendar-win2k-1.css View File


src/include/calendar/calendar.js → src/static/js/calendar/calendar.js View File


src/include/calendar/img.gif → src/static/js/calendar/img.gif View File


src/include/calendar/menuarrow.gif → src/static/js/calendar/menuarrow.gif View File


Loading…
Cancel
Save