Example #1
0
<?php

include_once '../_includes/framework.php';
require_login();
$page_title = "Admin";
include "_partials/admin-header.php";
$query = Attendee::pre_reg_pending();
$count = count($query);
?>

<div class="container">
  <div class="col-md-12">
    <h1>
      Pre Reg Check In (<?php 
echo $count;
?>
)
    </h1>
    <table class="table table-striped table-condensed">
      <thead>
        <tr>
          <th>Badge #</th>
          <th>Badge Name</th>
          <th>Legal Name</th>
          <th>Birthdate</th>
          <th>Level</th>
          <th>TShirt</th>
          <th class="hidden-print">Actions</th>
        </tr>
      </thead>
      <tbody>