| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html lang="en"> |
| <head> |
| <meta name="copyright" content= |
| "Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="STYLESHEET" href="../book.css" type="text/css"> |
| <title>Tasks view</title> |
| </head> |
| <body bgcolor="#FFFFFF"> |
| <h1>Tasks view</h1> |
| <p>The following markers can appear in the Tasks view:</p> |
| <table border="1" cellspacing="0" cellpadding="4"> |
| <caption> |
| Tasks View Icons |
| </caption> |
| <thead> |
| <tr> |
| <th>Icon</th> |
| <th>Description</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td align="center" valign="middle"><img src="../images/ihigh_obj.svg" alt="High priority task icon"></td> |
| <td>High priority task</td> |
| </tr> |
| <tr> |
| <td align="center" valign="middle"><img src="../images/ilow_obj.svg" alt="Low priority task icon"></td> |
| <td>Low priority task</td> |
| </tr> |
| <tr> |
| <td align="center" valign="middle"><img src="../images/complete_tsk.svg" alt="Completed task icon"></td> |
| <td>Completed task</td> |
| </tr> |
| </tbody> |
| </table> |
| </body> |
| </html> |