Ejemplo n.º 1
0
         echo $member->getFlightStatus();
     }
 }
 ?>
       <em class="type-note">
       <?php 
 if ($req->getMissionAssistantWanted() == 1) {
     echo 'Mission Requester wanted!.';
 }
 ?>
       </em>
     </td>
     <td class="cell-6">
     <?php 
 if (isset($member)) {
     $coordinator = CoordinatorPeer::getByMemberId($member->getId());
     if (isset($coordinator)) {
         echo $coordinator->getInitialContact();
     }
 }
 ?>
     </td>
     <td>
       <div class="status">
       <?php 
 $newtimestamp = strtotime("-1 days", strtotime($req->getDate()));
 ?>
         <strong>
         <?php 
 if (date('m/d/y', $newtimestamp) <= $req->getDate()) {
     echo 'New';