diff --git a/src/admin/templets/album_add.htm b/src/admin/templets/album_add.htm
index 9e40f92a..cc266597 100644
--- a/src/admin/templets/album_add.htm
+++ b/src/admin/templets/album_add.htm
@@ -198,7 +198,7 @@ table{border-collapse:separate}
echo "";
echo $typeOptions;
echo "";
- ?>
+ ?>
-
@@ -360,7 +360,7 @@ table{border-collapse:separate}
-
+
diff --git a/src/admin/templets/album_edit.htm b/src/admin/templets/album_edit.htm
index c86dfbc1..2a5bbe9f 100644
--- a/src/admin/templets/album_edit.htm
+++ b/src/admin/templets/album_edit.htm
@@ -163,7 +163,8 @@ table{border-collapse:separate}
|
 echo $arcRow['litpic']; else echo '../static/web/img/defaultpic.jpg'; ?>) |
-
+
+ |
@@ -194,7 +195,7 @@ table{border-collapse:separate}
if($arcRow['typeid']=='0') echo "";
echo $typeOptions;
echo '';
- ?>
+ ?>
消费金币: |
@@ -244,9 +245,11 @@ table{border-collapse:separate}
}
?>
-
+ |
+ ?>
+
diff --git a/src/admin/templets/archives_edit.htm b/src/admin/templets/archives_edit.htm
index 8b43f979..44fe6ffc 100644
--- a/src/admin/templets/archives_edit.htm
+++ b/src/admin/templets/archives_edit.htm
@@ -236,14 +236,7 @@ table{border-collapse:separate}
}
?>
-
-
- |
-
-
-
+ |
附加选项: |
@@ -257,9 +250,12 @@ table{border-collapse:separate}
|
+
+ |
+
-
+
@@ -331,7 +327,7 @@ table{border-collapse:separate}
-
+ |
更新时间: |
diff --git a/src/admin/templets/article_add.htm b/src/admin/templets/article_add.htm
index 08121d1d..5612c7f4 100644
--- a/src/admin/templets/article_add.htm
+++ b/src/admin/templets/article_add.htm
@@ -194,7 +194,7 @@ table{border-collapse:separate}
选择副栏目";
+ echo "选择副栏目";
}
?>
@@ -244,9 +244,6 @@ table{border-collapse:separate}
|
-
- |
-
@@ -277,13 +274,16 @@ table{border-collapse:separate}
|
+
+ |
+
|
- |
+ |
diff --git a/src/admin/templets/article_edit.htm b/src/admin/templets/article_edit.htm
index d2c3e7fa..b9fc2d22 100644
--- a/src/admin/templets/article_edit.htm
+++ b/src/admin/templets/article_edit.htm
@@ -237,13 +237,6 @@ table{border-collapse:separate}
|
-
-
-
- |
-
@@ -257,13 +250,16 @@ table{border-collapse:separate}
|
+
+ |
+
|
- |
+ |
-
+
diff --git a/src/admin/templets/spec_add.htm b/src/admin/templets/spec_add.htm
index 38596ca9..ce4ec54a 100644
--- a/src/admin/templets/spec_add.htm
+++ b/src/admin/templets/spec_add.htm
@@ -298,8 +298,8 @@ table{border-collapse:separate}
{
if($i==1)
{
- $nodename = '默认节点';
- $nodeid = 'default';
+ $nodename = '默认节点';
+ $nodeid = 'default';
} else {
$nodename = $nodeid = '';
}
diff --git a/src/admin/templets/spec_edit.htm b/src/admin/templets/spec_edit.htm
index 739663fc..ae7cd901 100644
--- a/src/admin/templets/spec_edit.htm
+++ b/src/admin/templets/spec_edit.htm
@@ -291,11 +291,7 @@ table{border-collapse:separate}
-
-
- |
+ |
@@ -306,32 +302,32 @@ table{border-collapse:separate}
LoadSource($addRow["note"]);
- if(is_array($dtp->CTags)){
- foreach($dtp->CTags as $tagid=>$ctag)
- {
- if($ctag->GetName()!="specnote") continue;
- $notename = $ctag->GetAtt('name');
- $col = $ctag->GetAtt('col');
- $idlist = $ctag->GetAtt('idlist');
- $imgwidth = $ctag->GetAtt('imgwidth');
- $imgheight = $ctag->GetAtt('imgheight');
- $titlelen = $ctag->GetAtt('titlelen');
- $infolen = $ctag->GetAtt('infolen');
- $temp = trim($ctag->GetInnerText());
- $noteid = $ctag->GetAtt('noteid');
- if(empty($noteid)) $noteid = $i;
- $isauto = $ctag->GetAtt('isauto');
- if(empty($isauto)) $isauto = 0;
- $keywords = $ctag->GetAtt('keywords');
- $typeid = $ctag->GetAtt('typeid');
- if(empty($typeid)) $typeid = 0;
- $rownum = $ctag->GetAtt('rownum');
- if(empty($rownum)) $rownum = 40;
- ?>
+ $speclisttmp = GetSysTemplets("spec_arclist.htm");
+ $i = 1;
+ $dtp = new DedeTagParse();
+ $dtp->LoadSource($addRow["note"]);
+ if(is_array($dtp->CTags)){
+ foreach($dtp->CTags as $tagid=>$ctag)
+ {
+ if($ctag->GetName()!="specnote") continue;
+ $notename = $ctag->GetAtt('name');
+ $col = $ctag->GetAtt('col');
+ $idlist = $ctag->GetAtt('idlist');
+ $imgwidth = $ctag->GetAtt('imgwidth');
+ $imgheight = $ctag->GetAtt('imgheight');
+ $titlelen = $ctag->GetAtt('titlelen');
+ $infolen = $ctag->GetAtt('infolen');
+ $temp = trim($ctag->GetInnerText());
+ $noteid = $ctag->GetAtt('noteid');
+ if(empty($noteid)) $noteid = $i;
+ $isauto = $ctag->GetAtt('isauto');
+ if(empty($isauto)) $isauto = 0;
+ $keywords = $ctag->GetAtt('keywords');
+ $typeid = $ctag->GetAtt('typeid');
+ if(empty($typeid)) $typeid = 0;
+ $rownum = $ctag->GetAtt('rownum');
+ if(empty($rownum)) $rownum = 40;
+ ?>
节点名称: |
| | | | | |