<span class="text-muted">Individual U's of rackspace in-use</span> </div> <div class="col-xs-6 col-sm-3 placeholder"> <img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Hardware available</h4> <span class="text-muted">Individual hardware not in-use</span> </div> <div class="col-xs-6 col-sm-3 placeholder"> <img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Hardware used</h4> <span class="text-muted">Individual hardware in-use</span> </div> </div> <h2 class="sub-header">Events</h2> <?php list_events_table(20); //from libraries/events.php ?> </div> </div> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <?php include 'libraries/js.php'; ?> </body> </html>
<meta name="viewport" content="width=device-width, initial-scale=1"> <title>DCIMStack</title> <?php include 'libraries/css.php'; include_once 'libraries/events.php'; ?> </head> <body> <?php include 'libraries/header.php'; ?> <div class="container"> <h1 class="page-header">Events</h1> <?php list_events_table(0); //from libraries/events.php ?> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <?php include 'libraries/js.php'; ?> </body> </html>