Your IP : 216.73.216.40


Current Path : /var/www/html/ajay/phpwebsite-1.8.x/mod/checkin/templates/
Upload File :
Current File : /var/www/html/ajay/phpwebsite-1.8.x/mod/checkin/templates/visitor_report.tpl

<p>{PRINT_LINK}</p>
<table cellpadding="5" width="100%">
    <tr>
        <th>{REASON_LABEL}</th>
        <th>{STAFF_LABEL}</th>
        <th>{ARRIVAL_LABEL}</th>
        <th>{WAITED_LABEL} / {SPENT_LABEL}</th>
    </tr>
    <!-- BEGIN visitors -->
    <tr>
        <td width="60%">{REASON}<br />
        <em>{NOTE}</em></td>
        <td>{STAFF}</td>
        <td class="smaller">{ARRIVAL}</td>
        <td class="smaller">{WAITED} / {SPENT}</td>
    </tr>
    <!-- END visitors -->
</table>
<hr />
<p class="smaller">{NAME_NOTE}</p>