taskjuggler 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. data/CHANGELOG +1812 -1
  2. data/benchmarks/css/tjmanual.css +20 -0
  3. data/benchmarks/css/tjreport.css +7 -6
  4. data/doc/CHANGELOG.html +1833 -1
  5. data/doc/Object.html +102 -0
  6. data/doc/TaskJuggler.html +283 -283
  7. data/doc/TaskJuggler/HTMLDocument.html +63 -41
  8. data/doc/TaskJuggler/KeywordDocumentation.html +1 -1
  9. data/doc/TaskJuggler/Report.html +148 -147
  10. data/doc/TaskJuggler/ReportServlet.html +1 -1
  11. data/doc/TaskJuggler/RichTextDocument.html +1 -1
  12. data/doc/TaskJuggler/RichTextIntermediate.html +3 -3
  13. data/doc/TaskJuggler/RichTextSnip.html +1 -1
  14. data/doc/TaskJuggler/SheetHandlerBase.html +1 -1
  15. data/doc/TaskJuggler/SyntaxReference.html +2 -2
  16. data/doc/TaskJuggler/TextParser.html +59 -59
  17. data/doc/TaskJuggler/UserManual.html +1 -1
  18. data/doc/TaskJuggler/WelcomePage.html +1 -1
  19. data/doc/index.html +655 -651
  20. data/doc/lib/exchangebug_rb.html +69 -0
  21. data/doc/lib/{taskjuggler/HTMLElements_rb.html → ruby-signal-bug_rb.html} +9 -9
  22. data/doc/lib/taskjuggler/AccountScenario_rb.html +1 -1
  23. data/doc/lib/taskjuggler/Account_rb.html +1 -1
  24. data/doc/lib/taskjuggler/AlgorithmDiff_rb.html +1 -1
  25. data/doc/lib/taskjuggler/Allocation_rb.html +1 -1
  26. data/doc/lib/taskjuggler/AppConfig_rb.html +1 -1
  27. data/doc/lib/taskjuggler/AttributeBase_rb.html +1 -1
  28. data/doc/lib/taskjuggler/AttributeDefinition_rb.html +1 -1
  29. data/doc/lib/taskjuggler/Attributes_rb.html +1 -1
  30. data/doc/lib/taskjuggler/BatchProcessor_rb.html +1 -1
  31. data/doc/lib/taskjuggler/Booking_rb.html +1 -1
  32. data/doc/lib/taskjuggler/ChargeSet_rb.html +1 -1
  33. data/doc/lib/taskjuggler/Charge_rb.html +1 -1
  34. data/doc/lib/taskjuggler/DataCache_rb.html +1 -1
  35. data/doc/lib/taskjuggler/FileList_rb.html +1 -1
  36. data/doc/lib/taskjuggler/HTMLDocument_rb.html +1 -1
  37. data/doc/lib/taskjuggler/IntervalList_rb.html +1 -1
  38. data/doc/lib/taskjuggler/Interval_rb.html +1 -1
  39. data/doc/lib/taskjuggler/Journal_rb.html +1 -1
  40. data/doc/lib/taskjuggler/KeywordArray_rb.html +1 -1
  41. data/doc/lib/taskjuggler/KeywordDocumentation_rb.html +1 -1
  42. data/doc/lib/taskjuggler/Limits_rb.html +1 -1
  43. data/doc/lib/taskjuggler/LogFile_rb.html +1 -1
  44. data/doc/lib/taskjuggler/Log_rb.html +1 -1
  45. data/doc/lib/taskjuggler/LogicalExpression_rb.html +1 -1
  46. data/doc/lib/taskjuggler/LogicalFunction_rb.html +1 -1
  47. data/doc/lib/taskjuggler/LogicalOperation_rb.html +1 -1
  48. data/doc/lib/taskjuggler/MessageHandler_rb.html +1 -1
  49. data/doc/lib/taskjuggler/ProjectFileParser_rb.html +1 -1
  50. data/doc/lib/taskjuggler/ProjectFileScanner_rb.html +1 -1
  51. data/doc/lib/taskjuggler/Project_rb.html +1 -1
  52. data/doc/lib/taskjuggler/PropertyList_rb.html +1 -1
  53. data/doc/lib/taskjuggler/PropertySet_rb.html +1 -1
  54. data/doc/lib/taskjuggler/PropertyTreeNode_rb.html +1 -1
  55. data/doc/lib/taskjuggler/Query_rb.html +1 -1
  56. data/doc/lib/taskjuggler/RealFormat_rb.html +1 -1
  57. data/doc/lib/taskjuggler/ResourceScenario_rb.html +1 -1
  58. data/doc/lib/taskjuggler/Resource_rb.html +1 -1
  59. data/doc/lib/taskjuggler/RichText/Document_rb.html +1 -1
  60. data/doc/lib/taskjuggler/RichText/Element_rb.html +1 -1
  61. data/doc/lib/taskjuggler/RichText/FunctionExample_rb.html +1 -1
  62. data/doc/lib/taskjuggler/RichText/FunctionHandler_rb.html +1 -1
  63. data/doc/lib/taskjuggler/RichText/Parser_rb.html +1 -1
  64. data/doc/lib/taskjuggler/RichText/RTFHandlers_rb.html +1 -1
  65. data/doc/lib/taskjuggler/RichText/RTFNavigator_rb.html +1 -1
  66. data/doc/lib/taskjuggler/RichText/RTFQuery_rb.html +1 -1
  67. data/doc/lib/taskjuggler/RichText/RTFReportLink_rb.html +1 -1
  68. data/doc/lib/taskjuggler/RichText/RTFReport_rb.html +1 -1
  69. data/doc/lib/taskjuggler/RichText/RTFWithQuerySupport_rb.html +1 -1
  70. data/doc/lib/taskjuggler/RichText/Scanner_rb.html +1 -1
  71. data/doc/lib/taskjuggler/RichText/Snip_rb.html +1 -1
  72. data/doc/lib/taskjuggler/RichText/SyntaxRules_rb.html +1 -1
  73. data/doc/lib/taskjuggler/RichText/TOCEntry_rb.html +1 -1
  74. data/doc/lib/taskjuggler/RichText/TableOfContents_rb.html +1 -1
  75. data/doc/lib/taskjuggler/RichText_rb.html +1 -1
  76. data/doc/lib/taskjuggler/RuntimeConfig_rb.html +1 -1
  77. data/doc/lib/taskjuggler/ScenarioData_rb.html +1 -1
  78. data/doc/lib/taskjuggler/Scenario_rb.html +1 -1
  79. data/doc/lib/taskjuggler/Scoreboard_rb.html +1 -1
  80. data/doc/lib/taskjuggler/SheetHandlerBase_rb.html +1 -1
  81. data/doc/lib/taskjuggler/SheetReceiver_rb.html +1 -1
  82. data/doc/lib/taskjuggler/SheetSender_rb.html +1 -1
  83. data/doc/lib/taskjuggler/ShiftAssignments_rb.html +1 -1
  84. data/doc/lib/taskjuggler/ShiftScenario_rb.html +1 -1
  85. data/doc/lib/taskjuggler/Shift_rb.html +1 -1
  86. data/doc/lib/taskjuggler/SimpleQueryExpander_rb.html +1 -1
  87. data/doc/lib/taskjuggler/StatusSheetReceiver_rb.html +1 -1
  88. data/doc/lib/taskjuggler/StatusSheetSender_rb.html +1 -1
  89. data/doc/lib/taskjuggler/StdIoWrapper_rb.html +1 -1
  90. data/doc/lib/taskjuggler/SyntaxReference_rb.html +1 -1
  91. data/doc/lib/taskjuggler/TableColumnDefinition_rb.html +1 -1
  92. data/doc/lib/taskjuggler/TaskDependency_rb.html +1 -1
  93. data/doc/lib/taskjuggler/TaskJuggler_rb.html +1 -1
  94. data/doc/lib/taskjuggler/TaskScenario_rb.html +1 -1
  95. data/doc/lib/taskjuggler/Task_rb.html +1 -1
  96. data/doc/lib/taskjuggler/TernarySearchTree_rb.html +1 -1
  97. data/doc/lib/taskjuggler/TextFormatter_rb.html +1 -1
  98. data/doc/lib/taskjuggler/TextParser/MacroTable_rb.html +1 -1
  99. data/doc/lib/taskjuggler/TextParser/Pattern_rb.html +1 -1
  100. data/doc/lib/taskjuggler/TextParser/Rule_rb.html +1 -1
  101. data/doc/lib/taskjuggler/TextParser/Scanner_rb.html +1 -1
  102. data/doc/lib/taskjuggler/TextParser/SourceFileInfo_rb.html +1 -1
  103. data/doc/lib/taskjuggler/TextParser/StackElement_rb.html +1 -1
  104. data/doc/lib/taskjuggler/TextParser/State_rb.html +1 -1
  105. data/doc/lib/taskjuggler/TextParser/TokenDoc_rb.html +1 -1
  106. data/doc/lib/taskjuggler/TextParser_rb.html +1 -1
  107. data/doc/lib/taskjuggler/TimeSheetReceiver_rb.html +1 -1
  108. data/doc/lib/taskjuggler/TimeSheetSender_rb.html +1 -1
  109. data/doc/lib/taskjuggler/TimeSheetSummary_rb.html +1 -1
  110. data/doc/lib/taskjuggler/TimeSheets_rb.html +1 -1
  111. data/doc/lib/taskjuggler/Tj3AppBase_rb.html +1 -1
  112. data/doc/lib/taskjuggler/Tj3Config_rb.html +1 -1
  113. data/doc/lib/taskjuggler/Tj3SheetAppBase_rb.html +1 -1
  114. data/doc/lib/taskjuggler/TjException_rb.html +1 -1
  115. data/doc/lib/taskjuggler/TjTime_rb.html +1 -1
  116. data/doc/lib/taskjuggler/TjpExample_rb.html +1 -1
  117. data/doc/lib/taskjuggler/TjpSyntaxRules_rb.html +1 -1
  118. data/doc/lib/taskjuggler/URLParameter_rb.html +1 -1
  119. data/doc/lib/taskjuggler/UTF8String_rb.html +1 -1
  120. data/doc/lib/taskjuggler/UserManual_rb.html +1 -1
  121. data/doc/lib/taskjuggler/VimSyntax_rb.html +1 -1
  122. data/doc/lib/taskjuggler/WorkingHours_rb.html +1 -1
  123. data/doc/lib/taskjuggler/XMLDocument_rb.html +1 -1
  124. data/doc/lib/taskjuggler/XMLElement_rb.html +1 -1
  125. data/doc/lib/taskjuggler/apps/Tj3Client_rb.html +1 -1
  126. data/doc/lib/taskjuggler/apps/Tj3Daemon_rb.html +1 -1
  127. data/doc/lib/taskjuggler/apps/Tj3Man_rb.html +1 -1
  128. data/doc/lib/taskjuggler/apps/Tj3SsReceiver_rb.html +1 -1
  129. data/doc/lib/taskjuggler/apps/Tj3SsSender_rb.html +1 -1
  130. data/doc/lib/taskjuggler/apps/Tj3TsReceiver_rb.html +1 -1
  131. data/doc/lib/taskjuggler/apps/Tj3TsSender_rb.html +1 -1
  132. data/doc/lib/taskjuggler/apps/Tj3TsSummary_rb.html +1 -1
  133. data/doc/lib/taskjuggler/apps/Tj3_rb.html +1 -1
  134. data/doc/lib/taskjuggler/daemon/Daemon_rb.html +1 -1
  135. data/doc/lib/taskjuggler/daemon/ProcessIntercom_rb.html +1 -1
  136. data/doc/lib/taskjuggler/daemon/ProjectBroker_rb.html +1 -1
  137. data/doc/lib/taskjuggler/daemon/ProjectServer_rb.html +1 -1
  138. data/doc/lib/taskjuggler/daemon/ReportServer_rb.html +1 -1
  139. data/doc/lib/taskjuggler/daemon/ReportServlet_rb.html +1 -1
  140. data/doc/lib/taskjuggler/daemon/WebServer_rb.html +1 -1
  141. data/doc/lib/taskjuggler/daemon/WelcomePage_rb.html +1 -1
  142. data/doc/lib/taskjuggler/deep_copy_rb.html +1 -1
  143. data/doc/lib/taskjuggler/reports/CSVFile_rb.html +1 -1
  144. data/doc/lib/taskjuggler/reports/CollisionDetector_rb.html +1 -1
  145. data/doc/lib/taskjuggler/reports/ColumnTable_rb.html +1 -1
  146. data/doc/lib/taskjuggler/reports/GanttChart_rb.html +1 -1
  147. data/doc/lib/taskjuggler/reports/GanttContainer_rb.html +1 -1
  148. data/doc/lib/taskjuggler/reports/GanttHeaderScaleItem_rb.html +1 -1
  149. data/doc/lib/taskjuggler/reports/GanttHeader_rb.html +1 -1
  150. data/doc/lib/taskjuggler/reports/GanttLine_rb.html +1 -1
  151. data/doc/lib/taskjuggler/reports/GanttLoadStack_rb.html +1 -1
  152. data/doc/lib/taskjuggler/reports/GanttMilestone_rb.html +1 -1
  153. data/doc/lib/taskjuggler/reports/GanttRouter_rb.html +1 -1
  154. data/doc/lib/taskjuggler/reports/GanttTaskBar_rb.html +1 -1
  155. data/doc/lib/taskjuggler/reports/HTMLGraphics_rb.html +1 -1
  156. data/doc/lib/taskjuggler/reports/Navigator_rb.html +1 -1
  157. data/doc/lib/taskjuggler/reports/NikuReport_rb.html +1 -1
  158. data/doc/lib/taskjuggler/reports/ReportBase_rb.html +1 -1
  159. data/doc/lib/taskjuggler/reports/ReportContext_rb.html +1 -1
  160. data/doc/lib/taskjuggler/reports/ReportTableCell_rb.html +1 -1
  161. data/doc/lib/taskjuggler/reports/ReportTableColumn_rb.html +1 -1
  162. data/doc/lib/taskjuggler/reports/ReportTableLegend_rb.html +1 -1
  163. data/doc/lib/taskjuggler/reports/ReportTableLine_rb.html +1 -1
  164. data/doc/lib/taskjuggler/reports/ReportTable_rb.html +1 -1
  165. data/doc/lib/taskjuggler/reports/Report_rb.html +1 -1
  166. data/doc/lib/taskjuggler/reports/ResourceListRE_rb.html +1 -1
  167. data/doc/lib/taskjuggler/reports/StatusSheetReport_rb.html +1 -1
  168. data/doc/lib/taskjuggler/reports/TableReport_rb.html +1 -1
  169. data/doc/lib/taskjuggler/reports/TaskListRE_rb.html +1 -1
  170. data/doc/lib/taskjuggler/reports/TextReport_rb.html +1 -1
  171. data/doc/lib/taskjuggler/reports/TimeSheetReport_rb.html +1 -1
  172. data/doc/lib/taskjuggler/reports/TjpExportRE_rb.html +1 -1
  173. data/doc/lib/tj3_rb.html +1 -1
  174. data/doc/lib/tj3client_rb.html +1 -1
  175. data/doc/lib/tj3d_rb.html +1 -1
  176. data/doc/lib/tj3man_rb.html +1 -1
  177. data/doc/lib/tj3ss_receiver_rb.html +1 -1
  178. data/doc/lib/tj3ss_sender_rb.html +1 -1
  179. data/doc/lib/tj3ts_receiver_rb.html +1 -1
  180. data/doc/lib/tj3ts_sender_rb.html +1 -1
  181. data/doc/lib/tj3ts_summary_rb.html +1 -1
  182. data/lib/exchangebug.rb +42 -0
  183. data/lib/ruby-signal-bug.rb +55 -0
  184. data/lib/taskjuggler/HTMLDocument.rb +6 -3
  185. data/lib/taskjuggler/KeywordDocumentation.rb +1 -1
  186. data/lib/taskjuggler/RichText/Document.rb +1 -1
  187. data/lib/taskjuggler/RichText/Snip.rb +1 -1
  188. data/lib/taskjuggler/SheetHandlerBase.rb +1 -1
  189. data/lib/taskjuggler/SyntaxReference.rb +2 -2
  190. data/lib/taskjuggler/Tj3Config.rb +1 -1
  191. data/lib/taskjuggler/UserManual.rb +1 -1
  192. data/lib/taskjuggler/daemon/ReportServlet.rb +1 -1
  193. data/lib/taskjuggler/daemon/WelcomePage.rb +1 -1
  194. data/lib/taskjuggler/reports/Report.rb +4 -3
  195. data/tasks/changelog.rake +2 -2
  196. data/test/TestSuite/CSV-Reports/alert.tjp +9 -0
  197. data/test/TestSuite/CSV-Reports/refs/alert.csv +15 -0
  198. data/test/TestSuite/Export-Reports/refs/DST.tjp +60 -0
  199. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +80 -0
  200. data/test/TestSuite/HTML-Reports/Alerts.html +412 -160
  201. data/test/TestSuite/HTML-Reports/TimeSheet.html +79 -0
  202. data/test/TestSuite/HTML-Reports/css/tjmanual.css +20 -0
  203. data/test/TestSuite/HTML-Reports/css/tjreport.css +7 -6
  204. data/test/TestSuite/HTML-Reports/reference.html +51 -0
  205. data/test/TestSuite/ReportGenerator/Correct/Alerts-1.csv +412 -0
  206. data/test/TestSuite/ReportGenerator/Correct/Alerts-1.html +680 -0
  207. data/test/TestSuite/ReportGenerator/Correct/DependencyList.csv +4 -0
  208. data/test/TestSuite/ReportGenerator/Correct/DependencyList.tjp +25 -0
  209. data/test/TestSuite/ReportGenerator/Correct/Journal-1.csv +8 -0
  210. data/test/TestSuite/ReportGenerator/Correct/Journal-2.csv +8 -0
  211. data/test/TestSuite/ReportGenerator/Correct/Journal-3.html +28 -0
  212. data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.csv +3 -0
  213. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +86 -0
  214. data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +413 -0
  215. data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
  216. data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
  217. data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
  218. data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
  219. data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
  220. data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
  221. data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
  222. data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
  223. data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
  224. data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
  225. data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
  226. data/test/TestSuite/ReportGenerator/Correct/opennodes-1.csv +2 -0
  227. data/test/TestSuite/ReportGenerator/Correct/opennodes.csv +2 -0
  228. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +26 -0
  229. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +2 -0
  230. data/test/TestSuite/{HTML-Reports/scripts → ReportGenerator/Correct}/scripts/wz_tooltip.js +20 -20
  231. data/test/TestSuite/Scheduler/' +23 -0
  232. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +86 -0
  233. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +413 -0
  234. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  235. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  236. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  237. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  238. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  239. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  240. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  241. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  242. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  243. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  244. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  245. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +1301 -0
  246. data/test/TestSuite/StatusSheetTemplates/project.tji +35 -0
  247. data/test/TestSuite/StatusSheetTemplates/project.tjp +56 -0
  248. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
  249. data/test/TestSuite/Syntax/Correct/DST.tjp +11 -0
  250. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +32 -0
  251. data/test/TestSuite/TimeSheets/receiver.log.mod +1056 -0
  252. data/test/TestSuite/TimeSheets/uu.txt +29 -0
  253. metadata +980 -941
  254. data/benchmarks/UTF-8-Strings.rb +0 -58
  255. data/benchmarks/profile.clt +0 -36082
  256. data/benchmarks/profile.html +0 -58182
  257. data/doc/TaskJuggler/HTMLElements.html +0 -599
  258. data/test/TestSuite/Export-Reports/refs/CompletedWork.tji.tjp +0 -40
  259. data/test/TestSuite/HTML-Reports/CellText.html +0 -758
  260. data/test/TestSuite/HTML-Reports/ColumnPeriods.html +0 -156
  261. data/test/TestSuite/HTML-Reports/IsOngoing.html +0 -172
  262. data/test/TestSuite/HTML-Reports/LogicalFunctions.html +0 -245
  263. data/test/TestSuite/HTML-Reports/Query.html +0 -31
  264. data/test/TestSuite/HTML-Reports/depArrows.html +0 -851
  265. data/test/TestSuite/HTML-Reports/profile.html +0 -37581
  266. data/test/TestSuite/StatusSheets/dev2.tji +0 -22
  267. data/test/TestSuite/Syntax/Correct/CompletedWork.tji.tjp +0 -38
  268. data/test/TestSuite/TimeSheets/resrep.tji +0 -7
  269. data/test/TestSuite/TimeSheets/ts.tji +0 -351
  270. data/test/TestSuite/TimeSheets/tsdef.tji +0 -2
@@ -0,0 +1,680 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <!-- This file has been generated by tj3 v0.0.11 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>TaskJuggler Report - Alerts-1</title>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ <meta content="TaskJuggler Report" name="description"/>
9
+ <meta content="taskjuggler, project, management" name="keywords"/>
10
+ <link href="css/tjreport.css" rel="stylesheet" type="text/css"></link>
11
+ </head>
12
+ <!-- Dynamic Report ID: 0 -->
13
+ <body>
14
+ <script src="scripts/wz_tooltip.js" type="text/javascript"></script>
15
+ <noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
16
+ in your browser settings!
17
+ </div></noscript>
18
+ <div class="tj_page">
19
+ <!-- Dynamic Report ID: 0 -->
20
+ <table cellspacing="1" class="tj_table_frame">
21
+ <tr><td><table cellspacing="1" class="tj_table"><tbody>
22
+ <tr class="tabhead" style="height:39px; font-size:15px;">
23
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td></tr></table></td>
24
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Journal All</td></tr></table></td>
25
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Journal Sub All</td></tr></table></td>
26
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Journal</td></tr></table></td>
27
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Journal</td></tr></table></td>
28
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Alert</td></tr></table></td>
29
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Alert Messages</td></tr></table></td>
30
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Alert Summaries</td></tr></table></td>
31
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Journal Messages</td></tr></table></td>
32
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Journal Summaries</td></tr></table></td>
33
+ </tr>
34
+ <tr class="tabline" style="font-size:12px; ">
35
+ <td class="taskcell1">
36
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
37
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID12144180', TITLE, 'T1')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
38
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">T1</td>
39
+ </tr></table>
40
+ <div class="tj_tooltip_box" id="ID12144180" style="cursor:help"><div>
41
+ <b>ID:</b> _Task_1</div></div>
42
+ </td>
43
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
44
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
45
+ <h1 class="tj_journal" id="GreenT111_Not_in_report">
46
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1 Not in report</h1>
47
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
48
+ <p class="tj_journal"><b>T1.1.1 Not in report</b></p>
49
+ <h1 class="tj_journal" id="GreenT111">
50
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1</h1>
51
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
52
+ <p class="tj_journal"><b>T1.1.1</b></p>
53
+ <h1 class="tj_journal" id="GreenT111_Not_in_report">
54
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1 Not in report</h1>
55
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
56
+ <p class="tj_journal"><b>T1.1.1 Not in report</b></p>
57
+ <h1 class="tj_journal" id="GreenT11">
58
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1</h1>
59
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
60
+ <p class="tj_journal"><b>T1.1</b></p>
61
+ </div></td></tr></table></td>
62
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
63
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
64
+ <h1 class="tj_journal" id="GreenT111">
65
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1</h1>
66
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
67
+ <p class="tj_journal"><b>T1.1.1</b></p>
68
+ <h1 class="tj_journal" id="GreenT11">
69
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1</h1>
70
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
71
+ <p class="tj_journal"><b>T1.1</b></p>
72
+ </div></td></tr></table></td>
73
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
74
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
75
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; color:#008000; "><span><span style="color:green">Green</span></span></td>
76
+ </tr></table></td>
77
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
78
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
79
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
80
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
81
+ </tr>
82
+ <tr class="tabline" style="font-size:12px; ">
83
+ <td class="taskcell2">
84
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
85
+ <td style="width:8px; "></td>
86
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID11767280', TITLE, 'T1.1')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
87
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">T1.1</td>
88
+ </tr></table>
89
+ <div class="tj_tooltip_box" id="ID11767280" style="cursor:help"><div>
90
+ <b>ID:</b> _Task_1._Task_2</div></div>
91
+ </td>
92
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
93
+ <h1 class="tj_journal" id="GreenT11">
94
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1</h1>
95
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
96
+ <p class="tj_journal"><b>T1.1</b></p>
97
+ </div></td></tr></table></td>
98
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
99
+ <h1 class="tj_journal" id="GreenT111_Not_in_report">
100
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1 Not in report</h1>
101
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
102
+ <p class="tj_journal"><b>T1.1.1 Not in report</b></p>
103
+ <h1 class="tj_journal" id="GreenT111">
104
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1</h1>
105
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
106
+ <p class="tj_journal"><b>T1.1.1</b></p>
107
+ <h1 class="tj_journal" id="GreenT111_Not_in_report">
108
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1 Not in report</h1>
109
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
110
+ <p class="tj_journal"><b>T1.1.1 Not in report</b></p>
111
+ <h1 class="tj_journal" id="GreenT11">
112
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1</h1>
113
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
114
+ <p class="tj_journal"><b>T1.1</b></p>
115
+ </div></td></tr></table></td>
116
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
117
+ <h1 class="tj_journal" id="GreenT11">
118
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1</h1>
119
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
120
+ <p class="tj_journal"><b>T1.1</b></p>
121
+ </div></td></tr></table></td>
122
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
123
+ <h1 class="tj_journal" id="GreenT111">
124
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1</h1>
125
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
126
+ <p class="tj_journal"><b>T1.1.1</b></p>
127
+ <h1 class="tj_journal" id="GreenT11">
128
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1</h1>
129
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
130
+ <p class="tj_journal"><b>T1.1</b></p>
131
+ </div></td></tr></table></td>
132
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
133
+ <td style="width:8px; "></td>
134
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
135
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; color:#008000; "><span><span style="color:green">Green</span></span></td>
136
+ </tr></table></td>
137
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
138
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
139
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
140
+ <h3 class="tj_journal" id="T11">T1.1</h3>
141
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
142
+ </div></td></tr></table></td>
143
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
144
+ <h3 class="tj_journal" id="T11">T1.1</h3>
145
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
146
+ </div></td></tr></table></td>
147
+ </tr>
148
+ <tr class="tabline" style="font-size:12px; ">
149
+ <td class="taskcell1">
150
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
151
+ <td style="width:16px; "></td>
152
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID11359160', TITLE, 'T1.1.1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
153
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">T1.1.1</td>
154
+ </tr></table>
155
+ <div class="tj_tooltip_box" id="ID11359160" style="cursor:help"><div>
156
+ <b>ID:</b> _Task_1._Task_2._Task_3</div></div>
157
+ </td>
158
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
159
+ <h1 class="tj_journal" id="GreenT111_Not_in_report">
160
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1 Not in report</h1>
161
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
162
+ <p class="tj_journal"><b>T1.1.1 Not in report</b></p>
163
+ <h1 class="tj_journal" id="GreenT111">
164
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1</h1>
165
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
166
+ <p class="tj_journal"><b>T1.1.1</b></p>
167
+ <h1 class="tj_journal" id="GreenT111_Not_in_report">
168
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1 Not in report</h1>
169
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
170
+ <p class="tj_journal"><b>T1.1.1 Not in report</b></p>
171
+ </div></td></tr></table></td>
172
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
173
+ <h1 class="tj_journal" id="GreenT111_Not_in_report">
174
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1 Not in report</h1>
175
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
176
+ <p class="tj_journal"><b>T1.1.1 Not in report</b></p>
177
+ <h1 class="tj_journal" id="GreenT111">
178
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1</h1>
179
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
180
+ <p class="tj_journal"><b>T1.1.1</b></p>
181
+ <h1 class="tj_journal" id="GreenT111_Not_in_report">
182
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1 Not in report</h1>
183
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
184
+ <p class="tj_journal"><b>T1.1.1 Not in report</b></p>
185
+ </div></td></tr></table></td>
186
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
187
+ <h1 class="tj_journal" id="GreenT111">
188
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1</h1>
189
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
190
+ <p class="tj_journal"><b>T1.1.1</b></p>
191
+ </div></td></tr></table></td>
192
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
193
+ <h1 class="tj_journal" id="GreenT111">
194
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T1.1.1</h1>
195
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
196
+ <p class="tj_journal"><b>T1.1.1</b></p>
197
+ </div></td></tr></table></td>
198
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
199
+ <td style="width:16px; "></td>
200
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
201
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; "><span><span style="color:green">Green</span></span></td>
202
+ </tr></table></td>
203
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
204
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
205
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
206
+ <h3 class="tj_journal" id="T111_Not_in_report">T1.1.1 Not in report</h3>
207
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
208
+ </div></td></tr></table></td>
209
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
210
+ <h3 class="tj_journal" id="T111_Not_in_report">T1.1.1 Not in report</h3>
211
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
212
+ </div></td></tr></table></td>
213
+ </tr>
214
+ <tr class="tabline" style="font-size:12px; ">
215
+ <td class="taskcell2">
216
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
217
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10815700', TITLE, 'T2')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
218
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">T2</td>
219
+ </tr></table>
220
+ <div class="tj_tooltip_box" id="ID10815700" style="cursor:help"><div>
221
+ <b>ID:</b> _Task_4</div></div>
222
+ </td>
223
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
224
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
225
+ <h1 class="tj_journal" id="GreenT211_Green_Not_in_report">
226
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1 Green Not in report</h1>
227
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
228
+ <p class="tj_journal"><b>T2.1.1 Green Not in report</b></p>
229
+ <h1 class="tj_journal" id="GreenT211">
230
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1</h1>
231
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
232
+ <p class="tj_journal"><b>T2.1.1</b></p>
233
+ <h1 class="tj_journal" id="RedT211_Red_Not_in_report">
234
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1 Red Not in report</h1>
235
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
236
+ <p class="tj_journal"><b>T2.1.1 Red Not in report</b></p>
237
+ <h1 class="tj_journal" id="YellowT21_Yellow">
238
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1 Yellow</h1>
239
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
240
+ <p class="tj_journal"><b>T2.1 Yellow</b></p>
241
+ </div></td></tr></table></td>
242
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
243
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
244
+ <h1 class="tj_journal" id="GreenT211">
245
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1</h1>
246
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
247
+ <p class="tj_journal"><b>T2.1.1</b></p>
248
+ <h1 class="tj_journal" id="YellowT21_Yellow">
249
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1 Yellow</h1>
250
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
251
+ <p class="tj_journal"><b>T2.1 Yellow</b></p>
252
+ </div></td></tr></table></td>
253
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
254
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
255
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; color:#BEA800; "><span><span style="color:yellow">Yellow</span></span></td>
256
+ </tr></table></td>
257
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
258
+ <h3 class="tj_journal" id="T21_Yellow">T2.1 Yellow</h3>
259
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
260
+ </div></td></tr></table></td>
261
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
262
+ <h3 class="tj_journal" id="T21_Yellow">T2.1 Yellow</h3>
263
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
264
+ </div></td></tr></table></td>
265
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
266
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
267
+ </tr>
268
+ <tr class="tabline" style="font-size:12px; ">
269
+ <td class="taskcell1">
270
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
271
+ <td style="width:8px; "></td>
272
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10371060', TITLE, 'T2.1')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
273
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">T2.1</td>
274
+ </tr></table>
275
+ <div class="tj_tooltip_box" id="ID10371060" style="cursor:help"><div>
276
+ <b>ID:</b> _Task_4._Task_5</div></div>
277
+ </td>
278
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
279
+ <h1 class="tj_journal" id="YellowT21_Yellow">
280
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1 Yellow</h1>
281
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
282
+ <p class="tj_journal"><b>T2.1 Yellow</b></p>
283
+ </div></td></tr></table></td>
284
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
285
+ <h1 class="tj_journal" id="GreenT211_Green_Not_in_report">
286
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1 Green Not in report</h1>
287
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
288
+ <p class="tj_journal"><b>T2.1.1 Green Not in report</b></p>
289
+ <h1 class="tj_journal" id="GreenT211">
290
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1</h1>
291
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
292
+ <p class="tj_journal"><b>T2.1.1</b></p>
293
+ <h1 class="tj_journal" id="RedT211_Red_Not_in_report">
294
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1 Red Not in report</h1>
295
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
296
+ <p class="tj_journal"><b>T2.1.1 Red Not in report</b></p>
297
+ <h1 class="tj_journal" id="YellowT21_Yellow">
298
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1 Yellow</h1>
299
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
300
+ <p class="tj_journal"><b>T2.1 Yellow</b></p>
301
+ </div></td></tr></table></td>
302
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
303
+ <h1 class="tj_journal" id="YellowT21_Yellow">
304
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1 Yellow</h1>
305
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
306
+ <p class="tj_journal"><b>T2.1 Yellow</b></p>
307
+ </div></td></tr></table></td>
308
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
309
+ <h1 class="tj_journal" id="GreenT211">
310
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1</h1>
311
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
312
+ <p class="tj_journal"><b>T2.1.1</b></p>
313
+ <h1 class="tj_journal" id="YellowT21_Yellow">
314
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1 Yellow</h1>
315
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
316
+ <p class="tj_journal"><b>T2.1 Yellow</b></p>
317
+ </div></td></tr></table></td>
318
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
319
+ <td style="width:8px; "></td>
320
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
321
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; color:#BEA800; "><span><span style="color:yellow">Yellow</span></span></td>
322
+ </tr></table></td>
323
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
324
+ <h3 class="tj_journal" id="T21_Yellow">T2.1 Yellow</h3>
325
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
326
+ </div></td></tr></table></td>
327
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
328
+ <h3 class="tj_journal" id="T21_Yellow">T2.1 Yellow</h3>
329
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
330
+ </div></td></tr></table></td>
331
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
332
+ <h3 class="tj_journal" id="T21_Yellow">T2.1 Yellow</h3>
333
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
334
+ </div></td></tr></table></td>
335
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
336
+ <h3 class="tj_journal" id="T21_Yellow">T2.1 Yellow</h3>
337
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
338
+ </div></td></tr></table></td>
339
+ </tr>
340
+ <tr class="tabline" style="font-size:12px; ">
341
+ <td class="taskcell2">
342
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
343
+ <td style="width:16px; "></td>
344
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7206240', TITLE, 'T2.1.1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
345
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">T2.1.1</td>
346
+ </tr></table>
347
+ <div class="tj_tooltip_box" id="ID7206240" style="cursor:help"><div>
348
+ <b>ID:</b> _Task_4._Task_5._Task_6</div></div>
349
+ </td>
350
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
351
+ <h1 class="tj_journal" id="GreenT211_Green_Not_in_report">
352
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1 Green Not in report</h1>
353
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
354
+ <p class="tj_journal"><b>T2.1.1 Green Not in report</b></p>
355
+ <h1 class="tj_journal" id="GreenT211">
356
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1</h1>
357
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
358
+ <p class="tj_journal"><b>T2.1.1</b></p>
359
+ <h1 class="tj_journal" id="RedT211_Red_Not_in_report">
360
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1 Red Not in report</h1>
361
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
362
+ <p class="tj_journal"><b>T2.1.1 Red Not in report</b></p>
363
+ </div></td></tr></table></td>
364
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
365
+ <h1 class="tj_journal" id="GreenT211_Green_Not_in_report">
366
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1 Green Not in report</h1>
367
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
368
+ <p class="tj_journal"><b>T2.1.1 Green Not in report</b></p>
369
+ <h1 class="tj_journal" id="GreenT211">
370
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1</h1>
371
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
372
+ <p class="tj_journal"><b>T2.1.1</b></p>
373
+ <h1 class="tj_journal" id="RedT211_Red_Not_in_report">
374
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1 Red Not in report</h1>
375
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
376
+ <p class="tj_journal"><b>T2.1.1 Red Not in report</b></p>
377
+ </div></td></tr></table></td>
378
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
379
+ <h1 class="tj_journal" id="GreenT211">
380
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1</h1>
381
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
382
+ <p class="tj_journal"><b>T2.1.1</b></p>
383
+ </div></td></tr></table></td>
384
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
385
+ <h1 class="tj_journal" id="GreenT211">
386
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T2.1.1</h1>
387
+ <p class="tj_journal"><i>Reported on 2010-08-05</i></p>
388
+ <p class="tj_journal"><b>T2.1.1</b></p>
389
+ </div></td></tr></table></td>
390
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
391
+ <td style="width:16px; "></td>
392
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
393
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; "><span><span style="color:green">Green</span></span></td>
394
+ </tr></table></td>
395
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
396
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
397
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
398
+ <h3 class="tj_journal" id="T211_Green_Not_in_report">T2.1.1 Green Not in report</h3>
399
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
400
+ </div></td></tr></table></td>
401
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
402
+ <h3 class="tj_journal" id="T211_Green_Not_in_report">T2.1.1 Green Not in report</h3>
403
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
404
+ </div></td></tr></table></td>
405
+ </tr>
406
+ <tr class="tabline" style="font-size:12px; ">
407
+ <td class="taskcell1">
408
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
409
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID5682320', TITLE, 'T3')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
410
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">T3</td>
411
+ </tr></table>
412
+ <div class="tj_tooltip_box" id="ID5682320" style="cursor:help"><div>
413
+ <b>ID:</b> _Task_7</div></div>
414
+ </td>
415
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
416
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
417
+ <h1 class="tj_journal" id="GreenT311_Green_Not_in_report">
418
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Green Not in report</h1>
419
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
420
+ <p class="tj_journal"><b>T3.1.1 Green Not in report</b></p>
421
+ <h1 class="tj_journal" id="RedT311_Red">
422
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Red</h1>
423
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
424
+ <p class="tj_journal"><b>T3.1.1 Red</b></p>
425
+ <h1 class="tj_journal" id="GreenT311_Not_in_report">
426
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Not in report</h1>
427
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
428
+ <p class="tj_journal"><b>T3.1.1 Not in report</b></p>
429
+ <h1 class="tj_journal" id="YellowT31_Yellow">
430
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1 Yellow</h1>
431
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
432
+ <p class="tj_journal"><b>T3.1 Yellow</b></p>
433
+ </div></td></tr></table></td>
434
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
435
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
436
+ <h1 class="tj_journal" id="RedT311_Red">
437
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Red</h1>
438
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
439
+ <p class="tj_journal"><b>T3.1.1 Red</b></p>
440
+ <h1 class="tj_journal" id="YellowT31_Yellow">
441
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1 Yellow</h1>
442
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
443
+ <p class="tj_journal"><b>T3.1 Yellow</b></p>
444
+ </div></td></tr></table></td>
445
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
446
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
447
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; color:#BEA800; "><span><span style="color:yellow">Yellow</span></span></td>
448
+ </tr></table></td>
449
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
450
+ <h3 class="tj_journal" id="T31_Yellow">T3.1 Yellow</h3>
451
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
452
+ </div></td></tr></table></td>
453
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
454
+ <h3 class="tj_journal" id="T31_Yellow">T3.1 Yellow</h3>
455
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
456
+ </div></td></tr></table></td>
457
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
458
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
459
+ </tr>
460
+ <tr class="tabline" style="font-size:12px; ">
461
+ <td class="taskcell2">
462
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
463
+ <td style="width:8px; "></td>
464
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID13781920', TITLE, 'T3.1')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
465
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">T3.1</td>
466
+ </tr></table>
467
+ <div class="tj_tooltip_box" id="ID13781920" style="cursor:help"><div>
468
+ <b>ID:</b> _Task_7._Task_8</div></div>
469
+ </td>
470
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
471
+ <h1 class="tj_journal" id="YellowT31_Yellow">
472
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1 Yellow</h1>
473
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
474
+ <p class="tj_journal"><b>T3.1 Yellow</b></p>
475
+ </div></td></tr></table></td>
476
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
477
+ <h1 class="tj_journal" id="GreenT311_Green_Not_in_report">
478
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Green Not in report</h1>
479
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
480
+ <p class="tj_journal"><b>T3.1.1 Green Not in report</b></p>
481
+ <h1 class="tj_journal" id="RedT311_Red">
482
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Red</h1>
483
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
484
+ <p class="tj_journal"><b>T3.1.1 Red</b></p>
485
+ <h1 class="tj_journal" id="GreenT311_Not_in_report">
486
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Not in report</h1>
487
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
488
+ <p class="tj_journal"><b>T3.1.1 Not in report</b></p>
489
+ <h1 class="tj_journal" id="YellowT31_Yellow">
490
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1 Yellow</h1>
491
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
492
+ <p class="tj_journal"><b>T3.1 Yellow</b></p>
493
+ </div></td></tr></table></td>
494
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
495
+ <h1 class="tj_journal" id="YellowT31_Yellow">
496
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1 Yellow</h1>
497
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
498
+ <p class="tj_journal"><b>T3.1 Yellow</b></p>
499
+ </div></td></tr></table></td>
500
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
501
+ <h1 class="tj_journal" id="RedT311_Red">
502
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Red</h1>
503
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
504
+ <p class="tj_journal"><b>T3.1.1 Red</b></p>
505
+ <h1 class="tj_journal" id="YellowT31_Yellow">
506
+ <object alt="[Yellow]" data="icons/flag-yellow.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1 Yellow</h1>
507
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
508
+ <p class="tj_journal"><b>T3.1 Yellow</b></p>
509
+ </div></td></tr></table></td>
510
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
511
+ <td style="width:8px; "></td>
512
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-yellow.png"></img></td>
513
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; color:#BEA800; "><span><span style="color:yellow">Yellow</span></span></td>
514
+ </tr></table></td>
515
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
516
+ <h3 class="tj_journal" id="T31_Yellow">T3.1 Yellow</h3>
517
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
518
+ </div></td></tr></table></td>
519
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
520
+ <h3 class="tj_journal" id="T31_Yellow">T3.1 Yellow</h3>
521
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
522
+ </div></td></tr></table></td>
523
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
524
+ <h3 class="tj_journal" id="T31_Yellow">T3.1 Yellow</h3>
525
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
526
+ </div></td></tr></table></td>
527
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
528
+ <h3 class="tj_journal" id="T31_Yellow">T3.1 Yellow</h3>
529
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
530
+ </div></td></tr></table></td>
531
+ </tr>
532
+ <tr class="tabline" style="font-size:12px; ">
533
+ <td class="taskcell1">
534
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
535
+ <td style="width:16px; "></td>
536
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID15422040', TITLE, 'T3.1.1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
537
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">T3.1.1</td>
538
+ </tr></table>
539
+ <div class="tj_tooltip_box" id="ID15422040" style="cursor:help"><div>
540
+ <b>ID:</b> _Task_7._Task_8._Task_9</div></div>
541
+ </td>
542
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
543
+ <h1 class="tj_journal" id="GreenT311_Green_Not_in_report">
544
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Green Not in report</h1>
545
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
546
+ <p class="tj_journal"><b>T3.1.1 Green Not in report</b></p>
547
+ <h1 class="tj_journal" id="RedT311_Red">
548
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Red</h1>
549
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
550
+ <p class="tj_journal"><b>T3.1.1 Red</b></p>
551
+ <h1 class="tj_journal" id="GreenT311_Not_in_report">
552
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Not in report</h1>
553
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
554
+ <p class="tj_journal"><b>T3.1.1 Not in report</b></p>
555
+ </div></td></tr></table></td>
556
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
557
+ <h1 class="tj_journal" id="GreenT311_Green_Not_in_report">
558
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Green Not in report</h1>
559
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
560
+ <p class="tj_journal"><b>T3.1.1 Green Not in report</b></p>
561
+ <h1 class="tj_journal" id="RedT311_Red">
562
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Red</h1>
563
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
564
+ <p class="tj_journal"><b>T3.1.1 Red</b></p>
565
+ <h1 class="tj_journal" id="GreenT311_Not_in_report">
566
+ <object alt="[Green]" data="icons/flag-green.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Not in report</h1>
567
+ <p class="tj_journal"><i>Reported on 2010-08-03</i></p>
568
+ <p class="tj_journal"><b>T3.1.1 Not in report</b></p>
569
+ </div></td></tr></table></td>
570
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
571
+ <h1 class="tj_journal" id="RedT311_Red">
572
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Red</h1>
573
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
574
+ <p class="tj_journal"><b>T3.1.1 Red</b></p>
575
+ </div></td></tr></table></td>
576
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
577
+ <h1 class="tj_journal" id="RedT311_Red">
578
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T3.1.1 Red</h1>
579
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
580
+ <p class="tj_journal"><b>T3.1.1 Red</b></p>
581
+ </div></td></tr></table></td>
582
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
583
+ <td style="width:16px; "></td>
584
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
585
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; "><span><span style="color:green">Green</span></span></td>
586
+ </tr></table></td>
587
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
588
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
589
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
590
+ <h3 class="tj_journal" id="T311_Green_Not_in_report">T3.1.1 Green Not in report</h3>
591
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
592
+ </div></td></tr></table></td>
593
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
594
+ <h3 class="tj_journal" id="T311_Green_Not_in_report">T3.1.1 Green Not in report</h3>
595
+ <p class="tj_journal"><i>Reported on 2010-08-15</i></p>
596
+ </div></td></tr></table></td>
597
+ </tr>
598
+ <tr class="tabline" style="font-size:12px; ">
599
+ <td class="taskcell2">
600
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
601
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID15177240', TITLE, 'T4')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
602
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">T4</td>
603
+ </tr></table>
604
+ <div class="tj_tooltip_box" id="ID15177240" style="cursor:help"><div>
605
+ <b>ID:</b> _Task_10</div></div>
606
+ </td>
607
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
608
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
609
+ <h1 class="tj_journal" id="RedT4_Red">
610
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T4 Red</h1>
611
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
612
+ <p class="tj_journal"><b>T4 Red</b></p>
613
+ </div></td></tr></table></td>
614
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
615
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; "><div class="tj_journal">
616
+ <h1 class="tj_journal" id="RedT4_Red">
617
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T4 Red</h1>
618
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
619
+ <p class="tj_journal"><b>T4 Red</b></p>
620
+ </div></td></tr></table></td>
621
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
622
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
623
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; color:#008000; "><span><span style="color:green">Green</span></span></td>
624
+ </tr></table></td>
625
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
626
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
627
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
628
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
629
+ </tr>
630
+ <tr class="tabline" style="font-size:12px; ">
631
+ <td class="taskcell1">
632
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
633
+ <td style="width:8px; "></td>
634
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID15123780', TITLE, 'T4.1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
635
+ <td class="tj_table_cell_label" style="white-space:nowrap; ">T4.1</td>
636
+ </tr></table>
637
+ <div class="tj_tooltip_box" id="ID15123780" style="cursor:help"><div>
638
+ <b>ID:</b> _Task_10._Task_11</div></div>
639
+ </td>
640
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
641
+ <h1 class="tj_journal" id="RedT4_Red">
642
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T4 Red</h1>
643
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
644
+ <p class="tj_journal"><b>T4 Red</b></p>
645
+ </div></td></tr></table></td>
646
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
647
+ <h1 class="tj_journal" id="RedT4_Red">
648
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T4 Red</h1>
649
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
650
+ <p class="tj_journal"><b>T4 Red</b></p>
651
+ </div></td></tr></table></td>
652
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
653
+ <h1 class="tj_journal" id="RedT4_Red">
654
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T4 Red</h1>
655
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
656
+ <p class="tj_journal"><b>T4 Red</b></p>
657
+ </div></td></tr></table></td>
658
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; "><div class="tj_journal">
659
+ <h1 class="tj_journal" id="RedT4_Red">
660
+ <object alt="[Red]" data="icons/flag-red.png" style="vertical-align:text-bottom; " type="image/png"></object>T4 Red</h1>
661
+ <p class="tj_journal"><i>Reported on 2010-08-06</i></p>
662
+ <p class="tj_journal"><b>T4 Red</b></p>
663
+ </div></td></tr></table></td>
664
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr>
665
+ <td style="width:8px; "></td>
666
+ <td class="tj_table_cell_icon"><img alt="Icon" src="icons/flag-green.png"></img></td>
667
+ <td class="tj_table_cell_label" style="white-space:nowrap; color:#008000; "><span><span style="color:green">Green</span></span></td>
668
+ </tr></table></td>
669
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
670
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
671
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
672
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; "><tr></tr></table></td>
673
+ </tr>
674
+ </tbody></table></td></tr>
675
+ <tr><td></td></tr>
676
+ </table>
677
+ <div class="copyright">Project: Alert Tests Version: 1.0 - Created on 2011-05-20 09:53:30 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.11</div>
678
+ </div>
679
+ </body>
680
+ </html>