Esempio n. 1
0
$isSuperUserPage = true;
$useJQuery = true;
require_once "resources/includePath.inc";
$page_title = "Guests Table";
include "header.inc";
// Set by header.inc: $currTime = time();
$dateWedding = strtotime('2013-10-20 00:01');
?>

<section class="content"> <!-- style="position:absolute; left:210px; top:150px;"> -->
  
<?php 
require_once "classWeddingUser.inc";
$userManager = new weddingUser();
$userManager->initializeAllUsers();
?>

<table id="tableUsers">
<thead class="rowHead">
<tr>
  <td colspan="2">Modify</td>
  <td rowspan="2">Username</td>
  <td rowspan="2">Name</td>
  <!--<td>RSVP?</td>-->
  <td rowspan="2">RSVP<br />Notes</td>
  <td rowspan="2">Email</td>
  <td rowspan="2">Address</td>
  <td rowspan="2">Gift Notes</td>
  <td rowspan="2">ThYou Notes</td>
  <td rowspan="2">Thank<br />you?</td>