walkor há 11 anos atrás
pai
commit
a01ccbdb14

+ 1 - 1
applications/Statistics/Modules/admin.php

@@ -43,7 +43,7 @@ function admin()
                 }
             }
             $action = 'add_to_server_list';
-            $notice_msg = "探测到{$count}个节点";
+            $notice_msg = "探测到{$count}个节点";
             break;
         case 'add_to_server_list':
             if(empty($_POST['ip_list']))

+ 8 - 0
applications/Statistics/Views/admin.tpl.php

@@ -30,6 +30,14 @@
 	</div>
 	<div class="row clearfix">
 		<div class="col-md-12 column">
+		<ul class="breadcrumb">
+				<li>
+					<a href="/?fn=admin<?php echo $act == 'detect_server' ? '&act=detect_server' : '';?>"><?php echo $act == 'detect_server' ? '节点探测' : '节点管理';?></a> <span class="divider">/</span>
+				</li>
+				<li class="active">
+					<?php if($act == 'home')echo '节点列表';elseif($act == 'detect_server')echo '探测结果';?>
+				</li>
+			</ul>
 		<?php if($suc_msg){?>
 				<div class="alert alert-dismissable alert-success">
 				 <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>