| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/mod/checkin/templates/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/mod/checkin/templates/queue.tpl |
<table width="100%">
<tr>
<th>{NAME_LABEL}</th>
<th>{WAITING_LABEL}</th>
<th>{ACTION_LABEL}</th>
</tr>
<!-- BEGIN list -->
<tr>
<td width="50%">{NAME}<br />
<span class="reason">{REASON}</span> <!-- BEGIN notes --><br />
<span class="note">{NOTE}</span><!-- END notes --></span></td>
<td width="25%"><span class="waiting">{ARRIVED}<br />
{WAITING}</span></td>
<td width="25%"><!-- BEGIN move --><span
class="move-visitor"
>{MOVE}</span><br />
<!-- END move -->{ACTION}</td>
</tr>
<!-- END list -->
</table>