2 while($row=$result->FetchRow()){
4 <table border
=0 cellpadding
=5 cellspacing
=1>
6 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo @formatDate2Local
($row['date'],$date_format); ?
></td
>
7 <td rowspan
=4 valign
="top"><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['purpose']; ?
></td
>
8 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['urgency']; ?
></td
>
10 <tr bgcolor
="#fefefe">
11 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['time']; ?
></td
>
12 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['remind_email']; ?
></td
>
14 <tr bgcolor
="#fefefe">
15 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['to_dept_id']; ?
></td
>
16 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['remind_mail']; ?
></td
>
18 <tr bgcolor
="#fefefe">
19 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['appt_status']; ?
></td
>
20 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['remind_phone']; ?
></td
>