taskjuggler 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (544) hide show
  1. data/CHANGELOG +2086 -0
  2. data/benchmarks/666tasks.tjp +3183 -0
  3. data/benchmarks/booking.tjp +14 -10
  4. data/doc/AppConfig.html +95 -73
  5. data/doc/Arguments.html +22 -2
  6. data/doc/CHANGELOG.html +2587 -0
  7. data/doc/COPYING.html +21 -1
  8. data/doc/Object.html +161 -122
  9. data/doc/README.html +21 -1
  10. data/doc/RuntimeConfig.html +26 -6
  11. data/doc/String.html +38 -18
  12. data/doc/StringIO.html +579 -0
  13. data/doc/TaskJuggler.html +251 -143
  14. data/doc/TaskJuggler/Account.html +26 -6
  15. data/doc/TaskJuggler/AccountAttribute.html +28 -8
  16. data/doc/TaskJuggler/AccountScenario.html +24 -4
  17. data/doc/TaskJuggler/Allocation.html +30 -10
  18. data/doc/TaskJuggler/AllocationAttribute.html +28 -8
  19. data/doc/TaskJuggler/AttributeBase.html +46 -26
  20. data/doc/TaskJuggler/AttributeDefinition.html +22 -2
  21. data/doc/TaskJuggler/BatchProcessor.html +40 -20
  22. data/doc/TaskJuggler/Booking.html +26 -6
  23. data/doc/TaskJuggler/BookingListAttribute.html +28 -8
  24. data/doc/TaskJuggler/BooleanAttribute.html +28 -8
  25. data/doc/TaskJuggler/CSVFile.html +308 -146
  26. data/doc/TaskJuggler/CellSettingPattern.html +22 -2
  27. data/doc/TaskJuggler/CellSettingPatternList.html +26 -6
  28. data/doc/TaskJuggler/Charge.html +26 -6
  29. data/doc/TaskJuggler/ChargeListAttribute.html +26 -6
  30. data/doc/TaskJuggler/ChargeSet.html +33 -13
  31. data/doc/TaskJuggler/ChargeSetListAttribute.html +28 -8
  32. data/doc/TaskJuggler/ColumnListAttribute.html +26 -6
  33. data/doc/TaskJuggler/ColumnTable.html +24 -4
  34. data/doc/TaskJuggler/Daemon.html +26 -6
  35. data/doc/TaskJuggler/DateAttribute.html +26 -6
  36. data/doc/TaskJuggler/DefinitionListAttribute.html +22 -2
  37. data/doc/TaskJuggler/DependencyListAttribute.html +28 -8
  38. data/doc/TaskJuggler/DurationAttribute.html +28 -8
  39. data/doc/TaskJuggler/FixnumAttribute.html +24 -4
  40. data/doc/TaskJuggler/FlagListAttribute.html +28 -8
  41. data/doc/TaskJuggler/FloatAttribute.html +26 -6
  42. data/doc/TaskJuggler/FormatListAttribute.html +24 -4
  43. data/doc/TaskJuggler/GanttChart.html +147 -126
  44. data/doc/TaskJuggler/GanttContainer.html +34 -14
  45. data/doc/TaskJuggler/GanttHeader.html +28 -8
  46. data/doc/TaskJuggler/GanttHeaderScaleItem.html +24 -4
  47. data/doc/TaskJuggler/GanttLine.html +38 -18
  48. data/doc/TaskJuggler/GanttLoadStack.html +26 -6
  49. data/doc/TaskJuggler/GanttMilestone.html +34 -14
  50. data/doc/TaskJuggler/GanttRouter.html +50 -30
  51. data/doc/TaskJuggler/GanttTaskBar.html +34 -14
  52. data/doc/TaskJuggler/HTMLDocument.html +26 -6
  53. data/doc/TaskJuggler/HTMLGraphics.html +30 -10
  54. data/doc/TaskJuggler/Interval.html +40 -22
  55. data/doc/TaskJuggler/IntervalListAttribute.html +28 -8
  56. data/doc/TaskJuggler/JobInfo.html +24 -4
  57. data/doc/TaskJuggler/Journal.html +226 -147
  58. data/doc/TaskJuggler/JournalEntry.html +22 -2
  59. data/doc/TaskJuggler/JournalEntryList.html +129 -112
  60. data/doc/TaskJuggler/KeywordArray.html +26 -6
  61. data/doc/TaskJuggler/KeywordDocumentation.html +46 -26
  62. data/doc/TaskJuggler/Limits.html +152 -123
  63. data/doc/TaskJuggler/Limits/Limit.html +149 -70
  64. data/doc/TaskJuggler/LimitsAttribute.html +36 -51
  65. data/doc/TaskJuggler/ListAttributeBase.html +24 -4
  66. data/doc/TaskJuggler/Log.html +50 -32
  67. data/doc/TaskJuggler/LogFile.html +37 -17
  68. data/doc/TaskJuggler/LogicalAttribute.html +53 -33
  69. data/doc/TaskJuggler/LogicalExpression.html +26 -6
  70. data/doc/TaskJuggler/LogicalExpressionAttribute.html +32 -12
  71. data/doc/TaskJuggler/LogicalFlag.html +42 -22
  72. data/doc/TaskJuggler/LogicalFunction.html +204 -140
  73. data/doc/TaskJuggler/LogicalOperation.html +135 -111
  74. data/doc/TaskJuggler/Macro.html +22 -2
  75. data/doc/TaskJuggler/MacroParser.html +32 -12
  76. data/doc/TaskJuggler/MacroTable.html +32 -12
  77. data/doc/TaskJuggler/ManagerResponsibilities.html +24 -4
  78. data/doc/TaskJuggler/ManagerStatusRecord.html +24 -4
  79. data/doc/TaskJuggler/Message.html +24 -4
  80. data/doc/TaskJuggler/MessageHandler.html +24 -4
  81. data/doc/TaskJuggler/Navigator.html +104 -71
  82. data/doc/TaskJuggler/NavigatorElement.html +32 -12
  83. data/doc/TaskJuggler/NikuProject.html +22 -2
  84. data/doc/TaskJuggler/NikuReport.html +310 -228
  85. data/doc/TaskJuggler/NikuResource.html +22 -2
  86. data/doc/TaskJuggler/NodeListAttribute.html +615 -0
  87. data/doc/TaskJuggler/OnShiftCache.html +32 -12
  88. data/doc/TaskJuggler/ProcessIntercom.html +205 -78
  89. data/doc/TaskJuggler/ProcessIntercomIface.html +26 -6
  90. data/doc/TaskJuggler/Project.html +708 -660
  91. data/doc/TaskJuggler/ProjectBroker.html +506 -304
  92. data/doc/TaskJuggler/ProjectBrokerIface.html +61 -41
  93. data/doc/TaskJuggler/ProjectFileParser.html +429 -373
  94. data/doc/TaskJuggler/ProjectFileScanner.html +1790 -0
  95. data/doc/TaskJuggler/ProjectRecord.html +80 -60
  96. data/doc/TaskJuggler/ProjectServer.html +312 -237
  97. data/doc/TaskJuggler/ProjectServerIface.html +101 -43
  98. data/doc/TaskJuggler/PropertyAttribute.html +32 -12
  99. data/doc/TaskJuggler/PropertyList.html +166 -145
  100. data/doc/TaskJuggler/PropertySet.html +254 -224
  101. data/doc/TaskJuggler/PropertyTreeNode.html +670 -536
  102. data/doc/TaskJuggler/Query.html +169 -148
  103. data/doc/TaskJuggler/RTFHandlers.html +622 -0
  104. data/doc/TaskJuggler/RTFNavigator.html +28 -8
  105. data/doc/TaskJuggler/RTFQuery.html +40 -20
  106. data/doc/TaskJuggler/RTFReport.html +62 -25
  107. data/doc/TaskJuggler/RTFReportLink.html +765 -0
  108. data/doc/TaskJuggler/RealFormat.html +26 -6
  109. data/doc/TaskJuggler/RealFormatAttribute.html +26 -6
  110. data/doc/TaskJuggler/ReferenceAttribute.html +59 -39
  111. data/doc/TaskJuggler/Report.html +402 -251
  112. data/doc/TaskJuggler/ReportBase.html +162 -137
  113. data/doc/TaskJuggler/ReportContext.html +112 -29
  114. data/doc/TaskJuggler/ReportServer.html +89 -64
  115. data/doc/TaskJuggler/ReportServerIface.html +75 -55
  116. data/doc/TaskJuggler/ReportServerRecord.html +54 -31
  117. data/doc/TaskJuggler/ReportServlet.html +980 -0
  118. data/doc/TaskJuggler/ReportTable.html +41 -21
  119. data/doc/TaskJuggler/ReportTableCell.html +214 -170
  120. data/doc/TaskJuggler/ReportTableColumn.html +30 -10
  121. data/doc/TaskJuggler/ReportTableLegend.html +36 -16
  122. data/doc/TaskJuggler/ReportTableLine.html +32 -12
  123. data/doc/TaskJuggler/Resource.html +99 -87
  124. data/doc/TaskJuggler/ResourceListAttribute.html +59 -39
  125. data/doc/TaskJuggler/ResourceListRE.html +47 -26
  126. data/doc/TaskJuggler/ResourceScenario.html +403 -437
  127. data/doc/TaskJuggler/RichText.html +26 -6
  128. data/doc/TaskJuggler/RichTextAttribute.html +50 -30
  129. data/doc/TaskJuggler/RichTextDocument.html +37 -17
  130. data/doc/TaskJuggler/RichTextElement.html +475 -413
  131. data/doc/TaskJuggler/RichTextException.html +22 -2
  132. data/doc/TaskJuggler/RichTextFunctionExample.html +28 -8
  133. data/doc/TaskJuggler/RichTextFunctionHandler.html +24 -4
  134. data/doc/TaskJuggler/RichTextImage.html +22 -2
  135. data/doc/TaskJuggler/RichTextIntermediate.html +38 -18
  136. data/doc/TaskJuggler/RichTextParser.html +56 -34
  137. data/doc/TaskJuggler/RichTextScanner.html +82 -61
  138. data/doc/TaskJuggler/RichTextSnip.html +34 -14
  139. data/doc/TaskJuggler/RichTextSyntaxRules.html +507 -353
  140. data/doc/TaskJuggler/Scenario.html +22 -2
  141. data/doc/TaskJuggler/ScenarioData.html +30 -46
  142. data/doc/TaskJuggler/ScenarioListAttribute.html +38 -18
  143. data/doc/TaskJuggler/Scoreboard.html +42 -22
  144. data/doc/TaskJuggler/SheetHandlerBase.html +40 -20
  145. data/doc/TaskJuggler/SheetReceiver.html +333 -295
  146. data/doc/TaskJuggler/SheetSender.html +253 -230
  147. data/doc/TaskJuggler/Shift.html +26 -6
  148. data/doc/TaskJuggler/ShiftAssignment.html +89 -73
  149. data/doc/TaskJuggler/ShiftAssignments.html +226 -234
  150. data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +39 -54
  151. data/doc/TaskJuggler/ShiftScenario.html +28 -8
  152. data/doc/TaskJuggler/SortListAttribute.html +34 -14
  153. data/doc/TaskJuggler/SourceFileInfo.html +24 -4
  154. data/doc/TaskJuggler/StatusSheetReceiver.html +24 -3
  155. data/doc/TaskJuggler/StatusSheetReport.html +168 -153
  156. data/doc/TaskJuggler/StatusSheetSender.html +24 -3
  157. data/doc/TaskJuggler/StringAttribute.html +38 -18
  158. data/doc/TaskJuggler/SymbolAttribute.html +32 -12
  159. data/doc/TaskJuggler/SyntaxReference.html +40 -20
  160. data/doc/TaskJuggler/TOCEntry.html +26 -6
  161. data/doc/TaskJuggler/TSResourceRecord.html +22 -2
  162. data/doc/TaskJuggler/TSTaskRecord.html +22 -2
  163. data/doc/TaskJuggler/TableColumnDefinition.html +59 -22
  164. data/doc/TaskJuggler/TableOfContents.html +26 -6
  165. data/doc/TaskJuggler/TableReport.html +937 -904
  166. data/doc/TaskJuggler/Task.html +55 -36
  167. data/doc/TaskJuggler/TaskDependency.html +24 -4
  168. data/doc/TaskJuggler/TaskListAttribute.html +50 -30
  169. data/doc/TaskJuggler/TaskListRE.html +27 -7
  170. data/doc/TaskJuggler/TaskScenario.html +1273 -1153
  171. data/doc/TaskJuggler/TextFormatter.html +28 -8
  172. data/doc/TaskJuggler/TextParser.html +585 -338
  173. data/doc/TaskJuggler/TextParser/Pattern.html +54 -34
  174. data/doc/TaskJuggler/TextParser/Rule.html +95 -73
  175. data/doc/TaskJuggler/TextParser/StackElement.html +39 -17
  176. data/doc/TaskJuggler/TextParser/TextParserResultArray.html +24 -4
  177. data/doc/TaskJuggler/TextParser/TokenDoc.html +22 -2
  178. data/doc/TaskJuggler/TextReport.html +28 -8
  179. data/doc/TaskJuggler/TextScanner.html +400 -1404
  180. data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +28 -240
  181. data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +37 -184
  182. data/doc/TaskJuggler/TextScanner/MacroStackEntry.html +682 -0
  183. data/doc/TaskJuggler/TextScanner/StreamHandle.html +342 -67
  184. data/doc/TaskJuggler/TimeSheet.html +48 -28
  185. data/doc/TaskJuggler/TimeSheetReceiver.html +24 -3
  186. data/doc/TaskJuggler/TimeSheetRecord.html +47 -27
  187. data/doc/TaskJuggler/TimeSheetReport.html +154 -133
  188. data/doc/TaskJuggler/TimeSheetSender.html +24 -3
  189. data/doc/TaskJuggler/TimeSheetSummary.html +137 -91
  190. data/doc/TaskJuggler/TimeSheets.html +26 -6
  191. data/doc/TaskJuggler/Tj3AppBase.html +85 -58
  192. data/doc/TaskJuggler/Tj3Client.html +292 -238
  193. data/doc/TaskJuggler/Tj3Daemon.html +159 -74
  194. data/doc/TaskJuggler/Tj3SheetAppBase.html +26 -6
  195. data/doc/TaskJuggler/Tj3SsReceiver.html +26 -6
  196. data/doc/TaskJuggler/Tj3SsSender.html +53 -26
  197. data/doc/TaskJuggler/Tj3TsReceiver.html +28 -7
  198. data/doc/TaskJuggler/Tj3TsSender.html +26 -6
  199. data/doc/TaskJuggler/Tj3TsSummary.html +26 -6
  200. data/doc/TaskJuggler/TjException.html +22 -2
  201. data/doc/TaskJuggler/TjTime.html +216 -160
  202. data/doc/TaskJuggler/TjpExample.html +34 -14
  203. data/doc/TaskJuggler/TjpExportRE.html +403 -407
  204. data/doc/TaskJuggler/TjpSyntaxRules.html +4805 -4408
  205. data/doc/TaskJuggler/URLParameter.html +649 -0
  206. data/doc/TaskJuggler/UserManual.html +42 -22
  207. data/doc/TaskJuggler/WebServer.html +702 -0
  208. data/doc/TaskJuggler/WorkingHours.html +38 -18
  209. data/doc/TaskJuggler/WorkingHoursAttribute.html +61 -41
  210. data/doc/TaskJuggler/XMLBlob.html +24 -4
  211. data/doc/TaskJuggler/XMLComment.html +24 -4
  212. data/doc/TaskJuggler/XMLDocument.html +30 -10
  213. data/doc/TaskJuggler/XMLElement.html +34 -14
  214. data/doc/TaskJuggler/XMLNamedText.html +22 -2
  215. data/doc/TaskJuggler/XMLText.html +24 -4
  216. data/doc/index.html +1841 -1666
  217. data/doc/lib/AccountScenario_rb.html +1 -1
  218. data/doc/lib/Account_rb.html +1 -1
  219. data/doc/lib/Allocation_rb.html +1 -1
  220. data/doc/lib/AppConfig_rb.html +2 -2
  221. data/doc/lib/AttributeBase_rb.html +1 -1
  222. data/doc/lib/AttributeDefinition_rb.html +1 -1
  223. data/doc/lib/Attributes_rb.html +2 -2
  224. data/doc/lib/BatchProcessor_rb.html +1 -1
  225. data/doc/lib/Booking_rb.html +1 -1
  226. data/doc/lib/ChargeSet_rb.html +1 -1
  227. data/doc/lib/Charge_rb.html +1 -1
  228. data/doc/lib/HTMLDocument_rb.html +1 -1
  229. data/doc/lib/Interval_rb.html +1 -1
  230. data/doc/lib/Journal_rb.html +2 -2
  231. data/doc/lib/KeywordArray_rb.html +1 -1
  232. data/doc/lib/KeywordDocumentation_rb.html +1 -1
  233. data/doc/lib/Limits_rb.html +2 -2
  234. data/doc/lib/LogFile_rb.html +2 -2
  235. data/doc/lib/Log_rb.html +1 -1
  236. data/doc/lib/LogicalExpression_rb.html +1 -1
  237. data/doc/lib/LogicalFunction_rb.html +2 -2
  238. data/doc/lib/LogicalOperation_rb.html +2 -2
  239. data/doc/lib/MacroParser_rb.html +1 -1
  240. data/doc/lib/MacroTable_rb.html +1 -1
  241. data/doc/lib/MessageHandler_rb.html +1 -1
  242. data/doc/lib/Message_rb.html +1 -1
  243. data/doc/lib/ProjectFileParser_rb.html +4 -8
  244. data/doc/lib/ProjectFileScanner_rb.html +67 -0
  245. data/doc/lib/Project_rb.html +2 -2
  246. data/doc/lib/PropertyList_rb.html +2 -2
  247. data/doc/lib/PropertySet_rb.html +2 -2
  248. data/doc/lib/PropertyTreeNode_rb.html +2 -2
  249. data/doc/lib/Query_rb.html +2 -2
  250. data/doc/lib/RTFHandlers_rb.html +73 -0
  251. data/doc/lib/RTFNavigator_rb.html +1 -1
  252. data/doc/lib/RTFQuery_rb.html +1 -1
  253. data/doc/lib/RTFReportLink_rb.html +71 -0
  254. data/doc/lib/RTFReport_rb.html +2 -2
  255. data/doc/lib/RealFormat_rb.html +1 -1
  256. data/doc/lib/ResourceScenario_rb.html +2 -2
  257. data/doc/lib/Resource_rb.html +2 -2
  258. data/doc/lib/RichTextDocument_rb.html +1 -1
  259. data/doc/lib/RichTextElement_rb.html +2 -2
  260. data/doc/lib/RichTextFunctionExample_rb.html +1 -1
  261. data/doc/lib/RichTextFunctionHandler_rb.html +1 -1
  262. data/doc/lib/RichTextParser_rb.html +2 -2
  263. data/doc/lib/RichTextScanner_rb.html +2 -2
  264. data/doc/lib/RichTextSnip_rb.html +1 -1
  265. data/doc/lib/RichTextSyntaxRules_rb.html +2 -2
  266. data/doc/lib/RichText_rb.html +1 -1
  267. data/doc/lib/RuntimeConfig_rb.html +1 -1
  268. data/doc/lib/ScenarioData_rb.html +2 -2
  269. data/doc/lib/Scenario_rb.html +1 -1
  270. data/doc/lib/Scoreboard_rb.html +1 -1
  271. data/doc/lib/SheetHandlerBase_rb.html +1 -1
  272. data/doc/lib/SheetReceiver_rb.html +2 -2
  273. data/doc/lib/SheetSender_rb.html +4 -2
  274. data/doc/lib/ShiftAssignments_rb.html +4 -2
  275. data/doc/lib/ShiftScenario_rb.html +1 -1
  276. data/doc/lib/Shift_rb.html +1 -1
  277. data/doc/lib/SourceFileInfo_rb.html +1 -1
  278. data/doc/lib/StatusSheetReceiver_rb.html +2 -2
  279. data/doc/lib/StatusSheetSender_rb.html +2 -2
  280. data/doc/lib/SyntaxReference_rb.html +1 -1
  281. data/doc/lib/TOCEntry_rb.html +1 -1
  282. data/doc/lib/TableColumnDefinition_rb.html +2 -2
  283. data/doc/lib/TableOfContents_rb.html +1 -1
  284. data/doc/lib/TaskDependency_rb.html +1 -1
  285. data/doc/lib/TaskJuggler_rb.html +2 -2
  286. data/doc/lib/TaskScenario_rb.html +2 -2
  287. data/doc/lib/Task_rb.html +2 -2
  288. data/doc/lib/TextFormatter_rb.html +1 -1
  289. data/doc/lib/TextParser/Pattern_rb.html +1 -1
  290. data/doc/lib/TextParser/Rule_rb.html +2 -2
  291. data/doc/lib/TextParser/StackElement_rb.html +2 -2
  292. data/doc/lib/TextParser/TokenDoc_rb.html +1 -1
  293. data/doc/lib/TextParser_rb.html +2 -2
  294. data/doc/lib/TextScanner_rb.html +6 -2
  295. data/doc/lib/TimeSheetReceiver_rb.html +2 -2
  296. data/doc/lib/TimeSheetSender_rb.html +2 -2
  297. data/doc/lib/TimeSheetSummary_rb.html +2 -2
  298. data/doc/lib/TimeSheets_rb.html +2 -2
  299. data/doc/lib/Tj3AppBase_rb.html +2 -2
  300. data/doc/lib/Tj3Config_rb.html +2 -2
  301. data/doc/lib/Tj3SheetAppBase_rb.html +2 -2
  302. data/doc/lib/TjException_rb.html +1 -1
  303. data/doc/lib/TjTime_rb.html +2 -2
  304. data/doc/lib/TjpExample_rb.html +1 -1
  305. data/doc/lib/TjpSyntaxRules_rb.html +2 -2
  306. data/doc/lib/URLParameter_rb.html +67 -0
  307. data/doc/lib/UTF8String_rb.html +1 -1
  308. data/doc/lib/UserManual_rb.html +1 -1
  309. data/doc/lib/WorkingHours_rb.html +1 -1
  310. data/doc/lib/XMLDocument_rb.html +2 -2
  311. data/doc/lib/XMLElement_rb.html +1 -1
  312. data/doc/lib/daemon/Daemon_rb.html +1 -1
  313. data/doc/lib/daemon/ProcessIntercom_rb.html +2 -2
  314. data/doc/lib/daemon/ProjectBroker_rb.html +4 -2
  315. data/doc/lib/daemon/ProjectServer_rb.html +2 -2
  316. data/doc/lib/daemon/ReportServer_rb.html +2 -2
  317. data/doc/lib/daemon/WebServer_rb.html +75 -0
  318. data/doc/lib/deep_copy_rb.html +2 -2
  319. data/doc/lib/reports/CSVFile_rb.html +2 -2
  320. data/doc/lib/reports/ColumnTable_rb.html +1 -1
  321. data/doc/lib/reports/GanttChart_rb.html +2 -2
  322. data/doc/lib/reports/GanttContainer_rb.html +1 -1
  323. data/doc/lib/reports/GanttHeaderScaleItem_rb.html +1 -1
  324. data/doc/lib/reports/GanttHeader_rb.html +1 -1
  325. data/doc/lib/reports/GanttLine_rb.html +1 -1
  326. data/doc/lib/reports/GanttLoadStack_rb.html +1 -1
  327. data/doc/lib/reports/GanttMilestone_rb.html +1 -1
  328. data/doc/lib/reports/GanttRouter_rb.html +1 -1
  329. data/doc/lib/reports/GanttTaskBar_rb.html +1 -1
  330. data/doc/lib/reports/HTMLGraphics_rb.html +1 -1
  331. data/doc/lib/reports/Navigator_rb.html +2 -2
  332. data/doc/lib/reports/NikuReport_rb.html +2 -2
  333. data/doc/lib/reports/ReportBase_rb.html +2 -2
  334. data/doc/lib/reports/ReportContext_rb.html +2 -2
  335. data/doc/lib/reports/ReportTableCell_rb.html +2 -2
  336. data/doc/lib/reports/ReportTableColumn_rb.html +1 -1
  337. data/doc/lib/reports/ReportTableLegend_rb.html +1 -1
  338. data/doc/lib/reports/ReportTableLine_rb.html +1 -1
  339. data/doc/lib/reports/ReportTable_rb.html +2 -2
  340. data/doc/lib/reports/Report_rb.html +2 -2
  341. data/doc/lib/reports/ResourceListRE_rb.html +2 -2
  342. data/doc/lib/reports/StatusSheetReport_rb.html +2 -2
  343. data/doc/lib/reports/TableReport_rb.html +2 -2
  344. data/doc/lib/reports/TaskListRE_rb.html +2 -2
  345. data/doc/lib/reports/TextReport_rb.html +1 -1
  346. data/doc/lib/reports/TimeSheetReport_rb.html +2 -2
  347. data/doc/lib/reports/TjpExportRE_rb.html +2 -2
  348. data/doc/lib/ruby-signal-bug_rb.html +1 -1
  349. data/doc/lib/taskjuggler3_rb.html +2 -2
  350. data/doc/lib/tj3client_rb.html +2 -2
  351. data/doc/lib/tj3d_rb.html +2 -2
  352. data/doc/lib/tj3man_rb.html +1 -1
  353. data/doc/lib/tj3ss_receiver_rb.html +1 -1
  354. data/doc/lib/tj3ss_sender_rb.html +2 -2
  355. data/doc/lib/tj3ts_receiver_rb.html +2 -2
  356. data/doc/lib/tj3ts_sender_rb.html +1 -1
  357. data/doc/lib/tj3ts_summary_rb.html +1 -1
  358. data/doc/rdoc.css +9 -4
  359. data/examples/tutorial.tjp +17 -15
  360. data/gem_spec.rb +3 -0
  361. data/lib/AppConfig.rb +3 -1
  362. data/lib/Attributes.rb +10 -8
  363. data/lib/Journal.rb +55 -20
  364. data/lib/Limits.rb +72 -46
  365. data/lib/LogFile.rb +3 -3
  366. data/lib/LogicalFunction.rb +19 -6
  367. data/lib/LogicalOperation.rb +5 -1
  368. data/lib/Project.rb +37 -9
  369. data/lib/ProjectFileParser.rb +25 -22
  370. data/lib/ProjectFileScanner.rb +365 -0
  371. data/lib/PropertyList.rb +2 -1
  372. data/lib/PropertySet.rb +14 -4
  373. data/lib/PropertyTreeNode.rb +42 -29
  374. data/lib/Query.rb +3 -1
  375. data/lib/RTFHandlers.rb +35 -0
  376. data/lib/RTFReport.rb +23 -6
  377. data/lib/RTFReportLink.rb +72 -0
  378. data/lib/Resource.rb +8 -16
  379. data/lib/ResourceScenario.rb +1 -22
  380. data/lib/RichTextElement.rb +42 -0
  381. data/lib/RichTextParser.rb +6 -4
  382. data/lib/RichTextScanner.rb +5 -5
  383. data/lib/RichTextSyntaxRules.rb +48 -10
  384. data/lib/ScenarioData.rb +5 -3
  385. data/lib/SheetReceiver.rb +24 -6
  386. data/lib/SheetSender.rb +17 -13
  387. data/lib/ShiftAssignments.rb +56 -52
  388. data/lib/StatusSheetReceiver.rb +1 -0
  389. data/lib/StatusSheetSender.rb +1 -0
  390. data/lib/TableColumnDefinition.rb +4 -2
  391. data/lib/Task.rb +8 -9
  392. data/lib/TaskJuggler.rb +21 -11
  393. data/lib/TaskScenario.rb +61 -26
  394. data/lib/TextParser.rb +268 -106
  395. data/lib/TextParser/Rule.rb +4 -2
  396. data/lib/TextParser/StackElement.rb +6 -4
  397. data/lib/TextScanner.rb +283 -700
  398. data/lib/TimeSheetReceiver.rb +1 -0
  399. data/lib/TimeSheetSender.rb +1 -0
  400. data/lib/TimeSheetSummary.rb +51 -26
  401. data/lib/TimeSheets.rb +1 -1
  402. data/lib/Tj3AppBase.rb +8 -1
  403. data/lib/Tj3Config.rb +1 -1
  404. data/lib/TjTime.rb +5 -0
  405. data/lib/TjpSyntaxRules.rb +360 -144
  406. data/lib/URLParameter.rb +30 -0
  407. data/lib/XMLDocument.rb +2 -2
  408. data/lib/daemon/ProcessIntercom.rb +50 -9
  409. data/lib/daemon/ProjectBroker.rb +63 -10
  410. data/lib/daemon/ProjectServer.rb +47 -16
  411. data/lib/daemon/ReportServer.rb +9 -4
  412. data/lib/daemon/WebServer.rb +204 -0
  413. data/lib/deep_copy.rb +4 -1
  414. data/lib/reports/CSVFile.rb +150 -66
  415. data/lib/reports/GanttChart.rb +2 -1
  416. data/lib/reports/Navigator.rb +18 -5
  417. data/lib/reports/NikuReport.rb +32 -2
  418. data/lib/reports/Report.rb +65 -37
  419. data/lib/reports/ReportBase.rb +14 -9
  420. data/lib/reports/ReportContext.rb +19 -4
  421. data/lib/reports/ReportTable.rb +2 -2
  422. data/lib/reports/ReportTableCell.rb +54 -30
  423. data/lib/reports/ResourceListRE.rb +4 -3
  424. data/lib/reports/StatusSheetReport.rb +8 -13
  425. data/lib/reports/TableReport.rb +47 -32
  426. data/lib/reports/TaskListRE.rb +3 -3
  427. data/lib/reports/TimeSheetReport.rb +14 -5
  428. data/lib/reports/TjpExportRE.rb +14 -19
  429. data/lib/taskjuggler3.rb +15 -0
  430. data/lib/tj3client.rb +9 -7
  431. data/lib/tj3d.rb +38 -10
  432. data/lib/tj3ss_sender.rb +7 -0
  433. data/lib/tj3ts_receiver.rb +1 -0
  434. data/manual/Day_To_Day_Juggling +1 -1
  435. data/manual/Rich_Text_Attributes +8 -0
  436. data/manual/TaskJuggler_2x_Migration +7 -0
  437. data/manual/The_TaskJuggler_Syntax +20 -6
  438. data/prj_cfg.rb +3 -2
  439. data/tasks/changelog.rake +36 -0
  440. data/tasks/csts.rake +2 -3
  441. data/tasks/gem.rake +10 -0
  442. data/tasks/missing.rake +0 -17
  443. data/test/TestSuite/ReportGenerator/Correct/Journal.html +63 -0
  444. data/test/TestSuite/ReportGenerator/Correct/Journal.tjp +14 -0
  445. data/test/TestSuite/{HTML-Reports/LogicalFunctions.tjp → ReportGenerator/Correct/LogicalFunctions1.tjp} +2 -2
  446. data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.csv +3 -0
  447. data/test/TestSuite/ReportGenerator/Correct/LogicalFunctions2.tjp +19 -0
  448. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +66 -0
  449. data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +407 -0
  450. data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
  451. data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
  452. data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
  453. data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
  454. data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
  455. data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
  456. data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
  457. data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
  458. data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
  459. data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
  460. data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
  461. data/test/TestSuite/ReportGenerator/Correct/opennodes.csv +2 -0
  462. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +26 -0
  463. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv +6 -0
  464. data/test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions1-1.csv +7 -0
  465. data/test/TestSuite/ReportGenerator/Correct/refs/LogicalFunctions2-1.csv +2 -0
  466. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +2 -0
  467. data/test/TestSuite/ReportGenerator/Correct/scripts/wz_tooltip.js +1301 -0
  468. data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.tjp +20 -0
  469. data/test/TestSuite/Scheduler/Correct/Container.html +349 -0
  470. data/test/TestSuite/Scheduler/Correct/Limits.tjp +11 -4
  471. data/test/TestSuite/Scheduler/Correct/Shift2.html +464 -150
  472. data/test/TestSuite/Scheduler/Correct/TimeSheet2.html +108 -0
  473. data/test/TestSuite/Scheduler/Correct/TimeSheet2.tjp +7 -0
  474. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +14 -0
  475. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +233 -21
  476. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +20 -20
  477. data/test/TestSuite/StatusSheetTemplates/project.tji +35 -0
  478. data/test/TestSuite/StatusSheetTemplates/project.tjp +56 -0
  479. data/test/TestSuite/StatusSheets/run +3 -2
  480. data/test/TestSuite/Syntax/Correct/Include.tjp +1 -1
  481. data/test/TestSuite/Syntax/Correct/Macro-1.tjp +1 -1
  482. data/test/TestSuite/Syntax/Correct/Macro-2.tjp +6 -0
  483. data/test/TestSuite/Syntax/Correct/Macro-3.tjp +14 -0
  484. data/test/TestSuite/Syntax/Correct/ResourcePrefix.html +32 -0
  485. data/test/TestSuite/Syntax/Correct/css/tjmanual.css +66 -0
  486. data/test/TestSuite/Syntax/Correct/css/tjreport.css +407 -0
  487. data/test/TestSuite/Syntax/Correct/icons/details.png +0 -0
  488. data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
  489. data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
  490. data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
  491. data/test/TestSuite/Syntax/Correct/icons/resource.png +0 -0
  492. data/test/TestSuite/Syntax/Correct/icons/resourcegroup.png +0 -0
  493. data/test/TestSuite/Syntax/Correct/icons/task.png +0 -0
  494. data/test/TestSuite/Syntax/Correct/icons/taskgroup.png +0 -0
  495. data/test/TestSuite/Syntax/Correct/icons/trend-down.png +0 -0
  496. data/test/TestSuite/Syntax/Correct/icons/trend-flat.png +0 -0
  497. data/test/TestSuite/Syntax/Correct/icons/trend-up.png +0 -0
  498. data/test/TestSuite/Syntax/Correct/include/dir1/file2.tji +3 -0
  499. data/test/TestSuite/Syntax/Correct/include/dir1/file5.tji +2 -0
  500. data/test/TestSuite/Syntax/Correct/include/dir3/all.tji +3 -0
  501. data/test/TestSuite/Syntax/Correct/include/dir3/file1.tji +2 -0
  502. data/test/TestSuite/Syntax/Correct/include/dir3/file2.tji +1 -0
  503. data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +1301 -0
  504. data/test/TestSuite/Syntax/Correct/tutorial.tjp +13 -13
  505. data/test/TestSuite/Syntax/Errors/empty.tjp +1 -1
  506. data/test/TestSuite/Syntax/Errors/include_recursion.tjp +1 -0
  507. data/test/TestSuite/Syntax/Errors/macro_stack_overflow.tjp +2 -1
  508. data/test/TestSuite/Syntax/Errors/{eof_in_istring1.tjp → no_token_match1.tjp} +2 -2
  509. data/test/TestSuite/Syntax/Errors/{eof_in_istring2.tjp → no_token_match2.tjp} +2 -2
  510. data/test/TestSuite/Syntax/Errors/{eof_in_istring3.tjp → no_token_match3.tjp} +1 -1
  511. data/test/TestSuite/Syntax/Errors/{eof_in_istring4.tjp → no_token_match4.tjp} +1 -1
  512. data/test/TestSuite/Syntax/Errors/{eof_in_istring5.tjp → no_token_match5.tjp} +1 -1
  513. data/test/TestSuite/Syntax/Errors/not_scheduled.tjp +13 -0
  514. data/test/TestSuite/Syntax/Errors/unsupported_token.tjp +1 -1
  515. data/test/TestSuite/TimeSheets/run +5 -5
  516. data/test/test_CSVFile.rb +75 -0
  517. data/test/test_Limits.rb +63 -5
  518. data/test/test_ProjectFileScanner.rb +163 -0
  519. data/test/test_ReportGenerator.rb +81 -0
  520. data/test/test_RichText.rb +21 -3
  521. data/test/test_Scheduler.rb +1 -1
  522. data/test/test_ShiftAssignments.rb +4 -4
  523. data/test/test_Syntax.rb +1 -1
  524. data/test/test_URLParameter.rb +30 -0
  525. metadata +126 -32
  526. data/test/TestSuite/Scheduler/Errors/not_scheduled.tjp +0 -8
  527. data/test/TestSuite/Syntax/Errors/bad_comment.tjp +0 -7
  528. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/boss_2002-03-01.tji +0 -36
  529. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/dev1_2002-03-01.tji +0 -48
  530. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/dev2_2002-03-01.tji +0 -67
  531. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/dev3_2002-03-01.tji +0 -67
  532. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/doc_2002-03-01.tji +0 -48
  533. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/resources.yml +0 -31
  534. data/test/TestSuite/TimeSheets/TimeSheetTemplates/2002-03-01/test_2002-03-01.tji +0 -36
  535. data/test/TestSuite/TimeSheets/TimeSheetTemplates/acceptable_intervals +0 -1
  536. data/test/TestSuite/TimeSheets/TimeSheets/2002-03-01/all.tji +0 -1
  537. data/test/TestSuite/TimeSheets/TimeSheets/2002-03-01/dev2_2002-03-01.tji +0 -54
  538. data/test/TestSuite/TimeSheets/TimeSheets/all.tji +0 -2
  539. data/test/TestSuite/TimeSheets/receiver.log +0 -102
  540. data/test/TestSuite/TimeSheets/sender.log +0 -794
  541. data/test/TestSuite/TimeSheets/summary.log +0 -884
  542. data/test/TestSuite/TimeSheets/timesheets.log +0 -45
  543. data/test/TestSuite/TimeSheets/tj3d.log +0 -292
  544. data/test/test_TextScanner.rb +0 -95
@@ -0,0 +1,20 @@
1
+ project "test" 2010-05-23 +1w
2
+
3
+ task "foo"
4
+
5
+ textreport "rtp_report_recursion" {
6
+ formats html
7
+ center "<[report id='r1']>"
8
+ }
9
+
10
+ textreport r1 "R1" {
11
+ center "<[report id='r2']>"
12
+ }
13
+ textreport r2 "R2" {
14
+ center "<[report id='r3']>"
15
+ }
16
+ textreport r3 "R3" {
17
+ left "Hello, world!"
18
+ # MARK: error 19 rtp_report_recursion
19
+ center "<[report id='r1']>"
20
+ }
@@ -0,0 +1,349 @@
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.5 -->
4
+ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>TaskJuggler Report - Container</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="width:0px; "></td>
25
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td>
26
+ <td style="width:0px; "></td>
27
+ </tr></table></td>
28
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
29
+ <td style="width:0px; "></td>
30
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Start</td>
31
+ <td style="width:0px; "></td>
32
+ </tr></table></td>
33
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
34
+ <td style="width:0px; "></td>
35
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">End</td>
36
+ <td style="width:0px; "></td>
37
+ </tr></table></td>
38
+ <td rowspan="10" style="padding:0px; vertical-align:top;"><div class="tabback" style="position:relative; overflow:auto; width:450px; height:213px;"><div style="margin:0px; padding:0px; position:absolute; overflow:hidden; top:0px; left:0px; width:660px; height:193px; font-size:10px;">
39
+ <div class="tabback" style="margin:0px; padding:0px; position:relative; width:660px; height:39px; font-size:9px; ">
40
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:-580px; top:0px; width:619px; height:19px; "><div style="padding:3px; ">Dec 2008</div></div>
41
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:40px; top:0px; width:619px; height:19px; "><div style="padding:3px; ">Jan 2009</div></div>
42
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:0px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">30</div></div>
43
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:20px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">31</div></div>
44
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:40px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">1</div></div>
45
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:60px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">2</div></div>
46
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:80px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">3</div></div>
47
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:100px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
48
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:120px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
49
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:140px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
50
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:160px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
51
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:180px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
52
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:200px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
53
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:220px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
54
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:240px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
55
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:260px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
56
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:280px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">13</div></div>
57
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:300px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
58
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:320px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
59
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:340px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
60
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:360px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
61
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:380px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
62
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:400px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
63
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:420px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
64
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:440px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
65
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:460px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
66
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:480px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
67
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:500px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
68
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:520px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">25</div></div>
69
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:540px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">26</div></div>
70
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:560px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">27</div></div>
71
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:580px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">28</div></div>
72
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:600px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">29</div></div>
73
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:620px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">30</div></div>
74
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:640px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">31</div></div>
75
+ </div>
76
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:40px; width:660px; height:21px; font-size:10px;">
77
+ <div class="tabvline" style="left:39px; top:0px; width:1px; height:21px;"></div>
78
+ <div class="tabvline" style="left:659px; top:0px; width:1px; height:21px;"></div>
79
+ <div class="tj_gantt_frame" style="left:30px; top:0px; width:21px; height:21px;"></div>
80
+ <div class="tj_diamond_top" style="left:34px; top:3px;"></div>
81
+ <div class="tj_diamond_bottom" style="left:34px; top:10px;"></div>
82
+ <div class="nowline" style="left:10733px; top:0px; width:1px; height:21px;"></div>
83
+ </div>
84
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:62px; width:660px; height:21px; font-size:10px;">
85
+ <div class="tabvline" style="left:39px; top:0px; width:1px; height:21px;"></div>
86
+ <div class="tabvline" style="left:659px; top:0px; width:1px; height:21px;"></div>
87
+ <div class="tj_gantt_frame" style="left:215px; top:0px; width:211px; height:21px;"></div>
88
+ <div class="containerbar" style="left:215px; top:5px; width:211px; height:5px;"></div>
89
+ <div class="tj_gantt_jag" style="left:215px; top:10px;"></div>
90
+ <div class="tj_gantt_jag" style="left:416px; top:10px;"></div>
91
+ <div class="nowline" style="left:10733px; top:0px; width:1px; height:21px;"></div>
92
+ </div>
93
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:84px; width:660px; height:21px; font-size:10px;">
94
+ <div class="tabvline" style="left:39px; top:0px; width:1px; height:21px;"></div>
95
+ <div class="tabvline" style="left:659px; top:0px; width:1px; height:21px;"></div>
96
+ <div class="tj_gantt_frame" style="left:215px; top:0px; width:146px; height:21px;"></div>
97
+ <div class="containerbar" style="left:215px; top:5px; width:146px; height:5px;"></div>
98
+ <div class="tj_gantt_jag" style="left:215px; top:10px;"></div>
99
+ <div class="tj_gantt_jag" style="left:351px; top:10px;"></div>
100
+ <div class="nowline" style="left:10733px; top:0px; width:1px; height:21px;"></div>
101
+ </div>
102
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:106px; width:660px; height:21px; font-size:10px;">
103
+ <div class="tabvline" style="left:39px; top:0px; width:1px; height:21px;"></div>
104
+ <div class="tabvline" style="left:659px; top:0px; width:1px; height:21px;"></div>
105
+ <div class="tj_gantt_frame" style="left:220px; top:0px; width:136px; height:21px;"></div>
106
+ <div class="taskbarframe" style="left:220px; top:4px; width:136px; height:12px;"></div>
107
+ <div class="taskbar" style="left:221px; top:5px; width:134px; height:10px;"></div>
108
+ <div class="progressbar" style="left:221px; top:7px; width:134px; height:6px;"></div>
109
+ <div class="nowline" style="left:10733px; top:0px; width:1px; height:21px;"></div>
110
+ </div>
111
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:128px; width:660px; height:21px; font-size:10px;">
112
+ <div class="tabvline" style="left:39px; top:0px; width:1px; height:21px;"></div>
113
+ <div class="tabvline" style="left:659px; top:0px; width:1px; height:21px;"></div>
114
+ <div class="tj_gantt_frame" style="left:282px; top:0px; width:144px; height:21px;"></div>
115
+ <div class="containerbar" style="left:282px; top:5px; width:144px; height:5px;"></div>
116
+ <div class="tj_gantt_jag" style="left:282px; top:10px;"></div>
117
+ <div class="tj_gantt_jag" style="left:416px; top:10px;"></div>
118
+ <div class="nowline" style="left:10733px; top:0px; width:1px; height:21px;"></div>
119
+ </div>
120
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:150px; width:660px; height:21px; font-size:10px;">
121
+ <div class="tabvline" style="left:39px; top:0px; width:1px; height:21px;"></div>
122
+ <div class="tabvline" style="left:659px; top:0px; width:1px; height:21px;"></div>
123
+ <div class="tj_gantt_frame" style="left:287px; top:0px; width:134px; height:21px;"></div>
124
+ <div class="taskbarframe" style="left:287px; top:4px; width:134px; height:12px;"></div>
125
+ <div class="taskbar" style="left:288px; top:5px; width:132px; height:10px;"></div>
126
+ <div class="progressbar" style="left:288px; top:7px; width:132px; height:6px;"></div>
127
+ <div class="nowline" style="left:10733px; top:0px; width:1px; height:21px;"></div>
128
+ </div>
129
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:172px; width:660px; height:21px; font-size:10px;">
130
+ <div class="tabvline" style="left:39px; top:0px; width:1px; height:21px;"></div>
131
+ <div class="tabvline" style="left:659px; top:0px; width:1px; height:21px;"></div>
132
+ <div class="tj_gantt_frame" style="left:610px; top:0px; width:21px; height:21px;"></div>
133
+ <div class="tj_diamond_top" style="left:614px; top:3px;"></div>
134
+ <div class="tj_diamond_bottom" style="left:614px; top:10px;"></div>
135
+ <div class="nowline" style="left:10733px; top:0px; width:1px; height:21px;"></div>
136
+ </div>
137
+ <div class="depline" style="left:46px; top:50px; width:6px; height:1px;"></div>
138
+ <div class="depline" style="left:51px; top:50px; width:1px; height:23px;"></div>
139
+ <div class="depline" style="left:51px; top:72px; width:165px; height:1px;"></div>
140
+ <div class="depline" style="left:425px; top:72px; width:6px; height:1px;"></div>
141
+ <div class="depline" style="left:430px; top:72px; width:1px; height:111px;"></div>
142
+ <div class="depline" style="left:430px; top:182px; width:185px; height:1px;"></div>
143
+ <div class="depline" style="left:360px; top:94px; width:6px; height:1px;"></div>
144
+ <div class="depline" style="left:365px; top:94px; width:1px; height:89px;"></div>
145
+ <div class="depline" style="left:365px; top:182px; width:250px; height:1px;"></div>
146
+ <div class="depline" style="left:356px; top:116px; width:6px; height:1px;"></div>
147
+ <div class="depline" style="left:361px; top:116px; width:1px; height:67px;"></div>
148
+ <div class="depline" style="left:361px; top:182px; width:254px; height:1px;"></div>
149
+ <div class="depline" style="left:425px; top:138px; width:9px; height:1px;"></div>
150
+ <div class="depline" style="left:433px; top:138px; width:1px; height:45px;"></div>
151
+ <div class="depline" style="left:433px; top:182px; width:182px; height:1px;"></div>
152
+ <div class="depline" style="left:421px; top:160px; width:6px; height:1px;"></div>
153
+ <div class="depline" style="left:426px; top:160px; width:1px; height:23px;"></div>
154
+ <div class="depline" style="left:426px; top:182px; width:189px; height:1px;"></div>
155
+ <div class="tj_arrow_head" style="left:210px; top:67px;"></div>
156
+ <div class="tj_arrow_head" style="left:609px; top:177px;"></div>
157
+ </div></div></td>
158
+ </tr>
159
+ <tr class="tabline" style="height:21px; font-size:12px; ">
160
+ <td class="taskcell1">
161
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
162
+ <td style="width:0px; "></td>
163
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID4258460', TITLE, 'start')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
164
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">start</td>
165
+ <td style="width:0px; "></td>
166
+ </tr></table>
167
+ <div class="tj_tooltip_box" id="ID4258460" style="cursor:help"><div>
168
+ <b>ID:</b> S</div></div>
169
+ </td>
170
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
171
+ <td style="width:0px; "></td>
172
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2009-01-01</td>
173
+ <td style="width:0px; "></td>
174
+ </tr></table></td>
175
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
176
+ <td style="width:0px; "></td>
177
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2009-01-01</td>
178
+ <td style="width:0px; "></td>
179
+ </tr></table></td>
180
+ </tr>
181
+ <tr class="tabline" style="height:21px; font-size:12px; ">
182
+ <td class="taskcell2">
183
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
184
+ <td style="width:0px; "></td>
185
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID6057000', TITLE, 'C0')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
186
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">C0</td>
187
+ <td style="width:0px; "></td>
188
+ </tr></table>
189
+ <div class="tj_tooltip_box" id="ID6057000" style="cursor:help"><div>
190
+ <b>ID:</b> C0</div></div>
191
+ </td>
192
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
193
+ <td style="width:0px; "></td>
194
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2009-01-10</td>
195
+ <td style="width:0px; "></td>
196
+ </tr></table></td>
197
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
198
+ <td style="width:0px; "></td>
199
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2009-01-20</td>
200
+ <td style="width:0px; "></td>
201
+ </tr></table></td>
202
+ </tr>
203
+ <tr class="tabline" style="height:21px; font-size:12px; ">
204
+ <td class="taskcell1">
205
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
206
+ <td style="width:8px; "></td>
207
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID7945480', TITLE, 'C1')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
208
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">C1</td>
209
+ <td style="width:0px; "></td>
210
+ </tr></table>
211
+ <div class="tj_tooltip_box" id="ID7945480" style="cursor:help"><div>
212
+ <b>ID:</b> C0.C1</div></div>
213
+ </td>
214
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
215
+ <td style="width:0px; "></td>
216
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2009-01-10</td>
217
+ <td style="width:0px; "></td>
218
+ </tr></table></td>
219
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
220
+ <td style="width:0px; "></td>
221
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2009-01-16</td>
222
+ <td style="width:0px; "></td>
223
+ </tr></table></td>
224
+ </tr>
225
+ <tr class="tabline" style="height:21px; font-size:12px; ">
226
+ <td class="taskcell2">
227
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
228
+ <td style="width:16px; "></td>
229
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10728100', TITLE, 'T1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
230
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">T1</td>
231
+ <td style="width:0px; "></td>
232
+ </tr></table>
233
+ <div class="tj_tooltip_box" id="ID10728100" style="cursor:help"><div>
234
+ <b>ID:</b> C0.C1.T1</div></div>
235
+ </td>
236
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
237
+ <td style="width:0px; "></td>
238
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2009-01-10</td>
239
+ <td style="width:0px; "></td>
240
+ </tr></table></td>
241
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
242
+ <td style="width:0px; "></td>
243
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2009-01-16</td>
244
+ <td style="width:0px; "></td>
245
+ </tr></table></td>
246
+ </tr>
247
+ <tr class="tabline" style="height:21px; font-size:12px; ">
248
+ <td class="taskcell1">
249
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
250
+ <td style="width:8px; "></td>
251
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID11255460', TITLE, 'C2')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
252
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">C2</td>
253
+ <td style="width:0px; "></td>
254
+ </tr></table>
255
+ <div class="tj_tooltip_box" id="ID11255460" style="cursor:help"><div>
256
+ <b>ID:</b> C0.C2</div></div>
257
+ </td>
258
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
259
+ <td style="width:0px; "></td>
260
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2009-01-13</td>
261
+ <td style="width:0px; "></td>
262
+ </tr></table></td>
263
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
264
+ <td style="width:0px; "></td>
265
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2009-01-20</td>
266
+ <td style="width:0px; "></td>
267
+ </tr></table></td>
268
+ </tr>
269
+ <tr class="tabline" style="height:21px; font-size:12px; ">
270
+ <td class="taskcell2">
271
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
272
+ <td style="width:16px; "></td>
273
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID11500280', TITLE, 'T2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
274
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">T2</td>
275
+ <td style="width:0px; "></td>
276
+ </tr></table>
277
+ <div class="tj_tooltip_box" id="ID11500280" style="cursor:help"><div>
278
+ <b>ID:</b> C0.C2.T2</div></div>
279
+ </td>
280
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
281
+ <td style="width:0px; "></td>
282
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2009-01-13</td>
283
+ <td style="width:0px; "></td>
284
+ </tr></table></td>
285
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
286
+ <td style="width:0px; "></td>
287
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2009-01-20</td>
288
+ <td style="width:0px; "></td>
289
+ </tr></table></td>
290
+ </tr>
291
+ <tr class="tabline" style="height:21px; font-size:12px; ">
292
+ <td class="taskcell1">
293
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
294
+ <td style="width:0px; "></td>
295
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID11739040', TITLE, 'end')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
296
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">end</td>
297
+ <td style="width:0px; "></td>
298
+ </tr></table>
299
+ <div class="tj_tooltip_box" id="ID11739040" style="cursor:help"><div>
300
+ <b>ID:</b> E</div></div>
301
+ </td>
302
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
303
+ <td style="width:0px; "></td>
304
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2009-01-30</td>
305
+ <td style="width:0px; "></td>
306
+ </tr></table></td>
307
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
308
+ <td style="width:0px; "></td>
309
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2009-01-30</td>
310
+ <td style="width:0px; "></td>
311
+ </tr></table></td>
312
+ </tr>
313
+ <tr style="height:20px">
314
+ <td></td>
315
+ <td></td>
316
+ <td></td>
317
+ </tr>
318
+ </tbody></table></td></tr>
319
+ <tr><td><div class="tj_table_legend_frame"><table cellspacing="1" class="tj_table_legend"><tr class="tj_legend_row">
320
+ <td class="tj_legend_spacer"></td>
321
+ <td class="tj_legend_item"><div class="tj_legend_symbol" style="top:3px">
322
+ <div class="tj_gantt_frame" style="left:5px; top:0px; width:36px; height:15px;"></div>
323
+ <div class="containerbar" style="left:5px; top:2px; width:36px; height:5px;"></div>
324
+ <div class="tj_gantt_jag" style="left:5px; top:7px;"></div>
325
+ <div class="tj_gantt_jag" style="left:31px; top:7px;"></div>
326
+ </div></td>
327
+ <td class="tj_legend_item"><div class="tj_legend_label">Container Task</div></td>
328
+ <td class="tj_legend_spacer"></td>
329
+ <td class="tj_legend_item"><div class="tj_legend_symbol" style="top:3px">
330
+ <div class="tj_gantt_frame" style="left:5px; top:0px; width:31px; height:15px;"></div>
331
+ <div class="taskbarframe" style="left:5px; top:1px; width:31px; height:12px;"></div>
332
+ <div class="taskbar" style="left:6px; top:2px; width:29px; height:10px;"></div>
333
+ <div class="progressbar" style="left:6px; top:4px; width:14px; height:6px;"></div>
334
+ </div></td>
335
+ <td class="tj_legend_item"><div class="tj_legend_label">Normal Task</div></td>
336
+ <td class="tj_legend_spacer"></td>
337
+ <td class="tj_legend_item"><div class="tj_legend_symbol" style="top:3px">
338
+ <div class="tj_gantt_frame" style="left:3px; top:0px; width:15px; height:15px;"></div>
339
+ <div class="tj_diamond_top" style="left:4px; top:0px;"></div>
340
+ <div class="tj_diamond_bottom" style="left:4px; top:7px;"></div>
341
+ </div></td>
342
+ <td class="tj_legend_item"><div class="tj_legend_label">Milestone</div></td>
343
+ <td class="tj_legend_spacer"></td>
344
+ </tr></table></div></td></tr>
345
+ </table>
346
+ <div class="copyright">Project: Project Version: 1.0 - Created on 2010-06-19 17:58:48 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.5</div>
347
+ </div>
348
+ </body>
349
+ </html>
@@ -10,9 +10,11 @@ resource e "E"
10
10
  resource f "F"
11
11
  resource g "G"
12
12
  resource h "H"
13
+ resource i "I"
14
+ resource j "J"
15
+ resource k "K"
13
16
 
14
17
  task tasks "Tasks" {
15
- start ${projectstart}
16
18
  task t1 "40h with 4h daily limit" {
17
19
  effort 40h
18
20
  allocate a
@@ -40,7 +42,6 @@ task tasks "Tasks" {
40
42
  }
41
43
 
42
44
  task nested "Nested Tasks (20h/week limit)" {
43
- start ${projectstart}
44
45
  limits { weeklymax 20h }
45
46
  task a "Task A" {
46
47
  allocate e
@@ -57,7 +58,6 @@ task nested "Nested Tasks (20h/week limit)" {
57
58
  }
58
59
 
59
60
  task interval "Interval Limit" {
60
- start ${projectstart}
61
61
  effort 20d
62
62
  allocate g
63
63
  limits { weeklymax 8h { period 2007-09-05 +8d }}
@@ -65,13 +65,20 @@ task interval "Interval Limit" {
65
65
  }
66
66
 
67
67
  task resource "Resource Limit" {
68
- start ${projectstart}
69
68
  effort 10d
70
69
  allocate h
71
70
  limits { weeklymax 16h { resources h }}
72
71
  ${FixEnd "2007-09-25-18:00"}
73
72
  }
74
73
 
74
+ task resources "Multiple Resources" {
75
+ effort 20d
76
+ allocate i, j, k
77
+ limits { dailymax 2h { resources i}
78
+ dailymax 6h { resources j} }
79
+ ${FixEnd "2007-09-11-18:00"}
80
+ }
81
+
75
82
  taskreport limits "Limits" {
76
83
  formats html
77
84
  columns no, name, start, end, effort, daily
@@ -1,162 +1,476 @@
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.4-->
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.5 -->
4
4
  <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
5
  <head>
6
6
  <title>TaskJuggler Report - Shift2</title>
7
- <link href="css/tjreport.css" rel="stylesheet" type="text/css"/>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
+ <meta content="TaskJuggler Report" name="description"/>
9
+ <meta content="taskjuggler, project, management" name="keywords"/>
10
+ <link href="css/tjreport.css" rel="stylesheet" type="text/css"></link>
8
11
  </head>
12
+ <!-- Dynamic Report ID: 0 -->
9
13
  <body>
10
14
  <script src="scripts/wz_tooltip.js" type="text/javascript"></script>
11
15
  <noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
12
16
  in your browser settings!
13
17
  </div></noscript>
14
- <div style="margin: 35px 5% 25px 5%; ">
15
- <table align="center" border="0" cellpadding="0" cellspacing="2" class="tjtable" summary="Report Table"><tbody>
16
- <tr><td><table align="center" cellpadding="2" cellspacing="1" class="tabback" width="100%"><tbody>
17
- <tr class="tabhead" style="height:19px; font-size:15px;">
18
- <td class="tabcell" rowspan="2"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Name</div></td>
19
- <td class="tabcell" rowspan="2"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Start</div></td>
20
- <td class="tabcell" rowspan="2"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">End</div></td>
21
- <td rowspan="7" style="padding:0px; vertical-align:top;"><div class="tabback" style="position:relative; overflow:auto; width:450px; margin-top:-1px; margin-bottom:-1px; height:149px;"><div style="margin: 0px; padding: 0px; position: absolute; top: 0px;left: 0px; width: 450px; height: 127px; "><table align="center" cellpadding="2" cellspacing="1" class="tabback" width="100%"><tbody>
22
- <tr class="tabhead" style="height:19px; font-size:10px;">
23
- <td class="tabcell" colspan="2"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Jan 2010</div></td>
24
- <td class="tabcell" colspan="21"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Feb 2010</div></td>
25
- </tr>
26
- <tr class="tabhead" style="height:19px; font-size:10px;">
27
- <td class="tabhead_offduty"><div class="celldiv" style="text-align:center; width:20px; font-weight:bold; ">30</div></td>
28
- <td class="tabhead_offduty"><div class="celldiv" style="text-align:center; width:20px; font-weight:bold; ">31</div></td>
29
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">1</div></td>
30
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">2</div></td>
31
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">3</div></td>
32
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">4</div></td>
33
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">5</div></td>
34
- <td class="tabhead_offduty"><div class="celldiv" style="text-align:center; width:20px; font-weight:bold; ">6</div></td>
35
- <td class="tabhead_offduty"><div class="celldiv" style="text-align:center; width:20px; font-weight:bold; ">7</div></td>
36
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">8</div></td>
37
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">9</div></td>
38
- <td class="tabhead_offduty"><div class="celldiv" style="text-align:center; width:20px; font-weight:bold; ">10</div></td>
39
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">11</div></td>
40
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">12</div></td>
41
- <td class="tabhead_offduty"><div class="celldiv" style="text-align:center; width:20px; font-weight:bold; ">13</div></td>
42
- <td class="tabhead_offduty"><div class="celldiv" style="text-align:center; width:20px; font-weight:bold; ">14</div></td>
43
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">15</div></td>
44
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">16</div></td>
45
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">17</div></td>
46
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">18</div></td>
47
- <td class="tabcell"><div class="headercelldiv" style="text-align:center; width:20px; font-weight:bold; ">19</div></td>
48
- <td class="tabhead_offduty"><div class="celldiv" style="text-align:center; width:20px; font-weight:bold; ">20</div></td>
49
- <td class="tabhead_offduty"><div class="celldiv" style="text-align:center; width:20px; font-weight:bold; ">21</div></td>
50
- </tr>
51
- <tr class="tabline" style="height:21px; font-size:12px; ">
52
- <td class="offduty1" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
53
- <td class="taskcell1" colspan="5"><div class="celldiv" style="text-align:center; "></div></td>
54
- <td class="offduty1" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
55
- <td class="caltask1"><div class="celldiv" style="text-align:center; ">8.0</div></td>
56
- <td class="caltask1"><div class="celldiv" style="text-align:center; ">8.0</div></td>
57
- <td class="caltask1"><div class="celldiv" style="text-align:center; "></div></td>
58
- <td class="caltask1"><div class="celldiv" style="text-align:center; ">8.0</div></td>
59
- <td class="caltask1"><div class="celldiv" style="text-align:center; ">8.0</div></td>
60
- <td class="offduty1" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
61
- <td class="taskcell1" colspan="5"><div class="celldiv" style="text-align:center; "></div></td>
62
- <td class="offduty1" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
63
- </tr>
64
- <tr class="tabline" style="height:21px; font-size:12px; ">
65
- <td class="offduty2" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
66
- <td class="taskcell2" colspan="5"><div class="celldiv" style="text-align:center; "></div></td>
67
- <td class="offduty2" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
68
- <td class="caltask2"><div class="celldiv" style="text-align:center; ">8.0</div></td>
69
- <td class="caltask2"><div class="celldiv" style="text-align:center; ">8.0</div></td>
70
- <td class="caltask2"><div class="celldiv" style="text-align:center; ">8.0</div></td>
71
- <td class="caltask2"><div class="celldiv" style="text-align:center; ">8.0</div></td>
72
- <td class="caltask2"><div class="celldiv" style="text-align:center; ">8.0</div></td>
73
- <td class="offduty2" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
74
- <td class="taskcell2" colspan="5"><div class="celldiv" style="text-align:center; "></div></td>
75
- <td class="offduty2" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
76
- </tr>
77
- <tr class="tabline" style="height:21px; font-size:12px; ">
78
- <td class="offduty1" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
79
- <td class="taskcell1" colspan="5"><div class="celldiv" style="text-align:center; "></div></td>
80
- <td class="offduty1" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
81
- <td class="caltask1"><div class="celldiv" style="text-align:center; ">8.0</div></td>
82
- <td class="caltask1" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
83
- <td class="caltask1"><div class="celldiv" style="text-align:center; ">8.0</div></td>
84
- <td class="caltask1"><div class="celldiv" style="text-align:center; ">8.0</div></td>
85
- <td class="offduty1" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
86
- <td class="taskcell1" colspan="5"><div class="celldiv" style="text-align:center; "></div></td>
87
- <td class="offduty1" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
88
- </tr>
89
- <tr class="tabline" style="height:21px; font-size:12px; ">
90
- <td class="offduty2" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
91
- <td class="taskcell2" colspan="5"><div class="celldiv" style="text-align:center; "></div></td>
92
- <td class="offduty2" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
93
- <td class="caltask2"><div class="celldiv" style="text-align:center; ">8.0</div></td>
94
- <td class="caltask2"><div class="celldiv" style="text-align:center; "></div></td>
95
- <td class="caltask2"><div class="celldiv" style="text-align:center; ">8.0</div></td>
96
- <td class="caltask2"><div class="celldiv" style="text-align:center; ">8.0</div></td>
97
- <td class="caltask2"><div class="celldiv" style="text-align:center; ">8.0</div></td>
98
- <td class="offduty2" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
99
- <td class="taskcell2" colspan="5"><div class="celldiv" style="text-align:center; "></div></td>
100
- <td class="offduty2" colspan="2"><div class="celldiv" style="text-align:center; "></div></td>
101
- </tr>
102
- </tbody></table></div></div></td>
103
- </tr>
104
- <tr class="tabhead" style="height:19px; font-size:15px;"/>
105
- <tr class="tabline" style="height:21px; font-size:12px; ">
106
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
107
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>T1</div></td>
108
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2010-02-08</div></td>
109
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2010-02-12</div></td>
110
- </tr>
111
- <tr class="tabline" style="height:21px; font-size:12px; ">
112
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
113
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>T2</div></td>
114
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2010-02-08</div></td>
115
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2010-02-12</div></td>
116
- </tr>
117
- <tr class="tabline" style="height:21px; font-size:12px; ">
118
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">
119
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>T3</div></td>
120
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2010-02-08</div></td>
121
- <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2010-02-12</div></td>
122
- </tr>
123
- <tr class="tabline" style="height:21px; font-size:12px; ">
124
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">
125
- <img align="top" src="icons/task.png" style="margin-right:3px;margin-bottom:2px"/>T4</div></td>
126
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2010-02-08</div></td>
127
- <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2010-02-12</div></td>
128
- </tr>
129
- <tr style="height:20px">
130
- <td/>
131
- <td/>
132
- <td/>
133
- </tr>
134
- </tbody></table></td></tr>
135
- <tr style="font-size:10px;"><td style="padding-left:1px; padding-right:1px;"><table align="center" border="0" cellspacing="1" class="legendback" style="width:100%"><tbody>
136
- <tr><td colspan="8" style="height:5px"/></tr>
137
- <tr>
138
- <td style="width:19%; padding-left:10px; ">Container Task</td>
139
- <td style="width:8%"><div style="position:relative; width:20px; height:15px">
140
- <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
141
- <div class="calconttask1" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
142
- </div></td>
143
- <td style="width:9%"/>
144
- <td style="width:19%; padding-left:10px; ">Task</td>
145
- <td style="width:8%"><div style="position:relative; width:20px; height:15px">
146
- <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
147
- <div class="caltask1" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
148
- </div></td>
149
- <td style="width:9%"/>
150
- <td style="width:19%; padding-left:10px; ">Off duty time</td>
151
- <td style="width:8%"><div style="position:relative; width:20px; height:15px">
152
- <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
153
- <div class="offduty" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
154
- </div></td>
155
- </tr>
156
- <tr><td colspan="8" style="height:5px"/></tr>
157
- </tbody></table></td></tr>
158
- </tbody></table>
159
- <div class="copyright">Project: Shift2 Version: 1.0 - Created on 2010-02-06 14:41:56 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.4</div>
18
+ <div class="tj_page">
19
+ <!-- Dynamic Report ID: 0 -->
20
+ <table cellspacing="1" class="tj_table_frame">
21
+ <tr><td><table cellspacing="1" class="tj_table"><tbody>
22
+ <tr class="tabhead" style="height:39px; font-size:15px;">
23
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
24
+ <td style="width:0px; "></td>
25
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td>
26
+ <td style="width:0px; "></td>
27
+ </tr></table></td>
28
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
29
+ <td style="width:0px; "></td>
30
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Start</td>
31
+ <td style="width:0px; "></td>
32
+ </tr></table></td>
33
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
34
+ <td style="width:0px; "></td>
35
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">End</td>
36
+ <td style="width:0px; "></td>
37
+ </tr></table></td>
38
+ <td rowspan="7" style="padding:0px; vertical-align:top;"><div class="tabback" style="position:relative; overflow:auto; width:450px; margin-top:-1px; margin-bottom:-1px; height:149px;"><div style="margin: 0px; padding: 0px; position: absolute; top: 0px;left: 0px; width: 450px; height: 127px; "><table cellspacing="1" class="tj_table" style="width:100%; "><tbody>
39
+ <tr class="tabhead" style="height:19px; font-size:10px;">
40
+ <td class="tabcell" colspan="2"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
41
+ <td style="width:0px; "></td>
42
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Jan 2010</td>
43
+ <td style="width:0px; "></td>
44
+ </tr></table></td>
45
+ <td class="tabcell" colspan="21"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
46
+ <td style="width:0px; "></td>
47
+ <td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Feb 2010</td>
48
+ <td style="width:0px; "></td>
49
+ </tr></table></td>
50
+ </tr>
51
+ <tr class="tabhead" style="height:19px; font-size:10px;">
52
+ <td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
53
+ <td style="width:0px; "></td>
54
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">30</td>
55
+ <td style="width:0px; "></td>
56
+ </tr></table></td>
57
+ <td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
58
+ <td style="width:0px; "></td>
59
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">31</td>
60
+ <td style="width:0px; "></td>
61
+ </tr></table></td>
62
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
63
+ <td style="width:0px; "></td>
64
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">1</td>
65
+ <td style="width:0px; "></td>
66
+ </tr></table></td>
67
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
68
+ <td style="width:0px; "></td>
69
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">2</td>
70
+ <td style="width:0px; "></td>
71
+ </tr></table></td>
72
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
73
+ <td style="width:0px; "></td>
74
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">3</td>
75
+ <td style="width:0px; "></td>
76
+ </tr></table></td>
77
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
78
+ <td style="width:0px; "></td>
79
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">4</td>
80
+ <td style="width:0px; "></td>
81
+ </tr></table></td>
82
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
83
+ <td style="width:0px; "></td>
84
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">5</td>
85
+ <td style="width:0px; "></td>
86
+ </tr></table></td>
87
+ <td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
88
+ <td style="width:0px; "></td>
89
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">6</td>
90
+ <td style="width:0px; "></td>
91
+ </tr></table></td>
92
+ <td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
93
+ <td style="width:0px; "></td>
94
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">7</td>
95
+ <td style="width:0px; "></td>
96
+ </tr></table></td>
97
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
98
+ <td style="width:0px; "></td>
99
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">8</td>
100
+ <td style="width:0px; "></td>
101
+ </tr></table></td>
102
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
103
+ <td style="width:0px; "></td>
104
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">9</td>
105
+ <td style="width:0px; "></td>
106
+ </tr></table></td>
107
+ <td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
108
+ <td style="width:0px; "></td>
109
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">10</td>
110
+ <td style="width:0px; "></td>
111
+ </tr></table></td>
112
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
113
+ <td style="width:0px; "></td>
114
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">11</td>
115
+ <td style="width:0px; "></td>
116
+ </tr></table></td>
117
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
118
+ <td style="width:0px; "></td>
119
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">12</td>
120
+ <td style="width:0px; "></td>
121
+ </tr></table></td>
122
+ <td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
123
+ <td style="width:0px; "></td>
124
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">13</td>
125
+ <td style="width:0px; "></td>
126
+ </tr></table></td>
127
+ <td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
128
+ <td style="width:0px; "></td>
129
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">14</td>
130
+ <td style="width:0px; "></td>
131
+ </tr></table></td>
132
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
133
+ <td style="width:0px; "></td>
134
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">15</td>
135
+ <td style="width:0px; "></td>
136
+ </tr></table></td>
137
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
138
+ <td style="width:0px; "></td>
139
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">16</td>
140
+ <td style="width:0px; "></td>
141
+ </tr></table></td>
142
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
143
+ <td style="width:0px; "></td>
144
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">17</td>
145
+ <td style="width:0px; "></td>
146
+ </tr></table></td>
147
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
148
+ <td style="width:0px; "></td>
149
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">18</td>
150
+ <td style="width:0px; "></td>
151
+ </tr></table></td>
152
+ <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
153
+ <td style="width:0px; "></td>
154
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">19</td>
155
+ <td style="width:0px; "></td>
156
+ </tr></table></td>
157
+ <td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
158
+ <td style="width:0px; "></td>
159
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">20</td>
160
+ <td style="width:0px; "></td>
161
+ </tr></table></td>
162
+ <td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
163
+ <td style="width:0px; "></td>
164
+ <td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">21</td>
165
+ <td style="width:0px; "></td>
166
+ </tr></table></td>
167
+ </tr>
168
+ <tr class="tabline" style="height:21px; font-size:12px; ">
169
+ <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
170
+ <td style="width:0px; "></td>
171
+ <td style="width:0px; "></td>
172
+ </tr></table></td>
173
+ <td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
174
+ <td style="width:0px; "></td>
175
+ <td style="width:0px; "></td>
176
+ </tr></table></td>
177
+ <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
178
+ <td style="width:0px; "></td>
179
+ <td style="width:0px; "></td>
180
+ </tr></table></td>
181
+ <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
182
+ <td style="width:0px; "></td>
183
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
184
+ <td style="width:0px; "></td>
185
+ </tr></table></td>
186
+ <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
187
+ <td style="width:0px; "></td>
188
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
189
+ <td style="width:0px; "></td>
190
+ </tr></table></td>
191
+ <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
192
+ <td style="width:0px; "></td>
193
+ <td style="width:0px; "></td>
194
+ </tr></table></td>
195
+ <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
196
+ <td style="width:0px; "></td>
197
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
198
+ <td style="width:0px; "></td>
199
+ </tr></table></td>
200
+ <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
201
+ <td style="width:0px; "></td>
202
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
203
+ <td style="width:0px; "></td>
204
+ </tr></table></td>
205
+ <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
206
+ <td style="width:0px; "></td>
207
+ <td style="width:0px; "></td>
208
+ </tr></table></td>
209
+ <td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
210
+ <td style="width:0px; "></td>
211
+ <td style="width:0px; "></td>
212
+ </tr></table></td>
213
+ <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
214
+ <td style="width:0px; "></td>
215
+ <td style="width:0px; "></td>
216
+ </tr></table></td>
217
+ </tr>
218
+ <tr class="tabline" style="height:21px; font-size:12px; ">
219
+ <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
220
+ <td style="width:0px; "></td>
221
+ <td style="width:0px; "></td>
222
+ </tr></table></td>
223
+ <td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
224
+ <td style="width:0px; "></td>
225
+ <td style="width:0px; "></td>
226
+ </tr></table></td>
227
+ <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
228
+ <td style="width:0px; "></td>
229
+ <td style="width:0px; "></td>
230
+ </tr></table></td>
231
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
232
+ <td style="width:0px; "></td>
233
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
234
+ <td style="width:0px; "></td>
235
+ </tr></table></td>
236
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
237
+ <td style="width:0px; "></td>
238
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
239
+ <td style="width:0px; "></td>
240
+ </tr></table></td>
241
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
242
+ <td style="width:0px; "></td>
243
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
244
+ <td style="width:0px; "></td>
245
+ </tr></table></td>
246
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
247
+ <td style="width:0px; "></td>
248
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
249
+ <td style="width:0px; "></td>
250
+ </tr></table></td>
251
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
252
+ <td style="width:0px; "></td>
253
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
254
+ <td style="width:0px; "></td>
255
+ </tr></table></td>
256
+ <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
257
+ <td style="width:0px; "></td>
258
+ <td style="width:0px; "></td>
259
+ </tr></table></td>
260
+ <td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
261
+ <td style="width:0px; "></td>
262
+ <td style="width:0px; "></td>
263
+ </tr></table></td>
264
+ <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
265
+ <td style="width:0px; "></td>
266
+ <td style="width:0px; "></td>
267
+ </tr></table></td>
268
+ </tr>
269
+ <tr class="tabline" style="height:21px; font-size:12px; ">
270
+ <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
271
+ <td style="width:0px; "></td>
272
+ <td style="width:0px; "></td>
273
+ </tr></table></td>
274
+ <td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
275
+ <td style="width:0px; "></td>
276
+ <td style="width:0px; "></td>
277
+ </tr></table></td>
278
+ <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
279
+ <td style="width:0px; "></td>
280
+ <td style="width:0px; "></td>
281
+ </tr></table></td>
282
+ <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
283
+ <td style="width:0px; "></td>
284
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
285
+ <td style="width:0px; "></td>
286
+ </tr></table></td>
287
+ <td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
288
+ <td style="width:0px; "></td>
289
+ <td style="width:0px; "></td>
290
+ </tr></table></td>
291
+ <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
292
+ <td style="width:0px; "></td>
293
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
294
+ <td style="width:0px; "></td>
295
+ </tr></table></td>
296
+ <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
297
+ <td style="width:0px; "></td>
298
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
299
+ <td style="width:0px; "></td>
300
+ </tr></table></td>
301
+ <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
302
+ <td style="width:0px; "></td>
303
+ <td style="width:0px; "></td>
304
+ </tr></table></td>
305
+ <td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
306
+ <td style="width:0px; "></td>
307
+ <td style="width:0px; "></td>
308
+ </tr></table></td>
309
+ <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
310
+ <td style="width:0px; "></td>
311
+ <td style="width:0px; "></td>
312
+ </tr></table></td>
313
+ </tr>
314
+ <tr class="tabline" style="height:21px; font-size:12px; ">
315
+ <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
316
+ <td style="width:0px; "></td>
317
+ <td style="width:0px; "></td>
318
+ </tr></table></td>
319
+ <td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
320
+ <td style="width:0px; "></td>
321
+ <td style="width:0px; "></td>
322
+ </tr></table></td>
323
+ <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
324
+ <td style="width:0px; "></td>
325
+ <td style="width:0px; "></td>
326
+ </tr></table></td>
327
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
328
+ <td style="width:0px; "></td>
329
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
330
+ <td style="width:0px; "></td>
331
+ </tr></table></td>
332
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
333
+ <td style="width:0px; "></td>
334
+ <td style="width:0px; "></td>
335
+ </tr></table></td>
336
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
337
+ <td style="width:0px; "></td>
338
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
339
+ <td style="width:0px; "></td>
340
+ </tr></table></td>
341
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
342
+ <td style="width:0px; "></td>
343
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
344
+ <td style="width:0px; "></td>
345
+ </tr></table></td>
346
+ <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
347
+ <td style="width:0px; "></td>
348
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">8.0</td>
349
+ <td style="width:0px; "></td>
350
+ </tr></table></td>
351
+ <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
352
+ <td style="width:0px; "></td>
353
+ <td style="width:0px; "></td>
354
+ </tr></table></td>
355
+ <td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
356
+ <td style="width:0px; "></td>
357
+ <td style="width:0px; "></td>
358
+ </tr></table></td>
359
+ <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
360
+ <td style="width:0px; "></td>
361
+ <td style="width:0px; "></td>
362
+ </tr></table></td>
363
+ </tr>
364
+ </tbody></table></div></div></td>
365
+ </tr>
366
+ <tr class="tabline" style="height:21px; font-size:12px; ">
367
+ <td class="taskcell1">
368
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
369
+ <td style="width:0px; "></td>
370
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10491680', TITLE, 'T1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
371
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">T1</td>
372
+ <td style="width:0px; "></td>
373
+ </tr></table>
374
+ <div class="tj_tooltip_box" id="ID10491680" style="cursor:help"><div>
375
+ <b>ID:</b> _Task_1</div></div>
376
+ </td>
377
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
378
+ <td style="width:0px; "></td>
379
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2010-02-08</td>
380
+ <td style="width:0px; "></td>
381
+ </tr></table></td>
382
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
383
+ <td style="width:0px; "></td>
384
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2010-02-12</td>
385
+ <td style="width:0px; "></td>
386
+ </tr></table></td>
387
+ </tr>
388
+ <tr class="tabline" style="height:21px; font-size:12px; ">
389
+ <td class="taskcell2">
390
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
391
+ <td style="width:0px; "></td>
392
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10483580', TITLE, 'T2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
393
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">T2</td>
394
+ <td style="width:0px; "></td>
395
+ </tr></table>
396
+ <div class="tj_tooltip_box" id="ID10483580" style="cursor:help"><div>
397
+ <b>ID:</b> _Task_2</div></div>
398
+ </td>
399
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
400
+ <td style="width:0px; "></td>
401
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2010-02-08</td>
402
+ <td style="width:0px; "></td>
403
+ </tr></table></td>
404
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
405
+ <td style="width:0px; "></td>
406
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2010-02-12</td>
407
+ <td style="width:0px; "></td>
408
+ </tr></table></td>
409
+ </tr>
410
+ <tr class="tabline" style="height:21px; font-size:12px; ">
411
+ <td class="taskcell1">
412
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
413
+ <td style="width:0px; "></td>
414
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10465300', TITLE, 'T3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
415
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">T3</td>
416
+ <td style="width:0px; "></td>
417
+ </tr></table>
418
+ <div class="tj_tooltip_box" id="ID10465300" style="cursor:help"><div>
419
+ <b>ID:</b> _Task_3</div></div>
420
+ </td>
421
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
422
+ <td style="width:0px; "></td>
423
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2010-02-08</td>
424
+ <td style="width:0px; "></td>
425
+ </tr></table></td>
426
+ <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
427
+ <td style="width:0px; "></td>
428
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2010-02-12</td>
429
+ <td style="width:0px; "></td>
430
+ </tr></table></td>
431
+ </tr>
432
+ <tr class="tabline" style="height:21px; font-size:12px; ">
433
+ <td class="taskcell2">
434
+ <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
435
+ <td style="width:0px; "></td>
436
+ <td class="tj_table_cell_icon" onclick="TagToTip('ID10423040', TITLE, 'T4')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
437
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">T4</td>
438
+ <td style="width:0px; "></td>
439
+ </tr></table>
440
+ <div class="tj_tooltip_box" id="ID10423040" style="cursor:help"><div>
441
+ <b>ID:</b> _Task_4</div></div>
442
+ </td>
443
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
444
+ <td style="width:0px; "></td>
445
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2010-02-08</td>
446
+ <td style="width:0px; "></td>
447
+ </tr></table></td>
448
+ <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
449
+ <td style="width:0px; "></td>
450
+ <td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2010-02-12</td>
451
+ <td style="width:0px; "></td>
452
+ </tr></table></td>
453
+ </tr>
454
+ <tr style="height:20px">
455
+ <td></td>
456
+ <td></td>
457
+ <td></td>
458
+ </tr>
459
+ </tbody></table></td></tr>
460
+ <tr><td><div class="tj_table_legend_frame"><table cellspacing="1" class="tj_table_legend"><tr class="tj_legend_row">
461
+ <td class="tj_legend_spacer"></td>
462
+ <td class="tj_legend_item"><div class="tj_legend_symbol"><div style="position:relative; top:2px;width:20px; height:15px"><div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"><div class="calconttask1" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"></div></div></div></div></td>
463
+ <td class="tj_legend_item"><div class="tj_legend_label">Container Task</div></td>
464
+ <td class="tj_legend_spacer"></td>
465
+ <td class="tj_legend_item"><div class="tj_legend_symbol"><div style="position:relative; top:2px;width:20px; height:15px"><div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"><div class="caltask1" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"></div></div></div></div></td>
466
+ <td class="tj_legend_item"><div class="tj_legend_label">Task</div></td>
467
+ <td class="tj_legend_spacer"></td>
468
+ <td class="tj_legend_item"><div class="tj_legend_symbol"><div style="position:relative; top:2px;width:20px; height:15px"><div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"><div class="offduty" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"></div></div></div></div></td>
469
+ <td class="tj_legend_item"><div class="tj_legend_label">Off duty time</div></td>
470
+ <td class="tj_legend_spacer"></td>
471
+ </tr></table></div></td></tr>
472
+ </table>
473
+ <div class="copyright">Project: Shift2 Version: 1.0 - Created on 2010-06-18 19:03:52 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.5</div>
160
474
  </div>
161
475
  </body>
162
476
  </html>