diff --git a/src/system/typelink/typeunit.class.admin.php b/src/system/typelink/typeunit.class.admin.php index 810c1ffc..2e95771f 100755 --- a/src/system/typelink/typeunit.class.admin.php +++ b/src/system/typelink/typeunit.class.admin.php @@ -116,7 +116,7 @@ class TypeUnit echo ""; //普通列表 if ($ispart == 0) { - echo ""; + echo ""; echo "
"; + echo ""; echo "
列表{$nss}".$typeName."[id:".$id."](文档数:".$this->GetTotalArc($id).")"; echo ""; echo ""; @@ -129,7 +129,7 @@ class TypeUnit } //带封面的频道 else if ($ispart == 1) { - echo "
"; + echo ""; echo "
封面{$nss}".$typeName."[id:".$id."]"; echo ""; echo ""; @@ -142,7 +142,7 @@ class TypeUnit } //独立页面 else if ($ispart == 2) { - echo "
"; - echo "
外部{$nss}".$typeName."[id:".$id."]"; echo ""; echo ""; @@ -198,10 +198,8 @@ class TypeUnit } //普通列表 if ($ispart == 0) { - echo "
"; - echo ""; - echo ""; + echo "
"; + echo "
"; - echo "
"; echo "$step列表{$nss}".$typeName."[id:".$id."](文档数:".$this->GetTotalArc($id).")"; echo ""; echo ""; @@ -214,8 +212,8 @@ class TypeUnit } //封面频道 else if ($ispart == 1) { - echo "
"; + echo "
"; + echo "
"; - echo "
"; echo "$step封面{$nss}".$typeName."[id:".$id."]"; echo ""; echo ""; @@ -228,9 +226,8 @@ class TypeUnit } //独立页面 else if ($ispart == 2) { - echo "
"; - echo ""; + echo "
"; + echo "
"; echo "$step外部{$nss}".$typeName."[id:".$id."]"; echo ""; echo "";