|
|
@@ -119,12 +119,12 @@ class TypeUnit |
|
|
|
echo "<tr>";
|
|
|
|
echo "<td style='background:#FBFCE2;' class='bline'><table width='98%' cellspacing='0' cellpadding='0'><tr><td width='50%'><i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square-o' style='cursor:pointer'></i><input class='np' type='checkbox' name='tids[]' value='{$id}' style='margin:0 10px'><a href='catalog_do.php?cid=".$id."&dopost=listArchives' oncontextmenu=\"CommonMenu(event,this,$id,'".urlencode($typeName)."')\">{$nss}".$typeName."[ID:".$id."]</a>(文档:".$this->GetTotalArc($id).")<a onclick=\"AlertMsg('快捷编辑窗口','$id');\" href=\"javascript:;\"><i class='fa fa-pencil-square-o' style='vertical-align:text-top'></i></a>";
|
|
|
|
echo "</td><td align='right'>";
|
|
|
|
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览'><i class='btn fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='内容'><i class='btn fa fa-list'></i></a>";
|
|
|
|
echo "<a href='catalog_add.php?id={$id}' title='增加子类'><i class='btn fa fa-plus-circle'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn fa fa-trash'></i></a>";
|
|
|
|
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览'><i class='btn btn-sm fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='内容'><i class='btn btn-sm fa fa-list'></i></a>";
|
|
|
|
echo "<a href='catalog_add.php?id={$id}' title='增加子类'><i class='btn btn-sm fa fa-plus-circle'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn btn-sm fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn btn-sm fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn btn-sm fa fa-trash'></i></a>";
|
|
|
|
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='width:30px;height:26px;text-align:center'></td></tr></table></td></tr>";
|
|
|
|
}
|
|
|
|
//带封面的频道
|
|
|
@@ -132,12 +132,12 @@ class TypeUnit |
|
|
|
echo "<tr>";
|
|
|
|
echo "<td style='background:#FBFCE2;' class='bline'><table width='98%' cellspacing='0' cellpadding='0'><tr><td width='50%'><i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square-o' style='cursor:pointer'></i><input class='np' type='checkbox' name='tids[]' value='{$id}' style='margin:0 10px'><a href='catalog_do.php?cid=".$id."&dopost=listArchives' oncontextmenu=\"CommonMenuPart(event,this,$id,'".urlencode($typeName)."')\">{$nss}".$typeName."[ID:".$id."]</a> <a onclick=\"AlertMsg('快捷编辑窗口','$id');\" href=\"javascript:;\"><i class='fa fa-pencil-square-o' style='vertical-align:text-top'></i></a>";
|
|
|
|
echo "</td><td align='right'>";
|
|
|
|
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览'><i class='btn fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='内容'><i class='btn fa fa-list'></i></a>";
|
|
|
|
echo "<a href='catalog_add.php?id={$id}' title='增加子类'><i class='btn fa fa-plus-circle'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn fa fa-trash'></i></a>";
|
|
|
|
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览'><i class='btn btn-sm fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='内容'><i class='btn btn-sm fa fa-list'></i></a>";
|
|
|
|
echo "<a href='catalog_add.php?id={$id}' title='增加子类'><i class='btn btn-sm fa fa-plus-circle'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn btn-sm fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn btn-sm fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn btn-sm fa fa-trash'></i></a>";
|
|
|
|
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='width:30px;height:26px;text-align:center'></td></tr></table></td></tr>";
|
|
|
|
}
|
|
|
|
//独立页面
|
|
|
@@ -145,10 +145,10 @@ class TypeUnit |
|
|
|
echo "<tr height='26' bgcolor='#FBFCE2'>";
|
|
|
|
echo "<td class='bline2'><table width='98%' cellspacing='0' cellpadding='0'><tr><td width='50%'><i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square-o' style='cursor:pointer'></i><input class='np' type='checkbox' name='tids[]' value='{$id}' style='margin:0 10px'><a href='catalog_edit.php?id=".$id."' oncontextmenu=\"SingleMenu(event,this,$id,'".urlencode($typeName)."')\">{$nss}".$typeName."[ID:".$id."]</a><a onclick=\"AlertMsg('快捷编辑窗口','$id');\" href=\"javascript:;\"><i class='fa fa-pencil-square-o' style='vertical-align:text-top'></i></a>";
|
|
|
|
echo "</td><td align='right'>";
|
|
|
|
echo "<a href='{$typeDir}' target='_blank' title='预览'><i class='btn fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn fa fa-trash'></i></a>";
|
|
|
|
echo "<a href='{$typeDir}' target='_blank' title='预览'><i class='btn btn-sm fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn btn-sm fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn btn-sm fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn btn-sm fa fa-trash'></i></a>";
|
|
|
|
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='width:30px;height:26px;text-align:center'></td></tr></table></td></tr>";
|
|
|
|
}
|
|
|
|
echo "<tr><td colspan='2' id='suns".$id."'>";
|
|
|
@@ -204,12 +204,12 @@ class TypeUnit |
|
|
|
echo "<tr onMouseMove=\"javascript:this.bgColor='#FAFCE0';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\"><td width='50%'>";
|
|
|
|
echo "$step<i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square-o' style='cursor:pointer'></i><input class='np' type='checkbox' name='tids[]' value='{$id}' style='margin:0 10px'><a href='catalog_do.php?cid=".$id."&dopost=listArchives'>{$nss}".$typeName."[ID:".$id."]</a>(文档:".$this->GetTotalArc($id).")<a onclick=\"AlertMsg('快捷编辑窗口','$id');\" href=\"javascript:;\"><i class='fa fa-pencil-square-o' style='vertical-align:text-top'></i></a>";
|
|
|
|
echo "</td><td align='right'>";
|
|
|
|
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览'><i class='btn fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='内容'><i class='btn fa fa-list'></i></a>";
|
|
|
|
echo "<a href='catalog_add.php?id={$id}' title='增加子类'><i class='btn fa fa-plus-circle'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn fa fa-trash'></i></a>";
|
|
|
|
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览'><i class='btn btn-sm fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='内容'><i class='btn btn-sm fa fa-list'></i></a>";
|
|
|
|
echo "<a href='catalog_add.php?id={$id}' title='增加子类'><i class='btn btn-sm fa fa-plus-circle'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn btn-sm fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn btn-sm fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn btn-sm fa fa-trash'></i></a>";
|
|
|
|
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='width:30px;height:26px;text-align:center'></td></tr></table></td></tr>";
|
|
|
|
}
|
|
|
|
//封面频道
|
|
|
@@ -218,12 +218,12 @@ class TypeUnit |
|
|
|
echo "<td class='nbline'><table width='98%' cellspacing='0' cellpadding='0'><tr onMouseMove=\"javascript:this.bgColor='#FAFCE0';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\"><td width='50%'>";
|
|
|
|
echo "$step<i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square-o' style='cursor:pointer'></i><input class='np' type='checkbox' name='tids[]' value='{$id}' style='margin:0 10px'><a href='catalog_do.php?cid=".$id."&dopost=listArchives'>{$nss}".$typeName."[ID:".$id."]</a><a onclick=\"AlertMsg('快捷编辑窗口','$id');\" href=\"javascript:;\"><i class='fa fa-pencil-square-o' style='vertical-align:text-top'></i></a>";
|
|
|
|
echo "</td><td align='right'>";
|
|
|
|
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览'><i class='btn fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='内容'><i class='btn fa fa-list'></i></a>";
|
|
|
|
echo "<a href='catalog_add.php?id={$id}' title='增加子类'><i class='btn fa fa-plus-circle'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn fa fa-trash'></i></a>";
|
|
|
|
echo "<a href='{$GLOBALS['cfg_phpurl']}/list.php?tid={$id}' target='_blank' title='预览'><i class='btn btn-sm fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?cid={$id}&dopost=listArchives' title='内容'><i class='btn btn-sm fa fa-list'></i></a>";
|
|
|
|
echo "<a href='catalog_add.php?id={$id}' title='增加子类'><i class='btn btn-sm fa fa-plus-circle'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn btn-sm fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn btn-sm fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn btn-sm fa fa-trash'></i></a>";
|
|
|
|
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='width:30px;height:26px;text-align:center'></td></tr></table></td></tr>";
|
|
|
|
}
|
|
|
|
//独立页面
|
|
|
@@ -233,10 +233,10 @@ class TypeUnit |
|
|
|
echo "<tr onMouseMove=\"javascript:this.bgColor='#FAFCE0';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\"><td width='50%'>";
|
|
|
|
echo "$step<i id='img".$id."' onClick=\"LoadSuns('suns".$id."',$id);\" class='fa fa-plus-square-o' style='cursor:pointer'></i><input class='np' type='checkbox' name='tids[]' value='{$id}' style='margin:0 10px'><a href='catalog_do.php?cid=".$id."&dopost=listArchives'>{$nss}".$typeName."[ID:".$id."]</a><a onclick=\"AlertMsg('快捷编辑窗口','$id');\" href=\"javascript:;\"><i class='fa fa-pencil-square-o' style='vertical-align:text-top'></i></a>";
|
|
|
|
echo "</td><td align='right'>";
|
|
|
|
echo "<a href='{$typeDir}' target='_blank' title='预览'><i class='btn fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn fa fa-trash'></i></a>";
|
|
|
|
echo "<a href='{$typeDir}' target='_blank' title='预览'><i class='btn btn-sm fa fa-globe'></i></a>";
|
|
|
|
echo "<a href='catalog_edit.php?id={$id}' title='修改'><i class='btn btn-sm fa fa-pencil-square-o'></i></a>";
|
|
|
|
echo "<a href='catalog_do.php?dopost=moveCatalog&typeid={$id}' title='移动'><i class='btn btn-sm fa fa-share-square'></i></a>";
|
|
|
|
echo "<a href='catalog_del.php?id={$id}&typeoldname=".urlencode($typeName)."' title='删除'><i class='btn btn-sm fa fa-trash'></i></a>";
|
|
|
|
echo "<input type='text' name='sortrank{$id}' value='{$rank}' style='width:30px;height:26px;text-align:center'></td></tr></table></td></tr>";
|
|
|
|
}
|
|
|
|
echo "<tr><td id='suns".$id."' style='display:none'><table width='100%' cellspacing='0' cellpadding='0'>";
|
|
|
|