diff --git a/src/admin/archives_do.php b/src/admin/archives_do.php index f1ac84fd..e50771c1 100644 --- a/src/admin/archives_do.php +++ b/src/admin/archives_do.php @@ -368,7 +368,7 @@ else if ($dopost == "delArchives") { $wintitle = "删除指定文档"; $wecome_info = "文档管理 - 删除文档"; $win = new OxWindow(); - $win->Init("archives_do.php", "../static/web/js/admin.blank.js", "POST"); + $win->Init("archives_do.php", "/static/web/js/admin.blank.js", "POST"); $win->AddHidden("fmdo", "yes"); $win->AddHidden("dopost", $dopost); $win->AddHidden("qstr", $qstr); @@ -418,7 +418,7 @@ else if ($dopost == 'clear') { $wintitle = "清空回收站所有文档"; $wecome_info = "文档回收站 - 清空所有文档"; $win = new OxWindow(); - $win->Init("archives_do.php", "../static/web/js/admin.blank.js", "POST"); + $win->Init("archives_do.php", "/static/web/js/admin.blank.js", "POST"); $win->AddHidden("fmdo", "yes"); $win->AddHidden("dopost", $dopost); $win->AddHidden("qstr", $qstr); @@ -456,7 +456,7 @@ else if ($dopost == 'del') { $wintitle = "删除指定文档"; $wecome_info = "文档管理 - 删除文档"; $win = new OxWindow(); - $win->Init("archives_do.php", "../static/web/js/admin.blank.js", "POST"); + $win->Init("archives_do.php", "/static/web/js/admin.blank.js", "POST"); $win->AddHidden("fmdo", "yes"); $win->AddHidden("dopost", $dopost); $win->AddHidden("qstr", $qstr); diff --git a/src/admin/article_allowurl_edit.php b/src/admin/article_allowurl_edit.php index 21d252ae..d9d5b6c9 100644 --- a/src/admin/article_allowurl_edit.php +++ b/src/admin/article_allowurl_edit.php @@ -31,7 +31,7 @@ if (empty($allurls) && filesize($m_file) > 0) { } $wecome_info = "允许站内链接"; $win = new OxWindow(); -$win->Init('article_allowurl_edit.php', '../static/web/js/admin.blank.js', 'POST'); +$win->Init('article_allowurl_edit.php', '/static/web/js/admin.blank.js', 'POST'); $win->AddHidden('dopost', 'save'); $win->AddTitle("每行保存一个超链接"); $win->AddMsgItem("
修改 导出 - 预览 + 预览 删除 | diff --git a/src/admin/templets/diy_post.htm b/src/admin/templets/diy_post.htm index 484652de..1b60d6c1 100644 --- a/src/admin/templets/diy_post.htm +++ b/src/admin/templets/diy_post.htm @@ -4,9 +4,9 @@
![]() |
+ ![]() |
当前目录:$activepath | ||||||||||||||||
![]() |
+ ![]() |
@@ -91,7 +91,7 @@ $files[] = $line; } else if (preg_match("#\.(swf|fla|fly)#i",$file)) { $line = "\n | ||||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -103,7 +103,7 @@ $files[] = $line; } else if (preg_match("#\.(zip|rar|tar.gz)#i",$file)) { $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -115,7 +115,7 @@ $files[] = $line; } else if (preg_match("#\.(exe)#i",$file)) { $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -127,7 +127,7 @@ $files[] = $line; } else if (preg_match("#\.(mp3|wma)#i",$file)) { $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -139,7 +139,7 @@ $files[] = $line; } else if (preg_match("#\.(wmv|api)#i",$file)) { $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -151,7 +151,7 @@ $files[] = $line; } else if (preg_match("#\.(rm|rmvb)#i",$file)) { $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -164,7 +164,7 @@ } else if (preg_match("#\.(txt|inc|pl|cgi|asp|xml|xsl|aspx|cfm)#",$file)) { $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -178,7 +178,7 @@ } else if (preg_match("#\.(htm|html)#i",$file)) { $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -192,7 +192,7 @@ } else if (preg_match("#\.(php)#i",$file)) { $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -206,7 +206,7 @@ } else if (preg_match("#\.(js)#i",$file)) { $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime | @@ -220,7 +220,7 @@ } else if (preg_match("#\.(css)#i",$file)) { $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); $line = "\n | ||||||||||||||
![]() |
+ ![]() |
$filesize KB | $filetime |
diff --git a/src/admin/templets/file_upload.htm b/src/admin/templets/file_upload.htm
index 709f1111..f5d6175c 100644
--- a/src/admin/templets/file_upload.htm
+++ b/src/admin/templets/file_upload.htm
@@ -4,9 +4,9 @@
添加链接
- 外部申请表单
+ 外部申请表单
|
+
@@ -40,8 +40,8 @@
@@ -54,7 +54,7 @@
diff --git a/src/admin/templets/makehtml_all.htm b/src/admin/templets/makehtml_all.htm
index dd70aaa0..ab89b7d7 100644
--- a/src/admin/templets/makehtml_all.htm
+++ b/src/admin/templets/makehtml_all.htm
@@ -4,13 +4,13 @@
-
- |
更新首页文件默认存放在根目录,不是根目录安装的网站,首页需要更新到网站根目录,请使用相对路径,则安装在:http://www.abc.com/DedeBIZ/目录,更新首页:http://www.abc.com/index.html,填写:../index.html
+ 更新首页文件默认存放在根目录,不是根目录安装的网站,首页需要更新到网站根目录,请使用相对路径,则安装在:http://www.abc.com/DedeBIZ/目录,更新首页:http://www.abc.com/index.html,填写:/index.html
- |
更新专题说明:发布专题后需要手动更新,建议专题目录设置仅可读写权限,存放目录:
+ 更新专题说明:发布专题后需要手动更新,建议专题目录设置仅可读写权限,存放目录:
操作: |
- 修改资料
+ 修改资料
会员面板
|
- (用相对于会员中心的网址,如:../ask) + (用相对于会员中心的网址,如:/ask) 文件列表: |
- |
(每行指定一个文件或目录,路径为相对于本目录,本目录的文件则直接用文件名即可,对于整个打包的目录,不需要指定子目录里的文件,如:如果已经指定了../book则不需要再指定目录里的../book/index.php 等文件或目录,系统会自动索引整个目录,对于不需要索引整个目录的,请不要指定这个目录,否则会把不必要的文件也放进模块中) +(每行指定一个文件或目录,路径为相对于本目录,本目录的文件则直接用文件名即可,对于整个打包的目录,不需要指定子目录里的文件,如:如果已经指定了/book则不需要再指定目录里的/book/index.php 等文件或目录,系统会自动索引整个目录,对于不需要索引整个目录的,请不要指定这个目录,否则会把不必要的文件也放进模块中) |
|||||||
文件列表: |
- (每行指定一个文件或目录,路径为相对于本目录,本目录的文件则直接用文件名即可,对于整个打包的目录,不需要指定子目录里的文件,如:如果已经指定了../book则不需要再指定目录里的../book/index.php 等文件或目录,系统会自动索引整个目录,对于不需要索引整个目录的,请不要指定这个目录,否则会把不必要的文件也放进模块中) +(每行指定一个文件或目录,路径为相对于本目录,本目录的文件则直接用文件名即可,对于整个打包的目录,不需要指定子目录里的文件,如:如果已经指定了/book则不需要再指定目录里的/book/index.php 等文件或目录,系统会自动索引整个目录,对于不需要索引整个目录的,请不要指定这个目录,否则会把不必要的文件也放进模块中) |
- + | - + | - + | - + |
验证码: |
- |
|||||||||||||||||
水印图片文件名: |
- |
{dede:field.id/} | -{dede:field.tag/} | +{dede:field.tag/} | diff --git a/src/admin/templets/templets_default.htm b/src/admin/templets/templets_default.htm index 5b147bf6..374a6721 100644 --- a/src/admin/templets/templets_default.htm +++ b/src/admin/templets/templets_default.htm @@ -4,9 +4,9 @@ |
![]() |
+ ![]() |
diff --git a/src/admin/templets/templets_one.htm b/src/admin/templets/templets_one.htm
index 221f6578..7c5b7e9f 100644
--- a/src/admin/templets/templets_one.htm
+++ b/src/admin/templets/templets_one.htm
@@ -5,9 +5,9 @@
|