From 2173ca0949e329c50589196e902671862595daf9 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Wed, 9 Mar 2022 16:59:40 +0800 Subject: [PATCH] Update typeunit.class.admin.php --- src/system/typelink/typeunit.class.admin.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/system/typelink/typeunit.class.admin.php b/src/system/typelink/typeunit.class.admin.php index 327302bd..c6750caa 100755 --- a/src/system/typelink/typeunit.class.admin.php +++ b/src/system/typelink/typeunit.class.admin.php @@ -109,7 +109,7 @@ class TypeUnit $id = $row->id; $rank = $row->sortrank; if ($row->ishidden == '1') { - $nss = "[隐]"; + $nss = "[隐藏]"; } else { $nss = ''; } @@ -117,8 +117,8 @@ class TypeUnit //普通列表 if ($ispart == 0) { echo ""; - echo ""; - echo ""; + echo "
{$nss}".$typeName."[ID:".$id."](文档:".$this->GetTotalArc($id).")"; + echo ""; - echo ""; - echo "
{$nss}".$typeName."[ID:".$id."](文档:".$this->GetTotalArc($id).")"; echo ""; echo ""; echo ""; @@ -131,8 +131,8 @@ class TypeUnit //带封面的频道 else if ($ispart == 1) { echo "
"; + echo "
{$nss}".$typeName."[ID:".$id."] "; + echo ""; echo ""; - echo "
{$nss}".$typeName."[ID:".$id."] "; echo ""; echo ""; echo ""; @@ -146,7 +146,7 @@ class TypeUnit else if ($ispart == 2) { echo "
{$nss}".$typeName."[ID:".$id."] "; + echo "
{$nss}".$typeName."[ID:".$id."]"; echo ""; echo ""; echo ""; @@ -195,7 +195,7 @@ class TypeUnit } $rank = $row->sortrank; if ($row->ishidden == '1') { - $nss = "[隐]"; + $nss = "[隐藏]"; } else { $nss = ''; } @@ -205,7 +205,7 @@ class TypeUnit echo ""; echo ""; echo ""; echo "
"; - echo "$step{$nss}".$typeName."[ID:".$id."](文档:".$this->GetTotalArc($id).")"; + echo "$step{$nss}".$typeName."[ID:".$id."](文档:".$this->GetTotalArc($id).")"; echo ""; echo ""; echo ""; @@ -219,7 +219,7 @@ class TypeUnit else if ($ispart == 1) { echo "
"; echo "
"; - echo "$step {$nss}".$typeName."[ID:".$id."]"; + echo "$step{$nss}".$typeName."[ID:".$id."]"; echo ""; echo ""; echo ""; @@ -234,7 +234,7 @@ class TypeUnit echo "
"; echo "
"; - echo "$step {$nss}".$typeName."[ID:".$id."]"; + echo "$step{$nss}".$typeName."[ID:".$id."]"; echo ""; echo ""; echo "";