<> Sample To Do Data

Sample To Do Data

<>
Title: <></b></td> </tr> <tr> <td>Status:</td> <td> <<if <<status>> lt 5>> Open <<endif>> <<if <<status>> ge 5>> Closed <<endif>> </td> <td width="15%">Assigned To:</td> <td colspan=3><<assignedto>></td> </tr> <td>Sequence:</td> <td><<sequence>></td> <<if "<<duedate>>" eq "12/01/2050">> <td width="10%">Priority:</td> <td colspan=3><<priority>></td> <<endif>> <<if "<<duedate>>" ne "12/01/2050">> <td>Due Date:</td> <td><<duedate>></td> <td>Priority:</td> <td><<priority>></td> <<endif>> </tr> <<if "<<description>>">> <tr> <td valign=top>Description:</td> <td colspan=5><<description>></td> </tr> <<endif>> <<if "<<outcome>>">> <tr> <td valign=top>Outcome:</td> <td colspan=5><<outcome>></td> </tr> <<endif>> <<if "<<webpage>>">> <tr> <td valign=top>Web Page:</td> <td colspan=5><a href="<<webpage>>"><<webpage>></a></td> </tr> <<endif>> <<loop>> </table> </body> </html>