示例#1
0
              <span class="text-muted">Friends</span>
            </div>
            <div class="col-xs-6 col-sm-3 placeholder">
              <img src="../../Public/images/fc3.jpg" class="img-responsive" alt="Generic placeholder thumbnail">
              <h4>Gangouts</h4>
              <span class="text-muted">Video Calls</span>
            </div>
            <div class="col-xs-6 col-sm-3 placeholder">
              <img src="../../Public/images/fr1.jpg" class="img-responsive" alt="Generic placeholder thumbnail">
              <h4>Gangouts</h4>
              <span class="text-muted">Chats</span>
            </div>
          </div>
			<?php 
$user = new AdminLogin();
$user->displayUsers();
?>
           <form method="POST">
		  <h2 class="sub-header">Registered Users</h2>
          <div class="table-responsive">
            <table class="table table-striped" border="1"  style="margin: 0 auto;">
              <thead>
                <tr>
                  <th>#</th>
                  <th>User Name</th>
                  <th>UserID</th>
                  <th>Email</th>
                  <th>Gender</th>
				  <th>Status</th>	
				  <th>Action</th>		
				</tr>