
diff --git a/src/admin/templets/makehtml_homepage.htm b/src/admin/templets/makehtml_homepage.htm
index 0e99637d..00edd7a5 100644
--- a/src/admin/templets/makehtml_homepage.htm
+++ b/src/admin/templets/makehtml_homepage.htm
@@ -37,7 +37,7 @@
相关选项: |
-
+
|
diff --git a/src/admin/templets/member_rank.htm b/src/admin/templets/member_rank.htm
index 4f5f8028..041afcc9 100644
--- a/src/admin/templets/member_rank.htm
+++ b/src/admin/templets/member_rank.htm
@@ -65,7 +65,7 @@
|
|
|
- 添加等级 |
+ 添加等级 |
|
diff --git a/src/admin/templets/soft_add.htm b/src/admin/templets/soft_add.htm
index b766f20b..ba2e7901 100644
--- a/src/admin/templets/soft_add.htm
+++ b/src/admin/templets/soft_add.htm
@@ -277,7 +277,7 @@
-
+
需会员权限: |
@@ -332,11 +332,11 @@
?>
-
- +
- =
-
-
+
+ +
+ =
+
+
| 发布选项: |
-
+
|
diff --git a/src/admin/templets/spec_add.htm b/src/admin/templets/spec_add.htm
index c9b88faf..860edded 100644
--- a/src/admin/templets/spec_add.htm
+++ b/src/admin/templets/spec_add.htm
@@ -171,7 +171,7 @@
-
+
|
diff --git a/src/admin/templets/spec_edit.htm b/src/admin/templets/spec_edit.htm
index c71e4197..f88f2180 100644
--- a/src/admin/templets/spec_edit.htm
+++ b/src/admin/templets/spec_edit.htm
@@ -229,7 +229,7 @@
-
+
|
diff --git a/src/admin/templets/sys_data.htm b/src/admin/templets/sys_data.htm
index 239b5a52..be686510 100644
--- a/src/admin/templets/sys_data.htm
+++ b/src/admin/templets/sys_data.htm
@@ -46,7 +46,7 @@
$t = $dedeSysTables[$i];
echo "
";
?>
- |
+ |
|
|
@@ -59,7 +59,7 @@
if (isset($dedeSysTables[$i])) {
$t = $dedeSysTables[$i];
?>
- | |
+ |
|
|
diff --git a/src/admin/templets/sys_sql_query.htm b/src/admin/templets/sys_sql_query.htm
index a599fd2c..373f315b 100644
--- a/src/admin/templets/sys_sql_query.htm
+++ b/src/admin/templets/sys_sql_query.htm
@@ -61,7 +61,7 @@
|
运行SQL命令行:
-
+
|
diff --git a/src/admin/templets/templets_one_add.htm b/src/admin/templets/templets_one_add.htm
index 4bb852b9..ba955639 100644
--- a/src/admin/templets/templets_one_add.htm
+++ b/src/admin/templets/templets_one_add.htm
@@ -64,7 +64,7 @@
是否编译文档: |
-
+
|
diff --git a/src/admin/templets/vote_add.htm b/src/admin/templets/vote_add.htm
index 40137181..4f911858 100644
--- a/src/admin/templets/vote_add.htm
+++ b/src/admin/templets/vote_add.htm
@@ -39,14 +39,14 @@
是否允许游客投票: |
-
+
|
是否允许查看投票: |
-
+
|
@@ -59,7 +59,7 @@
是否多选: |
-
+
|
@@ -79,7 +79,7 @@
是否启用: |
-
+
|
diff --git a/src/apps/view.php b/src/apps/view.php
index 2982c997..5a2384fe 100755
--- a/src/apps/view.php
+++ b/src/apps/view.php
@@ -55,7 +55,7 @@ if ($needMoney > 0 || $needRank > 1) {
if (!is_array($row)) {
if ($cfg_ml->M_Money == '' || $needMoney > $cfg_ml->M_Money) {
$msgtitle = "您没有权限浏览文档:{$arctitle} ";
- $moremsg = "该文档需要
".$needMoney."金币才能浏览,您目前金币
".$cfg_ml->M_Money.",
前去充值";
+ $moremsg = "该文档需要
".$needMoney."金币才能浏览,您目前金币
".$cfg_ml->M_Money."前去充值";
include_once(DEDETEMPLATE.'/apps/view_msg.htm');
$arc->Close();
exit();
@@ -76,7 +76,7 @@ if ($needMoney > 0 || $needRank > 1) {
}
}
$msgtitle = "扣金币购买阅读";
- $moremsg = "该文档需要付费
".$needMoney."金币,您目前金币
".$cfg_ml->M_Money.",
确认付点阅读";
+ $moremsg = "该文档需要付费
".$needMoney."金币,您目前金币
".$cfg_ml->M_Money."确认付点阅读";
include_once($cfg_basedir.$cfg_templets_dir."/apps/view_msg.htm");
$arc->Close();
exit();
@@ -87,6 +87,6 @@ if ($needMoney > 0 || $needRank > 1) {
$arc->Display();
if (DEBUG_LEVEL === TRUE) {
$queryTime = ExecTime() - $t1;
- echo "
页面加载总消耗时间:{$queryTime}
\r\n";
+ echo "
页面加载总消耗时间:{$queryTime}
\r\n";
}
?>
\ No newline at end of file
diff --git a/src/system/customfields.func.php b/src/system/customfields.func.php
index ab94fcf6..97637b5d 100755
--- a/src/system/customfields.func.php
+++ b/src/system/customfields.func.php
@@ -68,7 +68,7 @@ function GetFormItem($ctag, $admintype = 'admin')
foreach ($items as $v) {
$v = trim($v);
if ($v != '') {
- $myformItem .= ($i == 0 ? "
" : "
");
+ $myformItem .= ($i == 0 ? "
" : "
");
$i++;
}
}
diff --git a/src/theme/apps/advancedsearch.htm b/src/theme/apps/advancedsearch.htm
index f3e8b492..f2dcbd87 100644
--- a/src/theme/apps/advancedsearch.htm
+++ b/src/theme/apps/advancedsearch.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/download_links.htm b/src/theme/apps/download_links.htm
index 23aecb7a..ec0b23a1 100644
--- a/src/theme/apps/download_links.htm
+++ b/src/theme/apps/download_links.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/flink_add.htm b/src/theme/apps/flink_add.htm
index 7c79ff69..911a86d8 100644
--- a/src/theme/apps/flink_add.htm
+++ b/src/theme/apps/flink_add.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/flink_list.htm b/src/theme/apps/flink_list.htm
index 8091b69a..e789df7f 100644
--- a/src/theme/apps/flink_list.htm
+++ b/src/theme/apps/flink_list.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/heightsearch.htm b/src/theme/apps/heightsearch.htm
index e36ccc03..5c9550b1 100644
--- a/src/theme/apps/heightsearch.htm
+++ b/src/theme/apps/heightsearch.htm
@@ -8,6 +8,7 @@
+
@@ -79,7 +80,7 @@
关键词模式: |
-
+
|
diff --git a/src/theme/apps/list_diyform.htm b/src/theme/apps/list_diyform.htm
index 0588aca2..31d154ab 100644
--- a/src/theme/apps/list_diyform.htm
+++ b/src/theme/apps/list_diyform.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/recommend.htm b/src/theme/apps/recommend.htm
index 2e3a5bde..abb96bb4 100644
--- a/src/theme/apps/recommend.htm
+++ b/src/theme/apps/recommend.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/showphoto.htm b/src/theme/apps/showphoto.htm
index 77560bc1..764c7401 100644
--- a/src/theme/apps/showphoto.htm
+++ b/src/theme/apps/showphoto.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/view_diyform.htm b/src/theme/apps/view_diyform.htm
index ada02e2c..dfb522ea 100644
--- a/src/theme/apps/view_diyform.htm
+++ b/src/theme/apps/view_diyform.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/view_msg.htm b/src/theme/apps/view_msg.htm
index 634b9712..dda38ff6 100644
--- a/src/theme/apps/view_msg.htm
+++ b/src/theme/apps/view_msg.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/view_msg_catalog.htm b/src/theme/apps/view_msg_catalog.htm
index ac3cf03e..e9e33123 100644
--- a/src/theme/apps/view_msg_catalog.htm
+++ b/src/theme/apps/view_msg_catalog.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/vote.htm b/src/theme/apps/vote.htm
index f18ac34f..a85f27a3 100644
--- a/src/theme/apps/vote.htm
+++ b/src/theme/apps/vote.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/theme/apps/win_templet.htm b/src/theme/apps/win_templet.htm
index 35b7e6a3..4ec016ec 100644
--- a/src/theme/apps/win_templet.htm
+++ b/src/theme/apps/win_templet.htm
@@ -8,6 +8,7 @@
+
diff --git a/src/user/templets/login.htm b/src/user/templets/login.htm
index 81279ba2..9ece90a2 100755
--- a/src/user/templets/login.htm
+++ b/src/user/templets/login.htm
@@ -19,27 +19,27 @@