diff --git a/src/dede/templets/catalog_add.htm b/src/dede/templets/catalog_add.htm index 9e74b159..ff92d29a 100755 --- a/src/dede/templets/catalog_add.htm +++ b/src/dede/templets/catalog_add.htm @@ -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) diff --git a/src/dede/templets/catalog_edit.htm b/src/dede/templets/catalog_edit.htm index be3f0b3a..b3ba9916 100755 --- a/src/dede/templets/catalog_edit.htm +++ b/src/dede/templets/catalog_edit.htm @@ -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) diff --git a/src/dede/templets/freelist_add.htm b/src/dede/templets/freelist_add.htm index e8c8b6f6..5152fc8a 100755 --- a/src/dede/templets/freelist_add.htm +++ b/src/dede/templets/freelist_add.htm @@ -33,7 +33,7 @@ function SelectTemplets(fname) var posLeft = 100; var posTop = 100; } - window.open("/include/dialog/select_templets.php?&activepath=&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop); + window.open("./dialog/select_templets.php?&activepath=&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop); } function CheckSubmit(){ if(document.form1.title.value==""){ diff --git a/src/dede/templets/freelist_edit.htm b/src/dede/templets/freelist_edit.htm index ac1580e6..a980b410 100755 --- a/src/dede/templets/freelist_edit.htm +++ b/src/dede/templets/freelist_edit.htm @@ -33,7 +33,7 @@ function SelectTemplets(fname) var posLeft = 100; var posTop = 100; } - window.open("/include/dialog/select_templets.php?&activepath=&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop); + window.open("./dialog/select_templets.php?&activepath=&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop); } function CheckSubmit(){ if(document.form1.title.value==""){ diff --git a/src/dede/templets/makehtml_homepage.htm b/src/dede/templets/makehtml_homepage.htm index ecacfac6..2fe753b1 100755 --- a/src/dede/templets/makehtml_homepage.htm +++ b/src/dede/templets/makehtml_homepage.htm @@ -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); } diff --git a/src/dede/templets/makehtml_js.htm b/src/dede/templets/makehtml_js.htm index 7a0f0ceb..59f4118b 100755 --- a/src/dede/templets/makehtml_js.htm +++ b/src/dede/templets/makehtml_js.htm @@ -15,7 +15,7 @@ function SelectTemplets(fname) var posLeft = 100; var posTop = 100; } - window.open("../include/dialog/select_templets.php?&activepath=&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop); + window.open("./dialog/select_templets.php?&activepath=&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop); } diff --git a/src/dede/templets/spec_add.htm b/src/dede/templets/spec_add.htm index f1dbeb83..227943ae 100755 --- a/src/dede/templets/spec_add.htm +++ b/src/dede/templets/spec_add.htm @@ -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); diff --git a/src/dede/templets/spec_edit.htm b/src/dede/templets/spec_edit.htm index 760ad803..1f094926 100755 --- a/src/dede/templets/spec_edit.htm +++ b/src/dede/templets/spec_edit.htm @@ -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) { diff --git a/src/dede/templets/tag_test.htm b/src/dede/templets/tag_test.htm index e6c6ad55..a5eb59f8 100755 --- a/src/dede/templets/tag_test.htm +++ b/src/dede/templets/tag_test.htm @@ -4,9 +4,9 @@ 主页更新向导 - - - + + + diff --git a/src/include/calendar/calendar-cn.js b/src/static/js/calendar/calendar-cn.js similarity index 100% rename from src/include/calendar/calendar-cn.js rename to src/static/js/calendar/calendar-cn.js diff --git a/src/include/calendar/calendar-win2k-1.css b/src/static/js/calendar/calendar-win2k-1.css similarity index 100% rename from src/include/calendar/calendar-win2k-1.css rename to src/static/js/calendar/calendar-win2k-1.css diff --git a/src/include/calendar/calendar.js b/src/static/js/calendar/calendar.js similarity index 100% rename from src/include/calendar/calendar.js rename to src/static/js/calendar/calendar.js diff --git a/src/include/calendar/img.gif b/src/static/js/calendar/img.gif similarity index 100% rename from src/include/calendar/img.gif rename to src/static/js/calendar/img.gif diff --git a/src/include/calendar/menuarrow.gif b/src/static/js/calendar/menuarrow.gif similarity index 100% rename from src/include/calendar/menuarrow.gif rename to src/static/js/calendar/menuarrow.gif