taskjuggler 0.0.7 → 0.0.8

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 (415) hide show
  1. data/CHANGELOG +119 -0
  2. data/benchmarks/allocatedSlots.tjp +1602 -0
  3. data/benchmarks/booking.tjp +40 -30
  4. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/css/tjmanual.css +0 -0
  5. data/{test/TestSuite/Scheduler/Correct → benchmarks}/css/tjreport.css +1 -0
  6. data/benchmarks/gantt.tjp +57 -0
  7. data/benchmarks/htmltaskreport.tjp +26 -1
  8. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/details.png +0 -0
  9. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/flag-green.png +0 -0
  10. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/flag-red.png +0 -0
  11. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/flag-yellow.png +0 -0
  12. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/resource.png +0 -0
  13. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/resourcegroup.png +0 -0
  14. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/task.png +0 -0
  15. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/taskgroup.png +0 -0
  16. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/trend-down.png +0 -0
  17. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/trend-flat.png +0 -0
  18. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/trend-up.png +0 -0
  19. data/benchmarks/profile.clt +36082 -0
  20. data/benchmarks/profile.html +58182 -0
  21. data/benchmarks/runbench.rb +6 -0
  22. data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/scripts/wz_tooltip.js +0 -0
  23. data/doc/AppConfig.html +85 -37
  24. data/doc/Arguments.html +11 -1
  25. data/doc/CHANGELOG.html +131 -2
  26. data/doc/COPYING.html +11 -1
  27. data/doc/Object.html +12 -3
  28. data/doc/README.html +11 -1
  29. data/doc/RuntimeConfig.html +11 -1
  30. data/doc/String.html +11 -1
  31. data/doc/StringIO.html +11 -1
  32. data/doc/TaskJuggler.html +250 -219
  33. data/doc/TaskJuggler/Account.html +11 -1
  34. data/doc/TaskJuggler/AccountAttribute.html +11 -1
  35. data/doc/TaskJuggler/AccountScenario.html +11 -1
  36. data/doc/TaskJuggler/Allocation.html +11 -1
  37. data/doc/TaskJuggler/AllocationAttribute.html +11 -1
  38. data/doc/TaskJuggler/AttributeBase.html +11 -1
  39. data/doc/TaskJuggler/AttributeDefinition.html +11 -1
  40. data/doc/TaskJuggler/BatchProcessor.html +11 -1
  41. data/doc/TaskJuggler/Booking.html +11 -1
  42. data/doc/TaskJuggler/BookingListAttribute.html +11 -1
  43. data/doc/TaskJuggler/BooleanAttribute.html +11 -1
  44. data/doc/TaskJuggler/CSVFile.html +12 -2
  45. data/doc/TaskJuggler/CellSettingPattern.html +11 -1
  46. data/doc/TaskJuggler/CellSettingPatternList.html +11 -1
  47. data/doc/TaskJuggler/Charge.html +11 -1
  48. data/doc/TaskJuggler/ChargeListAttribute.html +11 -1
  49. data/doc/TaskJuggler/ChargeSet.html +11 -1
  50. data/doc/TaskJuggler/ChargeSetListAttribute.html +11 -1
  51. data/doc/TaskJuggler/CollisionDetector.html +1063 -0
  52. data/doc/TaskJuggler/ColumnListAttribute.html +11 -1
  53. data/doc/TaskJuggler/ColumnTable.html +11 -1
  54. data/doc/TaskJuggler/Daemon.html +11 -1
  55. data/doc/TaskJuggler/{OnShiftCache.html → DataCache.html} +127 -139
  56. data/doc/TaskJuggler/DataCacheEntry.html +711 -0
  57. data/doc/TaskJuggler/DateAttribute.html +11 -1
  58. data/doc/TaskJuggler/DefinitionListAttribute.html +11 -1
  59. data/doc/TaskJuggler/DependencyListAttribute.html +11 -1
  60. data/doc/TaskJuggler/DurationAttribute.html +16 -5
  61. data/doc/TaskJuggler/FileList.html +11 -1
  62. data/doc/TaskJuggler/FileRecord.html +11 -1
  63. data/doc/TaskJuggler/FixnumAttribute.html +19 -9
  64. data/doc/TaskJuggler/FlagListAttribute.html +29 -19
  65. data/doc/TaskJuggler/FloatAttribute.html +23 -13
  66. data/doc/TaskJuggler/FormatListAttribute.html +19 -9
  67. data/doc/TaskJuggler/GanttChart.html +94 -133
  68. data/doc/TaskJuggler/GanttContainer.html +11 -1
  69. data/doc/TaskJuggler/GanttHeader.html +11 -1
  70. data/doc/TaskJuggler/GanttHeaderScaleItem.html +11 -1
  71. data/doc/TaskJuggler/GanttLine.html +11 -1
  72. data/doc/TaskJuggler/GanttLoadStack.html +11 -1
  73. data/doc/TaskJuggler/GanttMilestone.html +11 -1
  74. data/doc/TaskJuggler/GanttRouter.html +247 -596
  75. data/doc/TaskJuggler/GanttTaskBar.html +11 -1
  76. data/doc/TaskJuggler/HTMLDocument.html +11 -1
  77. data/doc/TaskJuggler/HTMLGraphics.html +11 -1
  78. data/doc/TaskJuggler/Interval.html +11 -1
  79. data/doc/TaskJuggler/IntervalListAttribute.html +33 -23
  80. data/doc/TaskJuggler/JobInfo.html +11 -1
  81. data/doc/TaskJuggler/Journal.html +11 -1
  82. data/doc/TaskJuggler/JournalEntry.html +11 -1
  83. data/doc/TaskJuggler/JournalEntryList.html +11 -1
  84. data/doc/TaskJuggler/KeywordArray.html +11 -1
  85. data/doc/TaskJuggler/KeywordDocumentation.html +16 -6
  86. data/doc/TaskJuggler/Limits.html +11 -1
  87. data/doc/TaskJuggler/Limits/Limit.html +11 -1
  88. data/doc/TaskJuggler/LimitsAttribute.html +24 -14
  89. data/doc/TaskJuggler/ListAttributeBase.html +11 -1
  90. data/doc/TaskJuggler/Log.html +11 -1
  91. data/doc/TaskJuggler/LogFile.html +11 -1
  92. data/doc/TaskJuggler/LogicalAttribute.html +11 -1
  93. data/doc/TaskJuggler/LogicalExpression.html +11 -1
  94. data/doc/TaskJuggler/LogicalExpressionAttribute.html +19 -9
  95. data/doc/TaskJuggler/LogicalFlag.html +11 -1
  96. data/doc/TaskJuggler/LogicalFunction.html +11 -1
  97. data/doc/TaskJuggler/LogicalOperation.html +11 -1
  98. data/doc/TaskJuggler/Macro.html +11 -1
  99. data/doc/TaskJuggler/MacroTable.html +11 -1
  100. data/doc/TaskJuggler/ManagerResponsibilities.html +11 -1
  101. data/doc/TaskJuggler/ManagerStatusRecord.html +11 -1
  102. data/doc/TaskJuggler/Message.html +11 -1
  103. data/doc/TaskJuggler/MessageHandler.html +11 -1
  104. data/doc/TaskJuggler/Navigator.html +12 -2
  105. data/doc/TaskJuggler/NavigatorElement.html +11 -1
  106. data/doc/TaskJuggler/NikuProject.html +11 -1
  107. data/doc/TaskJuggler/NikuReport.html +11 -1
  108. data/doc/TaskJuggler/NikuResource.html +11 -1
  109. data/doc/TaskJuggler/NodeListAttribute.html +17 -7
  110. data/doc/TaskJuggler/PlaceHolderCell.html +722 -0
  111. data/doc/TaskJuggler/ProcessIntercom.html +11 -1
  112. data/doc/TaskJuggler/ProcessIntercomIface.html +11 -1
  113. data/doc/TaskJuggler/Project.html +587 -500
  114. data/doc/TaskJuggler/ProjectBroker.html +11 -1
  115. data/doc/TaskJuggler/ProjectBrokerIface.html +11 -1
  116. data/doc/TaskJuggler/ProjectFileParser.html +205 -192
  117. data/doc/TaskJuggler/ProjectFileScanner.html +230 -207
  118. data/doc/TaskJuggler/ProjectRecord.html +11 -1
  119. data/doc/TaskJuggler/ProjectServer.html +11 -1
  120. data/doc/TaskJuggler/ProjectServerIface.html +11 -1
  121. data/doc/TaskJuggler/PropertyAttribute.html +19 -9
  122. data/doc/TaskJuggler/PropertyList.html +95 -83
  123. data/doc/TaskJuggler/PropertySet.html +11 -1
  124. data/doc/TaskJuggler/PropertyTreeNode.html +11 -1
  125. data/doc/TaskJuggler/Query.html +234 -232
  126. data/doc/TaskJuggler/RTFHandlers.html +11 -1
  127. data/doc/TaskJuggler/RTFNavigator.html +11 -1
  128. data/doc/TaskJuggler/RTFQuery.html +11 -1
  129. data/doc/TaskJuggler/RTFReport.html +11 -1
  130. data/doc/TaskJuggler/RTFReportLink.html +11 -1
  131. data/doc/TaskJuggler/RTFWithQuerySupport.html +11 -1
  132. data/doc/TaskJuggler/RealFormat.html +12 -2
  133. data/doc/TaskJuggler/RealFormatAttribute.html +15 -5
  134. data/doc/TaskJuggler/ReferenceAttribute.html +38 -28
  135. data/doc/TaskJuggler/Report.html +96 -113
  136. data/doc/TaskJuggler/ReportBase.html +161 -152
  137. data/doc/TaskJuggler/ReportContext.html +11 -1
  138. data/doc/TaskJuggler/ReportServer.html +59 -48
  139. data/doc/TaskJuggler/ReportServerIface.html +51 -41
  140. data/doc/TaskJuggler/ReportServerRecord.html +11 -1
  141. data/doc/TaskJuggler/ReportServlet.html +11 -1
  142. data/doc/TaskJuggler/ReportTable.html +46 -25
  143. data/doc/TaskJuggler/ReportTableCell.html +296 -275
  144. data/doc/TaskJuggler/ReportTableColumn.html +14 -4
  145. data/doc/TaskJuggler/ReportTableLegend.html +11 -1
  146. data/doc/TaskJuggler/ReportTableLine.html +19 -7
  147. data/doc/TaskJuggler/Resource.html +12 -2
  148. data/doc/TaskJuggler/ResourceListAttribute.html +40 -30
  149. data/doc/TaskJuggler/ResourceListRE.html +11 -1
  150. data/doc/TaskJuggler/ResourceScenario.html +708 -565
  151. data/doc/TaskJuggler/RichText.html +54 -36
  152. data/doc/TaskJuggler/RichTextAttribute.html +31 -21
  153. data/doc/TaskJuggler/RichTextDocument.html +11 -1
  154. data/doc/TaskJuggler/RichTextElement.html +11 -1
  155. data/doc/TaskJuggler/RichTextFunctionExample.html +11 -1
  156. data/doc/TaskJuggler/RichTextFunctionHandler.html +11 -1
  157. data/doc/TaskJuggler/RichTextImage.html +11 -1
  158. data/doc/TaskJuggler/RichTextIntermediate.html +81 -71
  159. data/doc/TaskJuggler/RichTextParser.html +88 -33
  160. data/doc/TaskJuggler/RichTextScanner.html +45 -35
  161. data/doc/TaskJuggler/RichTextSnip.html +11 -1
  162. data/doc/TaskJuggler/RichTextSyntaxRules.html +436 -389
  163. data/doc/TaskJuggler/Scenario.html +11 -1
  164. data/doc/TaskJuggler/ScenarioData.html +11 -1
  165. data/doc/TaskJuggler/ScenarioListAttribute.html +23 -13
  166. data/doc/TaskJuggler/Scoreboard.html +92 -73
  167. data/doc/TaskJuggler/SheetHandlerBase.html +11 -1
  168. data/doc/TaskJuggler/SheetReceiver.html +11 -1
  169. data/doc/TaskJuggler/SheetSender.html +11 -1
  170. data/doc/TaskJuggler/Shift.html +11 -1
  171. data/doc/TaskJuggler/ShiftAssignment.html +11 -1
  172. data/doc/TaskJuggler/ShiftAssignments.html +11 -1
  173. data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +24 -14
  174. data/doc/TaskJuggler/ShiftScenario.html +11 -1
  175. data/doc/TaskJuggler/SimpleQueryExpander.html +11 -1
  176. data/doc/TaskJuggler/SortListAttribute.html +21 -11
  177. data/doc/TaskJuggler/SourceFileInfo.html +11 -1
  178. data/doc/TaskJuggler/StatusSheetReceiver.html +11 -1
  179. data/doc/TaskJuggler/StatusSheetReport.html +11 -1
  180. data/doc/TaskJuggler/StatusSheetSender.html +112 -11
  181. data/doc/TaskJuggler/StringAttribute.html +23 -13
  182. data/doc/TaskJuggler/SymbolAttribute.html +19 -9
  183. data/doc/TaskJuggler/SyntaxReference.html +80 -71
  184. data/doc/TaskJuggler/TOCEntry.html +11 -1
  185. data/doc/TaskJuggler/TSResourceRecord.html +11 -1
  186. data/doc/TaskJuggler/TSTaskRecord.html +11 -1
  187. data/doc/TaskJuggler/TableColumnDefinition.html +11 -1
  188. data/doc/TaskJuggler/TableOfContents.html +11 -1
  189. data/doc/TaskJuggler/TableReport.html +422 -411
  190. data/doc/TaskJuggler/Task.html +11 -1
  191. data/doc/TaskJuggler/TaskDependency.html +11 -1
  192. data/doc/TaskJuggler/TaskListAttribute.html +33 -23
  193. data/doc/TaskJuggler/TaskListRE.html +11 -1
  194. data/doc/TaskJuggler/TaskScenario.html +2007 -1919
  195. data/doc/TaskJuggler/TextFormatter.html +11 -1
  196. data/doc/TaskJuggler/TextParser.html +421 -612
  197. data/doc/TaskJuggler/TextParser/Pattern.html +410 -211
  198. data/doc/TaskJuggler/TextParser/Rule.html +224 -152
  199. data/doc/TaskJuggler/TextParser/StackElement.html +190 -28
  200. data/doc/TaskJuggler/TextParser/State.html +989 -0
  201. data/doc/TaskJuggler/TextParser/StateTransition.html +782 -0
  202. data/doc/TaskJuggler/TextParser/TextParserResultArray.html +25 -14
  203. data/doc/TaskJuggler/TextParser/TokenDoc.html +11 -1
  204. data/doc/TaskJuggler/TextReport.html +11 -1
  205. data/doc/TaskJuggler/TextScanner.html +285 -273
  206. data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +17 -7
  207. data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +24 -14
  208. data/doc/TaskJuggler/TextScanner/MacroStackEntry.html +11 -1
  209. data/doc/TaskJuggler/TextScanner/StreamHandle.html +64 -52
  210. data/doc/TaskJuggler/TimeSheet.html +11 -1
  211. data/doc/TaskJuggler/TimeSheetReceiver.html +11 -1
  212. data/doc/TaskJuggler/TimeSheetRecord.html +11 -1
  213. data/doc/TaskJuggler/TimeSheetReport.html +11 -1
  214. data/doc/TaskJuggler/TimeSheetSender.html +11 -1
  215. data/doc/TaskJuggler/TimeSheetSummary.html +11 -1
  216. data/doc/TaskJuggler/TimeSheets.html +11 -1
  217. data/doc/TaskJuggler/Tj3AppBase.html +11 -1
  218. data/doc/TaskJuggler/Tj3Client.html +11 -1
  219. data/doc/TaskJuggler/Tj3Daemon.html +11 -1
  220. data/doc/TaskJuggler/Tj3SheetAppBase.html +11 -1
  221. data/doc/TaskJuggler/Tj3SsReceiver.html +11 -1
  222. data/doc/TaskJuggler/Tj3SsSender.html +11 -1
  223. data/doc/TaskJuggler/Tj3TsReceiver.html +11 -1
  224. data/doc/TaskJuggler/Tj3TsSender.html +11 -1
  225. data/doc/TaskJuggler/Tj3TsSummary.html +11 -1
  226. data/doc/TaskJuggler/TjException.html +11 -1
  227. data/doc/TaskJuggler/TjTime.html +474 -324
  228. data/doc/TaskJuggler/TjpExample.html +11 -1
  229. data/doc/TaskJuggler/TjpExportRE.html +11 -1
  230. data/doc/TaskJuggler/TjpSyntaxRules.html +3731 -3662
  231. data/doc/TaskJuggler/URLParameter.html +11 -1
  232. data/doc/TaskJuggler/UserManual.html +11 -1
  233. data/doc/TaskJuggler/VimSyntax.html +11 -1
  234. data/doc/TaskJuggler/WebServer.html +11 -1
  235. data/doc/TaskJuggler/WorkingHours.html +295 -221
  236. data/doc/TaskJuggler/WorkingHoursAttribute.html +11 -1
  237. data/doc/TaskJuggler/XMLBlob.html +11 -1
  238. data/doc/TaskJuggler/XMLComment.html +11 -1
  239. data/doc/TaskJuggler/XMLDocument.html +11 -1
  240. data/doc/TaskJuggler/XMLElement.html +11 -1
  241. data/doc/TaskJuggler/XMLNamedText.html +11 -1
  242. data/doc/TaskJuggler/XMLText.html +11 -1
  243. data/doc/index.html +694 -624
  244. data/doc/lib/AppConfig_rb.html +1 -1
  245. data/doc/lib/Attributes_rb.html +1 -1
  246. data/doc/lib/Booking_rb.html +1 -1
  247. data/doc/lib/DataCache_rb.html +69 -0
  248. data/doc/lib/KeywordDocumentation_rb.html +1 -1
  249. data/doc/lib/ProjectFileParser_rb.html +1 -1
  250. data/doc/lib/ProjectFileScanner_rb.html +1 -1
  251. data/doc/lib/Project_rb.html +1 -1
  252. data/doc/lib/PropertyList_rb.html +1 -1
  253. data/doc/lib/Query_rb.html +1 -1
  254. data/doc/lib/RealFormat_rb.html +1 -1
  255. data/doc/lib/ResourceScenario_rb.html +1 -1
  256. data/doc/lib/Resource_rb.html +1 -1
  257. data/doc/lib/RichTextParser_rb.html +1 -1
  258. data/doc/lib/RichTextScanner_rb.html +1 -1
  259. data/doc/lib/RichTextSyntaxRules_rb.html +1 -1
  260. data/doc/lib/RichText_rb.html +1 -1
  261. data/doc/lib/Scoreboard_rb.html +1 -1
  262. data/doc/lib/StatusSheetSender_rb.html +1 -1
  263. data/doc/lib/SyntaxReference_rb.html +1 -1
  264. data/doc/lib/TaskJuggler_rb.html +1 -1
  265. data/doc/lib/TaskScenario_rb.html +3 -1
  266. data/doc/lib/TextParser/Pattern_rb.html +3 -1
  267. data/doc/lib/TextParser/Rule_rb.html +3 -1
  268. data/doc/lib/TextParser/StackElement_rb.html +3 -1
  269. data/doc/lib/TextParser/State_rb.html +65 -0
  270. data/doc/lib/TextParser_rb.html +1 -1
  271. data/doc/lib/TextScanner_rb.html +1 -1
  272. data/doc/lib/Tj3Config_rb.html +1 -1
  273. data/doc/lib/TjTime_rb.html +1 -1
  274. data/doc/lib/TjpSyntaxRules_rb.html +1 -1
  275. data/doc/lib/WorkingHours_rb.html +3 -1
  276. data/doc/lib/daemon/ReportServer_rb.html +1 -1
  277. data/doc/lib/reports/CSVFile_rb.html +1 -1
  278. data/doc/lib/reports/CollisionDetector_rb.html +67 -0
  279. data/doc/lib/reports/GanttChart_rb.html +1 -1
  280. data/doc/lib/reports/GanttRouter_rb.html +3 -1
  281. data/doc/lib/reports/Navigator_rb.html +1 -1
  282. data/doc/lib/reports/ReportBase_rb.html +1 -1
  283. data/doc/lib/reports/ReportTableCell_rb.html +1 -1
  284. data/doc/lib/reports/ReportTableColumn_rb.html +1 -1
  285. data/doc/lib/reports/ReportTableLine_rb.html +1 -1
  286. data/doc/lib/reports/ReportTable_rb.html +1 -1
  287. data/doc/lib/reports/Report_rb.html +1 -1
  288. data/doc/lib/reports/TableReport_rb.html +1 -1
  289. data/doc/lib/taskjuggler3_rb.html +1 -1
  290. data/examples/tutorial.tjp +1 -2
  291. data/lib/AppConfig.rb +10 -4
  292. data/lib/Attributes.rb +4 -4
  293. data/lib/DataCache.rb +124 -0
  294. data/lib/KeywordDocumentation.rb +5 -5
  295. data/lib/Project.rb +54 -10
  296. data/lib/ProjectFileParser.rb +10 -9
  297. data/lib/ProjectFileScanner.rb +38 -25
  298. data/lib/PropertyList.rb +6 -4
  299. data/lib/Query.rb +0 -8
  300. data/lib/RealFormat.rb +1 -1
  301. data/lib/Resource.rb +1 -1
  302. data/lib/ResourceScenario.rb +96 -31
  303. data/lib/RichText.rb +17 -5
  304. data/lib/RichTextParser.rb +22 -9
  305. data/lib/RichTextScanner.rb +34 -34
  306. data/lib/RichTextSyntaxRules.rb +41 -36
  307. data/lib/Scoreboard.rb +16 -7
  308. data/lib/StatusSheetSender.rb +63 -0
  309. data/lib/SyntaxReference.rb +9 -10
  310. data/lib/TaskJuggler.rb +28 -4
  311. data/lib/TaskScenario.rb +66 -19
  312. data/lib/TextParser.rb +219 -384
  313. data/lib/TextParser/Pattern.rb +168 -49
  314. data/lib/TextParser/Rule.rb +33 -17
  315. data/lib/TextParser/StackElement.rb +42 -2
  316. data/lib/TextParser/State.rb +175 -0
  317. data/lib/TextScanner.rb +19 -15
  318. data/lib/Tj3Config.rb +1 -1
  319. data/lib/TjTime.rb +111 -3
  320. data/lib/TjpSyntaxRules.rb +122 -66
  321. data/lib/WorkingHours.rb +91 -186
  322. data/lib/daemon/ReportServer.rb +3 -2
  323. data/lib/reports/CSVFile.rb +1 -1
  324. data/lib/reports/CollisionDetector.rb +177 -0
  325. data/lib/reports/GanttChart.rb +25 -41
  326. data/lib/reports/GanttRouter.rb +104 -233
  327. data/lib/reports/Navigator.rb +1 -1
  328. data/lib/reports/Report.rb +9 -33
  329. data/lib/reports/ReportBase.rb +0 -1
  330. data/lib/reports/ReportTable.rb +19 -8
  331. data/lib/reports/ReportTableCell.rb +61 -25
  332. data/lib/reports/ReportTableColumn.rb +2 -2
  333. data/lib/reports/ReportTableLine.rb +4 -2
  334. data/lib/reports/TableReport.rb +1 -0
  335. data/lib/taskjuggler3.rb +0 -1
  336. data/manual/Installation +7 -3
  337. data/manual/Intro +12 -10
  338. data/manual/The_TaskJuggler_Syntax +4 -4
  339. data/test/TestSuite/CSV-Reports/celltext-Reference.csv +14 -14
  340. data/test/TestSuite/CSV-Reports/genrefs +1 -1
  341. data/test/TestSuite/CSV-Reports/resourcereport-Reference.csv +4 -4
  342. data/test/TestSuite/CSV-Reports/resourcereport_with_tasks-Reference.csv +22 -22
  343. data/test/TestSuite/CSV-Reports/sortByTree-Reference.csv +14 -14
  344. data/test/TestSuite/CSV-Reports/sortBy_duration.down-Reference.csv +14 -14
  345. data/test/TestSuite/CSV-Reports/sortBy_effort.up-Reference.csv +14 -14
  346. data/test/TestSuite/CSV-Reports/sortBy_plan.start.down-Reference.csv +14 -14
  347. data/test/TestSuite/CSV-Reports/taskreport-Reference.csv +14 -14
  348. data/test/TestSuite/CSV-Reports/taskreport_with_resources-Reference.csv +32 -24
  349. data/test/TestSuite/CSV-Reports/weekly-Reference.csv +13 -0
  350. data/test/TestSuite/CSV-Reports/weekly.tjp +9 -0
  351. data/test/TestSuite/HTML-Reports/css/tjreport.css +7 -2
  352. data/test/TestSuite/HTML-Reports/depArrows.html +839 -830
  353. data/test/TestSuite/HTML-Reports/depArrows.tjp +12 -12
  354. data/test/TestSuite/HTML-Reports/profile.html +37581 -0
  355. data/test/TestSuite/ReportGenerator/Errors/no_report_defined.tjp +7 -0
  356. data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.tjp +1 -1
  357. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +2 -0
  358. data/test/TestSuite/StatusSheets/run +2 -0
  359. data/test/TestSuite/Syntax/Correct/Booking.tjp +13 -5
  360. data/test/TestSuite/Syntax/Correct/ResourceRoot.tjp +21 -0
  361. data/test/TestSuite/Syntax/Correct/RollupResource.tjp +21 -0
  362. data/test/TestSuite/Syntax/Correct/TaskRoot.tjp +1 -1
  363. data/test/TestSuite/Syntax/Errors/empty.tjp +1 -1
  364. data/test/TestSuite/Syntax/Errors/include_before_project.tjp +2 -0
  365. data/test/TestSuite/Syntax/Errors/no_reduce.tjp +6 -0
  366. data/test/TestSuite/Syntax/Errors/unsupported_token.tjp +1 -1
  367. data/test/TestSuite/TimeSheets/run +1 -1
  368. data/test/test_CSV-Reports.rb +2 -4
  369. data/test/test_CollisionDetector.rb +85 -0
  370. data/test/test_Project.rb +2 -2
  371. data/test/test_ProjectFileScanner.rb +73 -31
  372. data/test/test_Query.rb +2 -2
  373. data/test/test_ReportGenerator.rb +1 -1
  374. data/test/test_RichText.rb +4 -4
  375. data/test/test_WorkingHours.rb +150 -11
  376. metadata +75 -67
  377. data/test/TestSuite/ReportGenerator/Errors/css/tjreport.css +0 -407
  378. data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.html +0 -26
  379. data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -3210
  380. data/test/TestSuite/Scheduler/Correct/Container.html +0 -349
  381. data/test/TestSuite/Scheduler/Correct/Limits.html +0 -4964
  382. data/test/TestSuite/Scheduler/Correct/Shift.html +0 -1719
  383. data/test/TestSuite/Scheduler/Correct/Shift2.html +0 -476
  384. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -66
  385. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  386. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  387. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  388. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  389. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  390. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  391. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  392. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  393. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  394. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  395. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  396. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
  397. data/test/TestSuite/Scheduler/Errors/css/tjmanual.css +0 -66
  398. data/test/TestSuite/Scheduler/Errors/css/tjreport.css +0 -407
  399. data/test/TestSuite/Scheduler/Errors/icons/details.png +0 -0
  400. data/test/TestSuite/Scheduler/Errors/icons/flag-green.png +0 -0
  401. data/test/TestSuite/Scheduler/Errors/icons/flag-red.png +0 -0
  402. data/test/TestSuite/Scheduler/Errors/icons/flag-yellow.png +0 -0
  403. data/test/TestSuite/Scheduler/Errors/icons/resource.png +0 -0
  404. data/test/TestSuite/Scheduler/Errors/icons/resourcegroup.png +0 -0
  405. data/test/TestSuite/Scheduler/Errors/icons/task.png +0 -0
  406. data/test/TestSuite/Scheduler/Errors/icons/taskgroup.png +0 -0
  407. data/test/TestSuite/Scheduler/Errors/icons/trend-down.png +0 -0
  408. data/test/TestSuite/Scheduler/Errors/icons/trend-flat.png +0 -0
  409. data/test/TestSuite/Scheduler/Errors/icons/trend-up.png +0 -0
  410. data/test/TestSuite/Scheduler/Errors/scripts/wz_tooltip.js +0 -1301
  411. data/test/TestSuite/StatusSheets/resrep.tji +0 -7
  412. data/test/TestSuite/StatusSheets/tj3d.log +0 -312
  413. data/test/TestSuite/Syntax/Correct/Managers.html +0 -263
  414. data/test/TestSuite/TimeSheets/acceptable_intervals +0 -1
  415. data/test/TestSuite/TimeSheets/statussheets.log +0 -1
@@ -1,14 +1,14 @@
1
- WBS;Name;Id;Duration
2
- 1;Plan Work;plan;19.8
3
- 1.1; Plan A;plan.plan_a;11.4
4
- 1.2; Plan B;plan.plan_b;9.2
5
- 1.3; Plan C;plan.plan_c;4.4
6
- 2;Execute Work;execute;35.0
7
- 2.1; Step 1;execute.ex1;25.4
8
- 2.2; Step 2;execute.ex2;35.0
9
- 2.2.1; Step 2.1;execute.ex2.ex2_1;1.4
10
- 2.2.2; Step 2.2;execute.ex2.ex2_2;4.4
11
- 2.3; Milestone 1;execute.ms1;0.0
12
- 2.4; Step 3;execute.ex3;15.4
13
- 2.5; Step 4;execute.ex4;1.4
14
- 3;Check Work;check;4.4
1
+ "WBS";"Name";"Id";"Duration"
2
+ 1;"Plan Work";"plan";19.8
3
+ 1.1;" Plan A";"plan.plan_a";11.4
4
+ 1.2;" Plan B";"plan.plan_b";9.2
5
+ 1.3;" Plan C";"plan.plan_c";4.4
6
+ 2;"Execute Work";"execute";32.4
7
+ 2.1;" Step 1";"execute.ex1";25.4
8
+ 2.2;" Step 2";"execute.ex2";32.4
9
+ "2.2.1";" Step 2.1";"execute.ex2.ex2_1";1.4
10
+ "2.2.2";" Step 2.2";"execute.ex2.ex2_2";4.4
11
+ 2.3;" Milestone 1";"execute.ms1";0.0
12
+ 2.4;" Step 3";"execute.ex3";15.4
13
+ 2.5;" Step 4";"execute.ex4";1.4
14
+ 3;"Check Work";"check";4.4
@@ -1,14 +1,14 @@
1
- Duration;Id
2
- 35.0;execute.ex2
3
- 35.0;execute
4
- 25.4;execute.ex1
5
- 19.8;plan
6
- 15.4;execute.ex3
7
- 11.4;plan.plan_a
8
- 9.2;plan.plan_b
9
- 4.4;check
10
- 4.4;execute.ex2.ex2_2
11
- 4.4;plan.plan_c
12
- 1.4;execute.ex2.ex2_1
13
- 1.4;execute.ex4
14
- 0.0;execute.ms1
1
+ "Duration";"Id"
2
+ 32.4;"execute"
3
+ 32.4;"execute.ex2"
4
+ 25.4;"execute.ex1"
5
+ 19.8;"plan"
6
+ 15.4;"execute.ex3"
7
+ 11.4;"plan.plan_a"
8
+ 9.2;"plan.plan_b"
9
+ 4.4;"check"
10
+ 4.4;"execute.ex2.ex2_2"
11
+ 4.4;"plan.plan_c"
12
+ 1.4;"execute.ex2.ex2_1"
13
+ 1.4;"execute.ex4"
14
+ 0.0;"execute.ms1"
@@ -1,14 +1,14 @@
1
- Effort;WBS;Id
2
- 0.0;2.3;execute.ms1
3
- 2.0;2.2.1;execute.ex2.ex2_1
4
- 2.0;2.5;execute.ex4
5
- 5.0;3;check
6
- 5.0;1.3;plan.plan_c
7
- 7.5;1.2;plan.plan_b
8
- 10.0;2.2.2;execute.ex2.ex2_2
9
- 10.0;1.1;plan.plan_a
10
- 12.0;2.2;execute.ex2
11
- 12.0;2.4;execute.ex3
12
- 20.0;2.1;execute.ex1
13
- 22.5;1;plan
14
- 46.0;2;execute
1
+ "Effort";"WBS";"Id"
2
+ 0.0;2.3;"execute.ms1"
3
+ 2.0;"2.2.1";"execute.ex2.ex2_1"
4
+ 2.0;2.5;"execute.ex4"
5
+ 5.0;3;"check"
6
+ 5.0;1.3;"plan.plan_c"
7
+ 7.5;1.2;"plan.plan_b"
8
+ 10.0;"2.2.2";"execute.ex2.ex2_2"
9
+ 10.0;1.1;"plan.plan_a"
10
+ 12.0;2.2;"execute.ex2"
11
+ 12.0;2.4;"execute.ex3"
12
+ 20.0;2.1;"execute.ex1"
13
+ 22.5;1;"plan"
14
+ 46.0;2;"execute"
@@ -1,14 +1,14 @@
1
- Start;WBS;Id
2
- 2008-02-11-09:00:00;3;check
3
- 2008-02-08-18:00:00;2.3;execute.ms1
4
- 2008-02-04-09:00:00;2.2.2;execute.ex2.ex2_2
5
- 2008-02-04-09:00:00;2.5;execute.ex4
6
- 2008-01-09-09:00:00;2.4;execute.ex3
7
- 2008-01-07-09:00:00;2.1;execute.ex1
8
- 2008-01-07-09:00:00;2.2.1;execute.ex2.ex2_1
9
- 2008-01-04-18:00:00;2.2;execute.ex2
10
- 2008-01-04-18:00:00;2;execute
11
- 2007-12-31-09:00:00;1.3;plan.plan_c
12
- 2007-12-17-09:00:00;1.1;plan.plan_a
13
- 2007-12-17-09:00:00;1.2;plan.plan_b
14
- 2007-12-16-00:00:00;1;plan
1
+ "Start";"WBS";"Id"
2
+ "2008-02-11-09:00:00";3;"check"
3
+ "2008-02-08-18:00:00";2.3;"execute.ms1"
4
+ "2008-02-04-09:00:00";"2.2.2";"execute.ex2.ex2_2"
5
+ "2008-02-04-09:00:00";2.5;"execute.ex4"
6
+ "2008-01-09-09:00:00";2.4;"execute.ex3"
7
+ "2008-01-07-09:00:00";2;"execute"
8
+ "2008-01-07-09:00:00";2.1;"execute.ex1"
9
+ "2008-01-07-09:00:00";2.2;"execute.ex2"
10
+ "2008-01-07-09:00:00";"2.2.1";"execute.ex2.ex2_1"
11
+ "2007-12-31-09:00:00";1.3;"plan.plan_c"
12
+ "2007-12-17-09:00:00";1.1;"plan.plan_a"
13
+ "2007-12-17-09:00:00";1.2;"plan.plan_b"
14
+ "2007-12-16-00:00:00";1;"plan"
@@ -1,14 +1,14 @@
1
- WBS;Name;Start;End;Duration;Effort;2007-12-10-00:00:00;2007-12-17-00:00:00;2007-12-24-00:00:00;2007-12-31-00:00:00;2008-01-07-00:00:00;2008-01-14-00:00:00;2008-01-21-00:00:00;2008-01-28-00:00:00;2008-02-04-00:00:00;2008-02-11-00:00:00;2008-02-18-00:00:00
2
- 1;Plan Work;2007-12-16-00:00:00;2008-01-04-18:00:00;19.8;22.5;"";10.0;7.5;5.0;"";"";"";"";"";"";""
3
- 1.1; Plan A;2007-12-17-09:00:00;2007-12-28-18:00:00;11.4;10.0;"";5.0;5.0;"";"";"";"";"";"";"";""
4
- 1.2; Plan B;2007-12-17-09:00:00;2007-12-26-14:00:00;9.2;7.5;"";5.0;2.5;"";"";"";"";"";"";"";""
5
- 1.3; Plan C;2007-12-31-09:00:00;2008-01-04-18:00:00;4.4;5.0;"";"";"";5.0;"";"";"";"";"";"";""
6
- 2;Execute Work;2008-01-04-18:00:00;2008-02-08-18:00:00;35.0;46.0;"";"";"";"";10.0;10.0;9.0;5.0;12.0;"";""
7
- 2.1; Step 1;2008-01-07-09:00:00;2008-02-01-18:00:00;25.4;20.0;"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
8
- 2.2; Step 2;2008-01-04-18:00:00;2008-02-08-18:00:00;35.0;12.0;"";"";"";"";2.0;"";"";"";10.0;"";""
9
- 2.2.1; Step 2.1;2008-01-07-09:00:00;2008-01-08-18:00:00;1.4;2.0;"";"";"";"";2.0;"";"";"";"";"";""
10
- 2.2.2; Step 2.2;2008-02-04-09:00:00;2008-02-08-18:00:00;4.4;10.0;"";"";"";"";"";"";"";"";10.0;"";""
11
- 2.3; Milestone 1;2008-02-08-18:00:00;2008-02-08-18:00:00;0.0;0.0;"";"";"";"";"";"";"";"";"";"";""
12
- 2.4; Step 3;2008-01-09-09:00:00;2008-01-24-18:00:00;15.4;12.0;"";"";"";"";3.0;5.0;4.0;"";"";"";""
13
- 2.5; Step 4;2008-02-04-09:00:00;2008-02-05-18:00:00;1.4;2.0;"";"";"";"";"";"";"";"";2.0;"";""
14
- 3;Check Work;2008-02-11-09:00:00;2008-02-15-18:00:00;4.4;5.0;"";"";"";"";"";"";"";"";"";5.0;""
1
+ "WBS";"Name";"Start";"End";"Duration";"Effort";"2007-12-03-00:00:00";"2007-12-10-00:00:00";"2007-12-17-00:00:00";"2007-12-24-00:00:00";"2007-12-31-00:00:00";"2008-01-07-00:00:00";"2008-01-14-00:00:00";"2008-01-21-00:00:00";"2008-01-28-00:00:00";"2008-02-04-00:00:00";"2008-02-11-00:00:00";"2008-02-18-00:00:00"
2
+ 1;"Plan Work";"2007-12-16-00:00:00";"2008-01-04-18:00:00";19.8;22.5;"";"";10.0;7.5;5.0;"";"";"";"";"";"";""
3
+ 1.1;" Plan A";"2007-12-17-09:00:00";"2007-12-28-18:00:00";11.4;10.0;"";"";5.0;5.0;"";"";"";"";"";"";"";""
4
+ 1.2;" Plan B";"2007-12-17-09:00:00";"2007-12-26-14:00:00";9.2;7.5;"";"";5.0;2.5;"";"";"";"";"";"";"";""
5
+ 1.3;" Plan C";"2007-12-31-09:00:00";"2008-01-04-18:00:00";4.4;5.0;"";"";"";"";5.0;"";"";"";"";"";"";""
6
+ 2;"Execute Work";"2008-01-07-09:00:00";"2008-02-08-18:00:00";32.4;46.0;"";"";"";"";"";10.0;10.0;9.0;5.0;12.0;"";""
7
+ 2.1;" Step 1";"2008-01-07-09:00:00";"2008-02-01-18:00:00";25.4;20.0;"";"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
8
+ 2.2;" Step 2";"2008-01-07-09:00:00";"2008-02-08-18:00:00";32.4;12.0;"";"";"";"";"";2.0;"";"";"";10.0;"";""
9
+ "2.2.1";" Step 2.1";"2008-01-07-09:00:00";"2008-01-08-18:00:00";1.4;2.0;"";"";"";"";"";2.0;"";"";"";"";"";""
10
+ "2.2.2";" Step 2.2";"2008-02-04-09:00:00";"2008-02-08-18:00:00";4.4;10.0;"";"";"";"";"";"";"";"";"";10.0;"";""
11
+ 2.4;" Step 3";"2008-01-09-09:00:00";"2008-01-24-18:00:00";15.4;12.0;"";"";"";"";"";3.0;5.0;4.0;"";"";"";""
12
+ 2.5;" Step 4";"2008-02-04-09:00:00";"2008-02-05-18:00:00";1.4;2.0;"";"";"";"";"";"";"";"";"";2.0;"";""
13
+ 2.3;" Milestone 1";"2008-02-08-18:00:00";"2008-02-08-18:00:00";0.0;0.0;"";"";"";"";"";"";"";"";"";"";"";""
14
+ 3;"Check Work";"2008-02-11-09:00:00";"2008-02-15-18:00:00";4.4;5.0;"";"";"";"";"";"";"";"";"";"";5.0;""
@@ -1,24 +1,32 @@
1
- WBS;Name;Start;End;Duration;Effort;2007-12-10-00:00:00;2007-12-17-00:00:00;2007-12-24-00:00:00;2007-12-31-00:00:00;2008-01-07-00:00:00;2008-01-14-00:00:00;2008-01-21-00:00:00;2008-01-28-00:00:00;2008-02-04-00:00:00;2008-02-11-00:00:00;2008-02-18-00:00:00
2
- 1;Plan Work;2007-12-16-00:00:00;2008-01-04-18:00:00;19.8;22.5;"";10.0;7.5;5.0;"";"";"";"";"";"";""
3
- 1.1; Plan A;2007-12-17-09:00:00;2007-12-28-18:00:00;11.4;10.0;"";5.0;5.0;"";"";"";"";"";"";"";""
4
- 2; Joe;"";"";"";10.0;"";5.0;5.0;"";"";"";"";"";"";"";""
5
- 1.2; Plan B;2007-12-17-09:00:00;2007-12-26-14:00:00;9.2;7.5;"";5.0;2.5;"";"";"";"";"";"";"";""
6
- 1; Jill;"";"";"";7.5;"";5.0;2.5;"";"";"";"";"";"";"";""
7
- 1.3; Plan C;2007-12-31-09:00:00;2008-01-04-18:00:00;4.4;5.0;"";"";"";5.0;"";"";"";"";"";"";""
8
- 1; Jill;"";"";"";5.0;"";"";"";5.0;"";"";"";"";"";"";""
9
- 2;Execute Work;2008-01-04-18:00:00;2008-02-08-18:00:00;35.0;46.0;"";"";"";"";10.0;10.0;9.0;5.0;12.0;"";""
10
- 2.1; Step 1;2008-01-07-09:00:00;2008-02-01-18:00:00;25.4;20.0;"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
11
- 1; Jill;"";"";"";20.0;"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
12
- 2.2; Step 2;2008-01-04-18:00:00;2008-02-08-18:00:00;35.0;12.0;"";"";"";"";2.0;"";"";"";10.0;"";""
13
- 2.2.1; Step 2.1;2008-01-07-09:00:00;2008-01-08-18:00:00;1.4;2.0;"";"";"";"";2.0;"";"";"";"";"";""
14
- 2; Joe;"";"";"";2.0;"";"";"";"";2.0;"";"";"";"";"";""
15
- 2.2.2; Step 2.2;2008-02-04-09:00:00;2008-02-08-18:00:00;4.4;10.0;"";"";"";"";"";"";"";"";10.0;"";""
16
- 3; Jack;"";"";"";5.0;"";"";"";"";"";"";"";"";5.0;"";""
17
- 1; Jill;"";"";"";5.0;"";"";"";"";"";"";"";"";5.0;"";""
18
- 2.3; Milestone 1;2008-02-08-18:00:00;2008-02-08-18:00:00;0.0;0.0;"";"";"";"";"";"";"";"";"";"";""
19
- 2.4; Step 3;2008-01-09-09:00:00;2008-01-24-18:00:00;15.4;12.0;"";"";"";"";3.0;5.0;4.0;"";"";"";""
20
- 3; Jack;"";"";"";12.0;"";"";"";"";3.0;5.0;4.0;"";"";"";""
21
- 2.5; Step 4;2008-02-04-09:00:00;2008-02-05-18:00:00;1.4;2.0;"";"";"";"";"";"";"";"";2.0;"";""
22
- 2; Joe;"";"";"";2.0;"";"";"";"";"";"";"";"";2.0;"";""
23
- 3;Check Work;2008-02-11-09:00:00;2008-02-15-18:00:00;4.4;5.0;"";"";"";"";"";"";"";"";"";5.0;""
24
- 1; Jill;"";"";"";5.0;"";"";"";"";"";"";"";"";"";5.0;""
1
+ "WBS";"Name";"Start";"End";"Duration";"Effort";"2007-12-03-00:00:00";"2007-12-10-00:00:00";"2007-12-17-00:00:00";"2007-12-24-00:00:00";"2007-12-31-00:00:00";"2008-01-07-00:00:00";"2008-01-14-00:00:00";"2008-01-21-00:00:00";"2008-01-28-00:00:00";"2008-02-04-00:00:00";"2008-02-11-00:00:00";"2008-02-18-00:00:00"
2
+ 1;"Plan Work";"2007-12-16-00:00:00";"2008-01-04-18:00:00";19.8;22.5;"";"";10.0;7.5;5.0;"";"";"";"";"";"";""
3
+ 1;" Jill";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
4
+ 2;" Joe";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
5
+ 1.1;" Plan A";"2007-12-17-09:00:00";"2007-12-28-18:00:00";11.4;10.0;"";"";5.0;5.0;"";"";"";"";"";"";"";""
6
+ 2;" Joe";"";"";"";10.0;"";"";5.0;5.0;"";"";"";"";"";"";"";""
7
+ 1.2;" Plan B";"2007-12-17-09:00:00";"2007-12-26-14:00:00";9.2;7.5;"";"";5.0;2.5;"";"";"";"";"";"";"";""
8
+ 1;" Jill";"";"";"";7.5;"";"";5.0;2.5;"";"";"";"";"";"";"";""
9
+ 1.3;" Plan C";"2007-12-31-09:00:00";"2008-01-04-18:00:00";4.4;5.0;"";"";"";"";5.0;"";"";"";"";"";"";""
10
+ 1;" Jill";"";"";"";5.0;"";"";"";"";5.0;"";"";"";"";"";"";""
11
+ 2;"Execute Work";"2008-01-07-09:00:00";"2008-02-08-18:00:00";32.4;46.0;"";"";"";"";"";10.0;10.0;9.0;5.0;12.0;"";""
12
+ 3;" Jack";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
13
+ 1;" Jill";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
14
+ 2;" Joe";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
15
+ 2.1;" Step 1";"2008-01-07-09:00:00";"2008-02-01-18:00:00";25.4;20.0;"";"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
16
+ 1;" Jill";"";"";"";20.0;"";"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
17
+ 2.2;" Step 2";"2008-01-07-09:00:00";"2008-02-08-18:00:00";32.4;12.0;"";"";"";"";"";2.0;"";"";"";10.0;"";""
18
+ 3;" Jack";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
19
+ 1;" Jill";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
20
+ 2;" Joe";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
21
+ "2.2.1";" Step 2.1";"2008-01-07-09:00:00";"2008-01-08-18:00:00";1.4;2.0;"";"";"";"";"";2.0;"";"";"";"";"";""
22
+ 2;" Joe";"";"";"";2.0;"";"";"";"";"";2.0;"";"";"";"";"";""
23
+ "2.2.2";" Step 2.2";"2008-02-04-09:00:00";"2008-02-08-18:00:00";4.4;10.0;"";"";"";"";"";"";"";"";"";10.0;"";""
24
+ 3;" Jack";"";"";"";5.0;"";"";"";"";"";"";"";"";"";5.0;"";""
25
+ 1;" Jill";"";"";"";5.0;"";"";"";"";"";"";"";"";"";5.0;"";""
26
+ 2.4;" Step 3";"2008-01-09-09:00:00";"2008-01-24-18:00:00";15.4;12.0;"";"";"";"";"";3.0;5.0;4.0;"";"";"";""
27
+ 3;" Jack";"";"";"";12.0;"";"";"";"";"";3.0;5.0;4.0;"";"";"";""
28
+ 2.5;" Step 4";"2008-02-04-09:00:00";"2008-02-05-18:00:00";1.4;2.0;"";"";"";"";"";"";"";"";"";2.0;"";""
29
+ 2;" Joe";"";"";"";2.0;"";"";"";"";"";"";"";"";"";2.0;"";""
30
+ 2.3;" Milestone 1";"2008-02-08-18:00:00";"2008-02-08-18:00:00";0.0;0.0;"";"";"";"";"";"";"";"";"";"";"";""
31
+ 3;"Check Work";"2008-02-11-09:00:00";"2008-02-15-18:00:00";4.4;5.0;"";"";"";"";"";"";"";"";"";"";5.0;""
32
+ 1;" Jill";"";"";"";5.0;"";"";"";"";"";"";"";"";"";"";5.0;""
@@ -0,0 +1,13 @@
1
+ "Name";"2007-12-31";"2008-01-07";"2008-01-14";"Duration";"2007-12-31";"2008-01-07";"2008-01-14";"Effort"
2
+ "Jack";"";3.0;5.0;"";"";3.0;5.0;8.0
3
+ " Execute Work";"";3.0;5.0;32.4;"";3.0;5.0;8.0
4
+ " Step 3";"";3.0;5.0;15.4;"";3.0;5.0;8.0
5
+ "Jill";5.0;5.0;5.0;"";5.0;5.0;5.0;15.0
6
+ " Plan Work";5.0;"";"";19.8;5.0;"";"";5.0
7
+ " Plan C";5.0;"";"";4.4;5.0;"";"";5.0
8
+ " Execute Work";"";5.0;5.0;32.4;"";5.0;5.0;10.0
9
+ " Step 1";"";5.0;5.0;25.4;"";5.0;5.0;10.0
10
+ "Joe";"";2.0;"";"";"";2.0;"";2.0
11
+ " Execute Work";"";2.0;"";32.4;"";2.0;"";2.0
12
+ " Step 2";"";2.0;"";32.4;"";2.0;"";2.0
13
+ " Step 2.1";"";2.0;"";1.4;"";2.0;"";2.0
@@ -0,0 +1,9 @@
1
+ project "Weekly" "1.0" 2007-12-16 +3m
2
+ include "project-1.tji"
3
+
4
+ resourcereport '.' {
5
+ formats csv
6
+ columns name, weekly, duration, weekly, effort
7
+ period 2007-12-31 + 3w
8
+ hidetask 0
9
+ }
@@ -17,16 +17,20 @@ h3 { font-size:16px; }
17
17
  }
18
18
  i.tj_journal { font-size:9px; }
19
19
  h1.tj_journal {
20
+ font-size:16px;
21
+ margin-left:0px;
22
+ }
23
+ h2.tj_journal {
20
24
  font-size:14px;
21
25
  margin-left:10px;
22
26
  }
23
- h2.tj_journal {
27
+ h3.tj_journal {
24
28
  margin-top:5px;
25
29
  font-size:13px;
26
30
  margin-bottom:1px;
27
31
  margin-left:20px;
28
32
  }
29
- h3.tj_journal {
33
+ h4.tj_journal {
30
34
  font-size:12px;
31
35
  margin-left:30px;
32
36
  }
@@ -108,6 +112,7 @@ p.tj_journal {
108
112
  width:100%;
109
113
  border-spacing:0px;
110
114
  position: relative;
115
+ overflow:hidden;
111
116
  }
112
117
 
113
118
  /* The symbol is the icon to the left of the text label in a table
@@ -1,842 +1,851 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <!-- This file has been generated by taskjuggler3 v0.0.3-->
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 taskjuggler3 v0.0.7 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>TaskJuggler Report - depArrows</title>
7
- <link href="css/tjreport.css" rel="stylesheet" type="text/css"/>
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>
8
11
  </head>
12
+ <!-- Dynamic Report ID: 0 -->
9
13
  <body>
10
14
  <script src="scripts/wz_tooltip.js" type="text/javascript"></script>
11
15
  <noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
12
16
  in your browser settings!
13
17
  </div></noscript>
14
- <div style="margin: 35px 5% 25px 5%; ">
15
- <table align="center" border="0" cellpadding="0" cellspacing="2" class="tjtable" summary="Report Table"><tbody>
16
- <tr><td><table align="center" cellpadding="2" cellspacing="1" class="tabback" width="100%"><tbody>
17
- <tr class="tabhead" style="height:19px; font-size:15px;">
18
- <td class="tabcell" rowspan="2"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Name</div></td>
19
- <td rowspan="37" style="padding:0px; vertical-align:top;"><div class="tabback" style="position:relative; overflow:auto; width:440px; height:809px;"><div style="margin:0px; padding:0px; position:absolute; top:0px; left:0px; width:440px; height:809px; font-size:10px;">
20
- <div class="tabback" style="margin:0px; padding:0px; position:relative; overflow:hidden; width:440px; height:39px; font-size:9px; ">
21
- <div class="tabhead" style="font-weight:bold; position:absolute; left:-40px; top:0px; width:619px; height:19px; "><div style="padding:3px; ">Oct 2009</div></div>
22
- <div class="tabhead" style="font-weight:bold; position:absolute; left:0px; top:20px; width:18px; height:19px; "><div style="padding:3px; ">3</div></div>
23
- <div class="tabhead" style="font-weight:bold; position:absolute; left:19px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
24
- <div class="tabhead" style="font-weight:bold; position:absolute; left:39px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
25
- <div class="tabhead" style="font-weight:bold; position:absolute; left:59px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
26
- <div class="tabhead" style="font-weight:bold; position:absolute; left:79px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
27
- <div class="tabhead" style="font-weight:bold; position:absolute; left:99px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
28
- <div class="tabhead" style="font-weight:bold; position:absolute; left:119px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
29
- <div class="tabhead" style="font-weight:bold; position:absolute; left:139px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
30
- <div class="tabhead" style="font-weight:bold; position:absolute; left:159px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
31
- <div class="tabhead" style="font-weight:bold; position:absolute; left:179px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
32
- <div class="tabhead" style="font-weight:bold; position:absolute; left:199px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">13</div></div>
33
- <div class="tabhead" style="font-weight:bold; position:absolute; left:220px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
34
- <div class="tabhead" style="font-weight:bold; position:absolute; left:240px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
35
- <div class="tabhead" style="font-weight:bold; position:absolute; left:260px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
36
- <div class="tabhead" style="font-weight:bold; position:absolute; left:280px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
37
- <div class="tabhead" style="font-weight:bold; position:absolute; left:300px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
38
- <div class="tabhead" style="font-weight:bold; position:absolute; left:320px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
39
- <div class="tabhead" style="font-weight:bold; position:absolute; left:340px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
40
- <div class="tabhead" style="font-weight:bold; position:absolute; left:360px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
41
- <div class="tabhead" style="font-weight:bold; position:absolute; left:380px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
42
- <div class="tabhead" style="font-weight:bold; position:absolute; left:400px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
43
- <div class="tabhead" style="font-weight:bold; position:absolute; left:420px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
44
- </div>
45
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:40px; width:440px; height:21px; font-size:10px;">
46
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
47
- <div class="milestone" style="left:174px; top:10px; width:13px; height:1px;"></div>
48
- <div class="milestone" style="left:175px; top:9px; width:11px; height:3px;"></div>
49
- <div class="milestone" style="left:176px; top:8px; width:9px; height:5px;"></div>
50
- <div class="milestone" style="left:177px; top:7px; width:7px; height:7px;"></div>
51
- <div class="milestone" style="left:178px; top:6px; width:5px; height:9px;"></div>
52
- <div class="milestone" style="left:179px; top:5px; width:3px; height:11px;"></div>
53
- <div class="milestone" style="left:180px; top:4px; width:1px; height:13px;"></div>
54
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
55
- </div>
56
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:62px; width:440px; height:21px; font-size:10px;">
57
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
58
- <div class="milestone" style="left:194px; top:10px; width:13px; height:1px;"></div>
59
- <div class="milestone" style="left:195px; top:9px; width:11px; height:3px;"></div>
60
- <div class="milestone" style="left:196px; top:8px; width:9px; height:5px;"></div>
61
- <div class="milestone" style="left:197px; top:7px; width:7px; height:7px;"></div>
62
- <div class="milestone" style="left:198px; top:6px; width:5px; height:9px;"></div>
63
- <div class="milestone" style="left:199px; top:5px; width:3px; height:11px;"></div>
64
- <div class="milestone" style="left:200px; top:4px; width:1px; height:13px;"></div>
65
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
66
- </div>
67
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:84px; width:440px; height:21px; font-size:10px;">
68
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
69
- <div class="milestone" style="left:215px; top:10px; width:13px; height:1px;"></div>
70
- <div class="milestone" style="left:216px; top:9px; width:11px; height:3px;"></div>
71
- <div class="milestone" style="left:217px; top:8px; width:9px; height:5px;"></div>
72
- <div class="milestone" style="left:218px; top:7px; width:7px; height:7px;"></div>
73
- <div class="milestone" style="left:219px; top:6px; width:5px; height:9px;"></div>
74
- <div class="milestone" style="left:220px; top:5px; width:3px; height:11px;"></div>
75
- <div class="milestone" style="left:221px; top:4px; width:1px; height:13px;"></div>
76
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
77
- </div>
78
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:106px; width:440px; height:21px; font-size:10px;">
79
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
80
- <div class="taskbarframe" style="left:139px; top:4px; width:41px; height:12px;"></div>
81
- <div class="taskbar" style="left:140px; top:5px; width:39px; height:10px;"></div>
82
- <div class="progressbar" style="left:140px; top:7px; width:39px; height:6px;"></div>
83
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
84
- </div>
85
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:128px; width:440px; height:21px; font-size:10px;">
86
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
87
- <div class="milestone" style="left:215px; top:10px; width:13px; height:1px;"></div>
88
- <div class="milestone" style="left:216px; top:9px; width:11px; height:3px;"></div>
89
- <div class="milestone" style="left:217px; top:8px; width:9px; height:5px;"></div>
90
- <div class="milestone" style="left:218px; top:7px; width:7px; height:7px;"></div>
91
- <div class="milestone" style="left:219px; top:6px; width:5px; height:9px;"></div>
92
- <div class="milestone" style="left:220px; top:5px; width:3px; height:11px;"></div>
93
- <div class="milestone" style="left:221px; top:4px; width:1px; height:13px;"></div>
94
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
95
- </div>
96
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:150px; width:440px; height:21px; font-size:10px;">
97
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
98
- <div class="milestone" style="left:194px; top:10px; width:13px; height:1px;"></div>
99
- <div class="milestone" style="left:195px; top:9px; width:11px; height:3px;"></div>
100
- <div class="milestone" style="left:196px; top:8px; width:9px; height:5px;"></div>
101
- <div class="milestone" style="left:197px; top:7px; width:7px; height:7px;"></div>
102
- <div class="milestone" style="left:198px; top:6px; width:5px; height:9px;"></div>
103
- <div class="milestone" style="left:199px; top:5px; width:3px; height:11px;"></div>
104
- <div class="milestone" style="left:200px; top:4px; width:1px; height:13px;"></div>
105
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
106
- </div>
107
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:172px; width:440px; height:21px; font-size:10px;">
108
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
109
- <div class="milestone" style="left:174px; top:10px; width:13px; height:1px;"></div>
110
- <div class="milestone" style="left:175px; top:9px; width:11px; height:3px;"></div>
111
- <div class="milestone" style="left:176px; top:8px; width:9px; height:5px;"></div>
112
- <div class="milestone" style="left:177px; top:7px; width:7px; height:7px;"></div>
113
- <div class="milestone" style="left:178px; top:6px; width:5px; height:9px;"></div>
114
- <div class="milestone" style="left:179px; top:5px; width:3px; height:11px;"></div>
115
- <div class="milestone" style="left:180px; top:4px; width:1px; height:13px;"></div>
116
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
117
- </div>
118
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:194px; width:440px; height:21px; font-size:10px;">
119
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
120
- <div class="milestone" style="left:134px; top:10px; width:13px; height:1px;"></div>
121
- <div class="milestone" style="left:135px; top:9px; width:11px; height:3px;"></div>
122
- <div class="milestone" style="left:136px; top:8px; width:9px; height:5px;"></div>
123
- <div class="milestone" style="left:137px; top:7px; width:7px; height:7px;"></div>
124
- <div class="milestone" style="left:138px; top:6px; width:5px; height:9px;"></div>
125
- <div class="milestone" style="left:139px; top:5px; width:3px; height:11px;"></div>
126
- <div class="milestone" style="left:140px; top:4px; width:1px; height:13px;"></div>
127
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
128
- </div>
129
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:216px; width:440px; height:21px; font-size:10px;">
130
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
131
- <div class="milestone" style="left:154px; top:10px; width:13px; height:1px;"></div>
132
- <div class="milestone" style="left:155px; top:9px; width:11px; height:3px;"></div>
133
- <div class="milestone" style="left:156px; top:8px; width:9px; height:5px;"></div>
134
- <div class="milestone" style="left:157px; top:7px; width:7px; height:7px;"></div>
135
- <div class="milestone" style="left:158px; top:6px; width:5px; height:9px;"></div>
136
- <div class="milestone" style="left:159px; top:5px; width:3px; height:11px;"></div>
137
- <div class="milestone" style="left:160px; top:4px; width:1px; height:13px;"></div>
138
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
139
- </div>
140
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:238px; width:440px; height:21px; font-size:10px;">
141
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
142
- <div class="milestone" style="left:174px; top:10px; width:13px; height:1px;"></div>
143
- <div class="milestone" style="left:175px; top:9px; width:11px; height:3px;"></div>
144
- <div class="milestone" style="left:176px; top:8px; width:9px; height:5px;"></div>
145
- <div class="milestone" style="left:177px; top:7px; width:7px; height:7px;"></div>
146
- <div class="milestone" style="left:178px; top:6px; width:5px; height:9px;"></div>
147
- <div class="milestone" style="left:179px; top:5px; width:3px; height:11px;"></div>
148
- <div class="milestone" style="left:180px; top:4px; width:1px; height:13px;"></div>
149
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
150
- </div>
151
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:260px; width:440px; height:21px; font-size:10px;">
152
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
153
- <div class="taskbarframe" style="left:139px; top:4px; width:61px; height:12px;"></div>
154
- <div class="taskbar" style="left:140px; top:5px; width:59px; height:10px;"></div>
155
- <div class="progressbar" style="left:140px; top:7px; width:59px; height:6px;"></div>
156
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
157
- </div>
158
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:282px; width:440px; height:21px; font-size:10px;">
159
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
160
- <div class="milestone" style="left:174px; top:10px; width:13px; height:1px;"></div>
161
- <div class="milestone" style="left:175px; top:9px; width:11px; height:3px;"></div>
162
- <div class="milestone" style="left:176px; top:8px; width:9px; height:5px;"></div>
163
- <div class="milestone" style="left:177px; top:7px; width:7px; height:7px;"></div>
164
- <div class="milestone" style="left:178px; top:6px; width:5px; height:9px;"></div>
165
- <div class="milestone" style="left:179px; top:5px; width:3px; height:11px;"></div>
166
- <div class="milestone" style="left:180px; top:4px; width:1px; height:13px;"></div>
167
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
168
- </div>
169
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:304px; width:440px; height:21px; font-size:10px;">
170
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
171
- <div class="milestone" style="left:154px; top:10px; width:13px; height:1px;"></div>
172
- <div class="milestone" style="left:155px; top:9px; width:11px; height:3px;"></div>
173
- <div class="milestone" style="left:156px; top:8px; width:9px; height:5px;"></div>
174
- <div class="milestone" style="left:157px; top:7px; width:7px; height:7px;"></div>
175
- <div class="milestone" style="left:158px; top:6px; width:5px; height:9px;"></div>
176
- <div class="milestone" style="left:159px; top:5px; width:3px; height:11px;"></div>
177
- <div class="milestone" style="left:160px; top:4px; width:1px; height:13px;"></div>
178
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
179
- </div>
180
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:326px; width:440px; height:21px; font-size:10px;">
181
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
182
- <div class="milestone" style="left:134px; top:10px; width:13px; height:1px;"></div>
183
- <div class="milestone" style="left:135px; top:9px; width:11px; height:3px;"></div>
184
- <div class="milestone" style="left:136px; top:8px; width:9px; height:5px;"></div>
185
- <div class="milestone" style="left:137px; top:7px; width:7px; height:7px;"></div>
186
- <div class="milestone" style="left:138px; top:6px; width:5px; height:9px;"></div>
187
- <div class="milestone" style="left:139px; top:5px; width:3px; height:11px;"></div>
188
- <div class="milestone" style="left:140px; top:4px; width:1px; height:13px;"></div>
189
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
190
- </div>
191
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:348px; width:440px; height:21px; font-size:10px;">
192
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
193
- <div class="milestone" style="left:194px; top:10px; width:13px; height:1px;"></div>
194
- <div class="milestone" style="left:195px; top:9px; width:11px; height:3px;"></div>
195
- <div class="milestone" style="left:196px; top:8px; width:9px; height:5px;"></div>
196
- <div class="milestone" style="left:197px; top:7px; width:7px; height:7px;"></div>
197
- <div class="milestone" style="left:198px; top:6px; width:5px; height:9px;"></div>
198
- <div class="milestone" style="left:199px; top:5px; width:3px; height:11px;"></div>
199
- <div class="milestone" style="left:200px; top:4px; width:1px; height:13px;"></div>
200
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
201
- </div>
202
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:370px; width:440px; height:21px; font-size:10px;">
203
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
204
- <div class="milestone" style="left:215px; top:10px; width:13px; height:1px;"></div>
205
- <div class="milestone" style="left:216px; top:9px; width:11px; height:3px;"></div>
206
- <div class="milestone" style="left:217px; top:8px; width:9px; height:5px;"></div>
207
- <div class="milestone" style="left:218px; top:7px; width:7px; height:7px;"></div>
208
- <div class="milestone" style="left:219px; top:6px; width:5px; height:9px;"></div>
209
- <div class="milestone" style="left:220px; top:5px; width:3px; height:11px;"></div>
210
- <div class="milestone" style="left:221px; top:4px; width:1px; height:13px;"></div>
211
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
212
- </div>
213
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:392px; width:440px; height:21px; font-size:10px;">
214
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
215
- <div class="milestone" style="left:235px; top:10px; width:13px; height:1px;"></div>
216
- <div class="milestone" style="left:236px; top:9px; width:11px; height:3px;"></div>
217
- <div class="milestone" style="left:237px; top:8px; width:9px; height:5px;"></div>
218
- <div class="milestone" style="left:238px; top:7px; width:7px; height:7px;"></div>
219
- <div class="milestone" style="left:239px; top:6px; width:5px; height:9px;"></div>
220
- <div class="milestone" style="left:240px; top:5px; width:3px; height:11px;"></div>
221
- <div class="milestone" style="left:241px; top:4px; width:1px; height:13px;"></div>
222
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
223
- </div>
224
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:414px; width:440px; height:21px; font-size:10px;">
225
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
226
- <div class="taskbarframe" style="left:139px; top:4px; width:61px; height:12px;"></div>
227
- <div class="taskbar" style="left:140px; top:5px; width:59px; height:10px;"></div>
228
- <div class="progressbar" style="left:140px; top:7px; width:59px; height:6px;"></div>
229
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
230
- </div>
231
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:436px; width:440px; height:21px; font-size:10px;">
232
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
233
- <div class="milestone" style="left:255px; top:10px; width:13px; height:1px;"></div>
234
- <div class="milestone" style="left:256px; top:9px; width:11px; height:3px;"></div>
235
- <div class="milestone" style="left:257px; top:8px; width:9px; height:5px;"></div>
236
- <div class="milestone" style="left:258px; top:7px; width:7px; height:7px;"></div>
237
- <div class="milestone" style="left:259px; top:6px; width:5px; height:9px;"></div>
238
- <div class="milestone" style="left:260px; top:5px; width:3px; height:11px;"></div>
239
- <div class="milestone" style="left:261px; top:4px; width:1px; height:13px;"></div>
240
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
241
- </div>
242
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:458px; width:440px; height:21px; font-size:10px;">
243
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
244
- <div class="milestone" style="left:275px; top:10px; width:13px; height:1px;"></div>
245
- <div class="milestone" style="left:276px; top:9px; width:11px; height:3px;"></div>
246
- <div class="milestone" style="left:277px; top:8px; width:9px; height:5px;"></div>
247
- <div class="milestone" style="left:278px; top:7px; width:7px; height:7px;"></div>
248
- <div class="milestone" style="left:279px; top:6px; width:5px; height:9px;"></div>
249
- <div class="milestone" style="left:280px; top:5px; width:3px; height:11px;"></div>
250
- <div class="milestone" style="left:281px; top:4px; width:1px; height:13px;"></div>
251
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
252
- </div>
253
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:480px; width:440px; height:21px; font-size:10px;">
254
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
255
- <div class="milestone" style="left:295px; top:10px; width:13px; height:1px;"></div>
256
- <div class="milestone" style="left:296px; top:9px; width:11px; height:3px;"></div>
257
- <div class="milestone" style="left:297px; top:8px; width:9px; height:5px;"></div>
258
- <div class="milestone" style="left:298px; top:7px; width:7px; height:7px;"></div>
259
- <div class="milestone" style="left:299px; top:6px; width:5px; height:9px;"></div>
260
- <div class="milestone" style="left:300px; top:5px; width:3px; height:11px;"></div>
261
- <div class="milestone" style="left:301px; top:4px; width:1px; height:13px;"></div>
262
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
263
- </div>
264
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:502px; width:440px; height:21px; font-size:10px;">
265
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
266
- <div class="taskbarframe" style="left:139px; top:4px; width:21px; height:12px;"></div>
267
- <div class="taskbar" style="left:140px; top:5px; width:19px; height:10px;"></div>
268
- <div class="progressbar" style="left:140px; top:7px; width:19px; height:6px;"></div>
269
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
270
- </div>
271
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:524px; width:440px; height:21px; font-size:10px;">
272
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
273
- <div class="milestone" style="left:154px; top:10px; width:13px; height:1px;"></div>
274
- <div class="milestone" style="left:155px; top:9px; width:11px; height:3px;"></div>
275
- <div class="milestone" style="left:156px; top:8px; width:9px; height:5px;"></div>
276
- <div class="milestone" style="left:157px; top:7px; width:7px; height:7px;"></div>
277
- <div class="milestone" style="left:158px; top:6px; width:5px; height:9px;"></div>
278
- <div class="milestone" style="left:159px; top:5px; width:3px; height:11px;"></div>
279
- <div class="milestone" style="left:160px; top:4px; width:1px; height:13px;"></div>
280
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
281
- </div>
282
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:546px; width:440px; height:21px; font-size:10px;">
283
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
284
- <div class="milestone" style="left:174px; top:10px; width:13px; height:1px;"></div>
285
- <div class="milestone" style="left:175px; top:9px; width:11px; height:3px;"></div>
286
- <div class="milestone" style="left:176px; top:8px; width:9px; height:5px;"></div>
287
- <div class="milestone" style="left:177px; top:7px; width:7px; height:7px;"></div>
288
- <div class="milestone" style="left:178px; top:6px; width:5px; height:9px;"></div>
289
- <div class="milestone" style="left:179px; top:5px; width:3px; height:11px;"></div>
290
- <div class="milestone" style="left:180px; top:4px; width:1px; height:13px;"></div>
291
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
292
- </div>
293
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:568px; width:440px; height:21px; font-size:10px;">
294
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
295
- <div class="milestone" style="left:194px; top:10px; width:13px; height:1px;"></div>
296
- <div class="milestone" style="left:195px; top:9px; width:11px; height:3px;"></div>
297
- <div class="milestone" style="left:196px; top:8px; width:9px; height:5px;"></div>
298
- <div class="milestone" style="left:197px; top:7px; width:7px; height:7px;"></div>
299
- <div class="milestone" style="left:198px; top:6px; width:5px; height:9px;"></div>
300
- <div class="milestone" style="left:199px; top:5px; width:3px; height:11px;"></div>
301
- <div class="milestone" style="left:200px; top:4px; width:1px; height:13px;"></div>
302
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
303
- </div>
304
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:590px; width:440px; height:21px; font-size:10px;">
305
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
306
- <div class="milestone" style="left:215px; top:10px; width:13px; height:1px;"></div>
307
- <div class="milestone" style="left:216px; top:9px; width:11px; height:3px;"></div>
308
- <div class="milestone" style="left:217px; top:8px; width:9px; height:5px;"></div>
309
- <div class="milestone" style="left:218px; top:7px; width:7px; height:7px;"></div>
310
- <div class="milestone" style="left:219px; top:6px; width:5px; height:9px;"></div>
311
- <div class="milestone" style="left:220px; top:5px; width:3px; height:11px;"></div>
312
- <div class="milestone" style="left:221px; top:4px; width:1px; height:13px;"></div>
313
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
314
- </div>
315
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:612px; width:440px; height:21px; font-size:10px;">
316
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
317
- <div class="milestone" style="left:235px; top:10px; width:13px; height:1px;"></div>
318
- <div class="milestone" style="left:236px; top:9px; width:11px; height:3px;"></div>
319
- <div class="milestone" style="left:237px; top:8px; width:9px; height:5px;"></div>
320
- <div class="milestone" style="left:238px; top:7px; width:7px; height:7px;"></div>
321
- <div class="milestone" style="left:239px; top:6px; width:5px; height:9px;"></div>
322
- <div class="milestone" style="left:240px; top:5px; width:3px; height:11px;"></div>
323
- <div class="milestone" style="left:241px; top:4px; width:1px; height:13px;"></div>
324
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
325
- </div>
326
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:634px; width:440px; height:21px; font-size:10px;">
327
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
328
- <div class="milestone" style="left:255px; top:10px; width:13px; height:1px;"></div>
329
- <div class="milestone" style="left:256px; top:9px; width:11px; height:3px;"></div>
330
- <div class="milestone" style="left:257px; top:8px; width:9px; height:5px;"></div>
331
- <div class="milestone" style="left:258px; top:7px; width:7px; height:7px;"></div>
332
- <div class="milestone" style="left:259px; top:6px; width:5px; height:9px;"></div>
333
- <div class="milestone" style="left:260px; top:5px; width:3px; height:11px;"></div>
334
- <div class="milestone" style="left:261px; top:4px; width:1px; height:13px;"></div>
335
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
336
- </div>
337
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:656px; width:440px; height:21px; font-size:10px;">
338
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
339
- <div class="milestone" style="left:154px; top:10px; width:13px; height:1px;"></div>
340
- <div class="milestone" style="left:155px; top:9px; width:11px; height:3px;"></div>
341
- <div class="milestone" style="left:156px; top:8px; width:9px; height:5px;"></div>
342
- <div class="milestone" style="left:157px; top:7px; width:7px; height:7px;"></div>
343
- <div class="milestone" style="left:158px; top:6px; width:5px; height:9px;"></div>
344
- <div class="milestone" style="left:159px; top:5px; width:3px; height:11px;"></div>
345
- <div class="milestone" style="left:160px; top:4px; width:1px; height:13px;"></div>
346
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
347
- </div>
348
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:678px; width:440px; height:21px; font-size:10px;">
349
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
350
- <div class="milestone" style="left:154px; top:10px; width:13px; height:1px;"></div>
351
- <div class="milestone" style="left:155px; top:9px; width:11px; height:3px;"></div>
352
- <div class="milestone" style="left:156px; top:8px; width:9px; height:5px;"></div>
353
- <div class="milestone" style="left:157px; top:7px; width:7px; height:7px;"></div>
354
- <div class="milestone" style="left:158px; top:6px; width:5px; height:9px;"></div>
355
- <div class="milestone" style="left:159px; top:5px; width:3px; height:11px;"></div>
356
- <div class="milestone" style="left:160px; top:4px; width:1px; height:13px;"></div>
357
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
358
- </div>
359
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:700px; width:440px; height:21px; font-size:10px;">
360
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
361
- <div class="milestone" style="left:154px; top:10px; width:13px; height:1px;"></div>
362
- <div class="milestone" style="left:155px; top:9px; width:11px; height:3px;"></div>
363
- <div class="milestone" style="left:156px; top:8px; width:9px; height:5px;"></div>
364
- <div class="milestone" style="left:157px; top:7px; width:7px; height:7px;"></div>
365
- <div class="milestone" style="left:158px; top:6px; width:5px; height:9px;"></div>
366
- <div class="milestone" style="left:159px; top:5px; width:3px; height:11px;"></div>
367
- <div class="milestone" style="left:160px; top:4px; width:1px; height:13px;"></div>
368
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
369
- </div>
370
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:722px; width:440px; height:21px; font-size:10px;">
371
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
372
- <div class="taskbarframe" style="left:139px; top:4px; width:21px; height:12px;"></div>
373
- <div class="taskbar" style="left:140px; top:5px; width:19px; height:10px;"></div>
374
- <div class="progressbar" style="left:140px; top:7px; width:19px; height:6px;"></div>
375
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
376
- </div>
377
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:744px; width:440px; height:21px; font-size:10px;">
378
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
379
- <div class="milestone" style="left:154px; top:10px; width:13px; height:1px;"></div>
380
- <div class="milestone" style="left:155px; top:9px; width:11px; height:3px;"></div>
381
- <div class="milestone" style="left:156px; top:8px; width:9px; height:5px;"></div>
382
- <div class="milestone" style="left:157px; top:7px; width:7px; height:7px;"></div>
383
- <div class="milestone" style="left:158px; top:6px; width:5px; height:9px;"></div>
384
- <div class="milestone" style="left:159px; top:5px; width:3px; height:11px;"></div>
385
- <div class="milestone" style="left:160px; top:4px; width:1px; height:13px;"></div>
386
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
387
- </div>
388
- <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:766px; width:440px; height:21px; font-size:10px;">
389
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
390
- <div class="milestone" style="left:154px; top:10px; width:13px; height:1px;"></div>
391
- <div class="milestone" style="left:155px; top:9px; width:11px; height:3px;"></div>
392
- <div class="milestone" style="left:156px; top:8px; width:9px; height:5px;"></div>
393
- <div class="milestone" style="left:157px; top:7px; width:7px; height:7px;"></div>
394
- <div class="milestone" style="left:158px; top:6px; width:5px; height:9px;"></div>
395
- <div class="milestone" style="left:159px; top:5px; width:3px; height:11px;"></div>
396
- <div class="milestone" style="left:160px; top:4px; width:1px; height:13px;"></div>
397
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
398
- </div>
399
- <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:788px; width:440px; height:21px; font-size:10px;">
400
- <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
401
- <div class="milestone" style="left:154px; top:10px; width:13px; height:1px;"></div>
402
- <div class="milestone" style="left:155px; top:9px; width:11px; height:3px;"></div>
403
- <div class="milestone" style="left:156px; top:8px; width:9px; height:5px;"></div>
404
- <div class="milestone" style="left:157px; top:7px; width:7px; height:7px;"></div>
405
- <div class="milestone" style="left:158px; top:6px; width:5px; height:9px;"></div>
406
- <div class="milestone" style="left:159px; top:5px; width:3px; height:11px;"></div>
407
- <div class="milestone" style="left:160px; top:4px; width:1px; height:13px;"></div>
408
- <div class="nowline" style="left:1227px; top:0px; width:1px; height:21px;"></div>
409
- </div>
410
- <div class="depline" style="left:180px; top:116px; width:6px; height:1px;"></div>
411
- <div class="depline" style="left:185px; top:116px; width:1px; height:9px;"></div>
412
- <div class="depline" style="left:163px; top:124px; width:23px; height:1px;"></div>
413
- <div class="depline" style="left:163px; top:124px; width:1px; height:59px;"></div>
414
- <div class="depline" style="left:163px; top:182px; width:11px; height:1px;"></div>
415
- <div class="depline" style="left:180px; top:116px; width:6px; height:1px;"></div>
416
- <div class="depline" style="left:185px; top:108px; width:1px; height:9px;"></div>
417
- <div class="depline" style="left:163px; top:108px; width:23px; height:1px;"></div>
418
- <div class="depline" style="left:163px; top:50px; width:1px; height:59px;"></div>
419
- <div class="depline" style="left:163px; top:50px; width:11px; height:1px;"></div>
420
- <div class="depline" style="left:180px; top:116px; width:9px; height:1px;"></div>
421
- <div class="depline" style="left:188px; top:105px; width:1px; height:12px;"></div>
422
- <div class="depline" style="left:183px; top:105px; width:6px; height:1px;"></div>
423
- <div class="depline" style="left:183px; top:72px; width:1px; height:34px;"></div>
424
- <div class="depline" style="left:183px; top:72px; width:11px; height:1px;"></div>
425
- <div class="depline" style="left:180px; top:116px; width:9px; height:1px;"></div>
426
- <div class="depline" style="left:188px; top:116px; width:1px; height:12px;"></div>
427
- <div class="depline" style="left:183px; top:127px; width:6px; height:1px;"></div>
428
- <div class="depline" style="left:183px; top:127px; width:1px; height:34px;"></div>
429
- <div class="depline" style="left:183px; top:160px; width:11px; height:1px;"></div>
430
- <div class="depline" style="left:180px; top:116px; width:12px; height:1px;"></div>
431
- <div class="depline" style="left:191px; top:116px; width:1px; height:23px;"></div>
432
- <div class="depline" style="left:191px; top:138px; width:24px; height:1px;"></div>
433
- <div class="depline" style="left:180px; top:116px; width:12px; height:1px;"></div>
434
- <div class="depline" style="left:191px; top:94px; width:1px; height:23px;"></div>
435
- <div class="depline" style="left:191px; top:94px; width:24px; height:1px;"></div>
436
- <div class="depline" style="left:140px; top:270px; width:6px; height:1px;"></div>
437
- <div class="depline" style="left:145px; top:262px; width:1px; height:9px;"></div>
438
- <div class="depline" style="left:123px; top:262px; width:23px; height:1px;"></div>
439
- <div class="depline" style="left:123px; top:204px; width:1px; height:59px;"></div>
440
- <div class="depline" style="left:123px; top:204px; width:11px; height:1px;"></div>
441
- <div class="depline" style="left:140px; top:270px; width:6px; height:1px;"></div>
442
- <div class="depline" style="left:145px; top:270px; width:1px; height:9px;"></div>
443
- <div class="depline" style="left:123px; top:278px; width:23px; height:1px;"></div>
444
- <div class="depline" style="left:123px; top:278px; width:1px; height:59px;"></div>
445
- <div class="depline" style="left:123px; top:336px; width:11px; height:1px;"></div>
446
- <div class="depline" style="left:140px; top:270px; width:9px; height:1px;"></div>
447
- <div class="depline" style="left:148px; top:270px; width:1px; height:12px;"></div>
448
- <div class="depline" style="left:143px; top:281px; width:6px; height:1px;"></div>
449
- <div class="depline" style="left:143px; top:281px; width:1px; height:34px;"></div>
450
- <div class="depline" style="left:143px; top:314px; width:11px; height:1px;"></div>
451
- <div class="depline" style="left:140px; top:270px; width:9px; height:1px;"></div>
452
- <div class="depline" style="left:148px; top:259px; width:1px; height:12px;"></div>
453
- <div class="depline" style="left:143px; top:259px; width:6px; height:1px;"></div>
454
- <div class="depline" style="left:143px; top:226px; width:1px; height:34px;"></div>
455
- <div class="depline" style="left:143px; top:226px; width:11px; height:1px;"></div>
456
- <div class="depline" style="left:140px; top:270px; width:12px; height:1px;"></div>
457
- <div class="depline" style="left:151px; top:270px; width:1px; height:23px;"></div>
458
- <div class="depline" style="left:151px; top:292px; width:23px; height:1px;"></div>
459
- <div class="depline" style="left:140px; top:270px; width:12px; height:1px;"></div>
460
- <div class="depline" style="left:151px; top:248px; width:1px; height:23px;"></div>
461
- <div class="depline" style="left:151px; top:248px; width:23px; height:1px;"></div>
462
- <div class="depline" style="left:200px; top:424px; width:6px; height:1px;"></div>
463
- <div class="depline" style="left:205px; top:416px; width:1px; height:9px;"></div>
464
- <div class="depline" style="left:183px; top:416px; width:23px; height:1px;"></div>
465
- <div class="depline" style="left:183px; top:358px; width:1px; height:59px;"></div>
466
- <div class="depline" style="left:183px; top:358px; width:11px; height:1px;"></div>
467
- <div class="depline" style="left:200px; top:424px; width:9px; height:1px;"></div>
468
- <div class="depline" style="left:208px; top:413px; width:1px; height:12px;"></div>
469
- <div class="depline" style="left:204px; top:413px; width:5px; height:1px;"></div>
470
- <div class="depline" style="left:204px; top:380px; width:1px; height:34px;"></div>
471
- <div class="depline" style="left:204px; top:380px; width:11px; height:1px;"></div>
472
- <div class="depline" style="left:200px; top:424px; width:6px; height:1px;"></div>
473
- <div class="depline" style="left:205px; top:424px; width:1px; height:67px;"></div>
474
- <div class="depline" style="left:205px; top:490px; width:90px; height:1px;"></div>
475
- <div class="depline" style="left:200px; top:424px; width:12px; height:1px;"></div>
476
- <div class="depline" style="left:211px; top:402px; width:1px; height:23px;"></div>
477
- <div class="depline" style="left:211px; top:402px; width:24px; height:1px;"></div>
478
- <div class="depline" style="left:200px; top:424px; width:9px; height:1px;"></div>
479
- <div class="depline" style="left:208px; top:424px; width:1px; height:45px;"></div>
480
- <div class="depline" style="left:208px; top:468px; width:67px; height:1px;"></div>
481
- <div class="depline" style="left:200px; top:424px; width:12px; height:1px;"></div>
482
- <div class="depline" style="left:211px; top:424px; width:1px; height:23px;"></div>
483
- <div class="depline" style="left:211px; top:446px; width:44px; height:1px;"></div>
484
- <div class="depline" style="left:160px; top:512px; width:6px; height:1px;"></div>
485
- <div class="depline" style="left:165px; top:512px; width:1px; height:9px;"></div>
486
- <div class="depline" style="left:143px; top:520px; width:23px; height:1px;"></div>
487
- <div class="depline" style="left:143px; top:520px; width:1px; height:15px;"></div>
488
- <div class="depline" style="left:143px; top:534px; width:11px; height:1px;"></div>
489
- <div class="depline" style="left:160px; top:512px; width:9px; height:1px;"></div>
490
- <div class="depline" style="left:168px; top:512px; width:1px; height:12px;"></div>
491
- <div class="depline" style="left:140px; top:523px; width:29px; height:1px;"></div>
492
- <div class="depline" style="left:140px; top:523px; width:1px; height:34px;"></div>
493
- <div class="depline" style="left:140px; top:556px; width:34px; height:1px;"></div>
494
- <div class="depline" style="left:160px; top:512px; width:12px; height:1px;"></div>
495
- <div class="depline" style="left:171px; top:512px; width:1px; height:32px;"></div>
496
- <div class="depline" style="left:163px; top:543px; width:9px; height:1px;"></div>
497
- <div class="depline" style="left:163px; top:543px; width:1px; height:36px;"></div>
498
- <div class="depline" style="left:163px; top:578px; width:31px; height:1px;"></div>
499
- <div class="depline" style="left:160px; top:512px; width:15px; height:1px;"></div>
500
- <div class="depline" style="left:174px; top:512px; width:1px; height:35px;"></div>
501
- <div class="depline" style="left:160px; top:546px; width:15px; height:1px;"></div>
502
- <div class="depline" style="left:160px; top:546px; width:1px; height:55px;"></div>
503
- <div class="depline" style="left:160px; top:600px; width:55px; height:1px;"></div>
504
- <div class="depline" style="left:160px; top:512px; width:29px; height:1px;"></div>
505
- <div class="depline" style="left:188px; top:512px; width:1px; height:54px;"></div>
506
- <div class="depline" style="left:183px; top:565px; width:6px; height:1px;"></div>
507
- <div class="depline" style="left:183px; top:565px; width:1px; height:58px;"></div>
508
- <div class="depline" style="left:183px; top:622px; width:52px; height:1px;"></div>
509
- <div class="depline" style="left:160px; top:512px; width:32px; height:1px;"></div>
510
- <div class="depline" style="left:191px; top:512px; width:1px; height:57px;"></div>
511
- <div class="depline" style="left:180px; top:568px; width:12px; height:1px;"></div>
512
- <div class="depline" style="left:180px; top:568px; width:1px; height:77px;"></div>
513
- <div class="depline" style="left:180px; top:644px; width:75px; height:1px;"></div>
514
- <div class="depline" style="left:160px; top:732px; width:6px; height:1px;"></div>
515
- <div class="depline" style="left:165px; top:732px; width:1px; height:9px;"></div>
516
- <div class="depline" style="left:143px; top:740px; width:23px; height:1px;"></div>
517
- <div class="depline" style="left:143px; top:740px; width:1px; height:15px;"></div>
518
- <div class="depline" style="left:143px; top:754px; width:11px; height:1px;"></div>
519
- <div class="depline" style="left:160px; top:732px; width:6px; height:1px;"></div>
520
- <div class="depline" style="left:165px; top:724px; width:1px; height:9px;"></div>
521
- <div class="depline" style="left:143px; top:724px; width:23px; height:1px;"></div>
522
- <div class="depline" style="left:143px; top:710px; width:1px; height:15px;"></div>
523
- <div class="depline" style="left:143px; top:710px; width:11px; height:1px;"></div>
524
- <div class="depline" style="left:160px; top:732px; width:9px; height:1px;"></div>
525
- <div class="depline" style="left:168px; top:721px; width:1px; height:12px;"></div>
526
- <div class="depline" style="left:140px; top:721px; width:29px; height:1px;"></div>
527
- <div class="depline" style="left:140px; top:688px; width:1px; height:34px;"></div>
528
- <div class="depline" style="left:140px; top:688px; width:14px; height:1px;"></div>
529
- <div class="depline" style="left:160px; top:732px; width:9px; height:1px;"></div>
530
- <div class="depline" style="left:168px; top:732px; width:1px; height:12px;"></div>
531
- <div class="depline" style="left:140px; top:743px; width:29px; height:1px;"></div>
532
- <div class="depline" style="left:140px; top:743px; width:1px; height:34px;"></div>
533
- <div class="depline" style="left:140px; top:776px; width:14px; height:1px;"></div>
534
- <div class="depline" style="left:160px; top:732px; width:12px; height:1px;"></div>
535
- <div class="depline" style="left:171px; top:701px; width:1px; height:32px;"></div>
536
- <div class="depline" style="left:143px; top:701px; width:29px; height:1px;"></div>
537
- <div class="depline" style="left:143px; top:666px; width:1px; height:36px;"></div>
538
- <div class="depline" style="left:143px; top:666px; width:11px; height:1px;"></div>
539
- <div class="depline" style="left:160px; top:732px; width:12px; height:1px;"></div>
540
- <div class="depline" style="left:171px; top:732px; width:1px; height:32px;"></div>
541
- <div class="depline" style="left:143px; top:763px; width:29px; height:1px;"></div>
542
- <div class="depline" style="left:143px; top:763px; width:1px; height:36px;"></div>
543
- <div class="depline" style="left:143px; top:798px; width:11px; height:1px;"></div>
544
- <div class="depline" style="left:173px; top:182px; width:1px; height:1px;"></div>
545
- <div class="depline" style="left:172px; top:181px; width:1px; height:3px;"></div>
546
- <div class="depline" style="left:171px; top:180px; width:1px; height:5px;"></div>
547
- <div class="depline" style="left:170px; top:179px; width:1px; height:7px;"></div>
548
- <div class="depline" style="left:169px; top:178px; width:1px; height:9px;"></div>
549
- <div class="depline" style="left:168px; top:177px; width:1px; height:11px;"></div>
550
- <div class="depline" style="left:173px; top:50px; width:1px; height:1px;"></div>
551
- <div class="depline" style="left:172px; top:49px; width:1px; height:3px;"></div>
552
- <div class="depline" style="left:171px; top:48px; width:1px; height:5px;"></div>
553
- <div class="depline" style="left:170px; top:47px; width:1px; height:7px;"></div>
554
- <div class="depline" style="left:169px; top:46px; width:1px; height:9px;"></div>
555
- <div class="depline" style="left:168px; top:45px; width:1px; height:11px;"></div>
556
- <div class="depline" style="left:193px; top:72px; width:1px; height:1px;"></div>
557
- <div class="depline" style="left:192px; top:71px; width:1px; height:3px;"></div>
558
- <div class="depline" style="left:191px; top:70px; width:1px; height:5px;"></div>
559
- <div class="depline" style="left:190px; top:69px; width:1px; height:7px;"></div>
560
- <div class="depline" style="left:189px; top:68px; width:1px; height:9px;"></div>
561
- <div class="depline" style="left:188px; top:67px; width:1px; height:11px;"></div>
562
- <div class="depline" style="left:193px; top:160px; width:1px; height:1px;"></div>
563
- <div class="depline" style="left:192px; top:159px; width:1px; height:3px;"></div>
564
- <div class="depline" style="left:191px; top:158px; width:1px; height:5px;"></div>
565
- <div class="depline" style="left:190px; top:157px; width:1px; height:7px;"></div>
566
- <div class="depline" style="left:189px; top:156px; width:1px; height:9px;"></div>
567
- <div class="depline" style="left:188px; top:155px; width:1px; height:11px;"></div>
568
- <div class="depline" style="left:214px; top:138px; width:1px; height:1px;"></div>
569
- <div class="depline" style="left:213px; top:137px; width:1px; height:3px;"></div>
570
- <div class="depline" style="left:212px; top:136px; width:1px; height:5px;"></div>
571
- <div class="depline" style="left:211px; top:135px; width:1px; height:7px;"></div>
572
- <div class="depline" style="left:210px; top:134px; width:1px; height:9px;"></div>
573
- <div class="depline" style="left:209px; top:133px; width:1px; height:11px;"></div>
574
- <div class="depline" style="left:214px; top:94px; width:1px; height:1px;"></div>
575
- <div class="depline" style="left:213px; top:93px; width:1px; height:3px;"></div>
576
- <div class="depline" style="left:212px; top:92px; width:1px; height:5px;"></div>
577
- <div class="depline" style="left:211px; top:91px; width:1px; height:7px;"></div>
578
- <div class="depline" style="left:210px; top:90px; width:1px; height:9px;"></div>
579
- <div class="depline" style="left:209px; top:89px; width:1px; height:11px;"></div>
580
- <div class="depline" style="left:133px; top:204px; width:1px; height:1px;"></div>
581
- <div class="depline" style="left:132px; top:203px; width:1px; height:3px;"></div>
582
- <div class="depline" style="left:131px; top:202px; width:1px; height:5px;"></div>
583
- <div class="depline" style="left:130px; top:201px; width:1px; height:7px;"></div>
584
- <div class="depline" style="left:129px; top:200px; width:1px; height:9px;"></div>
585
- <div class="depline" style="left:128px; top:199px; width:1px; height:11px;"></div>
586
- <div class="depline" style="left:133px; top:336px; width:1px; height:1px;"></div>
587
- <div class="depline" style="left:132px; top:335px; width:1px; height:3px;"></div>
588
- <div class="depline" style="left:131px; top:334px; width:1px; height:5px;"></div>
589
- <div class="depline" style="left:130px; top:333px; width:1px; height:7px;"></div>
590
- <div class="depline" style="left:129px; top:332px; width:1px; height:9px;"></div>
591
- <div class="depline" style="left:128px; top:331px; width:1px; height:11px;"></div>
592
- <div class="depline" style="left:153px; top:314px; width:1px; height:1px;"></div>
593
- <div class="depline" style="left:152px; top:313px; width:1px; height:3px;"></div>
594
- <div class="depline" style="left:151px; top:312px; width:1px; height:5px;"></div>
595
- <div class="depline" style="left:150px; top:311px; width:1px; height:7px;"></div>
596
- <div class="depline" style="left:149px; top:310px; width:1px; height:9px;"></div>
597
- <div class="depline" style="left:148px; top:309px; width:1px; height:11px;"></div>
598
- <div class="depline" style="left:153px; top:226px; width:1px; height:1px;"></div>
599
- <div class="depline" style="left:152px; top:225px; width:1px; height:3px;"></div>
600
- <div class="depline" style="left:151px; top:224px; width:1px; height:5px;"></div>
601
- <div class="depline" style="left:150px; top:223px; width:1px; height:7px;"></div>
602
- <div class="depline" style="left:149px; top:222px; width:1px; height:9px;"></div>
603
- <div class="depline" style="left:148px; top:221px; width:1px; height:11px;"></div>
604
- <div class="depline" style="left:173px; top:292px; width:1px; height:1px;"></div>
605
- <div class="depline" style="left:172px; top:291px; width:1px; height:3px;"></div>
606
- <div class="depline" style="left:171px; top:290px; width:1px; height:5px;"></div>
607
- <div class="depline" style="left:170px; top:289px; width:1px; height:7px;"></div>
608
- <div class="depline" style="left:169px; top:288px; width:1px; height:9px;"></div>
609
- <div class="depline" style="left:168px; top:287px; width:1px; height:11px;"></div>
610
- <div class="depline" style="left:173px; top:248px; width:1px; height:1px;"></div>
611
- <div class="depline" style="left:172px; top:247px; width:1px; height:3px;"></div>
612
- <div class="depline" style="left:171px; top:246px; width:1px; height:5px;"></div>
613
- <div class="depline" style="left:170px; top:245px; width:1px; height:7px;"></div>
614
- <div class="depline" style="left:169px; top:244px; width:1px; height:9px;"></div>
615
- <div class="depline" style="left:168px; top:243px; width:1px; height:11px;"></div>
616
- <div class="depline" style="left:193px; top:358px; width:1px; height:1px;"></div>
617
- <div class="depline" style="left:192px; top:357px; width:1px; height:3px;"></div>
618
- <div class="depline" style="left:191px; top:356px; width:1px; height:5px;"></div>
619
- <div class="depline" style="left:190px; top:355px; width:1px; height:7px;"></div>
620
- <div class="depline" style="left:189px; top:354px; width:1px; height:9px;"></div>
621
- <div class="depline" style="left:188px; top:353px; width:1px; height:11px;"></div>
622
- <div class="depline" style="left:214px; top:380px; width:1px; height:1px;"></div>
623
- <div class="depline" style="left:213px; top:379px; width:1px; height:3px;"></div>
624
- <div class="depline" style="left:212px; top:378px; width:1px; height:5px;"></div>
625
- <div class="depline" style="left:211px; top:377px; width:1px; height:7px;"></div>
626
- <div class="depline" style="left:210px; top:376px; width:1px; height:9px;"></div>
627
- <div class="depline" style="left:209px; top:375px; width:1px; height:11px;"></div>
628
- <div class="depline" style="left:294px; top:490px; width:1px; height:1px;"></div>
629
- <div class="depline" style="left:293px; top:489px; width:1px; height:3px;"></div>
630
- <div class="depline" style="left:292px; top:488px; width:1px; height:5px;"></div>
631
- <div class="depline" style="left:291px; top:487px; width:1px; height:7px;"></div>
632
- <div class="depline" style="left:290px; top:486px; width:1px; height:9px;"></div>
633
- <div class="depline" style="left:289px; top:485px; width:1px; height:11px;"></div>
634
- <div class="depline" style="left:234px; top:402px; width:1px; height:1px;"></div>
635
- <div class="depline" style="left:233px; top:401px; width:1px; height:3px;"></div>
636
- <div class="depline" style="left:232px; top:400px; width:1px; height:5px;"></div>
637
- <div class="depline" style="left:231px; top:399px; width:1px; height:7px;"></div>
638
- <div class="depline" style="left:230px; top:398px; width:1px; height:9px;"></div>
639
- <div class="depline" style="left:229px; top:397px; width:1px; height:11px;"></div>
640
- <div class="depline" style="left:274px; top:468px; width:1px; height:1px;"></div>
641
- <div class="depline" style="left:273px; top:467px; width:1px; height:3px;"></div>
642
- <div class="depline" style="left:272px; top:466px; width:1px; height:5px;"></div>
643
- <div class="depline" style="left:271px; top:465px; width:1px; height:7px;"></div>
644
- <div class="depline" style="left:270px; top:464px; width:1px; height:9px;"></div>
645
- <div class="depline" style="left:269px; top:463px; width:1px; height:11px;"></div>
646
- <div class="depline" style="left:254px; top:446px; width:1px; height:1px;"></div>
647
- <div class="depline" style="left:253px; top:445px; width:1px; height:3px;"></div>
648
- <div class="depline" style="left:252px; top:444px; width:1px; height:5px;"></div>
649
- <div class="depline" style="left:251px; top:443px; width:1px; height:7px;"></div>
650
- <div class="depline" style="left:250px; top:442px; width:1px; height:9px;"></div>
651
- <div class="depline" style="left:249px; top:441px; width:1px; height:11px;"></div>
652
- <div class="depline" style="left:153px; top:534px; width:1px; height:1px;"></div>
653
- <div class="depline" style="left:152px; top:533px; width:1px; height:3px;"></div>
654
- <div class="depline" style="left:151px; top:532px; width:1px; height:5px;"></div>
655
- <div class="depline" style="left:150px; top:531px; width:1px; height:7px;"></div>
656
- <div class="depline" style="left:149px; top:530px; width:1px; height:9px;"></div>
657
- <div class="depline" style="left:148px; top:529px; width:1px; height:11px;"></div>
658
- <div class="depline" style="left:173px; top:556px; width:1px; height:1px;"></div>
659
- <div class="depline" style="left:172px; top:555px; width:1px; height:3px;"></div>
660
- <div class="depline" style="left:171px; top:554px; width:1px; height:5px;"></div>
661
- <div class="depline" style="left:170px; top:553px; width:1px; height:7px;"></div>
662
- <div class="depline" style="left:169px; top:552px; width:1px; height:9px;"></div>
663
- <div class="depline" style="left:168px; top:551px; width:1px; height:11px;"></div>
664
- <div class="depline" style="left:193px; top:578px; width:1px; height:1px;"></div>
665
- <div class="depline" style="left:192px; top:577px; width:1px; height:3px;"></div>
666
- <div class="depline" style="left:191px; top:576px; width:1px; height:5px;"></div>
667
- <div class="depline" style="left:190px; top:575px; width:1px; height:7px;"></div>
668
- <div class="depline" style="left:189px; top:574px; width:1px; height:9px;"></div>
669
- <div class="depline" style="left:188px; top:573px; width:1px; height:11px;"></div>
670
- <div class="depline" style="left:214px; top:600px; width:1px; height:1px;"></div>
671
- <div class="depline" style="left:213px; top:599px; width:1px; height:3px;"></div>
672
- <div class="depline" style="left:212px; top:598px; width:1px; height:5px;"></div>
673
- <div class="depline" style="left:211px; top:597px; width:1px; height:7px;"></div>
674
- <div class="depline" style="left:210px; top:596px; width:1px; height:9px;"></div>
675
- <div class="depline" style="left:209px; top:595px; width:1px; height:11px;"></div>
676
- <div class="depline" style="left:234px; top:622px; width:1px; height:1px;"></div>
677
- <div class="depline" style="left:233px; top:621px; width:1px; height:3px;"></div>
678
- <div class="depline" style="left:232px; top:620px; width:1px; height:5px;"></div>
679
- <div class="depline" style="left:231px; top:619px; width:1px; height:7px;"></div>
680
- <div class="depline" style="left:230px; top:618px; width:1px; height:9px;"></div>
681
- <div class="depline" style="left:229px; top:617px; width:1px; height:11px;"></div>
682
- <div class="depline" style="left:254px; top:644px; width:1px; height:1px;"></div>
683
- <div class="depline" style="left:253px; top:643px; width:1px; height:3px;"></div>
684
- <div class="depline" style="left:252px; top:642px; width:1px; height:5px;"></div>
685
- <div class="depline" style="left:251px; top:641px; width:1px; height:7px;"></div>
686
- <div class="depline" style="left:250px; top:640px; width:1px; height:9px;"></div>
687
- <div class="depline" style="left:249px; top:639px; width:1px; height:11px;"></div>
688
- <div class="depline" style="left:153px; top:754px; width:1px; height:1px;"></div>
689
- <div class="depline" style="left:152px; top:753px; width:1px; height:3px;"></div>
690
- <div class="depline" style="left:151px; top:752px; width:1px; height:5px;"></div>
691
- <div class="depline" style="left:150px; top:751px; width:1px; height:7px;"></div>
692
- <div class="depline" style="left:149px; top:750px; width:1px; height:9px;"></div>
693
- <div class="depline" style="left:148px; top:749px; width:1px; height:11px;"></div>
694
- <div class="depline" style="left:153px; top:710px; width:1px; height:1px;"></div>
695
- <div class="depline" style="left:152px; top:709px; width:1px; height:3px;"></div>
696
- <div class="depline" style="left:151px; top:708px; width:1px; height:5px;"></div>
697
- <div class="depline" style="left:150px; top:707px; width:1px; height:7px;"></div>
698
- <div class="depline" style="left:149px; top:706px; width:1px; height:9px;"></div>
699
- <div class="depline" style="left:148px; top:705px; width:1px; height:11px;"></div>
700
- <div class="depline" style="left:153px; top:688px; width:1px; height:1px;"></div>
701
- <div class="depline" style="left:152px; top:687px; width:1px; height:3px;"></div>
702
- <div class="depline" style="left:151px; top:686px; width:1px; height:5px;"></div>
703
- <div class="depline" style="left:150px; top:685px; width:1px; height:7px;"></div>
704
- <div class="depline" style="left:149px; top:684px; width:1px; height:9px;"></div>
705
- <div class="depline" style="left:148px; top:683px; width:1px; height:11px;"></div>
706
- <div class="depline" style="left:153px; top:776px; width:1px; height:1px;"></div>
707
- <div class="depline" style="left:152px; top:775px; width:1px; height:3px;"></div>
708
- <div class="depline" style="left:151px; top:774px; width:1px; height:5px;"></div>
709
- <div class="depline" style="left:150px; top:773px; width:1px; height:7px;"></div>
710
- <div class="depline" style="left:149px; top:772px; width:1px; height:9px;"></div>
711
- <div class="depline" style="left:148px; top:771px; width:1px; height:11px;"></div>
712
- <div class="depline" style="left:153px; top:666px; width:1px; height:1px;"></div>
713
- <div class="depline" style="left:152px; top:665px; width:1px; height:3px;"></div>
714
- <div class="depline" style="left:151px; top:664px; width:1px; height:5px;"></div>
715
- <div class="depline" style="left:150px; top:663px; width:1px; height:7px;"></div>
716
- <div class="depline" style="left:149px; top:662px; width:1px; height:9px;"></div>
717
- <div class="depline" style="left:148px; top:661px; width:1px; height:11px;"></div>
718
- <div class="depline" style="left:153px; top:798px; width:1px; height:1px;"></div>
719
- <div class="depline" style="left:152px; top:797px; width:1px; height:3px;"></div>
720
- <div class="depline" style="left:151px; top:796px; width:1px; height:5px;"></div>
721
- <div class="depline" style="left:150px; top:795px; width:1px; height:7px;"></div>
722
- <div class="depline" style="left:149px; top:794px; width:1px; height:9px;"></div>
723
- <div class="depline" style="left:148px; top:793px; width:1px; height:11px;"></div>
724
- </div></div></td>
725
- </tr>
726
- <tr class="tabhead" style="height:19px; font-size:15px;"/>
727
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
728
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>as1</div></td></tr>
729
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
730
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>as2</div></td></tr>
731
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
732
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>as3</div></td></tr>
733
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
734
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>atask</div></td></tr>
735
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
736
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>au1</div></td></tr>
737
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
738
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>au2</div></td></tr>
739
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
740
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>au3</div></td></tr>
741
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
742
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>bs1</div></td></tr>
743
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
744
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>bs2</div></td></tr>
745
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
746
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>bs3</div></td></tr>
747
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
748
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>btask</div></td></tr>
749
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
750
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>bu1</div></td></tr>
751
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
752
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>bu2</div></td></tr>
753
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
754
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>bu3</div></td></tr>
755
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
756
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>cs1</div></td></tr>
757
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
758
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>cs2</div></td></tr>
759
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
760
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>cs3</div></td></tr>
761
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
762
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>ctask</div></td></tr>
763
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
764
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>cu1</div></td></tr>
765
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
766
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>cu2</div></td></tr>
767
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
768
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>cu3</div></td></tr>
769
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
770
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>dtask</div></td></tr>
771
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
772
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>du1</div></td></tr>
773
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
774
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>du2</div></td></tr>
775
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
776
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>du3</div></td></tr>
777
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
778
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>du4</div></td></tr>
779
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
780
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>du5</div></td></tr>
781
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
782
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>du6</div></td></tr>
783
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
784
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>es1</div></td></tr>
785
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
786
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>es2</div></td></tr>
787
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
788
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>es3</div></td></tr>
789
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
790
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>etask</div></td></tr>
791
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
792
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>eu4</div></td></tr>
793
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2"><div class="celldiv" style="text-align:left; ">
794
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>eu5</div></td></tr>
795
- <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1"><div class="celldiv" style="text-align:left; ">
796
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>eu6</div></td></tr>
797
- </tbody></table></td></tr>
798
- <tr style="font-size:10px;"><td style="padding-left:1px; padding-right:1px;"><table align="center" border="0" cellspacing="1" class="legendback" style="width:100%"><tbody>
799
- <tr><td colspan="8" style="height:5px"/></tr>
800
- <tr>
801
- <td style="width:19%; padding-left:10px; ">Container Task</td>
802
- <td style="width:8%"><div style="position:relative; width:40px; height:15px;">
803
- <div class="containerbar" style="left:5px; top:2px; width:36px; height:5px;"></div>
804
- <div class="containerbar" style="left:5px; top:7px; width:11px; height:1px;"></div>
805
- <div class="containerbar" style="left:6px; top:8px; width:9px; height:1px;"></div>
806
- <div class="containerbar" style="left:7px; top:9px; width:7px; height:1px;"></div>
807
- <div class="containerbar" style="left:8px; top:10px; width:5px; height:1px;"></div>
808
- <div class="containerbar" style="left:9px; top:11px; width:3px; height:1px;"></div>
809
- <div class="containerbar" style="left:10px; top:12px; width:1px; height:1px;"></div>
810
- <div class="containerbar" style="left:30px; top:7px; width:11px; height:1px;"></div>
811
- <div class="containerbar" style="left:31px; top:8px; width:9px; height:1px;"></div>
812
- <div class="containerbar" style="left:32px; top:9px; width:7px; height:1px;"></div>
813
- <div class="containerbar" style="left:33px; top:10px; width:5px; height:1px;"></div>
814
- <div class="containerbar" style="left:34px; top:11px; width:3px; height:1px;"></div>
815
- <div class="containerbar" style="left:35px; top:12px; width:1px; height:1px;"></div>
816
- </div></td>
817
- <td style="width:8%"/>
818
- <td style="width:19%; padding-left:10px; ">Normal Task</td>
819
- <td style="width:8%"><div style="position:relative; width:40px; height:15px;">
820
- <div class="taskbarframe" style="left:5px; top:1px; width:31px; height:12px;"></div>
821
- <div class="taskbar" style="left:6px; top:2px; width:29px; height:10px;"></div>
822
- <div class="progressbar" style="left:6px; top:4px; width:14px; height:6px;"></div>
823
- </div></td>
824
- <td style="width:9%"/>
825
- <td style="width:19%; padding-left:10px; ">Milestone</td>
826
- <td style="width:8%"><div style="position:relative; width:20px; height:15px;">
827
- <div class="milestone" style="left:5px; top:7px; width:13px; height:1px;"></div>
828
- <div class="milestone" style="left:6px; top:6px; width:11px; height:3px;"></div>
829
- <div class="milestone" style="left:7px; top:5px; width:9px; height:5px;"></div>
830
- <div class="milestone" style="left:8px; top:4px; width:7px; height:7px;"></div>
831
- <div class="milestone" style="left:9px; top:3px; width:5px; height:9px;"></div>
832
- <div class="milestone" style="left:10px; top:2px; width:3px; height:11px;"></div>
833
- <div class="milestone" style="left:11px; top:1px; width:1px; height:13px;"></div>
834
- </div></td>
835
- </tr>
836
- <tr><td colspan="8" style="height:5px"/></tr>
837
- </tbody></table></td></tr>
838
- </tbody></table>
839
- <div class="copyright">Project: Dependency Arrows Version: 1.0 - Created on 2009-12-03 08:47:16 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.3</div>
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>
24
+ <td style="min-width:0px; width:0px; "></td>
25
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td>
26
+ <td style="min-width:0px; width:0px; "></td>
27
+ </tr></table></td>
28
+ <td rowspan="37" style="padding:0px; vertical-align:top;"><div class="tabback" style="position:relative; overflow:auto; width:440px; height:809px;"><div style="margin:0px; padding:0px; position:absolute; overflow:hidden; top:0px; left:0px; width:440px; height:809px; font-size:10px;">
29
+ <div class="tabback" style="margin:0px; padding:0px; position:relative; width:440px; height:39px; font-size:9px; ">
30
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:-40px; top:0px; width:619px; height:19px; "><div style="padding:3px; ">Oct 2009</div></div>
31
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:0px; top:20px; width:18px; height:19px; "><div style="padding:3px; ">3</div></div>
32
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:19px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
33
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:39px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
34
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:59px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
35
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:79px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
36
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:99px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
37
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:119px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
38
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:139px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
39
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:159px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
40
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:179px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
41
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:199px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">13</div></div>
42
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:220px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
43
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:240px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
44
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:260px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
45
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:280px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
46
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:300px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
47
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:320px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
48
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:340px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
49
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:360px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
50
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:380px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
51
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:400px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
52
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:420px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
53
+ </div>
54
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:40px; width:440px; height:21px; font-size:10px;">
55
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
56
+ <div class="tj_gantt_frame" style="left:179px; top:0px; width:21px; height:21px;"></div>
57
+ <div class="tj_diamond_top" style="left:183px; top:3px;"></div>
58
+ <div class="tj_diamond_bottom" style="left:183px; top:10px;"></div>
59
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
60
+ </div>
61
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:62px; width:440px; height:21px; font-size:10px;">
62
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
63
+ <div class="tj_gantt_frame" style="left:189px; top:0px; width:21px; height:21px;"></div>
64
+ <div class="tj_diamond_top" style="left:193px; top:3px;"></div>
65
+ <div class="tj_diamond_bottom" style="left:193px; top:10px;"></div>
66
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
67
+ </div>
68
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:84px; width:440px; height:21px; font-size:10px;">
69
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
70
+ <div class="tj_gantt_frame" style="left:210px; top:0px; width:21px; height:21px;"></div>
71
+ <div class="tj_diamond_top" style="left:214px; top:3px;"></div>
72
+ <div class="tj_diamond_bottom" style="left:214px; top:10px;"></div>
73
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
74
+ </div>
75
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:106px; width:440px; height:21px; font-size:10px;">
76
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
77
+ <div class="tj_gantt_frame" style="left:139px; top:0px; width:41px; height:21px;"></div>
78
+ <div class="taskbarframe" style="left:139px; top:4px; width:41px; height:12px;"></div>
79
+ <div class="taskbar" style="left:140px; top:5px; width:39px; height:10px;"></div>
80
+ <div class="progressbar" style="left:140px; top:7px; width:19px; height:6px;"></div>
81
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
82
+ </div>
83
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:128px; width:440px; height:21px; font-size:10px;">
84
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
85
+ <div class="tj_gantt_frame" style="left:210px; top:0px; width:21px; height:21px;"></div>
86
+ <div class="tj_diamond_top" style="left:214px; top:3px;"></div>
87
+ <div class="tj_diamond_bottom" style="left:214px; top:10px;"></div>
88
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
89
+ </div>
90
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:150px; width:440px; height:21px; font-size:10px;">
91
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
92
+ <div class="tj_gantt_frame" style="left:189px; top:0px; width:21px; height:21px;"></div>
93
+ <div class="tj_diamond_top" style="left:193px; top:3px;"></div>
94
+ <div class="tj_diamond_bottom" style="left:193px; top:10px;"></div>
95
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
96
+ </div>
97
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:172px; width:440px; height:21px; font-size:10px;">
98
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
99
+ <div class="tj_gantt_frame" style="left:179px; top:0px; width:21px; height:21px;"></div>
100
+ <div class="tj_diamond_top" style="left:183px; top:3px;"></div>
101
+ <div class="tj_diamond_bottom" style="left:183px; top:10px;"></div>
102
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
103
+ </div>
104
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:194px; width:440px; height:21px; font-size:10px;">
105
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
106
+ <div class="tj_gantt_frame" style="left:139px; top:0px; width:21px; height:21px;"></div>
107
+ <div class="tj_diamond_top" style="left:143px; top:3px;"></div>
108
+ <div class="tj_diamond_bottom" style="left:143px; top:10px;"></div>
109
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
110
+ </div>
111
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:216px; width:440px; height:21px; font-size:10px;">
112
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
113
+ <div class="tj_gantt_frame" style="left:149px; top:0px; width:21px; height:21px;"></div>
114
+ <div class="tj_diamond_top" style="left:153px; top:3px;"></div>
115
+ <div class="tj_diamond_bottom" style="left:153px; top:10px;"></div>
116
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
117
+ </div>
118
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:238px; width:440px; height:21px; font-size:10px;">
119
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
120
+ <div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
121
+ <div class="tj_diamond_top" style="left:173px; top:3px;"></div>
122
+ <div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
123
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
124
+ </div>
125
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:260px; width:440px; height:21px; font-size:10px;">
126
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
127
+ <div class="tj_gantt_frame" style="left:139px; top:0px; width:61px; height:21px;"></div>
128
+ <div class="taskbarframe" style="left:139px; top:4px; width:61px; height:12px;"></div>
129
+ <div class="taskbar" style="left:140px; top:5px; width:59px; height:10px;"></div>
130
+ <div class="progressbar" style="left:140px; top:7px; width:29px; height:6px;"></div>
131
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
132
+ </div>
133
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:282px; width:440px; height:21px; font-size:10px;">
134
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
135
+ <div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
136
+ <div class="tj_diamond_top" style="left:173px; top:3px;"></div>
137
+ <div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
138
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
139
+ </div>
140
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:304px; width:440px; height:21px; font-size:10px;">
141
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
142
+ <div class="tj_gantt_frame" style="left:149px; top:0px; width:21px; height:21px;"></div>
143
+ <div class="tj_diamond_top" style="left:153px; top:3px;"></div>
144
+ <div class="tj_diamond_bottom" style="left:153px; top:10px;"></div>
145
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
146
+ </div>
147
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:326px; width:440px; height:21px; font-size:10px;">
148
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
149
+ <div class="tj_gantt_frame" style="left:139px; top:0px; width:21px; height:21px;"></div>
150
+ <div class="tj_diamond_top" style="left:143px; top:3px;"></div>
151
+ <div class="tj_diamond_bottom" style="left:143px; top:10px;"></div>
152
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
153
+ </div>
154
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:348px; width:440px; height:21px; font-size:10px;">
155
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
156
+ <div class="tj_gantt_frame" style="left:199px; top:0px; width:21px; height:21px;"></div>
157
+ <div class="tj_diamond_top" style="left:203px; top:3px;"></div>
158
+ <div class="tj_diamond_bottom" style="left:203px; top:10px;"></div>
159
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
160
+ </div>
161
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:370px; width:440px; height:21px; font-size:10px;">
162
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
163
+ <div class="tj_gantt_frame" style="left:210px; top:0px; width:21px; height:21px;"></div>
164
+ <div class="tj_diamond_top" style="left:214px; top:3px;"></div>
165
+ <div class="tj_diamond_bottom" style="left:214px; top:10px;"></div>
166
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
167
+ </div>
168
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:392px; width:440px; height:21px; font-size:10px;">
169
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
170
+ <div class="tj_gantt_frame" style="left:230px; top:0px; width:21px; height:21px;"></div>
171
+ <div class="tj_diamond_top" style="left:234px; top:3px;"></div>
172
+ <div class="tj_diamond_bottom" style="left:234px; top:10px;"></div>
173
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
174
+ </div>
175
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:414px; width:440px; height:21px; font-size:10px;">
176
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
177
+ <div class="tj_gantt_frame" style="left:139px; top:0px; width:61px; height:21px;"></div>
178
+ <div class="taskbarframe" style="left:139px; top:4px; width:61px; height:12px;"></div>
179
+ <div class="taskbar" style="left:140px; top:5px; width:59px; height:10px;"></div>
180
+ <div class="progressbar" style="left:140px; top:7px; width:29px; height:6px;"></div>
181
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
182
+ </div>
183
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:436px; width:440px; height:21px; font-size:10px;">
184
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
185
+ <div class="tj_gantt_frame" style="left:250px; top:0px; width:21px; height:21px;"></div>
186
+ <div class="tj_diamond_top" style="left:254px; top:3px;"></div>
187
+ <div class="tj_diamond_bottom" style="left:254px; top:10px;"></div>
188
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
189
+ </div>
190
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:458px; width:440px; height:21px; font-size:10px;">
191
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
192
+ <div class="tj_gantt_frame" style="left:270px; top:0px; width:21px; height:21px;"></div>
193
+ <div class="tj_diamond_top" style="left:274px; top:3px;"></div>
194
+ <div class="tj_diamond_bottom" style="left:274px; top:10px;"></div>
195
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
196
+ </div>
197
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:480px; width:440px; height:21px; font-size:10px;">
198
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
199
+ <div class="tj_gantt_frame" style="left:290px; top:0px; width:21px; height:21px;"></div>
200
+ <div class="tj_diamond_top" style="left:294px; top:3px;"></div>
201
+ <div class="tj_diamond_bottom" style="left:294px; top:10px;"></div>
202
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
203
+ </div>
204
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:502px; width:440px; height:21px; font-size:10px;">
205
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
206
+ <div class="tj_gantt_frame" style="left:139px; top:0px; width:21px; height:21px;"></div>
207
+ <div class="taskbarframe" style="left:139px; top:4px; width:21px; height:12px;"></div>
208
+ <div class="taskbar" style="left:140px; top:5px; width:19px; height:10px;"></div>
209
+ <div class="progressbar" style="left:140px; top:7px; width:9px; height:6px;"></div>
210
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
211
+ </div>
212
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:524px; width:440px; height:21px; font-size:10px;">
213
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
214
+ <div class="tj_gantt_frame" style="left:159px; top:0px; width:21px; height:21px;"></div>
215
+ <div class="tj_diamond_top" style="left:163px; top:3px;"></div>
216
+ <div class="tj_diamond_bottom" style="left:163px; top:10px;"></div>
217
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
218
+ </div>
219
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:546px; width:440px; height:21px; font-size:10px;">
220
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
221
+ <div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
222
+ <div class="tj_diamond_top" style="left:173px; top:3px;"></div>
223
+ <div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
224
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
225
+ </div>
226
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:568px; width:440px; height:21px; font-size:10px;">
227
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
228
+ <div class="tj_gantt_frame" style="left:189px; top:0px; width:21px; height:21px;"></div>
229
+ <div class="tj_diamond_top" style="left:193px; top:3px;"></div>
230
+ <div class="tj_diamond_bottom" style="left:193px; top:10px;"></div>
231
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
232
+ </div>
233
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:590px; width:440px; height:21px; font-size:10px;">
234
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
235
+ <div class="tj_gantt_frame" style="left:210px; top:0px; width:21px; height:21px;"></div>
236
+ <div class="tj_diamond_top" style="left:214px; top:3px;"></div>
237
+ <div class="tj_diamond_bottom" style="left:214px; top:10px;"></div>
238
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
239
+ </div>
240
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:612px; width:440px; height:21px; font-size:10px;">
241
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
242
+ <div class="tj_gantt_frame" style="left:230px; top:0px; width:21px; height:21px;"></div>
243
+ <div class="tj_diamond_top" style="left:234px; top:3px;"></div>
244
+ <div class="tj_diamond_bottom" style="left:234px; top:10px;"></div>
245
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
246
+ </div>
247
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:634px; width:440px; height:21px; font-size:10px;">
248
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
249
+ <div class="tj_gantt_frame" style="left:250px; top:0px; width:21px; height:21px;"></div>
250
+ <div class="tj_diamond_top" style="left:254px; top:3px;"></div>
251
+ <div class="tj_diamond_bottom" style="left:254px; top:10px;"></div>
252
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
253
+ </div>
254
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:656px; width:440px; height:21px; font-size:10px;">
255
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
256
+ <div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
257
+ <div class="tj_diamond_top" style="left:173px; top:3px;"></div>
258
+ <div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
259
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
260
+ </div>
261
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:678px; width:440px; height:21px; font-size:10px;">
262
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
263
+ <div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
264
+ <div class="tj_diamond_top" style="left:173px; top:3px;"></div>
265
+ <div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
266
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
267
+ </div>
268
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:700px; width:440px; height:21px; font-size:10px;">
269
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
270
+ <div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
271
+ <div class="tj_diamond_top" style="left:173px; top:3px;"></div>
272
+ <div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
273
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
274
+ </div>
275
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:722px; width:440px; height:21px; font-size:10px;">
276
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
277
+ <div class="tj_gantt_frame" style="left:139px; top:0px; width:21px; height:21px;"></div>
278
+ <div class="taskbarframe" style="left:139px; top:4px; width:21px; height:12px;"></div>
279
+ <div class="taskbar" style="left:140px; top:5px; width:19px; height:10px;"></div>
280
+ <div class="progressbar" style="left:140px; top:7px; width:9px; height:6px;"></div>
281
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
282
+ </div>
283
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:744px; width:440px; height:21px; font-size:10px;">
284
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
285
+ <div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
286
+ <div class="tj_diamond_top" style="left:173px; top:3px;"></div>
287
+ <div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
288
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
289
+ </div>
290
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:766px; width:440px; height:21px; font-size:10px;">
291
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
292
+ <div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
293
+ <div class="tj_diamond_top" style="left:173px; top:3px;"></div>
294
+ <div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
295
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
296
+ </div>
297
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:788px; width:440px; height:21px; font-size:10px;">
298
+ <div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
299
+ <div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
300
+ <div class="tj_diamond_top" style="left:173px; top:3px;"></div>
301
+ <div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
302
+ <div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
303
+ </div>
304
+ <div class="depline" style="left:180px; top:116px; width:6px; height:1px;"></div>
305
+ <div class="depline" style="left:185px; top:116px; width:1px; height:9px;"></div>
306
+ <div class="depline" style="left:183px; top:124px; width:3px; height:1px;"></div>
307
+ <div class="depline" style="left:183px; top:124px; width:1px; height:37px;"></div>
308
+ <div class="depline" style="left:183px; top:160px; width:11px; height:1px;"></div>
309
+ <div class="depline" style="left:180px; top:116px; width:6px; height:1px;"></div>
310
+ <div class="depline" style="left:185px; top:108px; width:1px; height:9px;"></div>
311
+ <div class="depline" style="left:183px; top:108px; width:3px; height:1px;"></div>
312
+ <div class="depline" style="left:183px; top:72px; width:1px; height:37px;"></div>
313
+ <div class="depline" style="left:183px; top:72px; width:11px; height:1px;"></div>
314
+ <div class="depline" style="left:180px; top:116px; width:9px; height:1px;"></div>
315
+ <div class="depline" style="left:188px; top:105px; width:1px; height:12px;"></div>
316
+ <div class="depline" style="left:173px; top:105px; width:16px; height:1px;"></div>
317
+ <div class="depline" style="left:173px; top:50px; width:1px; height:56px;"></div>
318
+ <div class="depline" style="left:173px; top:50px; width:11px; height:1px;"></div>
319
+ <div class="depline" style="left:180px; top:116px; width:9px; height:1px;"></div>
320
+ <div class="depline" style="left:188px; top:116px; width:1px; height:12px;"></div>
321
+ <div class="depline" style="left:173px; top:127px; width:16px; height:1px;"></div>
322
+ <div class="depline" style="left:173px; top:127px; width:1px; height:56px;"></div>
323
+ <div class="depline" style="left:173px; top:182px; width:11px; height:1px;"></div>
324
+ <div class="depline" style="left:180px; top:116px; width:12px; height:1px;"></div>
325
+ <div class="depline" style="left:191px; top:116px; width:1px; height:23px;"></div>
326
+ <div class="depline" style="left:191px; top:138px; width:24px; height:1px;"></div>
327
+ <div class="depline" style="left:180px; top:116px; width:12px; height:1px;"></div>
328
+ <div class="depline" style="left:191px; top:94px; width:1px; height:23px;"></div>
329
+ <div class="depline" style="left:191px; top:94px; width:24px; height:1px;"></div>
330
+ <div class="depline" style="left:140px; top:270px; width:6px; height:1px;"></div>
331
+ <div class="depline" style="left:145px; top:262px; width:1px; height:9px;"></div>
332
+ <div class="depline" style="left:143px; top:262px; width:3px; height:1px;"></div>
333
+ <div class="depline" style="left:143px; top:226px; width:1px; height:37px;"></div>
334
+ <div class="depline" style="left:143px; top:226px; width:11px; height:1px;"></div>
335
+ <div class="depline" style="left:140px; top:270px; width:6px; height:1px;"></div>
336
+ <div class="depline" style="left:145px; top:270px; width:1px; height:9px;"></div>
337
+ <div class="depline" style="left:143px; top:278px; width:3px; height:1px;"></div>
338
+ <div class="depline" style="left:143px; top:278px; width:1px; height:37px;"></div>
339
+ <div class="depline" style="left:143px; top:314px; width:11px; height:1px;"></div>
340
+ <div class="depline" style="left:140px; top:270px; width:9px; height:1px;"></div>
341
+ <div class="depline" style="left:148px; top:270px; width:1px; height:12px;"></div>
342
+ <div class="depline" style="left:133px; top:281px; width:16px; height:1px;"></div>
343
+ <div class="depline" style="left:133px; top:281px; width:1px; height:56px;"></div>
344
+ <div class="depline" style="left:133px; top:336px; width:11px; height:1px;"></div>
345
+ <div class="depline" style="left:140px; top:270px; width:9px; height:1px;"></div>
346
+ <div class="depline" style="left:148px; top:259px; width:1px; height:12px;"></div>
347
+ <div class="depline" style="left:133px; top:259px; width:16px; height:1px;"></div>
348
+ <div class="depline" style="left:133px; top:204px; width:1px; height:56px;"></div>
349
+ <div class="depline" style="left:133px; top:204px; width:11px; height:1px;"></div>
350
+ <div class="depline" style="left:140px; top:270px; width:12px; height:1px;"></div>
351
+ <div class="depline" style="left:151px; top:270px; width:1px; height:23px;"></div>
352
+ <div class="depline" style="left:151px; top:292px; width:23px; height:1px;"></div>
353
+ <div class="depline" style="left:140px; top:270px; width:12px; height:1px;"></div>
354
+ <div class="depline" style="left:151px; top:248px; width:1px; height:23px;"></div>
355
+ <div class="depline" style="left:151px; top:248px; width:23px; height:1px;"></div>
356
+ <div class="depline" style="left:200px; top:424px; width:6px; height:1px;"></div>
357
+ <div class="depline" style="left:205px; top:416px; width:1px; height:9px;"></div>
358
+ <div class="depline" style="left:204px; top:416px; width:2px; height:1px;"></div>
359
+ <div class="depline" style="left:204px; top:380px; width:1px; height:37px;"></div>
360
+ <div class="depline" style="left:204px; top:380px; width:11px; height:1px;"></div>
361
+ <div class="depline" style="left:200px; top:424px; width:9px; height:1px;"></div>
362
+ <div class="depline" style="left:208px; top:416px; width:1px; height:9px;"></div>
363
+ <div class="depline" style="left:193px; top:416px; width:16px; height:1px;"></div>
364
+ <div class="depline" style="left:193px; top:358px; width:1px; height:59px;"></div>
365
+ <div class="depline" style="left:193px; top:358px; width:11px; height:1px;"></div>
366
+ <div class="depline" style="left:200px; top:424px; width:12px; height:1px;"></div>
367
+ <div class="depline" style="left:211px; top:402px; width:1px; height:23px;"></div>
368
+ <div class="depline" style="left:211px; top:402px; width:24px; height:1px;"></div>
369
+ <div class="depline" style="left:200px; top:424px; width:6px; height:1px;"></div>
370
+ <div class="depline" style="left:205px; top:424px; width:1px; height:67px;"></div>
371
+ <div class="depline" style="left:205px; top:490px; width:90px; height:1px;"></div>
372
+ <div class="depline" style="left:200px; top:424px; width:9px; height:1px;"></div>
373
+ <div class="depline" style="left:208px; top:424px; width:1px; height:45px;"></div>
374
+ <div class="depline" style="left:208px; top:468px; width:67px; height:1px;"></div>
375
+ <div class="depline" style="left:200px; top:424px; width:12px; height:1px;"></div>
376
+ <div class="depline" style="left:211px; top:424px; width:1px; height:23px;"></div>
377
+ <div class="depline" style="left:211px; top:446px; width:44px; height:1px;"></div>
378
+ <div class="depline" style="left:160px; top:512px; width:6px; height:1px;"></div>
379
+ <div class="depline" style="left:165px; top:512px; width:1px; height:9px;"></div>
380
+ <div class="depline" style="left:153px; top:520px; width:13px; height:1px;"></div>
381
+ <div class="depline" style="left:153px; top:520px; width:1px; height:59px;"></div>
382
+ <div class="depline" style="left:153px; top:578px; width:41px; height:1px;"></div>
383
+ <div class="depline" style="left:160px; top:512px; width:9px; height:1px;"></div>
384
+ <div class="depline" style="left:168px; top:512px; width:1px; height:12px;"></div>
385
+ <div class="depline" style="left:150px; top:523px; width:19px; height:1px;"></div>
386
+ <div class="depline" style="left:150px; top:523px; width:1px; height:78px;"></div>
387
+ <div class="depline" style="left:150px; top:600px; width:65px; height:1px;"></div>
388
+ <div class="depline" style="left:160px; top:512px; width:19px; height:1px;"></div>
389
+ <div class="depline" style="left:178px; top:512px; width:1px; height:32px;"></div>
390
+ <div class="depline" style="left:163px; top:543px; width:16px; height:1px;"></div>
391
+ <div class="depline" style="left:163px; top:543px; width:1px; height:80px;"></div>
392
+ <div class="depline" style="left:163px; top:622px; width:72px; height:1px;"></div>
393
+ <div class="depline" style="left:160px; top:512px; width:22px; height:1px;"></div>
394
+ <div class="depline" style="left:181px; top:512px; width:1px; height:35px;"></div>
395
+ <div class="depline" style="left:160px; top:546px; width:22px; height:1px;"></div>
396
+ <div class="depline" style="left:160px; top:546px; width:1px; height:99px;"></div>
397
+ <div class="depline" style="left:160px; top:644px; width:95px; height:1px;"></div>
398
+ <div class="depline" style="left:160px; top:512px; width:29px; height:1px;"></div>
399
+ <div class="depline" style="left:188px; top:512px; width:1px; height:54px;"></div>
400
+ <div class="depline" style="left:157px; top:565px; width:32px; height:1px;"></div>
401
+ <div class="depline" style="left:157px; top:556px; width:1px; height:10px;"></div>
402
+ <div class="depline" style="left:157px; top:556px; width:17px; height:1px;"></div>
403
+ <div class="depline" style="left:160px; top:512px; width:32px; height:1px;"></div>
404
+ <div class="depline" style="left:191px; top:512px; width:1px; height:57px;"></div>
405
+ <div class="depline" style="left:147px; top:568px; width:45px; height:1px;"></div>
406
+ <div class="depline" style="left:147px; top:534px; width:1px; height:35px;"></div>
407
+ <div class="depline" style="left:147px; top:534px; width:17px; height:1px;"></div>
408
+ <div class="depline" style="left:160px; top:732px; width:6px; height:1px;"></div>
409
+ <div class="depline" style="left:165px; top:724px; width:1px; height:9px;"></div>
410
+ <div class="depline" style="left:163px; top:724px; width:3px; height:1px;"></div>
411
+ <div class="depline" style="left:163px; top:666px; width:1px; height:59px;"></div>
412
+ <div class="depline" style="left:163px; top:666px; width:11px; height:1px;"></div>
413
+ <div class="depline" style="left:160px; top:732px; width:6px; height:1px;"></div>
414
+ <div class="depline" style="left:165px; top:732px; width:1px; height:9px;"></div>
415
+ <div class="depline" style="left:163px; top:740px; width:3px; height:1px;"></div>
416
+ <div class="depline" style="left:163px; top:740px; width:1px; height:59px;"></div>
417
+ <div class="depline" style="left:163px; top:798px; width:11px; height:1px;"></div>
418
+ <div class="depline" style="left:160px; top:732px; width:9px; height:1px;"></div>
419
+ <div class="depline" style="left:168px; top:732px; width:1px; height:12px;"></div>
420
+ <div class="depline" style="left:160px; top:743px; width:9px; height:1px;"></div>
421
+ <div class="depline" style="left:160px; top:743px; width:1px; height:34px;"></div>
422
+ <div class="depline" style="left:160px; top:776px; width:14px; height:1px;"></div>
423
+ <div class="depline" style="left:160px; top:732px; width:9px; height:1px;"></div>
424
+ <div class="depline" style="left:168px; top:721px; width:1px; height:12px;"></div>
425
+ <div class="depline" style="left:160px; top:721px; width:9px; height:1px;"></div>
426
+ <div class="depline" style="left:160px; top:688px; width:1px; height:34px;"></div>
427
+ <div class="depline" style="left:160px; top:688px; width:14px; height:1px;"></div>
428
+ <div class="depline" style="left:160px; top:732px; width:29px; height:1px;"></div>
429
+ <div class="depline" style="left:188px; top:701px; width:1px; height:32px;"></div>
430
+ <div class="depline" style="left:157px; top:701px; width:32px; height:1px;"></div>
431
+ <div class="depline" style="left:157px; top:701px; width:1px; height:10px;"></div>
432
+ <div class="depline" style="left:157px; top:710px; width:17px; height:1px;"></div>
433
+ <div class="depline" style="left:160px; top:732px; width:29px; height:1px;"></div>
434
+ <div class="depline" style="left:188px; top:732px; width:1px; height:32px;"></div>
435
+ <div class="depline" style="left:157px; top:763px; width:32px; height:1px;"></div>
436
+ <div class="depline" style="left:157px; top:754px; width:1px; height:10px;"></div>
437
+ <div class="depline" style="left:157px; top:754px; width:17px; height:1px;"></div>
438
+ <div class="tj_arrow_head" style="left:188px; top:155px;"></div>
439
+ <div class="tj_arrow_head" style="left:188px; top:67px;"></div>
440
+ <div class="tj_arrow_head" style="left:178px; top:45px;"></div>
441
+ <div class="tj_arrow_head" style="left:178px; top:177px;"></div>
442
+ <div class="tj_arrow_head" style="left:209px; top:133px;"></div>
443
+ <div class="tj_arrow_head" style="left:209px; top:89px;"></div>
444
+ <div class="tj_arrow_head" style="left:148px; top:221px;"></div>
445
+ <div class="tj_arrow_head" style="left:148px; top:309px;"></div>
446
+ <div class="tj_arrow_head" style="left:138px; top:331px;"></div>
447
+ <div class="tj_arrow_head" style="left:138px; top:199px;"></div>
448
+ <div class="tj_arrow_head" style="left:168px; top:287px;"></div>
449
+ <div class="tj_arrow_head" style="left:168px; top:243px;"></div>
450
+ <div class="tj_arrow_head" style="left:209px; top:375px;"></div>
451
+ <div class="tj_arrow_head" style="left:198px; top:353px;"></div>
452
+ <div class="tj_arrow_head" style="left:229px; top:397px;"></div>
453
+ <div class="tj_arrow_head" style="left:289px; top:485px;"></div>
454
+ <div class="tj_arrow_head" style="left:269px; top:463px;"></div>
455
+ <div class="tj_arrow_head" style="left:249px; top:441px;"></div>
456
+ <div class="tj_arrow_head" style="left:188px; top:573px;"></div>
457
+ <div class="tj_arrow_head" style="left:209px; top:595px;"></div>
458
+ <div class="tj_arrow_head" style="left:229px; top:617px;"></div>
459
+ <div class="tj_arrow_head" style="left:249px; top:639px;"></div>
460
+ <div class="tj_arrow_head" style="left:168px; top:551px;"></div>
461
+ <div class="tj_arrow_head" style="left:158px; top:529px;"></div>
462
+ <div class="tj_arrow_head" style="left:168px; top:661px;"></div>
463
+ <div class="tj_arrow_head" style="left:168px; top:793px;"></div>
464
+ <div class="tj_arrow_head" style="left:168px; top:771px;"></div>
465
+ <div class="tj_arrow_head" style="left:168px; top:683px;"></div>
466
+ <div class="tj_arrow_head" style="left:168px; top:705px;"></div>
467
+ <div class="tj_arrow_head" style="left:168px; top:749px;"></div>
468
+ </div></div></td>
469
+ </tr>
470
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
471
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
472
+ <td style="min-width:0px; width:0px; "></td>
473
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10641960', TITLE, 'as1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
474
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">as1</td>
475
+ <td style="min-width:0px; width:0px; "></td>
476
+ </tr></table>
477
+ <div class="tj_tooltip_box" id="ID10641960" style="cursor:help"><div>
478
+ <b>ID:</b> _Task_3</div></div>
479
+ </td></tr>
480
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
481
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
482
+ <td style="min-width:0px; width:0px; "></td>
483
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10633740', TITLE, 'as2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
484
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">as2</td>
485
+ <td style="min-width:0px; width:0px; "></td>
486
+ </tr></table>
487
+ <div class="tj_tooltip_box" id="ID10633740" style="cursor:help"><div>
488
+ <b>ID:</b> _Task_4</div></div>
489
+ </td></tr>
490
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
491
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
492
+ <td style="min-width:0px; width:0px; "></td>
493
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10627200', TITLE, 'as3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
494
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">as3</td>
495
+ <td style="min-width:0px; width:0px; "></td>
496
+ </tr></table>
497
+ <div class="tj_tooltip_box" id="ID10627200" style="cursor:help"><div>
498
+ <b>ID:</b> _Task_2</div></div>
499
+ </td></tr>
500
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
501
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
502
+ <td style="min-width:0px; width:0px; "></td>
503
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10621000', TITLE, 'atask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
504
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">atask</td>
505
+ <td style="min-width:0px; width:0px; "></td>
506
+ </tr></table>
507
+ <div class="tj_tooltip_box" id="ID10621000" style="cursor:help"><div>
508
+ <b>ID:</b> at</div></div>
509
+ </td></tr>
510
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
511
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
512
+ <td style="min-width:0px; width:0px; "></td>
513
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10616940', TITLE, 'au1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
514
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">au1</td>
515
+ <td style="min-width:0px; width:0px; "></td>
516
+ </tr></table>
517
+ <div class="tj_tooltip_box" id="ID10616940" style="cursor:help"><div>
518
+ <b>ID:</b> _Task_6</div></div>
519
+ </td></tr>
520
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
521
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
522
+ <td style="min-width:0px; width:0px; "></td>
523
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10609700', TITLE, 'au2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
524
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">au2</td>
525
+ <td style="min-width:0px; width:0px; "></td>
526
+ </tr></table>
527
+ <div class="tj_tooltip_box" id="ID10609700" style="cursor:help"><div>
528
+ <b>ID:</b> _Task_5</div></div>
529
+ </td></tr>
530
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
531
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
532
+ <td style="min-width:0px; width:0px; "></td>
533
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10565740', TITLE, 'au3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
534
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">au3</td>
535
+ <td style="min-width:0px; width:0px; "></td>
536
+ </tr></table>
537
+ <div class="tj_tooltip_box" id="ID10565740" style="cursor:help"><div>
538
+ <b>ID:</b> _Task_7</div></div>
539
+ </td></tr>
540
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
541
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
542
+ <td style="min-width:0px; width:0px; "></td>
543
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10561160', TITLE, 'bs1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
544
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bs1</td>
545
+ <td style="min-width:0px; width:0px; "></td>
546
+ </tr></table>
547
+ <div class="tj_tooltip_box" id="ID10561160" style="cursor:help"><div>
548
+ <b>ID:</b> _Task_13</div></div>
549
+ </td></tr>
550
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
551
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
552
+ <td style="min-width:0px; width:0px; "></td>
553
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7788160', TITLE, 'bs2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
554
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bs2</td>
555
+ <td style="min-width:0px; width:0px; "></td>
556
+ </tr></table>
557
+ <div class="tj_tooltip_box" id="ID7788160" style="cursor:help"><div>
558
+ <b>ID:</b> _Task_14</div></div>
559
+ </td></tr>
560
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
561
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
562
+ <td style="min-width:0px; width:0px; "></td>
563
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7684760', TITLE, 'bs3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
564
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bs3</td>
565
+ <td style="min-width:0px; width:0px; "></td>
566
+ </tr></table>
567
+ <div class="tj_tooltip_box" id="ID7684760" style="cursor:help"><div>
568
+ <b>ID:</b> _Task_9</div></div>
569
+ </td></tr>
570
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
571
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
572
+ <td style="min-width:0px; width:0px; "></td>
573
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7654540', TITLE, 'btask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
574
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">btask</td>
575
+ <td style="min-width:0px; width:0px; "></td>
576
+ </tr></table>
577
+ <div class="tj_tooltip_box" id="ID7654540" style="cursor:help"><div>
578
+ <b>ID:</b> bt</div></div>
579
+ </td></tr>
580
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
581
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
582
+ <td style="min-width:0px; width:0px; "></td>
583
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7623900', TITLE, 'bu1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
584
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bu1</td>
585
+ <td style="min-width:0px; width:0px; "></td>
586
+ </tr></table>
587
+ <div class="tj_tooltip_box" id="ID7623900" style="cursor:help"><div>
588
+ <b>ID:</b> _Task_12</div></div>
589
+ </td></tr>
590
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
591
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
592
+ <td style="min-width:0px; width:0px; "></td>
593
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7600920', TITLE, 'bu2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
594
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bu2</td>
595
+ <td style="min-width:0px; width:0px; "></td>
596
+ </tr></table>
597
+ <div class="tj_tooltip_box" id="ID7600920" style="cursor:help"><div>
598
+ <b>ID:</b> _Task_10</div></div>
599
+ </td></tr>
600
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
601
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
602
+ <td style="min-width:0px; width:0px; "></td>
603
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7577340', TITLE, 'bu3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
604
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bu3</td>
605
+ <td style="min-width:0px; width:0px; "></td>
606
+ </tr></table>
607
+ <div class="tj_tooltip_box" id="ID7577340" style="cursor:help"><div>
608
+ <b>ID:</b> _Task_11</div></div>
609
+ </td></tr>
610
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
611
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
612
+ <td style="min-width:0px; width:0px; "></td>
613
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7556080', TITLE, 'cs1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
614
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cs1</td>
615
+ <td style="min-width:0px; width:0px; "></td>
616
+ </tr></table>
617
+ <div class="tj_tooltip_box" id="ID7556080" style="cursor:help"><div>
618
+ <b>ID:</b> _Task_16</div></div>
619
+ </td></tr>
620
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
621
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
622
+ <td style="min-width:0px; width:0px; "></td>
623
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7544440', TITLE, 'cs2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
624
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cs2</td>
625
+ <td style="min-width:0px; width:0px; "></td>
626
+ </tr></table>
627
+ <div class="tj_tooltip_box" id="ID7544440" style="cursor:help"><div>
628
+ <b>ID:</b> _Task_18</div></div>
629
+ </td></tr>
630
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
631
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
632
+ <td style="min-width:0px; width:0px; "></td>
633
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7531880', TITLE, 'cs3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
634
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cs3</td>
635
+ <td style="min-width:0px; width:0px; "></td>
636
+ </tr></table>
637
+ <div class="tj_tooltip_box" id="ID7531880" style="cursor:help"><div>
638
+ <b>ID:</b> _Task_21</div></div>
639
+ </td></tr>
640
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
641
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
642
+ <td style="min-width:0px; width:0px; "></td>
643
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7510780', TITLE, 'ctask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
644
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">ctask</td>
645
+ <td style="min-width:0px; width:0px; "></td>
646
+ </tr></table>
647
+ <div class="tj_tooltip_box" id="ID7510780" style="cursor:help"><div>
648
+ <b>ID:</b> ct</div></div>
649
+ </td></tr>
650
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
651
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
652
+ <td style="min-width:0px; width:0px; "></td>
653
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7434180', TITLE, 'cu1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
654
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cu1</td>
655
+ <td style="min-width:0px; width:0px; "></td>
656
+ </tr></table>
657
+ <div class="tj_tooltip_box" id="ID7434180" style="cursor:help"><div>
658
+ <b>ID:</b> _Task_19</div></div>
659
+ </td></tr>
660
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
661
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
662
+ <td style="min-width:0px; width:0px; "></td>
663
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7405420', TITLE, 'cu2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
664
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cu2</td>
665
+ <td style="min-width:0px; width:0px; "></td>
666
+ </tr></table>
667
+ <div class="tj_tooltip_box" id="ID7405420" style="cursor:help"><div>
668
+ <b>ID:</b> _Task_17</div></div>
669
+ </td></tr>
670
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
671
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
672
+ <td style="min-width:0px; width:0px; "></td>
673
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7365180', TITLE, 'cu3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
674
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cu3</td>
675
+ <td style="min-width:0px; width:0px; "></td>
676
+ </tr></table>
677
+ <div class="tj_tooltip_box" id="ID7365180" style="cursor:help"><div>
678
+ <b>ID:</b> _Task_20</div></div>
679
+ </td></tr>
680
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
681
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
682
+ <td style="min-width:0px; width:0px; "></td>
683
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7345860', TITLE, 'dtask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
684
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">dtask</td>
685
+ <td style="min-width:0px; width:0px; "></td>
686
+ </tr></table>
687
+ <div class="tj_tooltip_box" id="ID7345860" style="cursor:help"><div>
688
+ <b>ID:</b> dt</div></div>
689
+ </td></tr>
690
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
691
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
692
+ <td style="min-width:0px; width:0px; "></td>
693
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7313020', TITLE, 'du1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
694
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du1</td>
695
+ <td style="min-width:0px; width:0px; "></td>
696
+ </tr></table>
697
+ <div class="tj_tooltip_box" id="ID7313020" style="cursor:help"><div>
698
+ <b>ID:</b> _Task_23</div></div>
699
+ </td></tr>
700
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
701
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
702
+ <td style="min-width:0px; width:0px; "></td>
703
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7306060', TITLE, 'du2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
704
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du2</td>
705
+ <td style="min-width:0px; width:0px; "></td>
706
+ </tr></table>
707
+ <div class="tj_tooltip_box" id="ID7306060" style="cursor:help"><div>
708
+ <b>ID:</b> _Task_24</div></div>
709
+ </td></tr>
710
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
711
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
712
+ <td style="min-width:0px; width:0px; "></td>
713
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7300300', TITLE, 'du3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
714
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du3</td>
715
+ <td style="min-width:0px; width:0px; "></td>
716
+ </tr></table>
717
+ <div class="tj_tooltip_box" id="ID7300300" style="cursor:help"><div>
718
+ <b>ID:</b> _Task_25</div></div>
719
+ </td></tr>
720
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
721
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
722
+ <td style="min-width:0px; width:0px; "></td>
723
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7291860', TITLE, 'du4')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
724
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du4</td>
725
+ <td style="min-width:0px; width:0px; "></td>
726
+ </tr></table>
727
+ <div class="tj_tooltip_box" id="ID7291860" style="cursor:help"><div>
728
+ <b>ID:</b> _Task_26</div></div>
729
+ </td></tr>
730
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
731
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
732
+ <td style="min-width:0px; width:0px; "></td>
733
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7249340', TITLE, 'du5')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
734
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du5</td>
735
+ <td style="min-width:0px; width:0px; "></td>
736
+ </tr></table>
737
+ <div class="tj_tooltip_box" id="ID7249340" style="cursor:help"><div>
738
+ <b>ID:</b> _Task_27</div></div>
739
+ </td></tr>
740
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
741
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
742
+ <td style="min-width:0px; width:0px; "></td>
743
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7228280', TITLE, 'du6')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
744
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du6</td>
745
+ <td style="min-width:0px; width:0px; "></td>
746
+ </tr></table>
747
+ <div class="tj_tooltip_box" id="ID7228280" style="cursor:help"><div>
748
+ <b>ID:</b> _Task_28</div></div>
749
+ </td></tr>
750
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
751
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
752
+ <td style="min-width:0px; width:0px; "></td>
753
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7203460', TITLE, 'es1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
754
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">es1</td>
755
+ <td style="min-width:0px; width:0px; "></td>
756
+ </tr></table>
757
+ <div class="tj_tooltip_box" id="ID7203460" style="cursor:help"><div>
758
+ <b>ID:</b> _Task_30</div></div>
759
+ </td></tr>
760
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
761
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
762
+ <td style="min-width:0px; width:0px; "></td>
763
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7171640', TITLE, 'es2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
764
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">es2</td>
765
+ <td style="min-width:0px; width:0px; "></td>
766
+ </tr></table>
767
+ <div class="tj_tooltip_box" id="ID7171640" style="cursor:help"><div>
768
+ <b>ID:</b> _Task_31</div></div>
769
+ </td></tr>
770
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
771
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
772
+ <td style="min-width:0px; width:0px; "></td>
773
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID6989320', TITLE, 'es3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
774
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">es3</td>
775
+ <td style="min-width:0px; width:0px; "></td>
776
+ </tr></table>
777
+ <div class="tj_tooltip_box" id="ID6989320" style="cursor:help"><div>
778
+ <b>ID:</b> _Task_32</div></div>
779
+ </td></tr>
780
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
781
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
782
+ <td style="min-width:0px; width:0px; "></td>
783
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID6963380', TITLE, 'etask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
784
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">etask</td>
785
+ <td style="min-width:0px; width:0px; "></td>
786
+ </tr></table>
787
+ <div class="tj_tooltip_box" id="ID6963380" style="cursor:help"><div>
788
+ <b>ID:</b> et</div></div>
789
+ </td></tr>
790
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
791
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
792
+ <td style="min-width:0px; width:0px; "></td>
793
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID6916640', TITLE, 'eu4')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
794
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">eu4</td>
795
+ <td style="min-width:0px; width:0px; "></td>
796
+ </tr></table>
797
+ <div class="tj_tooltip_box" id="ID6916640" style="cursor:help"><div>
798
+ <b>ID:</b> _Task_33</div></div>
799
+ </td></tr>
800
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
801
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
802
+ <td style="min-width:0px; width:0px; "></td>
803
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID6845560', TITLE, 'eu5')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
804
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">eu5</td>
805
+ <td style="min-width:0px; width:0px; "></td>
806
+ </tr></table>
807
+ <div class="tj_tooltip_box" id="ID6845560" style="cursor:help"><div>
808
+ <b>ID:</b> _Task_34</div></div>
809
+ </td></tr>
810
+ <tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
811
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
812
+ <td style="min-width:0px; width:0px; "></td>
813
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID6755080', TITLE, 'eu6')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
814
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">eu6</td>
815
+ <td style="min-width:0px; width:0px; "></td>
816
+ </tr></table>
817
+ <div class="tj_tooltip_box" id="ID6755080" style="cursor:help"><div>
818
+ <b>ID:</b> _Task_35</div></div>
819
+ </td></tr>
820
+ </tbody></table></td></tr>
821
+ <tr><td><div class="tj_table_legend_frame"><table cellspacing="1" class="tj_table_legend"><tr class="tj_legend_row">
822
+ <td class="tj_legend_spacer"></td>
823
+ <td class="tj_legend_item"><div class="tj_legend_symbol" style="top:3px">
824
+ <div class="tj_gantt_frame" style="left:5px; top:0px; width:36px; height:15px;"></div>
825
+ <div class="containerbar" style="left:5px; top:2px; width:36px; height:5px;"></div>
826
+ <div class="tj_gantt_jag" style="left:5px; top:7px;"></div>
827
+ <div class="tj_gantt_jag" style="left:31px; top:7px;"></div>
828
+ </div></td>
829
+ <td class="tj_legend_item"><div class="tj_legend_label">Container Task</div></td>
830
+ <td class="tj_legend_spacer"></td>
831
+ <td class="tj_legend_item"><div class="tj_legend_symbol" style="top:3px">
832
+ <div class="tj_gantt_frame" style="left:5px; top:0px; width:31px; height:15px;"></div>
833
+ <div class="taskbarframe" style="left:5px; top:1px; width:31px; height:12px;"></div>
834
+ <div class="taskbar" style="left:6px; top:2px; width:29px; height:10px;"></div>
835
+ <div class="progressbar" style="left:6px; top:4px; width:14px; height:6px;"></div>
836
+ </div></td>
837
+ <td class="tj_legend_item"><div class="tj_legend_label">Normal Task</div></td>
838
+ <td class="tj_legend_spacer"></td>
839
+ <td class="tj_legend_item"><div class="tj_legend_symbol" style="top:3px">
840
+ <div class="tj_gantt_frame" style="left:3px; top:0px; width:15px; height:15px;"></div>
841
+ <div class="tj_diamond_top" style="left:4px; top:0px;"></div>
842
+ <div class="tj_diamond_bottom" style="left:4px; top:7px;"></div>
843
+ </div></td>
844
+ <td class="tj_legend_item"><div class="tj_legend_label">Milestone</div></td>
845
+ <td class="tj_legend_spacer"></td>
846
+ </tr></table></div></td></tr>
847
+ </table>
848
+ <div class="copyright">Project: Dependency Arrows Version: 1.0 - Created on 2010-10-03 20:03:12 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.7</div>
840
849
  </div>
841
850
  </body>
842
851
  </html>