taskjuggler 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (492) hide show
  1. data/CHANGELOG +7 -0
  2. data/data/tjp.vim +1 -1
  3. data/lib/exchangebug.rb +42 -0
  4. data/lib/ruby-signal-bug.rb +55 -0
  5. data/lib/taskjuggler/DataCache.rb +30 -41
  6. data/lib/taskjuggler/ResourceScenario.rb +19 -20
  7. data/lib/taskjuggler/TaskScenario.rb +11 -8
  8. data/lib/taskjuggler/Tj3Config.rb +1 -1
  9. data/prj_cfg.rb +3 -3
  10. data/test/TestSuite/Export-Reports/refs/DST.tjp +60 -0
  11. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +80 -0
  12. data/test/TestSuite/Export-Reports/tp.tjp +49 -0
  13. data/test/TestSuite/HTML-Reports/Alerts.html +412 -160
  14. data/test/TestSuite/HTML-Reports/TimeSheet.html +79 -0
  15. data/test/TestSuite/HTML-Reports/css/tjmanual.css +20 -0
  16. data/test/TestSuite/HTML-Reports/css/tjreport.css +7 -6
  17. data/test/TestSuite/HTML-Reports/reference.html +51 -0
  18. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +86 -0
  19. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/css/tjreport.css +0 -0
  20. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/details.png +0 -0
  21. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/flag-green.png +0 -0
  22. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/flag-red.png +0 -0
  23. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/flag-yellow.png +0 -0
  24. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/resource.png +0 -0
  25. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/resourcegroup.png +0 -0
  26. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/task.png +0 -0
  27. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/taskgroup.png +0 -0
  28. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/trend-down.png +0 -0
  29. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/trend-flat.png +0 -0
  30. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/icons/trend-up.png +0 -0
  31. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +26 -0
  32. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +2 -0
  33. data/test/TestSuite/{Scheduler/Errors → ReportGenerator/Correct}/scripts/wz_tooltip.js +0 -0
  34. data/test/TestSuite/Scheduler/Correct/Allocate.html +1075 -0
  35. data/test/TestSuite/Scheduler/Correct/Duration.html +610 -0
  36. data/test/TestSuite/Scheduler/{Errors → Correct}/css/tjmanual.css +0 -0
  37. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +413 -0
  38. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  39. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  40. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  41. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  42. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  43. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  44. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  45. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  46. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  47. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  48. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  49. data/test/TestSuite/{HTML-Reports/scripts → Scheduler/Correct}/scripts/wz_tooltip.js +20 -20
  50. data/test/TestSuite/StatusSheetTemplates/project.tji +35 -0
  51. data/test/TestSuite/StatusSheetTemplates/project.tjp +56 -0
  52. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
  53. data/test/TestSuite/Syntax/Correct/DST.tjp +11 -0
  54. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +32 -0
  55. data/test/TestSuite/TimeSheets/receiver.log.mod +1056 -0
  56. data/test/TestSuite/TimeSheets/uu.txt +29 -0
  57. metadata +672 -1076
  58. data/benchmarks/UTF-8-Strings.rb +0 -58
  59. data/benchmarks/htmltaskreport-1.html +0 -47702
  60. data/benchmarks/htmltaskreport-2.html +0 -23345
  61. data/benchmarks/htmltaskreport-3.html +0 -23265
  62. data/benchmarks/htmltaskreport-4.html +0 -22135
  63. data/benchmarks/profile.clt +0 -36082
  64. data/benchmarks/tj3.profile +0 -0
  65. data/benchmarks/tj3.profile.grind +0 -6185
  66. data/benchmarks/tj3.profile.symbols +0 -432
  67. data/benchmarks/tj3.profile.txt +0 -448
  68. data/doc/AppConfig.html +0 -1515
  69. data/doc/CHANGELOG.html +0 -2441
  70. data/doc/COPYING.html +0 -923
  71. data/doc/Diff.html +0 -1217
  72. data/doc/Diff/Hunk.html +0 -1050
  73. data/doc/Diffable.html +0 -708
  74. data/doc/DiffableString.html +0 -708
  75. data/doc/Object.html +0 -744
  76. data/doc/README_rdoc.html +0 -774
  77. data/doc/RuntimeConfig.html +0 -880
  78. data/doc/String.html +0 -1029
  79. data/doc/TaskJuggler.html +0 -2698
  80. data/doc/TaskJuggler/Account.html +0 -777
  81. data/doc/TaskJuggler/AccountAttribute.html +0 -793
  82. data/doc/TaskJuggler/AccountScenario.html +0 -736
  83. data/doc/TaskJuggler/Allocation.html +0 -987
  84. data/doc/TaskJuggler/AllocationAttribute.html +0 -823
  85. data/doc/TaskJuggler/AttributeBase.html +0 -1379
  86. data/doc/TaskJuggler/AttributeDefinition.html +0 -839
  87. data/doc/TaskJuggler/AttributeOverwrite.html +0 -630
  88. data/doc/TaskJuggler/BatchProcessor.html +0 -1202
  89. data/doc/TaskJuggler/Booking.html +0 -883
  90. data/doc/TaskJuggler/BookingListAttribute.html +0 -793
  91. data/doc/TaskJuggler/BooleanAttribute.html +0 -793
  92. data/doc/TaskJuggler/CSVFile.html +0 -1152
  93. data/doc/TaskJuggler/CellSettingPattern.html +0 -724
  94. data/doc/TaskJuggler/CellSettingPatternList.html +0 -773
  95. data/doc/TaskJuggler/Charge.html +0 -801
  96. data/doc/TaskJuggler/ChargeListAttribute.html +0 -757
  97. data/doc/TaskJuggler/ChargeSet.html +0 -973
  98. data/doc/TaskJuggler/ChargeSetListAttribute.html +0 -802
  99. data/doc/TaskJuggler/CollisionDetector.html +0 -1113
  100. data/doc/TaskJuggler/ColumnListAttribute.html +0 -757
  101. data/doc/TaskJuggler/ColumnTable.html +0 -787
  102. data/doc/TaskJuggler/Daemon.html +0 -843
  103. data/doc/TaskJuggler/DataCache.html +0 -1049
  104. data/doc/TaskJuggler/DataCacheEntry.html +0 -761
  105. data/doc/TaskJuggler/DateAttribute.html +0 -761
  106. data/doc/TaskJuggler/DefinitionListAttribute.html +0 -679
  107. data/doc/TaskJuggler/DependencyListAttribute.html +0 -797
  108. data/doc/TaskJuggler/DurationAttribute.html +0 -794
  109. data/doc/TaskJuggler/FileList.html +0 -817
  110. data/doc/TaskJuggler/FileRecord.html +0 -726
  111. data/doc/TaskJuggler/FixnumAttribute.html +0 -715
  112. data/doc/TaskJuggler/FlagListAttribute.html +0 -793
  113. data/doc/TaskJuggler/FloatAttribute.html +0 -757
  114. data/doc/TaskJuggler/FormatListAttribute.html +0 -721
  115. data/doc/TaskJuggler/GanttChart.html +0 -1511
  116. data/doc/TaskJuggler/GanttContainer.html +0 -969
  117. data/doc/TaskJuggler/GanttHeader.html +0 -972
  118. data/doc/TaskJuggler/GanttHeaderScaleItem.html +0 -786
  119. data/doc/TaskJuggler/GanttLine.html +0 -1349
  120. data/doc/TaskJuggler/GanttLoadStack.html +0 -852
  121. data/doc/TaskJuggler/GanttMilestone.html +0 -950
  122. data/doc/TaskJuggler/GanttRouter.html +0 -1160
  123. data/doc/TaskJuggler/GanttTaskBar.html +0 -972
  124. data/doc/TaskJuggler/HTMLDocument.html +0 -800
  125. data/doc/TaskJuggler/HTMLElements.html +0 -623
  126. data/doc/TaskJuggler/HTMLGraphics.html +0 -861
  127. data/doc/TaskJuggler/ICalReport.html +0 -864
  128. data/doc/TaskJuggler/ICalendar.html +0 -1035
  129. data/doc/TaskJuggler/ICalendar/Component.html +0 -969
  130. data/doc/TaskJuggler/ICalendar/Event.html +0 -742
  131. data/doc/TaskJuggler/ICalendar/Journal.html +0 -722
  132. data/doc/TaskJuggler/ICalendar/Person.html +0 -633
  133. data/doc/TaskJuggler/ICalendar/Todo.html +0 -789
  134. data/doc/TaskJuggler/Interval.html +0 -1003
  135. data/doc/TaskJuggler/IntervalList.html +0 -821
  136. data/doc/TaskJuggler/JobInfo.html +0 -967
  137. data/doc/TaskJuggler/Journal.html +0 -1272
  138. data/doc/TaskJuggler/JournalEntry.html +0 -884
  139. data/doc/TaskJuggler/JournalEntryList.html +0 -1253
  140. data/doc/TaskJuggler/KeywordArray.html +0 -720
  141. data/doc/TaskJuggler/KeywordDocumentation.html +0 -2274
  142. data/doc/TaskJuggler/Limits.html +0 -1019
  143. data/doc/TaskJuggler/Limits/Limit.html +0 -1022
  144. data/doc/TaskJuggler/LimitsAttribute.html +0 -759
  145. data/doc/TaskJuggler/ListAttributeBase.html +0 -727
  146. data/doc/TaskJuggler/Log.html +0 -1187
  147. data/doc/TaskJuggler/LogFile.html +0 -1004
  148. data/doc/TaskJuggler/LogicalAttribute.html +0 -784
  149. data/doc/TaskJuggler/LogicalExpression.html +0 -825
  150. data/doc/TaskJuggler/LogicalExpressionAttribute.html +0 -715
  151. data/doc/TaskJuggler/LogicalExpressionListAttribute.html +0 -715
  152. data/doc/TaskJuggler/LogicalFlag.html +0 -777
  153. data/doc/TaskJuggler/LogicalFunction.html +0 -1433
  154. data/doc/TaskJuggler/LogicalOperation.html +0 -1168
  155. data/doc/TaskJuggler/ManagerResponsibilities.html +0 -760
  156. data/doc/TaskJuggler/ManagerStatusRecord.html +0 -764
  157. data/doc/TaskJuggler/Message.html +0 -861
  158. data/doc/TaskJuggler/MessageHandler.html +0 -1102
  159. data/doc/TaskJuggler/Navigator.html +0 -967
  160. data/doc/TaskJuggler/NavigatorElement.html +0 -1018
  161. data/doc/TaskJuggler/NikuProject.html +0 -748
  162. data/doc/TaskJuggler/NikuReport.html +0 -1494
  163. data/doc/TaskJuggler/NikuResource.html +0 -718
  164. data/doc/TaskJuggler/NodeListAttribute.html +0 -679
  165. data/doc/TaskJuggler/PlaceHolderCell.html +0 -772
  166. data/doc/TaskJuggler/ProcessIntercom.html +0 -1041
  167. data/doc/TaskJuggler/ProcessIntercomIface.html +0 -797
  168. data/doc/TaskJuggler/Project.html +0 -3741
  169. data/doc/TaskJuggler/ProjectBroker.html +0 -1700
  170. data/doc/TaskJuggler/ProjectBrokerIface.html +0 -875
  171. data/doc/TaskJuggler/ProjectFileParser.html +0 -2127
  172. data/doc/TaskJuggler/ProjectFileScanner.html +0 -1921
  173. data/doc/TaskJuggler/ProjectRecord.html +0 -1002
  174. data/doc/TaskJuggler/ProjectServer.html +0 -1273
  175. data/doc/TaskJuggler/ProjectServerIface.html +0 -892
  176. data/doc/TaskJuggler/PropertyAttribute.html +0 -715
  177. data/doc/TaskJuggler/PropertyList.html +0 -1423
  178. data/doc/TaskJuggler/PropertySet.html +0 -1816
  179. data/doc/TaskJuggler/PropertyTreeNode.html +0 -2895
  180. data/doc/TaskJuggler/Query.html +0 -1783
  181. data/doc/TaskJuggler/RTFHandlers.html +0 -688
  182. data/doc/TaskJuggler/RTFNavigator.html +0 -816
  183. data/doc/TaskJuggler/RTFQuery.html +0 -1107
  184. data/doc/TaskJuggler/RTFReport.html +0 -844
  185. data/doc/TaskJuggler/RTFReportLink.html +0 -836
  186. data/doc/TaskJuggler/RTFWithQuerySupport.html +0 -726
  187. data/doc/TaskJuggler/RealFormat.html +0 -829
  188. data/doc/TaskJuggler/RealFormatAttribute.html +0 -679
  189. data/doc/TaskJuggler/ReferenceAttribute.html +0 -904
  190. data/doc/TaskJuggler/Report.html +0 -1645
  191. data/doc/TaskJuggler/ReportBase.html +0 -1192
  192. data/doc/TaskJuggler/ReportContext.html +0 -861
  193. data/doc/TaskJuggler/ReportScenario.html +0 -633
  194. data/doc/TaskJuggler/ReportServer.html +0 -1092
  195. data/doc/TaskJuggler/ReportServerIface.html +0 -926
  196. data/doc/TaskJuggler/ReportServerRecord.html +0 -805
  197. data/doc/TaskJuggler/ReportServlet.html +0 -1053
  198. data/doc/TaskJuggler/ReportTable.html +0 -1203
  199. data/doc/TaskJuggler/ReportTableCell.html +0 -1690
  200. data/doc/TaskJuggler/ReportTableColumn.html +0 -914
  201. data/doc/TaskJuggler/ReportTableLegend.html +0 -1084
  202. data/doc/TaskJuggler/ReportTableLine.html +0 -1091
  203. data/doc/TaskJuggler/Resource.html +0 -1066
  204. data/doc/TaskJuggler/ResourceListAttribute.html +0 -853
  205. data/doc/TaskJuggler/ResourceListRE.html +0 -761
  206. data/doc/TaskJuggler/ResourceScenario.html +0 -2591
  207. data/doc/TaskJuggler/RichText.html +0 -903
  208. data/doc/TaskJuggler/RichTextAttribute.html +0 -835
  209. data/doc/TaskJuggler/RichTextDocument.html +0 -1062
  210. data/doc/TaskJuggler/RichTextElement.html +0 -1804
  211. data/doc/TaskJuggler/RichTextFunctionExample.html +0 -823
  212. data/doc/TaskJuggler/RichTextFunctionHandler.html +0 -774
  213. data/doc/TaskJuggler/RichTextImage.html +0 -736
  214. data/doc/TaskJuggler/RichTextIntermediate.html +0 -1309
  215. data/doc/TaskJuggler/RichTextParser.html +0 -892
  216. data/doc/TaskJuggler/RichTextScanner.html +0 -1589
  217. data/doc/TaskJuggler/RichTextSnip.html +0 -1024
  218. data/doc/TaskJuggler/RichTextSyntaxRules.html +0 -2076
  219. data/doc/TaskJuggler/Scenario.html +0 -680
  220. data/doc/TaskJuggler/ScenarioData.html +0 -905
  221. data/doc/TaskJuggler/ScenarioListAttribute.html +0 -757
  222. data/doc/TaskJuggler/Scoreboard.html +0 -1265
  223. data/doc/TaskJuggler/ScoreboardInterval.html +0 -1116
  224. data/doc/TaskJuggler/SheetHandlerBase.html +0 -1321
  225. data/doc/TaskJuggler/SheetReceiver.html +0 -1422
  226. data/doc/TaskJuggler/SheetSender.html +0 -1192
  227. data/doc/TaskJuggler/Shift.html +0 -775
  228. data/doc/TaskJuggler/ShiftAssignment.html +0 -1032
  229. data/doc/TaskJuggler/ShiftAssignments.html +0 -1438
  230. data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +0 -759
  231. data/doc/TaskJuggler/ShiftScenario.html +0 -806
  232. data/doc/TaskJuggler/SimpleQueryExpander.html +0 -756
  233. data/doc/TaskJuggler/SortListAttribute.html +0 -715
  234. data/doc/TaskJuggler/StatusSheetReceiver.html +0 -702
  235. data/doc/TaskJuggler/StatusSheetReport.html +0 -959
  236. data/doc/TaskJuggler/StatusSheetSender.html +0 -832
  237. data/doc/TaskJuggler/StdIoWrapper.html +0 -720
  238. data/doc/TaskJuggler/StringAttribute.html +0 -757
  239. data/doc/TaskJuggler/SymbolAttribute.html +0 -715
  240. data/doc/TaskJuggler/SyntaxReference.html +0 -1264
  241. data/doc/TaskJuggler/TOCEntry.html +0 -860
  242. data/doc/TaskJuggler/TSResourceRecord.html +0 -756
  243. data/doc/TaskJuggler/TSTaskRecord.html +0 -768
  244. data/doc/TaskJuggler/TableColumnDefinition.html +0 -973
  245. data/doc/TaskJuggler/TableOfContents.html +0 -814
  246. data/doc/TaskJuggler/TableReport.html +0 -2580
  247. data/doc/TaskJuggler/TagFile.html +0 -817
  248. data/doc/TaskJuggler/TagFile/TagFileEntry.html +0 -841
  249. data/doc/TaskJuggler/Task.html +0 -914
  250. data/doc/TaskJuggler/TaskDepListAttribute.html +0 -797
  251. data/doc/TaskJuggler/TaskDependency.html +0 -856
  252. data/doc/TaskJuggler/TaskListAttribute.html +0 -797
  253. data/doc/TaskJuggler/TaskListRE.html +0 -760
  254. data/doc/TaskJuggler/TaskScenario.html +0 -5237
  255. data/doc/TaskJuggler/TernarySearchTree.html +0 -1365
  256. data/doc/TaskJuggler/TextFormatter.html +0 -997
  257. data/doc/TaskJuggler/TextParser.html +0 -1886
  258. data/doc/TaskJuggler/TextParser/Macro.html +0 -732
  259. data/doc/TaskJuggler/TextParser/MacroTable.html +0 -856
  260. data/doc/TaskJuggler/TextParser/Pattern.html +0 -1767
  261. data/doc/TaskJuggler/TextParser/Rule.html +0 -1443
  262. data/doc/TaskJuggler/TextParser/Scanner.html +0 -1542
  263. data/doc/TaskJuggler/TextParser/Scanner/BufferStreamHandle.html +0 -685
  264. data/doc/TaskJuggler/TextParser/Scanner/FileStreamHandle.html +0 -751
  265. data/doc/TaskJuggler/TextParser/Scanner/MacroStackEntry.html +0 -748
  266. data/doc/TaskJuggler/TextParser/Scanner/StreamHandle.html +0 -1128
  267. data/doc/TaskJuggler/TextParser/SourceFileInfo.html +0 -784
  268. data/doc/TaskJuggler/TextParser/StackElement.html +0 -964
  269. data/doc/TaskJuggler/TextParser/State.html +0 -1039
  270. data/doc/TaskJuggler/TextParser/StateTransition.html +0 -832
  271. data/doc/TaskJuggler/TextParser/TextParserResultArray.html +0 -735
  272. data/doc/TaskJuggler/TextParser/TokenDoc.html +0 -766
  273. data/doc/TaskJuggler/TextReport.html +0 -945
  274. data/doc/TaskJuggler/TimeInterval.html +0 -841
  275. data/doc/TaskJuggler/TimeIntervalListAttribute.html +0 -797
  276. data/doc/TaskJuggler/TimeSheet.html +0 -1288
  277. data/doc/TaskJuggler/TimeSheetReceiver.html +0 -699
  278. data/doc/TaskJuggler/TimeSheetRecord.html +0 -1439
  279. data/doc/TaskJuggler/TimeSheetReport.html +0 -1037
  280. data/doc/TaskJuggler/TimeSheetSender.html +0 -724
  281. data/doc/TaskJuggler/TimeSheetSummary.html +0 -983
  282. data/doc/TaskJuggler/TimeSheets.html +0 -760
  283. data/doc/TaskJuggler/Tj3.html +0 -896
  284. data/doc/TaskJuggler/Tj3AppBase.html +0 -966
  285. data/doc/TaskJuggler/Tj3Client.html +0 -1534
  286. data/doc/TaskJuggler/Tj3Daemon.html +0 -894
  287. data/doc/TaskJuggler/Tj3Man.html +0 -792
  288. data/doc/TaskJuggler/Tj3SheetAppBase.html +0 -782
  289. data/doc/TaskJuggler/Tj3SsReceiver.html +0 -771
  290. data/doc/TaskJuggler/Tj3SsSender.html +0 -804
  291. data/doc/TaskJuggler/Tj3TsReceiver.html +0 -771
  292. data/doc/TaskJuggler/Tj3TsSender.html +0 -791
  293. data/doc/TaskJuggler/Tj3TsSummary.html +0 -799
  294. data/doc/TaskJuggler/TjException.html +0 -716
  295. data/doc/TaskJuggler/TjRuntimeError.html +0 -630
  296. data/doc/TaskJuggler/TjTime.html +0 -3179
  297. data/doc/TaskJuggler/TjpExample.html +0 -921
  298. data/doc/TaskJuggler/TjpExportRE.html +0 -1851
  299. data/doc/TaskJuggler/TjpSyntaxRules.html +0 -14721
  300. data/doc/TaskJuggler/URLParameter.html +0 -715
  301. data/doc/TaskJuggler/UserManual.html +0 -1248
  302. data/doc/TaskJuggler/VimSyntax.html +0 -1088
  303. data/doc/TaskJuggler/WebServer.html +0 -781
  304. data/doc/TaskJuggler/WelcomePage.html +0 -813
  305. data/doc/TaskJuggler/WorkingHours.html +0 -1293
  306. data/doc/TaskJuggler/WorkingHoursAttribute.html +0 -780
  307. data/doc/TaskJuggler/XMLBlob.html +0 -731
  308. data/doc/TaskJuggler/XMLComment.html +0 -726
  309. data/doc/TaskJuggler/XMLDocument.html +0 -827
  310. data/doc/TaskJuggler/XMLElement.html +0 -1014
  311. data/doc/TaskJuggler/XMLNamedText.html +0 -687
  312. data/doc/TaskJuggler/XMLText.html +0 -741
  313. data/doc/index.html +0 -4664
  314. data/doc/lib/taskjuggler/AccountScenario_rb.html +0 -69
  315. data/doc/lib/taskjuggler/Account_rb.html +0 -71
  316. data/doc/lib/taskjuggler/AlgorithmDiff_rb.html +0 -67
  317. data/doc/lib/taskjuggler/Allocation_rb.html +0 -71
  318. data/doc/lib/taskjuggler/AppConfig_rb.html +0 -69
  319. data/doc/lib/taskjuggler/AttributeBase_rb.html +0 -69
  320. data/doc/lib/taskjuggler/AttributeDefinition_rb.html +0 -67
  321. data/doc/lib/taskjuggler/Attributes_rb.html +0 -83
  322. data/doc/lib/taskjuggler/BatchProcessor_rb.html +0 -71
  323. data/doc/lib/taskjuggler/Booking_rb.html +0 -67
  324. data/doc/lib/taskjuggler/ChargeSet_rb.html +0 -69
  325. data/doc/lib/taskjuggler/Charge_rb.html +0 -69
  326. data/doc/lib/taskjuggler/DataCache_rb.html +0 -71
  327. data/doc/lib/taskjuggler/FileList_rb.html +0 -67
  328. data/doc/lib/taskjuggler/HTMLDocument_rb.html +0 -71
  329. data/doc/lib/taskjuggler/HTMLElements_rb.html +0 -69
  330. data/doc/lib/taskjuggler/ICalendar_rb.html +0 -69
  331. data/doc/lib/taskjuggler/IntervalList_rb.html +0 -69
  332. data/doc/lib/taskjuggler/Interval_rb.html +0 -69
  333. data/doc/lib/taskjuggler/Journal_rb.html +0 -67
  334. data/doc/lib/taskjuggler/KeywordArray_rb.html +0 -67
  335. data/doc/lib/taskjuggler/KeywordDocumentation_rb.html +0 -77
  336. data/doc/lib/taskjuggler/Limits_rb.html +0 -69
  337. data/doc/lib/taskjuggler/LogFile_rb.html +0 -69
  338. data/doc/lib/taskjuggler/Log_rb.html +0 -71
  339. data/doc/lib/taskjuggler/LogicalExpression_rb.html +0 -73
  340. data/doc/lib/taskjuggler/LogicalFunction_rb.html +0 -69
  341. data/doc/lib/taskjuggler/LogicalOperation_rb.html +0 -69
  342. data/doc/lib/taskjuggler/MessageHandler_rb.html +0 -69
  343. data/doc/lib/taskjuggler/ProjectFileParser_rb.html +0 -77
  344. data/doc/lib/taskjuggler/ProjectFileScanner_rb.html +0 -69
  345. data/doc/lib/taskjuggler/Project_rb.html +0 -113
  346. data/doc/lib/taskjuggler/PropertyList_rb.html +0 -67
  347. data/doc/lib/taskjuggler/PropertySet_rb.html +0 -71
  348. data/doc/lib/taskjuggler/PropertyTreeNode_rb.html +0 -67
  349. data/doc/lib/taskjuggler/Query_rb.html +0 -69
  350. data/doc/lib/taskjuggler/RealFormat_rb.html +0 -67
  351. data/doc/lib/taskjuggler/ResourceScenario_rb.html +0 -69
  352. data/doc/lib/taskjuggler/Resource_rb.html +0 -71
  353. data/doc/lib/taskjuggler/RichText/Document_rb.html +0 -73
  354. data/doc/lib/taskjuggler/RichText/Element_rb.html +0 -75
  355. data/doc/lib/taskjuggler/RichText/FunctionExample_rb.html +0 -73
  356. data/doc/lib/taskjuggler/RichText/FunctionHandler_rb.html +0 -67
  357. data/doc/lib/taskjuggler/RichText/Parser_rb.html +0 -75
  358. data/doc/lib/taskjuggler/RichText/RTFHandlers_rb.html +0 -75
  359. data/doc/lib/taskjuggler/RichText/RTFNavigator_rb.html +0 -73
  360. data/doc/lib/taskjuggler/RichText/RTFQuery_rb.html +0 -73
  361. data/doc/lib/taskjuggler/RichText/RTFReportLink_rb.html +0 -75
  362. data/doc/lib/taskjuggler/RichText/RTFReport_rb.html +0 -71
  363. data/doc/lib/taskjuggler/RichText/RTFWithQuerySupport_rb.html +0 -69
  364. data/doc/lib/taskjuggler/RichText/Scanner_rb.html +0 -71
  365. data/doc/lib/taskjuggler/RichText/Snip_rb.html +0 -71
  366. data/doc/lib/taskjuggler/RichText/SyntaxRules_rb.html +0 -67
  367. data/doc/lib/taskjuggler/RichText/TOCEntry_rb.html +0 -71
  368. data/doc/lib/taskjuggler/RichText/TableOfContents_rb.html +0 -71
  369. data/doc/lib/taskjuggler/RichText_rb.html +0 -73
  370. data/doc/lib/taskjuggler/RuntimeConfig_rb.html +0 -69
  371. data/doc/lib/taskjuggler/ScenarioData_rb.html +0 -71
  372. data/doc/lib/taskjuggler/Scenario_rb.html +0 -69
  373. data/doc/lib/taskjuggler/Scoreboard_rb.html +0 -69
  374. data/doc/lib/taskjuggler/SheetHandlerBase_rb.html +0 -75
  375. data/doc/lib/taskjuggler/SheetReceiver_rb.html +0 -81
  376. data/doc/lib/taskjuggler/SheetSender_rb.html +0 -79
  377. data/doc/lib/taskjuggler/ShiftAssignments_rb.html +0 -71
  378. data/doc/lib/taskjuggler/ShiftScenario_rb.html +0 -69
  379. data/doc/lib/taskjuggler/Shift_rb.html +0 -71
  380. data/doc/lib/taskjuggler/SimpleQueryExpander_rb.html +0 -69
  381. data/doc/lib/taskjuggler/StatusSheetReceiver_rb.html +0 -69
  382. data/doc/lib/taskjuggler/StatusSheetSender_rb.html +0 -69
  383. data/doc/lib/taskjuggler/StdIoWrapper_rb.html +0 -67
  384. data/doc/lib/taskjuggler/SyntaxReference_rb.html +0 -75
  385. data/doc/lib/taskjuggler/TableColumnDefinition_rb.html +0 -67
  386. data/doc/lib/taskjuggler/TaskDependency_rb.html +0 -67
  387. data/doc/lib/taskjuggler/TaskJuggler_rb.html +0 -75
  388. data/doc/lib/taskjuggler/TaskScenario_rb.html +0 -71
  389. data/doc/lib/taskjuggler/Task_rb.html +0 -71
  390. data/doc/lib/taskjuggler/TernarySearchTree_rb.html +0 -69
  391. data/doc/lib/taskjuggler/TextFormatter_rb.html +0 -69
  392. data/doc/lib/taskjuggler/TextParser/MacroTable_rb.html +0 -67
  393. data/doc/lib/taskjuggler/TextParser/Pattern_rb.html +0 -71
  394. data/doc/lib/taskjuggler/TextParser/Rule_rb.html +0 -69
  395. data/doc/lib/taskjuggler/TextParser/Scanner_rb.html +0 -77
  396. data/doc/lib/taskjuggler/TextParser/SourceFileInfo_rb.html +0 -67
  397. data/doc/lib/taskjuggler/TextParser/StackElement_rb.html +0 -67
  398. data/doc/lib/taskjuggler/TextParser/State_rb.html +0 -67
  399. data/doc/lib/taskjuggler/TextParser/TokenDoc_rb.html +0 -67
  400. data/doc/lib/taskjuggler/TextParser_rb.html +0 -79
  401. data/doc/lib/taskjuggler/TimeSheetReceiver_rb.html +0 -69
  402. data/doc/lib/taskjuggler/TimeSheetSender_rb.html +0 -69
  403. data/doc/lib/taskjuggler/TimeSheetSummary_rb.html +0 -69
  404. data/doc/lib/taskjuggler/TimeSheets_rb.html +0 -67
  405. data/doc/lib/taskjuggler/Tj3AppBase_rb.html +0 -79
  406. data/doc/lib/taskjuggler/Tj3Config_rb.html +0 -71
  407. data/doc/lib/taskjuggler/Tj3SheetAppBase_rb.html +0 -69
  408. data/doc/lib/taskjuggler/TjException_rb.html +0 -67
  409. data/doc/lib/taskjuggler/TjTime_rb.html +0 -71
  410. data/doc/lib/taskjuggler/TjpExample_rb.html +0 -69
  411. data/doc/lib/taskjuggler/TjpSyntaxRules_rb.html +0 -67
  412. data/doc/lib/taskjuggler/URLParameter_rb.html +0 -69
  413. data/doc/lib/taskjuggler/UTF8String_rb.html +0 -69
  414. data/doc/lib/taskjuggler/UserManual_rb.html +0 -81
  415. data/doc/lib/taskjuggler/VimSyntax_rb.html +0 -69
  416. data/doc/lib/taskjuggler/WorkingHours_rb.html +0 -71
  417. data/doc/lib/taskjuggler/XMLDocument_rb.html +0 -69
  418. data/doc/lib/taskjuggler/XMLElement_rb.html +0 -69
  419. data/doc/lib/taskjuggler/apps/Tj3Client_rb.html +0 -75
  420. data/doc/lib/taskjuggler/apps/Tj3Daemon_rb.html +0 -75
  421. data/doc/lib/taskjuggler/apps/Tj3Man_rb.html +0 -75
  422. data/doc/lib/taskjuggler/apps/Tj3SsReceiver_rb.html +0 -71
  423. data/doc/lib/taskjuggler/apps/Tj3SsSender_rb.html +0 -71
  424. data/doc/lib/taskjuggler/apps/Tj3TsReceiver_rb.html +0 -71
  425. data/doc/lib/taskjuggler/apps/Tj3TsSender_rb.html +0 -71
  426. data/doc/lib/taskjuggler/apps/Tj3TsSummary_rb.html +0 -71
  427. data/doc/lib/taskjuggler/apps/Tj3_rb.html +0 -71
  428. data/doc/lib/taskjuggler/daemon/Daemon_rb.html +0 -69
  429. data/doc/lib/taskjuggler/daemon/ProcessIntercom_rb.html +0 -71
  430. data/doc/lib/taskjuggler/daemon/ProjectBroker_rb.html +0 -83
  431. data/doc/lib/taskjuggler/daemon/ProjectServer_rb.html +0 -85
  432. data/doc/lib/taskjuggler/daemon/ReportServer_rb.html +0 -73
  433. data/doc/lib/taskjuggler/daemon/ReportServlet_rb.html +0 -69
  434. data/doc/lib/taskjuggler/daemon/WebServer_rb.html +0 -81
  435. data/doc/lib/taskjuggler/daemon/WelcomePage_rb.html +0 -71
  436. data/doc/lib/taskjuggler/deep_copy_rb.html +0 -67
  437. data/doc/lib/taskjuggler/reports/CSVFile_rb.html +0 -69
  438. data/doc/lib/taskjuggler/reports/CollisionDetector_rb.html +0 -69
  439. data/doc/lib/taskjuggler/reports/ColumnTable_rb.html +0 -69
  440. data/doc/lib/taskjuggler/reports/GanttChart_rb.html +0 -75
  441. data/doc/lib/taskjuggler/reports/GanttContainer_rb.html +0 -69
  442. data/doc/lib/taskjuggler/reports/GanttHeaderScaleItem_rb.html +0 -67
  443. data/doc/lib/taskjuggler/reports/GanttHeader_rb.html +0 -69
  444. data/doc/lib/taskjuggler/reports/GanttLine_rb.html +0 -79
  445. data/doc/lib/taskjuggler/reports/GanttLoadStack_rb.html +0 -69
  446. data/doc/lib/taskjuggler/reports/GanttMilestone_rb.html +0 -69
  447. data/doc/lib/taskjuggler/reports/GanttRouter_rb.html +0 -69
  448. data/doc/lib/taskjuggler/reports/GanttTaskBar_rb.html +0 -69
  449. data/doc/lib/taskjuggler/reports/HTMLGraphics_rb.html +0 -67
  450. data/doc/lib/taskjuggler/reports/ICalReport_rb.html +0 -71
  451. data/doc/lib/taskjuggler/reports/Navigator_rb.html +0 -69
  452. data/doc/lib/taskjuggler/reports/NikuReport_rb.html +0 -71
  453. data/doc/lib/taskjuggler/reports/ReportBase_rb.html +0 -67
  454. data/doc/lib/taskjuggler/reports/ReportContext_rb.html +0 -67
  455. data/doc/lib/taskjuggler/reports/ReportTableCell_rb.html +0 -67
  456. data/doc/lib/taskjuggler/reports/ReportTableColumn_rb.html +0 -67
  457. data/doc/lib/taskjuggler/reports/ReportTableLegend_rb.html +0 -67
  458. data/doc/lib/taskjuggler/reports/ReportTableLine_rb.html +0 -69
  459. data/doc/lib/taskjuggler/reports/ReportTable_rb.html +0 -71
  460. data/doc/lib/taskjuggler/reports/Report_rb.html +0 -97
  461. data/doc/lib/taskjuggler/reports/ResourceListRE_rb.html +0 -75
  462. data/doc/lib/taskjuggler/reports/StatusSheetReport_rb.html +0 -69
  463. data/doc/lib/taskjuggler/reports/TableReport_rb.html +0 -77
  464. data/doc/lib/taskjuggler/reports/TagFile_rb.html +0 -71
  465. data/doc/lib/taskjuggler/reports/TaskListRE_rb.html +0 -75
  466. data/doc/lib/taskjuggler/reports/TextReport_rb.html +0 -69
  467. data/doc/lib/taskjuggler/reports/TimeSheetReport_rb.html +0 -69
  468. data/doc/lib/taskjuggler/reports/TjpExportRE_rb.html +0 -69
  469. data/doc/lib/tj3_rb.html +0 -69
  470. data/doc/lib/tj3client_rb.html +0 -69
  471. data/doc/lib/tj3d_rb.html +0 -69
  472. data/doc/lib/tj3man_rb.html +0 -69
  473. data/doc/lib/tj3ss_receiver_rb.html +0 -69
  474. data/doc/lib/tj3ss_sender_rb.html +0 -69
  475. data/doc/lib/tj3ts_receiver_rb.html +0 -69
  476. data/doc/lib/tj3ts_sender_rb.html +0 -69
  477. data/doc/lib/tj3ts_summary_rb.html +0 -69
  478. data/doc/rdoc.css +0 -706
  479. data/test/TestSuite/Export-Reports/refs/CompletedWork.tji.tjp +0 -40
  480. data/test/TestSuite/HTML-Reports/CellText.html +0 -758
  481. data/test/TestSuite/HTML-Reports/ColumnPeriods.html +0 -156
  482. data/test/TestSuite/HTML-Reports/IsOngoing.html +0 -172
  483. data/test/TestSuite/HTML-Reports/LogicalFunctions.html +0 -245
  484. data/test/TestSuite/HTML-Reports/Query.html +0 -31
  485. data/test/TestSuite/HTML-Reports/depArrows.html +0 -851
  486. data/test/TestSuite/HTML-Reports/profile.html +0 -37581
  487. data/test/TestSuite/Scheduler/Errors/R.html +0 -113
  488. data/test/TestSuite/StatusSheets/dev2.tji +0 -22
  489. data/test/TestSuite/Syntax/Correct/CompletedWork.tji.tjp +0 -38
  490. data/test/TestSuite/TimeSheets/resrep.tji +0 -7
  491. data/test/TestSuite/TimeSheets/ts.tji +0 -351
  492. data/test/TestSuite/TimeSheets/tsdef.tji +0 -2
@@ -1,31 +0,0 @@
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-->
4
- <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
- <head>
6
- <title>TaskJuggler Report - Query</title>
7
- <link href="css/tjreport.css" rel="stylesheet" type="text/css"/>
8
- </head>
9
- <body>
10
- <script src="scripts/wz_tooltip.js" type="text/javascript"></script>
11
- <noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
12
- in your browser settings!
13
- </div></noscript>
14
- <div style="margin: 35px 5% 25px 5%; ">
15
- <table align="center" cellpadding="2" cellspacing="1" class="textPageSkel" width="100%"><tr><td style="vertical-align:top" width="100%"><div>
16
- <ul>
17
- <li>Copyright: The Gang</li>
18
- <li>Currency: EUR</li>
19
- <li>End: 2009-12-08</li>
20
- <li>Name: Query Test</li>
21
- <li>Now: 2009-12-03</li>
22
- <li>Project ID: query</li>
23
- <li>Start: 2009-11-08</li>
24
- <li>Version: 1.0</li>
25
- </ul>
26
- <p>The task Bar has an effort of 1.0w.</p>
27
- </div></td></tr></table>
28
- <div class="copyright">The Gang - Project: Query Test Version: 1.0 - Created on 2009-12-03 08:47:17 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.3</div>
29
- </div>
30
- </body>
31
- </html>
@@ -1,851 +0,0 @@
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
- <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
- <head>
6
- <title>TaskJuggler Report - depArrows</title>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
- <meta content="TaskJuggler Report" name="description"/>
9
- <meta content="taskjuggler, project, management" name="keywords"/>
10
- <link href="css/tjreport.css" rel="stylesheet" type="text/css"></link>
11
- </head>
12
- <!-- Dynamic Report ID: 0 -->
13
- <body>
14
- <script src="scripts/wz_tooltip.js" type="text/javascript"></script>
15
- <noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
16
- in your browser settings!
17
- </div></noscript>
18
- <div class="tj_page">
19
- <!-- Dynamic Report ID: 0 -->
20
- <table cellspacing="1" class="tj_table_frame">
21
- <tr><td><table cellspacing="1" class="tj_table"><tbody>
22
- <tr class="tabhead" style="height:39px; font-size:15px;">
23
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
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>
849
- </div>
850
- </body>
851
- </html>