taskjuggler 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (432) hide show
  1. data/Rakefile +1 -0
  2. data/benchmarks/depends.tjp +2 -1
  3. data/benchmarks/htmltaskreport.tjp +2 -1
  4. data/doc/classes/AppConfig.html +124 -120
  5. data/doc/classes/Arguments.html +10 -6
  6. data/doc/classes/Object.html +229 -0
  7. data/doc/classes/String.html +35 -31
  8. data/doc/classes/TaskJuggler/Account.html +18 -18
  9. data/doc/classes/TaskJuggler/AccountAttribute.html +261 -0
  10. data/doc/classes/TaskJuggler/AccountScenario.html +12 -12
  11. data/doc/classes/TaskJuggler/Allocation.html +34 -30
  12. data/doc/classes/TaskJuggler/AllocationAttribute.html +70 -70
  13. data/doc/classes/TaskJuggler/AttributeBase.html +131 -147
  14. data/doc/classes/TaskJuggler/AttributeDefinition.html +38 -21
  15. data/doc/classes/TaskJuggler/BatchProcessor.html +313 -0
  16. data/doc/classes/TaskJuggler/Booking.html +22 -18
  17. data/doc/classes/TaskJuggler/BookingListAttribute.html +42 -42
  18. data/doc/classes/TaskJuggler/BooleanAttribute.html +40 -40
  19. data/doc/classes/TaskJuggler/CSVFile.html +28 -24
  20. data/doc/classes/TaskJuggler/Charge.html +22 -18
  21. data/doc/classes/TaskJuggler/ChargeListAttribute.html +30 -30
  22. data/doc/classes/TaskJuggler/ChargeSet.html +41 -37
  23. data/doc/classes/TaskJuggler/ChargeSetListAttribute.html +46 -46
  24. data/doc/classes/TaskJuggler/ColumnListAttribute.html +231 -0
  25. data/doc/classes/TaskJuggler/ColumnTable.html +23 -21
  26. data/doc/classes/TaskJuggler/DateAttribute.html +20 -20
  27. data/doc/classes/TaskJuggler/DefinitionListAttribute.html +162 -0
  28. data/doc/classes/TaskJuggler/DependencyListAttribute.html +46 -46
  29. data/doc/classes/TaskJuggler/DurationAttribute.html +30 -30
  30. data/doc/classes/TaskJuggler/FixnumAttribute.html +20 -20
  31. data/doc/classes/TaskJuggler/FlagListAttribute.html +42 -42
  32. data/doc/classes/TaskJuggler/FloatAttribute.html +30 -30
  33. data/doc/classes/TaskJuggler/FormatListAttribute.html +197 -0
  34. data/doc/classes/TaskJuggler/GanttChart.html +236 -207
  35. data/doc/classes/TaskJuggler/GanttContainer.html +46 -42
  36. data/doc/classes/TaskJuggler/GanttHeader.html +16 -12
  37. data/doc/classes/TaskJuggler/GanttHeaderScaleItem.html +16 -12
  38. data/doc/classes/TaskJuggler/GanttLine.html +28 -24
  39. data/doc/classes/TaskJuggler/GanttLoadStack.html +22 -18
  40. data/doc/classes/TaskJuggler/GanttMilestone.html +46 -42
  41. data/doc/classes/TaskJuggler/GanttRouter.html +104 -98
  42. data/doc/classes/TaskJuggler/GanttTaskBar.html +46 -42
  43. data/doc/classes/TaskJuggler/HTMLDocument.html +12 -12
  44. data/doc/classes/TaskJuggler/HTMLGraphics.html +12 -12
  45. data/doc/classes/TaskJuggler/Interval.html +126 -120
  46. data/doc/classes/TaskJuggler/IntervalListAttribute.html +46 -46
  47. data/doc/classes/TaskJuggler/JobInfo.html +284 -0
  48. data/doc/classes/TaskJuggler/Journal.html +197 -0
  49. data/doc/classes/TaskJuggler/JournalEntry.html +218 -0
  50. data/doc/classes/TaskJuggler/KeywordArray.html +179 -0
  51. data/doc/classes/TaskJuggler/KeywordDocumentation.html +445 -396
  52. data/doc/classes/TaskJuggler/Limits/Limit.html +34 -30
  53. data/doc/classes/TaskJuggler/Limits.html +68 -62
  54. data/doc/classes/TaskJuggler/LimitsAttribute.html +40 -40
  55. data/doc/classes/TaskJuggler/ListAttributeBase.html +207 -0
  56. data/doc/classes/TaskJuggler/Log.html +72 -68
  57. data/doc/classes/TaskJuggler/LogicalAttribute.html +38 -34
  58. data/doc/classes/TaskJuggler/LogicalExpression.html +16 -12
  59. data/doc/classes/TaskJuggler/LogicalExpressionAttribute.html +194 -0
  60. data/doc/classes/TaskJuggler/LogicalFlag.html +32 -32
  61. data/doc/classes/TaskJuggler/LogicalFunction.html +28 -24
  62. data/doc/classes/TaskJuggler/LogicalOperation.html +17 -13
  63. data/doc/classes/TaskJuggler/Macro.html +10 -6
  64. data/doc/classes/TaskJuggler/MacroParser.html +36 -36
  65. data/doc/classes/TaskJuggler/MacroTable.html +40 -36
  66. data/doc/classes/TaskJuggler/Message.html +16 -12
  67. data/doc/classes/TaskJuggler/MessageHandler.html +16 -12
  68. data/doc/classes/TaskJuggler/Navigator.html +249 -0
  69. data/doc/classes/TaskJuggler/OnShiftCache.html +316 -0
  70. data/doc/classes/TaskJuggler/Project.html +1064 -678
  71. data/doc/classes/TaskJuggler/ProjectFileParser.html +90 -85
  72. data/doc/classes/TaskJuggler/PropertyAttribute.html +194 -0
  73. data/doc/classes/TaskJuggler/PropertyList.html +114 -113
  74. data/doc/classes/TaskJuggler/PropertySet.html +355 -312
  75. data/doc/classes/TaskJuggler/PropertyTreeNode.html +527 -474
  76. data/doc/classes/TaskJuggler/Query.html +90 -85
  77. data/doc/classes/TaskJuggler/RTPNavigator.html +292 -0
  78. data/doc/classes/TaskJuggler/RTPReport.html +301 -0
  79. data/doc/classes/TaskJuggler/RealFormat.html +114 -57
  80. data/doc/classes/TaskJuggler/RealFormatAttribute.html +162 -0
  81. data/doc/classes/TaskJuggler/ReferenceAttribute.html +87 -20
  82. data/doc/classes/TaskJuggler/Report.html +82 -291
  83. data/doc/classes/TaskJuggler/ReportBase.html +448 -0
  84. data/doc/classes/TaskJuggler/ReportContext.html +243 -0
  85. data/doc/classes/TaskJuggler/ReportTable.html +158 -129
  86. data/doc/classes/TaskJuggler/ReportTableCell.html +30 -26
  87. data/doc/classes/TaskJuggler/ReportTableColumn.html +29 -25
  88. data/doc/classes/TaskJuggler/ReportTableLegend.html +28 -24
  89. data/doc/classes/TaskJuggler/ReportTableLine.html +34 -30
  90. data/doc/classes/TaskJuggler/Resource.html +12 -12
  91. data/doc/classes/TaskJuggler/ResourceListAttribute.html +46 -46
  92. data/doc/classes/TaskJuggler/ResourceListRE.html +49 -57
  93. data/doc/classes/TaskJuggler/ResourceScenario.html +126 -126
  94. data/doc/classes/TaskJuggler/RichText.html +52 -48
  95. data/doc/classes/TaskJuggler/RichTextAttribute.html +30 -30
  96. data/doc/classes/TaskJuggler/RichTextDocument.html +41 -37
  97. data/doc/classes/TaskJuggler/RichTextElement.html +274 -264
  98. data/doc/classes/TaskJuggler/RichTextException.html +13 -13
  99. data/doc/classes/TaskJuggler/RichTextParser.html +48 -47
  100. data/doc/classes/TaskJuggler/RichTextProtocolExample.html +52 -55
  101. data/doc/classes/TaskJuggler/RichTextProtocolHandler.html +55 -10
  102. data/doc/classes/TaskJuggler/RichTextScanner.html +106 -245
  103. data/doc/classes/TaskJuggler/RichTextSnip.html +28 -24
  104. data/doc/classes/TaskJuggler/RichTextSyntaxRules.html +381 -301
  105. data/doc/classes/TaskJuggler/Scenario.html +6 -6
  106. data/doc/classes/TaskJuggler/ScenarioData.html +40 -36
  107. data/doc/classes/TaskJuggler/ScenarioListAttribute.html +229 -0
  108. data/doc/classes/TaskJuggler/Scoreboard.html +70 -66
  109. data/doc/classes/TaskJuggler/Shift.html +18 -18
  110. data/doc/classes/TaskJuggler/ShiftAssignment.html +58 -54
  111. data/doc/classes/TaskJuggler/ShiftAssignments.html +82 -78
  112. data/doc/classes/TaskJuggler/ShiftAssignmentsAttribute.html +40 -40
  113. data/doc/classes/TaskJuggler/ShiftScenario.html +24 -24
  114. data/doc/classes/TaskJuggler/SortListAttribute.html +196 -0
  115. data/doc/classes/TaskJuggler/SourceFileInfo.html +16 -12
  116. data/doc/classes/TaskJuggler/StringAttribute.html +30 -30
  117. data/doc/classes/TaskJuggler/SymbolAttribute.html +20 -20
  118. data/doc/classes/TaskJuggler/SyntaxReference.html +46 -42
  119. data/doc/classes/TaskJuggler/TOCEntry.html +16 -12
  120. data/doc/classes/TaskJuggler/TableColumnDefinition.html +48 -33
  121. data/doc/classes/TaskJuggler/TableOfContents.html +22 -18
  122. data/doc/classes/TaskJuggler/TableReport.html +1036 -0
  123. data/doc/classes/TaskJuggler/Task.html +12 -12
  124. data/doc/classes/TaskJuggler/TaskDependency.html +16 -12
  125. data/doc/classes/TaskJuggler/TaskListAttribute.html +46 -46
  126. data/doc/classes/TaskJuggler/TaskListRE.html +49 -58
  127. data/doc/classes/TaskJuggler/TaskScenario.html +1270 -1180
  128. data/doc/classes/TaskJuggler/TextParser/Pattern.html +100 -96
  129. data/doc/classes/TaskJuggler/TextParser/Rule.html +88 -84
  130. data/doc/classes/TaskJuggler/TextParser/StackElement.html +16 -12
  131. data/doc/classes/TaskJuggler/TextParser/TextParserResultArray.html +12 -12
  132. data/doc/classes/TaskJuggler/TextParser/TokenDoc.html +10 -6
  133. data/doc/classes/TaskJuggler/TextParser.html +203 -140
  134. data/doc/classes/TaskJuggler/TextReport.html +364 -0
  135. data/doc/classes/TaskJuggler/TextScanner/BufferStreamHandle.html +70 -70
  136. data/doc/classes/TaskJuggler/TextScanner/FileStreamHandle.html +50 -42
  137. data/doc/classes/TaskJuggler/TextScanner/StreamHandle.html +16 -12
  138. data/doc/classes/TaskJuggler/TextScanner.html +334 -240
  139. data/doc/classes/TaskJuggler/TjException.html +6 -6
  140. data/doc/classes/TaskJuggler/TjTime.html +547 -497
  141. data/doc/classes/TaskJuggler/TjpExample.html +29 -25
  142. data/doc/classes/TaskJuggler/TjpExportRE.html +77 -97
  143. data/doc/classes/TaskJuggler/TjpSyntaxRules.html +3911 -3886
  144. data/doc/classes/TaskJuggler/UserManual.html +54 -54
  145. data/doc/classes/TaskJuggler/WorkingHours.html +53 -49
  146. data/doc/classes/TaskJuggler/WorkingHoursAttribute.html +53 -85
  147. data/doc/classes/TaskJuggler/XMLBlob.html +21 -21
  148. data/doc/classes/TaskJuggler/XMLComment.html +21 -21
  149. data/doc/classes/TaskJuggler/XMLDocument.html +28 -24
  150. data/doc/classes/TaskJuggler/XMLElement.html +70 -58
  151. data/doc/classes/TaskJuggler/XMLNamedText.html +11 -11
  152. data/doc/classes/TaskJuggler/XMLText.html +36 -36
  153. data/doc/classes/TaskJuggler.html +266 -183
  154. data/doc/files/COPYING.html +1 -1
  155. data/doc/files/README.html +1 -1
  156. data/doc/files/lib/AccountScenario_rb.html +1 -1
  157. data/doc/files/lib/Account_rb.html +1 -1
  158. data/doc/files/lib/Allocation_rb.html +1 -1
  159. data/doc/files/lib/AppConfig_rb.html +1 -1
  160. data/doc/files/lib/AttributeBase_rb.html +11 -1
  161. data/doc/files/lib/AttributeDefinition_rb.html +1 -1
  162. data/doc/files/lib/Attributes_rb.html +1 -1
  163. data/doc/files/lib/{LogicalFlag_rb.html → BatchProcessor_rb.html} +8 -6
  164. data/doc/files/lib/Booking_rb.html +1 -1
  165. data/doc/files/lib/ChargeSet_rb.html +1 -1
  166. data/doc/files/lib/Charge_rb.html +1 -1
  167. data/doc/files/lib/HTMLDocument_rb.html +1 -1
  168. data/doc/files/lib/Interval_rb.html +1 -1
  169. data/doc/files/lib/Journal_rb.html +106 -0
  170. data/doc/files/lib/KeywordArray_rb.html +106 -0
  171. data/doc/files/lib/KeywordDocumentation_rb.html +1 -1
  172. data/doc/files/lib/Limits_rb.html +1 -1
  173. data/doc/files/lib/Log_rb.html +1 -1
  174. data/doc/files/lib/LogicalExpression_rb.html +1 -3
  175. data/doc/files/lib/LogicalFunction_rb.html +1 -1
  176. data/doc/files/lib/LogicalOperation_rb.html +1 -1
  177. data/doc/files/lib/MacroParser_rb.html +1 -1
  178. data/doc/files/lib/MacroTable_rb.html +1 -1
  179. data/doc/files/lib/MessageHandler_rb.html +1 -1
  180. data/doc/files/lib/Message_rb.html +1 -1
  181. data/doc/files/lib/ProjectFileParser_rb.html +5 -1
  182. data/doc/files/lib/Project_rb.html +5 -1
  183. data/doc/files/lib/PropertyList_rb.html +1 -1
  184. data/doc/files/lib/PropertySet_rb.html +1 -1
  185. data/doc/files/lib/PropertyTreeNode_rb.html +1 -1
  186. data/doc/files/lib/Query_rb.html +1 -1
  187. data/doc/files/lib/RTPNavigator_rb.html +120 -0
  188. data/doc/files/lib/RTPReport_rb.html +118 -0
  189. data/doc/files/lib/RealFormat_rb.html +1 -1
  190. data/doc/files/lib/ResourceScenario_rb.html +1 -1
  191. data/doc/files/lib/Resource_rb.html +1 -1
  192. data/doc/files/lib/RichTextDocument_rb.html +1 -1
  193. data/doc/files/lib/RichTextElement_rb.html +1 -1
  194. data/doc/files/lib/RichTextParser_rb.html +1 -1
  195. data/doc/files/lib/RichTextProtocolExample_rb.html +1 -1
  196. data/doc/files/lib/RichTextProtocolHandler_rb.html +1 -1
  197. data/doc/files/lib/RichTextScanner_rb.html +1 -1
  198. data/doc/files/lib/RichTextSnip_rb.html +1 -1
  199. data/doc/files/lib/RichTextSyntaxRules_rb.html +1 -1
  200. data/doc/files/lib/RichText_rb.html +1 -1
  201. data/doc/files/lib/ScenarioData_rb.html +1 -1
  202. data/doc/files/lib/Scenario_rb.html +1 -1
  203. data/doc/files/lib/Scoreboard_rb.html +1 -1
  204. data/doc/files/lib/ShiftAssignments_rb.html +1 -1
  205. data/doc/files/lib/ShiftScenario_rb.html +1 -1
  206. data/doc/files/lib/Shift_rb.html +1 -1
  207. data/doc/files/lib/SourceFileInfo_rb.html +1 -1
  208. data/doc/files/lib/SyntaxReference_rb.html +1 -1
  209. data/doc/files/lib/TOCEntry_rb.html +1 -1
  210. data/doc/files/lib/TableColumnDefinition_rb.html +1 -1
  211. data/doc/files/lib/TableOfContents_rb.html +1 -1
  212. data/doc/files/lib/TaskDependency_rb.html +1 -1
  213. data/doc/files/lib/TaskJuggler_rb.html +1 -1
  214. data/doc/files/lib/TaskScenario_rb.html +1 -1
  215. data/doc/files/lib/Task_rb.html +1 -1
  216. data/doc/files/lib/TextParser/Pattern_rb.html +1 -1
  217. data/doc/files/lib/TextParser/Rule_rb.html +1 -1
  218. data/doc/files/lib/TextParser/StackElement_rb.html +1 -1
  219. data/doc/files/lib/TextParser/TokenDoc_rb.html +1 -1
  220. data/doc/files/lib/TextParser_rb.html +1 -1
  221. data/doc/files/lib/TextScanner_rb.html +1 -1
  222. data/doc/files/lib/Tj3Config_rb.html +1 -1
  223. data/doc/files/lib/TjException_rb.html +1 -1
  224. data/doc/files/lib/TjTime_rb.html +1 -1
  225. data/doc/files/lib/TjpExample_rb.html +1 -1
  226. data/doc/files/lib/TjpSyntaxRules_rb.html +1 -1
  227. data/doc/files/lib/UTF8String_rb.html +1 -1
  228. data/doc/files/lib/UserManual_rb.html +1 -1
  229. data/doc/files/lib/WorkingHours_rb.html +1 -1
  230. data/doc/files/lib/XMLDocument_rb.html +1 -1
  231. data/doc/files/lib/XMLElement_rb.html +1 -1
  232. data/doc/files/lib/deep_copy_rb.html +106 -0
  233. data/doc/files/lib/ms_test_rb.html +90 -0
  234. data/doc/files/lib/reports/CSVFile_rb.html +1 -1
  235. data/doc/files/lib/reports/ColumnTable_rb.html +1 -1
  236. data/doc/files/lib/reports/GanttChart_rb.html +1 -1
  237. data/doc/files/lib/reports/GanttContainer_rb.html +1 -1
  238. data/doc/files/lib/reports/GanttHeaderScaleItem_rb.html +1 -1
  239. data/doc/files/lib/reports/GanttHeader_rb.html +1 -1
  240. data/doc/files/lib/reports/GanttLine_rb.html +1 -1
  241. data/doc/files/lib/reports/GanttLoadStack_rb.html +1 -1
  242. data/doc/files/lib/reports/GanttMilestone_rb.html +1 -1
  243. data/doc/files/lib/reports/GanttRouter_rb.html +1 -1
  244. data/doc/files/lib/reports/GanttTaskBar_rb.html +1 -1
  245. data/doc/files/lib/reports/HTMLGraphics_rb.html +1 -1
  246. data/doc/files/lib/reports/{ReportElement_rb.html → Navigator_rb.html} +6 -8
  247. data/doc/files/lib/reports/ReportBase_rb.html +106 -0
  248. data/doc/files/lib/reports/ReportContext_rb.html +106 -0
  249. data/doc/files/lib/reports/ReportTableCell_rb.html +1 -1
  250. data/doc/files/lib/reports/ReportTableColumn_rb.html +1 -1
  251. data/doc/files/lib/reports/ReportTableLegend_rb.html +1 -1
  252. data/doc/files/lib/reports/ReportTableLine_rb.html +1 -1
  253. data/doc/files/lib/reports/ReportTable_rb.html +1 -1
  254. data/doc/files/lib/reports/Report_rb.html +8 -2
  255. data/doc/files/lib/reports/ResourceListRE_rb.html +2 -2
  256. data/doc/files/lib/reports/{ReportTableElement_rb.html → TableReport_rb.html} +7 -5
  257. data/doc/files/lib/reports/TaskListRE_rb.html +2 -2
  258. data/doc/files/lib/reports/TextReport_rb.html +116 -0
  259. data/doc/files/lib/reports/TjpExportRE_rb.html +2 -2
  260. data/doc/files/lib/taskjuggler3_rb.html +61 -56
  261. data/doc/files/lib/tj3man_rb.html +1 -1
  262. data/doc/fr_class_index.html +41 -3
  263. data/doc/fr_file_index.html +21 -5
  264. data/doc/fr_method_index.html +1069 -959
  265. data/examples/ContactList.html +1467 -0
  266. data/examples/Deliveries.html +485 -0
  267. data/examples/Development.html +2525 -0
  268. data/examples/Overview.html +747 -0
  269. data/examples/Resource Graph.html +616 -0
  270. data/examples/tutorial.tjp +63 -67
  271. data/lib/AttributeBase.rb +27 -31
  272. data/lib/AttributeDefinition.rb +12 -7
  273. data/lib/Attributes.rb +134 -34
  274. data/lib/Interval.rb +2 -0
  275. data/lib/Journal.rb +44 -0
  276. data/lib/{LogicalFlag.rb → KeywordArray.rb} +5 -13
  277. data/lib/KeywordDocumentation.rb +84 -47
  278. data/lib/Limits.rb +7 -5
  279. data/lib/LogicalExpression.rb +1 -1
  280. data/lib/LogicalOperation.rb +33 -0
  281. data/lib/Project.rb +313 -99
  282. data/lib/ProjectFileParser.rb +88 -11
  283. data/lib/PropertyList.rb +2 -1
  284. data/lib/PropertySet.rb +13 -4
  285. data/lib/PropertyTreeNode.rb +34 -15
  286. data/lib/Query.rb +2 -1
  287. data/lib/RTPNavigator.rb +53 -0
  288. data/lib/RTPReport.rb +62 -0
  289. data/lib/RealFormat.rb +28 -10
  290. data/lib/RichTextElement.rb +18 -12
  291. data/lib/RichTextParser.rb +1 -0
  292. data/lib/RichTextProtocolExample.rb +8 -11
  293. data/lib/RichTextProtocolHandler.rb +11 -1
  294. data/lib/RichTextScanner.rb +308 -164
  295. data/lib/RichTextSyntaxRules.rb +24 -0
  296. data/lib/TableColumnDefinition.rb +5 -1
  297. data/lib/TaskJuggler.rb +3 -2
  298. data/lib/TaskScenario.rb +123 -31
  299. data/lib/TextParser.rb +14 -3
  300. data/lib/TextScanner.rb +210 -34
  301. data/lib/Tj3Config.rb +1 -1
  302. data/lib/TjTime.rb +15 -0
  303. data/lib/TjpExample.rb +1 -1
  304. data/lib/TjpSyntaxRules.rb +674 -473
  305. data/lib/WorkingHours.rb +1 -1
  306. data/lib/XMLElement.rb +11 -3
  307. data/lib/deep_copy.rb +72 -0
  308. data/lib/ms_test.rb +27 -0
  309. data/lib/reports/ColumnTable.rb +7 -5
  310. data/lib/reports/GanttChart.rb +60 -34
  311. data/lib/reports/GanttHeader.rb +1 -1
  312. data/lib/reports/GanttRouter.rb +7 -5
  313. data/lib/reports/Navigator.rb +72 -0
  314. data/lib/reports/Report.rb +58 -73
  315. data/lib/reports/ReportBase.rb +241 -0
  316. data/lib/reports/ReportContext.rb +41 -0
  317. data/lib/reports/ReportTable.rb +7 -2
  318. data/lib/reports/ReportTableCell.rb +3 -3
  319. data/lib/reports/ResourceListRE.rb +19 -26
  320. data/lib/reports/{ReportTableElement.rb → TableReport.rb} +297 -97
  321. data/lib/reports/TaskListRE.rb +16 -24
  322. data/lib/reports/TextReport.rb +87 -0
  323. data/lib/reports/TjpExportRE.rb +55 -50
  324. data/lib/taskjuggler3.rb +6 -1
  325. data/manual/Getting_Started +57 -6
  326. data/manual/How_To_Contribute +2 -4
  327. data/manual/Intro +2 -2
  328. data/manual/Reporting_Bugs +9 -2
  329. data/manual/Rich_Text_Attributes +41 -0
  330. data/manual/Tutorial +219 -173
  331. data/tasks/test.rake +3 -0
  332. data/test/TestSuite/CSV-Reports/celltext.tjp +2 -1
  333. data/test/TestSuite/CSV-Reports/resourcereport.tjp +2 -1
  334. data/test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp +2 -1
  335. data/test/TestSuite/CSV-Reports/sortByTree.tjp +2 -1
  336. data/test/TestSuite/CSV-Reports/sortBy_duration.down.tjp +2 -1
  337. data/test/TestSuite/CSV-Reports/sortBy_effort.up.tjp +2 -1
  338. data/test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp +2 -1
  339. data/test/TestSuite/CSV-Reports/taskreport.tjp +2 -1
  340. data/test/TestSuite/CSV-Reports/taskreport_with_resources.tjp +2 -1
  341. data/test/TestSuite/HTML-Reports/depArrows.tjp +72 -0
  342. data/test/TestSuite/HTML-Reports/reference-export.html +187 -0
  343. data/test/TestSuite/HTML-Reports/reference.tjp +21 -0
  344. data/test/TestSuite/Scheduler/Correct/Allocate.tjp +2 -1
  345. data/test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp +3 -3
  346. data/test/TestSuite/Scheduler/Correct/Booking.tjp +3 -3
  347. data/test/TestSuite/Scheduler/Correct/Container-2.tjp +37 -0
  348. data/test/TestSuite/Scheduler/Correct/Container.tjp +40 -0
  349. data/test/TestSuite/Scheduler/Correct/Depends.tjp +9 -14
  350. data/test/TestSuite/Scheduler/Correct/Duration.tjp +2 -1
  351. data/test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp +20 -29
  352. data/test/TestSuite/Scheduler/Correct/Limits.tjp +11 -13
  353. data/test/TestSuite/Scheduler/Correct/Optimize-1.tjp +6 -5
  354. data/test/TestSuite/Scheduler/Correct/Optimize-2.tjp +10 -6
  355. data/test/TestSuite/Scheduler/Correct/Optimize-3.tjp +9 -6
  356. data/test/TestSuite/Scheduler/Correct/Optimize-4.tjp +9 -6
  357. data/test/TestSuite/Scheduler/Correct/Optimize-5.tjp +13 -10
  358. data/test/TestSuite/Scheduler/Correct/Precedes.tjp +9 -14
  359. data/test/TestSuite/Scheduler/Correct/Shift.tjp +9 -8
  360. data/test/TestSuite/Scheduler/Correct/checks.tji +4 -0
  361. data/test/TestSuite/Scheduler/Errors/weak_end_dep.tjp +16 -0
  362. data/test/TestSuite/Scheduler/Errors/weak_start_dep.tjp +16 -0
  363. data/test/TestSuite/Syntax/Correct/Account.tjp +1 -1
  364. data/test/TestSuite/Syntax/Correct/AutoID.tjp +21 -0
  365. data/test/TestSuite/Syntax/Correct/AutoMacros.tjp +2 -1
  366. data/test/TestSuite/Syntax/Correct/Caption.tjp +7 -6
  367. data/test/TestSuite/Syntax/Correct/Celltext.tjp +7 -4
  368. data/test/TestSuite/Syntax/Correct/Comments.tjp +1 -1
  369. data/test/TestSuite/Syntax/Correct/CompletedWork.tji +11 -19
  370. data/test/TestSuite/Syntax/Correct/CriticalPath.tjp +4 -3
  371. data/test/TestSuite/Syntax/Correct/Export.tjp +3 -1
  372. data/test/TestSuite/Syntax/Correct/Flags.tjp +2 -1
  373. data/test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp +2 -1
  374. data/test/TestSuite/Syntax/Correct/Journal.tjp +18 -0
  375. data/test/TestSuite/Syntax/Correct/LoadUnits.tjp +2 -1
  376. data/test/TestSuite/Syntax/Correct/LogicalExpression.tjp +16 -0
  377. data/test/TestSuite/Syntax/Correct/Period.tjp +2 -1
  378. data/test/TestSuite/Syntax/Correct/RawHTML.tjp +4 -2
  379. data/test/TestSuite/Syntax/Correct/Reports.tjp +4 -2
  380. data/test/TestSuite/Syntax/Correct/ResourcePrefix.tji +2 -0
  381. data/test/TestSuite/Syntax/Correct/ResourcePrefix.tjp +23 -0
  382. data/test/TestSuite/Syntax/Correct/Responsible.tjp +1 -1
  383. data/test/TestSuite/Syntax/Correct/Simple.tjp +1 -1
  384. data/test/TestSuite/Syntax/Correct/String.tjp +1 -1
  385. data/test/TestSuite/Syntax/Correct/TaskRoot.tjp +2 -1
  386. data/test/TestSuite/Syntax/Correct/tutorial.tjp +92 -70
  387. data/test/TestSuite/Syntax/Errors/bad_comment.tjp +7 -0
  388. data/test/TestSuite/Syntax/Errors/bad_include.tjp +1 -1
  389. data/test/TestSuite/Syntax/Errors/bad_time_zone.tjp +6 -0
  390. data/test/TestSuite/Syntax/Errors/bad_timing_res.tjp +5 -0
  391. data/test/TestSuite/Syntax/Errors/chargeset_master.tjp +1 -1
  392. data/test/TestSuite/Syntax/Errors/container_attribute.tjp +1 -1
  393. data/test/TestSuite/Syntax/Errors/cost_acct_no_top.tjp +3 -2
  394. data/test/TestSuite/Syntax/Errors/cost_rev_same.tjp +1 -1
  395. data/test/TestSuite/Syntax/Errors/eof_in_istring1.tjp +5 -0
  396. data/test/TestSuite/Syntax/Errors/eof_in_istring2.tjp +5 -0
  397. data/test/TestSuite/Syntax/Errors/eof_in_istring3.tjp +6 -0
  398. data/test/TestSuite/Syntax/Errors/eof_in_istring4.tjp +6 -0
  399. data/test/TestSuite/Syntax/Errors/eof_in_istring5.tjp +6 -0
  400. data/test/TestSuite/Syntax/Errors/include_recursion.tji +1 -0
  401. data/test/TestSuite/Syntax/Errors/include_recursion.tjp +7 -0
  402. data/test/TestSuite/Syntax/Errors/junk_after_cut.tjp +6 -0
  403. data/test/TestSuite/Syntax/Errors/navigator_exists.tjp +10 -0
  404. data/test/TestSuite/Syntax/Errors/operand_unkn_flag.tjp +1 -1
  405. data/test/TestSuite/Syntax/Errors/report_end.tjp +1 -1
  406. data/test/TestSuite/Syntax/Errors/report_exists.tjp +10 -0
  407. data/test/TestSuite/Syntax/Errors/report_start.tjp +1 -1
  408. data/test/TestSuite/Syntax/Errors/rev_acct_no_top.tjp +1 -1
  409. data/test/TestSuite/Syntax/Errors/sort_direction.tjp +1 -1
  410. data/test/TestSuite/Syntax/Errors/sort_unknown_scen.tjp +1 -1
  411. data/test/TestSuite/Syntax/Errors/sorting_crit_exptd1.tjp +1 -1
  412. data/test/TestSuite/Syntax/Errors/sorting_crit_exptd2.tjp +1 -1
  413. data/test/TestSuite/Syntax/Errors/sorting_wbs.tjp +1 -1
  414. data/test/TestSuite/Syntax/Errors/too_large_timing_res.tjp +7 -0
  415. data/test/TestSuite/Syntax/Errors/unknown_scenario_idx.tjp +1 -1
  416. data/test/TestSuite/Syntax/Errors/unknown_task.tjp +1 -1
  417. data/test/all.rb +1 -16
  418. data/test/test_CSV-Reports.rb +8 -5
  419. data/test/test_Query.rb +2 -2
  420. data/test/test_RichText.rb +95 -0
  421. data/test/test_Scheduler.rb +8 -4
  422. data/test/test_Syntax.rb +8 -4
  423. data/test/test_deep_copy.rb +83 -0
  424. metadata +549 -487
  425. data/benchmarks/UTF-8-Strings.rb +0 -58
  426. data/doc/classes/TaskJuggler/ReportElement.html +0 -1070
  427. data/doc/classes/TaskJuggler/ReportTableElement.html +0 -644
  428. data/lib/reports/ReportElement.rb +0 -427
  429. data/test/TestSuite/Syntax/Correct/csvtest +0 -16
  430. data/test/TestSuite/Syntax/Errors/no_csv_suffix.tjp +0 -10
  431. data/test/TestSuite/Syntax/Errors/no_html_suffix.tjp +0 -10
  432. data/test/TestSuite/Syntax/Errors/report_redifinition.tjp +0 -10
@@ -0,0 +1,1467 @@
1
+ <?xml version="1.0" encoding="utf8"?>
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.2-->
4
+ <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>TaskJuggler Report - ContactList</title>
7
+ <meta http-equiv="Content-Style-Type" content="text/css; charset=utf-8"/>
8
+ <style type="text/css"> body {
9
+ font-family:Bitstream Vera Sans, Tahoma, sans-serif;
10
+ font-size:15px;
11
+ }
12
+ h1, h2, table, tr, td, div, span {
13
+ font-family: Bitstream Vera Sans, Tahoma, sans-serif;
14
+ }
15
+ table {
16
+ font-size:13px;
17
+ }
18
+ td, div { white-space:nowrap; padding:0px; margin:0px; }
19
+ h1 { font-size:22px; }
20
+ h2 { font-size:18px; }
21
+ h3 { font-size:16px; }
22
+
23
+ .tabback { background-color:#9a9a9a; }
24
+ .tabfront { background-color:#d4dde6; }
25
+ .tabhead {
26
+ white-space:nowrap;
27
+ background-color:#7a7a7a;
28
+ color:#ffffff;
29
+ text-align:center;
30
+ }
31
+ .tabhead_offduty {
32
+ white-space:nowrap;
33
+ background-color:#dde375;
34
+ color:#000000;
35
+ }
36
+ .tabfooter {
37
+ white-space:nowrap;
38
+ background-color:#9a9a9a;
39
+ color:#ffffff;
40
+ text-align:center;
41
+ }
42
+ .headercelldiv {
43
+ padding-top:1px;
44
+ padding-right:3px;
45
+ padding-left:3px;
46
+ padding-bottom:0px;
47
+ white-space:nowrap;
48
+ overflow:auto;
49
+ }
50
+ .celldiv {
51
+ padding-top:3px;
52
+ padding-right:3px;
53
+ padding-left:3px;
54
+ padding-bottom:0px;
55
+ white-space:nowrap;
56
+ overflow:auto;
57
+ }
58
+ .tabline { color:#000000 }
59
+ .tabcell {
60
+ white-space:nowrap;
61
+ padding:0px;
62
+ }
63
+ .taskcell1 {
64
+ background-color:#ebf2ff;
65
+ white-space:nowrap;
66
+ padding:0px;
67
+ }
68
+ .taskcell2 {
69
+ background-color:#d9dfeb;
70
+ white-space:nowrap;
71
+ padding:0px;
72
+ }
73
+ .resourcecell1 {
74
+ background-color:#fff2eb;
75
+ white-space:nowrap;
76
+ padding:0px;
77
+ }
78
+ .resourcecell2 {
79
+ background-color:#ebdfd9;
80
+ white-space:nowrap;
81
+ padding:0px;
82
+ }
83
+ .busy1 { background-color:#ff3b3b; }
84
+ .busy2 { background-color:#eb4545; }
85
+ .loaded1 { background-color:#ff9b9b; }
86
+ .loaded2 { background-color:#eb8f8f; }
87
+ .free1 { background-color:#a5ffb4; }
88
+ .free2 { background-color:#98eba6; }
89
+ .offduty1 { background-color:#f3f990; }
90
+ .offduty2 { background-color:#dde375; }
91
+ .calconttask1 { background-color:#abbeae; }
92
+ .calconttask2 { background-color:#99aa9c; }
93
+ .caltask1 { background-color:#2050e5; }
94
+ .caltask2 { background-color:#2f57ea; }
95
+ .todo1 { background-color:#beabab; }
96
+ .todo2 { background-color:#aa9999; }
97
+
98
+ .tabvline {
99
+ background-color:#9a9a9a;
100
+ position:absolute;
101
+ }
102
+ .containerbar {
103
+ background-color:#09090a;
104
+ position:absolute;
105
+ }
106
+ .taskbarframe {
107
+ background-color:#09090a;
108
+ position:absolute;
109
+ }
110
+ .taskbar {
111
+ background-color:#2f57ea;
112
+ position:absolute;
113
+ }
114
+ .progressbar {
115
+ background-color:#36363f;
116
+ position:absolute;
117
+ }
118
+ .milestone {
119
+ background-color:#09090a;
120
+ position:absolute;
121
+ }
122
+ .loadstackframe {
123
+ background-color:#452a2a;
124
+ position:absolute;
125
+ }
126
+ .free {
127
+ background-color:#a5ffb5;
128
+ position:absolute;
129
+ }
130
+ .busy {
131
+ background-color:#ff9b9b;
132
+ position:absolute;
133
+ }
134
+ .assigned {
135
+ background-color:#ff3b3b;
136
+ position:absolute;
137
+ }
138
+ .offduty {
139
+ background-color:#f3f990;
140
+ white-space:nowrap;
141
+ position:absolute;
142
+ }
143
+ .depline {
144
+ background-color:#000000;
145
+ position:absolute;
146
+ }
147
+ .nowline {
148
+ background-color:#EE0000;
149
+ position:absolute;
150
+ }
151
+ .white {
152
+ background-color:#FFFFFF;
153
+ position:absolute;
154
+ }
155
+
156
+ .legendback { background-color:#d4dde6; }
157
+ .caption {
158
+ padding: 5px 13px 5px 13px;
159
+ background-color:#ebf2ff;
160
+ white-space:normal;
161
+ font-size:13px
162
+ }
163
+ </style>
164
+ </head>
165
+ <body><div style="margin: 35px 5% 25px 5%; ">
166
+ <div>
167
+ <h1 id="Accounting_Software_Project">Accounting Software Project</h1>
168
+ <hr/>
169
+ <p><div>
170
+ <span style="class:navbar_other"><a href="Overview.html">Overview</a></span>|<span style="class:navbar_other"><a href="Development.html">Development</a></span>|<span style="class:navbar_other"><a href="Deliveries.html">Deliveries</a></span>|<span style="class:navbar_current">ContactList</span>|<span style="class:navbar_other"><a href="Resource Graph.html">Resource Graph</a></span>
171
+ </div></p>
172
+ <hr/>
173
+ </div>
174
+ <table summary="Report Table" cellspacing="2" border="0" cellpadding="0" align="center" class="tabback">
175
+ <thead><tr><td><table summary="headline" cellspacing="1" border="0" cellpadding="5" align="center" width="100%"><tr><td align="center" style="font-size:16px; font-weight:bold" class="tabfront"><p>Contact list and duty plan</p></td></tr></table></td></tr></thead>
176
+ <tbody>
177
+ <tr><td><table align="center" cellspacing="1" cellpadding="2" width="100%" class="tabback"><tbody>
178
+ <tr class="tabhead" style="height:19px; font-size:15px;">
179
+ <td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Name</div></td>
180
+ <td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Email</div></td>
181
+ <td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Phone</div></td>
182
+ <td rowspan="8" style="padding:0px; vertical-align:top;"><div style="position:relative; overflow:auto; width:450px; height:167px;"><div style="margin:0px; padding:0px; position:absolute; top:0px; left:0px; width:2040px; height:149px; font-size:10px;">
183
+ <div class="tabback" style="margin:0px; padding:0px; position:relative; overflow:hidden; width:2040px; height:39px; font-size:9px; ">
184
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:-300px; top:0px; width:619px; height:19px; "><div style="padding:3px; ">Jan</div></div>
185
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:320px; top:0px; width:559px; height:19px; "><div style="padding:3px; ">Feb</div></div>
186
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:880px; top:0px; width:618px; height:19px; "><div style="padding:3px; ">Mar</div></div>
187
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1499px; top:0px; width:600px; height:19px; "><div style="padding:3px; ">Apr</div></div>
188
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:0px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
189
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:20px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
190
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:40px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
191
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:60px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
192
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:80px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
193
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:100px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
194
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:120px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
195
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:140px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
196
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:160px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
197
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:180px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">25</div></div>
198
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:200px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">26</div></div>
199
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:220px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">27</div></div>
200
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:240px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">28</div></div>
201
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:260px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">29</div></div>
202
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:280px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">30</div></div>
203
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:300px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">31</div></div>
204
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:320px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">1</div></div>
205
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:340px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">2</div></div>
206
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:360px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">3</div></div>
207
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:380px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
208
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:400px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
209
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:420px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
210
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:440px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
211
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:460px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
212
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:480px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
213
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:500px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
214
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:520px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
215
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:540px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
216
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:560px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">13</div></div>
217
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:580px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
218
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:600px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
219
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:620px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
220
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:640px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
221
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:660px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
222
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:680px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
223
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:700px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
224
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:720px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
225
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:740px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
226
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:760px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
227
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:780px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
228
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:800px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">25</div></div>
229
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:820px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">26</div></div>
230
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:840px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">27</div></div>
231
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:860px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">28</div></div>
232
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:880px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">1</div></div>
233
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:900px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">2</div></div>
234
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:920px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">3</div></div>
235
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:940px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
236
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:960px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
237
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:980px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
238
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1000px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
239
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1020px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
240
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1040px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
241
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1060px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
242
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1080px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
243
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1100px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
244
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1120px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">13</div></div>
245
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1140px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
246
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1160px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
247
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1180px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
248
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1200px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
249
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1220px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
250
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1240px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
251
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1260px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
252
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1280px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
253
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1300px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
254
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1320px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
255
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1340px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
256
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1360px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">25</div></div>
257
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1380px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">26</div></div>
258
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1400px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">27</div></div>
259
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1420px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">28</div></div>
260
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1440px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">29</div></div>
261
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1460px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">30</div></div>
262
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1480px; top:20px; width:18px; height:19px; "><div style="padding:3px; ">31</div></div>
263
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1499px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">1</div></div>
264
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1519px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">2</div></div>
265
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1539px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">3</div></div>
266
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1559px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
267
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1579px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
268
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1599px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
269
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1619px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
270
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1639px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
271
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1659px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
272
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1679px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
273
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1699px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
274
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1719px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
275
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1739px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">13</div></div>
276
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1759px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
277
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1779px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
278
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1799px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
279
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1819px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
280
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1839px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
281
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1859px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
282
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1879px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
283
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1899px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
284
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1919px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
285
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1939px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
286
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1959px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
287
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1979px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">25</div></div>
288
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1999px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">26</div></div>
289
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2019px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">27</div></div>
290
+ </div>
291
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:40px; width:2040px; height:21px; font-size:10px;">
292
+ <div class="offduty" style="left:0px; top:0px; width:6px; height:21px;"></div>
293
+ <div class="offduty" style="left:15px; top:0px; width:12px; height:21px;"></div>
294
+ <div class="offduty" style="left:35px; top:0px; width:12px; height:21px;"></div>
295
+ <div class="offduty" style="left:55px; top:0px; width:52px; height:21px;"></div>
296
+ <div class="offduty" style="left:115px; top:0px; width:12px; height:21px;"></div>
297
+ <div class="offduty" style="left:135px; top:0px; width:12px; height:21px;"></div>
298
+ <div class="offduty" style="left:155px; top:0px; width:12px; height:21px;"></div>
299
+ <div class="offduty" style="left:175px; top:0px; width:12px; height:21px;"></div>
300
+ <div class="offduty" style="left:195px; top:0px; width:52px; height:21px;"></div>
301
+ <div class="offduty" style="left:255px; top:0px; width:12px; height:21px;"></div>
302
+ <div class="offduty" style="left:275px; top:0px; width:12px; height:21px;"></div>
303
+ <div class="offduty" style="left:295px; top:0px; width:12px; height:21px;"></div>
304
+ <div class="offduty" style="left:315px; top:0px; width:12px; height:21px;"></div>
305
+ <div class="offduty" style="left:335px; top:0px; width:52px; height:21px;"></div>
306
+ <div class="offduty" style="left:395px; top:0px; width:12px; height:21px;"></div>
307
+ <div class="offduty" style="left:415px; top:0px; width:12px; height:21px;"></div>
308
+ <div class="offduty" style="left:435px; top:0px; width:12px; height:21px;"></div>
309
+ <div class="offduty" style="left:455px; top:0px; width:12px; height:21px;"></div>
310
+ <div class="offduty" style="left:475px; top:0px; width:52px; height:21px;"></div>
311
+ <div class="offduty" style="left:535px; top:0px; width:12px; height:21px;"></div>
312
+ <div class="offduty" style="left:555px; top:0px; width:12px; height:21px;"></div>
313
+ <div class="offduty" style="left:575px; top:0px; width:12px; height:21px;"></div>
314
+ <div class="offduty" style="left:595px; top:0px; width:12px; height:21px;"></div>
315
+ <div class="offduty" style="left:615px; top:0px; width:52px; height:21px;"></div>
316
+ <div class="offduty" style="left:675px; top:0px; width:12px; height:21px;"></div>
317
+ <div class="offduty" style="left:695px; top:0px; width:12px; height:21px;"></div>
318
+ <div class="offduty" style="left:715px; top:0px; width:12px; height:21px;"></div>
319
+ <div class="offduty" style="left:735px; top:0px; width:12px; height:21px;"></div>
320
+ <div class="offduty" style="left:755px; top:0px; width:52px; height:21px;"></div>
321
+ <div class="offduty" style="left:815px; top:0px; width:12px; height:21px;"></div>
322
+ <div class="offduty" style="left:835px; top:0px; width:12px; height:21px;"></div>
323
+ <div class="offduty" style="left:855px; top:0px; width:12px; height:21px;"></div>
324
+ <div class="offduty" style="left:875px; top:0px; width:12px; height:21px;"></div>
325
+ <div class="offduty" style="left:895px; top:0px; width:52px; height:21px;"></div>
326
+ <div class="offduty" style="left:955px; top:0px; width:12px; height:21px;"></div>
327
+ <div class="offduty" style="left:975px; top:0px; width:12px; height:21px;"></div>
328
+ <div class="offduty" style="left:995px; top:0px; width:12px; height:21px;"></div>
329
+ <div class="offduty" style="left:1015px; top:0px; width:12px; height:21px;"></div>
330
+ <div class="offduty" style="left:1035px; top:0px; width:192px; height:21px;"></div>
331
+ <div class="offduty" style="left:1235px; top:0px; width:12px; height:21px;"></div>
332
+ <div class="offduty" style="left:1255px; top:0px; width:12px; height:21px;"></div>
333
+ <div class="offduty" style="left:1275px; top:0px; width:12px; height:21px;"></div>
334
+ <div class="offduty" style="left:1295px; top:0px; width:12px; height:21px;"></div>
335
+ <div class="offduty" style="left:1315px; top:0px; width:52px; height:21px;"></div>
336
+ <div class="offduty" style="left:1375px; top:0px; width:12px; height:21px;"></div>
337
+ <div class="offduty" style="left:1395px; top:0px; width:12px; height:21px;"></div>
338
+ <div class="offduty" style="left:1415px; top:0px; width:12px; height:21px;"></div>
339
+ <div class="offduty" style="left:1435px; top:0px; width:71px; height:21px;"></div>
340
+ <div class="offduty" style="left:1514px; top:0px; width:12px; height:21px;"></div>
341
+ <div class="offduty" style="left:1534px; top:0px; width:12px; height:21px;"></div>
342
+ <div class="offduty" style="left:1554px; top:0px; width:12px; height:21px;"></div>
343
+ <div class="offduty" style="left:1574px; top:0px; width:12px; height:21px;"></div>
344
+ <div class="offduty" style="left:1594px; top:0px; width:52px; height:21px;"></div>
345
+ <div class="offduty" style="left:1654px; top:0px; width:12px; height:21px;"></div>
346
+ <div class="offduty" style="left:1674px; top:0px; width:12px; height:21px;"></div>
347
+ <div class="offduty" style="left:1694px; top:0px; width:12px; height:21px;"></div>
348
+ <div class="offduty" style="left:1714px; top:0px; width:12px; height:21px;"></div>
349
+ <div class="offduty" style="left:1734px; top:0px; width:52px; height:21px;"></div>
350
+ <div class="offduty" style="left:1794px; top:0px; width:12px; height:21px;"></div>
351
+ <div class="offduty" style="left:1814px; top:0px; width:12px; height:21px;"></div>
352
+ <div class="offduty" style="left:1834px; top:0px; width:12px; height:21px;"></div>
353
+ <div class="offduty" style="left:1854px; top:0px; width:12px; height:21px;"></div>
354
+ <div class="offduty" style="left:1874px; top:0px; width:52px; height:21px;"></div>
355
+ <div class="offduty" style="left:1934px; top:0px; width:12px; height:21px;"></div>
356
+ <div class="offduty" style="left:1954px; top:0px; width:12px; height:21px;"></div>
357
+ <div class="offduty" style="left:1974px; top:0px; width:12px; height:21px;"></div>
358
+ <div class="offduty" style="left:1994px; top:0px; width:12px; height:21px;"></div>
359
+ <div class="tabvline" style="left:319px; top:0px; width:1px; height:21px;"></div>
360
+ <div class="tabvline" style="left:879px; top:0px; width:1px; height:21px;"></div>
361
+ <div class="tabvline" style="left:1498px; top:0px; width:1px; height:21px;"></div>
362
+ <div class="tabvline" style="left:2099px; top:0px; width:1px; height:21px;"></div>
363
+ <div class="loadstackframe" style="left:1px; top:1px; width:18px; height:19px;"></div>
364
+ <div class="busy" style="left:2px; top:2px; width:16px; height:17px;"></div>
365
+ <div class="loadstackframe" style="left:21px; top:1px; width:18px; height:19px;"></div>
366
+ <div class="busy" style="left:22px; top:2px; width:16px; height:17px;"></div>
367
+ <div class="loadstackframe" style="left:41px; top:1px; width:18px; height:19px;"></div>
368
+ <div class="busy" style="left:42px; top:2px; width:16px; height:17px;"></div>
369
+ <div class="loadstackframe" style="left:101px; top:1px; width:18px; height:19px;"></div>
370
+ <div class="busy" style="left:102px; top:2px; width:16px; height:17px;"></div>
371
+ <div class="loadstackframe" style="left:121px; top:1px; width:18px; height:19px;"></div>
372
+ <div class="busy" style="left:122px; top:2px; width:16px; height:17px;"></div>
373
+ <div class="loadstackframe" style="left:141px; top:1px; width:18px; height:19px;"></div>
374
+ <div class="busy" style="left:142px; top:2px; width:16px; height:17px;"></div>
375
+ <div class="loadstackframe" style="left:161px; top:1px; width:18px; height:19px;"></div>
376
+ <div class="busy" style="left:162px; top:2px; width:16px; height:17px;"></div>
377
+ <div class="loadstackframe" style="left:181px; top:1px; width:18px; height:19px;"></div>
378
+ <div class="busy" style="left:182px; top:2px; width:16px; height:17px;"></div>
379
+ <div class="loadstackframe" style="left:241px; top:1px; width:18px; height:19px;"></div>
380
+ <div class="busy" style="left:242px; top:2px; width:16px; height:17px;"></div>
381
+ <div class="loadstackframe" style="left:261px; top:1px; width:18px; height:19px;"></div>
382
+ <div class="busy" style="left:262px; top:2px; width:16px; height:17px;"></div>
383
+ <div class="loadstackframe" style="left:281px; top:1px; width:18px; height:19px;"></div>
384
+ <div class="busy" style="left:282px; top:2px; width:16px; height:17px;"></div>
385
+ <div class="loadstackframe" style="left:301px; top:1px; width:18px; height:19px;"></div>
386
+ <div class="busy" style="left:302px; top:2px; width:16px; height:17px;"></div>
387
+ <div class="loadstackframe" style="left:321px; top:1px; width:18px; height:19px;"></div>
388
+ <div class="busy" style="left:322px; top:2px; width:16px; height:17px;"></div>
389
+ <div class="loadstackframe" style="left:381px; top:1px; width:18px; height:19px;"></div>
390
+ <div class="busy" style="left:382px; top:2px; width:16px; height:17px;"></div>
391
+ <div class="loadstackframe" style="left:401px; top:1px; width:18px; height:19px;"></div>
392
+ <div class="busy" style="left:402px; top:2px; width:16px; height:17px;"></div>
393
+ <div class="loadstackframe" style="left:421px; top:1px; width:18px; height:19px;"></div>
394
+ <div class="busy" style="left:422px; top:2px; width:16px; height:17px;"></div>
395
+ <div class="loadstackframe" style="left:441px; top:1px; width:18px; height:19px;"></div>
396
+ <div class="busy" style="left:442px; top:2px; width:16px; height:17px;"></div>
397
+ <div class="loadstackframe" style="left:461px; top:1px; width:18px; height:19px;"></div>
398
+ <div class="busy" style="left:462px; top:2px; width:16px; height:17px;"></div>
399
+ <div class="loadstackframe" style="left:521px; top:1px; width:18px; height:19px;"></div>
400
+ <div class="busy" style="left:522px; top:2px; width:16px; height:17px;"></div>
401
+ <div class="loadstackframe" style="left:541px; top:1px; width:18px; height:19px;"></div>
402
+ <div class="busy" style="left:542px; top:2px; width:16px; height:17px;"></div>
403
+ <div class="loadstackframe" style="left:561px; top:1px; width:18px; height:19px;"></div>
404
+ <div class="busy" style="left:562px; top:2px; width:16px; height:17px;"></div>
405
+ <div class="loadstackframe" style="left:581px; top:1px; width:18px; height:19px;"></div>
406
+ <div class="busy" style="left:582px; top:2px; width:16px; height:17px;"></div>
407
+ <div class="loadstackframe" style="left:601px; top:1px; width:18px; height:19px;"></div>
408
+ <div class="busy" style="left:602px; top:2px; width:16px; height:17px;"></div>
409
+ <div class="loadstackframe" style="left:661px; top:1px; width:18px; height:19px;"></div>
410
+ <div class="busy" style="left:662px; top:2px; width:16px; height:17px;"></div>
411
+ <div class="loadstackframe" style="left:681px; top:1px; width:18px; height:19px;"></div>
412
+ <div class="busy" style="left:682px; top:2px; width:16px; height:17px;"></div>
413
+ <div class="loadstackframe" style="left:701px; top:1px; width:18px; height:19px;"></div>
414
+ <div class="busy" style="left:702px; top:2px; width:16px; height:17px;"></div>
415
+ <div class="loadstackframe" style="left:721px; top:1px; width:18px; height:19px;"></div>
416
+ <div class="busy" style="left:722px; top:2px; width:16px; height:17px;"></div>
417
+ <div class="loadstackframe" style="left:741px; top:1px; width:18px; height:19px;"></div>
418
+ <div class="busy" style="left:742px; top:2px; width:16px; height:17px;"></div>
419
+ <div class="loadstackframe" style="left:801px; top:1px; width:18px; height:19px;"></div>
420
+ <div class="busy" style="left:802px; top:2px; width:16px; height:17px;"></div>
421
+ <div class="loadstackframe" style="left:821px; top:1px; width:18px; height:19px;"></div>
422
+ <div class="free" style="left:822px; top:2px; width:16px; height:10px;"></div>
423
+ <div class="busy" style="left:822px; top:12px; width:16px; height:7px;"></div>
424
+ <div class="loadstackframe" style="left:841px; top:1px; width:18px; height:19px;"></div>
425
+ <div class="free" style="left:842px; top:2px; width:16px; height:17px;"></div>
426
+ <div class="loadstackframe" style="left:861px; top:1px; width:18px; height:19px;"></div>
427
+ <div class="free" style="left:862px; top:2px; width:16px; height:17px;"></div>
428
+ <div class="loadstackframe" style="left:881px; top:1px; width:18px; height:19px;"></div>
429
+ <div class="free" style="left:882px; top:2px; width:16px; height:17px;"></div>
430
+ <div class="loadstackframe" style="left:941px; top:1px; width:18px; height:19px;"></div>
431
+ <div class="free" style="left:942px; top:2px; width:16px; height:17px;"></div>
432
+ <div class="loadstackframe" style="left:961px; top:1px; width:18px; height:19px;"></div>
433
+ <div class="free" style="left:962px; top:2px; width:16px; height:17px;"></div>
434
+ <div class="loadstackframe" style="left:981px; top:1px; width:18px; height:19px;"></div>
435
+ <div class="free" style="left:982px; top:2px; width:16px; height:17px;"></div>
436
+ <div class="loadstackframe" style="left:1001px; top:1px; width:18px; height:19px;"></div>
437
+ <div class="free" style="left:1002px; top:2px; width:16px; height:17px;"></div>
438
+ <div class="loadstackframe" style="left:1021px; top:1px; width:18px; height:19px;"></div>
439
+ <div class="free" style="left:1022px; top:2px; width:16px; height:17px;"></div>
440
+ <div class="loadstackframe" style="left:1221px; top:1px; width:18px; height:19px;"></div>
441
+ <div class="free" style="left:1222px; top:2px; width:16px; height:17px;"></div>
442
+ <div class="loadstackframe" style="left:1241px; top:1px; width:18px; height:19px;"></div>
443
+ <div class="free" style="left:1242px; top:2px; width:16px; height:17px;"></div>
444
+ <div class="loadstackframe" style="left:1261px; top:1px; width:18px; height:19px;"></div>
445
+ <div class="free" style="left:1262px; top:2px; width:16px; height:17px;"></div>
446
+ <div class="loadstackframe" style="left:1281px; top:1px; width:18px; height:19px;"></div>
447
+ <div class="free" style="left:1282px; top:2px; width:16px; height:17px;"></div>
448
+ <div class="loadstackframe" style="left:1301px; top:1px; width:18px; height:19px;"></div>
449
+ <div class="free" style="left:1302px; top:2px; width:16px; height:17px;"></div>
450
+ <div class="loadstackframe" style="left:1361px; top:1px; width:18px; height:19px;"></div>
451
+ <div class="free" style="left:1362px; top:2px; width:16px; height:17px;"></div>
452
+ <div class="loadstackframe" style="left:1381px; top:1px; width:18px; height:19px;"></div>
453
+ <div class="free" style="left:1382px; top:2px; width:16px; height:17px;"></div>
454
+ <div class="loadstackframe" style="left:1401px; top:1px; width:18px; height:19px;"></div>
455
+ <div class="free" style="left:1402px; top:2px; width:16px; height:17px;"></div>
456
+ <div class="loadstackframe" style="left:1421px; top:1px; width:18px; height:19px;"></div>
457
+ <div class="free" style="left:1422px; top:2px; width:16px; height:17px;"></div>
458
+ <div class="loadstackframe" style="left:1500px; top:1px; width:18px; height:19px;"></div>
459
+ <div class="free" style="left:1501px; top:2px; width:16px; height:17px;"></div>
460
+ <div class="loadstackframe" style="left:1520px; top:1px; width:18px; height:19px;"></div>
461
+ <div class="free" style="left:1521px; top:2px; width:16px; height:17px;"></div>
462
+ <div class="loadstackframe" style="left:1540px; top:1px; width:18px; height:19px;"></div>
463
+ <div class="free" style="left:1541px; top:2px; width:16px; height:17px;"></div>
464
+ <div class="loadstackframe" style="left:1560px; top:1px; width:18px; height:19px;"></div>
465
+ <div class="free" style="left:1561px; top:2px; width:16px; height:17px;"></div>
466
+ <div class="loadstackframe" style="left:1580px; top:1px; width:18px; height:19px;"></div>
467
+ <div class="free" style="left:1581px; top:2px; width:16px; height:17px;"></div>
468
+ <div class="loadstackframe" style="left:1640px; top:1px; width:18px; height:19px;"></div>
469
+ <div class="free" style="left:1641px; top:2px; width:16px; height:17px;"></div>
470
+ <div class="loadstackframe" style="left:1660px; top:1px; width:18px; height:19px;"></div>
471
+ <div class="free" style="left:1661px; top:2px; width:16px; height:17px;"></div>
472
+ <div class="loadstackframe" style="left:1680px; top:1px; width:18px; height:19px;"></div>
473
+ <div class="free" style="left:1681px; top:2px; width:16px; height:17px;"></div>
474
+ <div class="loadstackframe" style="left:1700px; top:1px; width:18px; height:19px;"></div>
475
+ <div class="free" style="left:1701px; top:2px; width:16px; height:17px;"></div>
476
+ <div class="loadstackframe" style="left:1720px; top:1px; width:18px; height:19px;"></div>
477
+ <div class="free" style="left:1721px; top:2px; width:16px; height:17px;"></div>
478
+ <div class="loadstackframe" style="left:1780px; top:1px; width:18px; height:19px;"></div>
479
+ <div class="free" style="left:1781px; top:2px; width:16px; height:17px;"></div>
480
+ <div class="loadstackframe" style="left:1800px; top:1px; width:18px; height:19px;"></div>
481
+ <div class="free" style="left:1801px; top:2px; width:16px; height:17px;"></div>
482
+ <div class="loadstackframe" style="left:1820px; top:1px; width:18px; height:19px;"></div>
483
+ <div class="free" style="left:1821px; top:2px; width:16px; height:17px;"></div>
484
+ <div class="loadstackframe" style="left:1840px; top:1px; width:18px; height:19px;"></div>
485
+ <div class="free" style="left:1841px; top:2px; width:16px; height:17px;"></div>
486
+ <div class="loadstackframe" style="left:1860px; top:1px; width:18px; height:19px;"></div>
487
+ <div class="free" style="left:1861px; top:2px; width:16px; height:17px;"></div>
488
+ <div class="loadstackframe" style="left:1920px; top:1px; width:18px; height:19px;"></div>
489
+ <div class="free" style="left:1921px; top:2px; width:16px; height:17px;"></div>
490
+ <div class="loadstackframe" style="left:1940px; top:1px; width:18px; height:19px;"></div>
491
+ <div class="free" style="left:1941px; top:2px; width:16px; height:17px;"></div>
492
+ <div class="loadstackframe" style="left:1960px; top:1px; width:18px; height:19px;"></div>
493
+ <div class="free" style="left:1961px; top:2px; width:16px; height:17px;"></div>
494
+ <div class="loadstackframe" style="left:1980px; top:1px; width:18px; height:19px;"></div>
495
+ <div class="free" style="left:1981px; top:2px; width:16px; height:17px;"></div>
496
+ <div class="loadstackframe" style="left:2000px; top:1px; width:18px; height:19px;"></div>
497
+ <div class="free" style="left:2001px; top:2px; width:16px; height:17px;"></div>
498
+ <div class="nowline" style="left:971px; top:0px; width:1px; height:21px;"></div>
499
+ </div>
500
+ <div class="resourcecell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:62px; width:2040px; height:21px; font-size:10px;">
501
+ <div class="offduty" style="left:0px; top:0px; width:6px; height:21px;"></div>
502
+ <div class="offduty" style="left:15px; top:0px; width:12px; height:21px;"></div>
503
+ <div class="offduty" style="left:35px; top:0px; width:12px; height:21px;"></div>
504
+ <div class="offduty" style="left:55px; top:0px; width:52px; height:21px;"></div>
505
+ <div class="offduty" style="left:115px; top:0px; width:12px; height:21px;"></div>
506
+ <div class="offduty" style="left:135px; top:0px; width:12px; height:21px;"></div>
507
+ <div class="offduty" style="left:155px; top:0px; width:12px; height:21px;"></div>
508
+ <div class="offduty" style="left:175px; top:0px; width:12px; height:21px;"></div>
509
+ <div class="offduty" style="left:195px; top:0px; width:52px; height:21px;"></div>
510
+ <div class="offduty" style="left:255px; top:0px; width:12px; height:21px;"></div>
511
+ <div class="offduty" style="left:275px; top:0px; width:12px; height:21px;"></div>
512
+ <div class="offduty" style="left:295px; top:0px; width:12px; height:21px;"></div>
513
+ <div class="offduty" style="left:315px; top:0px; width:92px; height:21px;"></div>
514
+ <div class="offduty" style="left:415px; top:0px; width:12px; height:21px;"></div>
515
+ <div class="offduty" style="left:435px; top:0px; width:12px; height:21px;"></div>
516
+ <div class="offduty" style="left:455px; top:0px; width:12px; height:21px;"></div>
517
+ <div class="offduty" style="left:475px; top:0px; width:52px; height:21px;"></div>
518
+ <div class="offduty" style="left:535px; top:0px; width:12px; height:21px;"></div>
519
+ <div class="offduty" style="left:555px; top:0px; width:12px; height:21px;"></div>
520
+ <div class="offduty" style="left:575px; top:0px; width:12px; height:21px;"></div>
521
+ <div class="offduty" style="left:595px; top:0px; width:12px; height:21px;"></div>
522
+ <div class="offduty" style="left:615px; top:0px; width:52px; height:21px;"></div>
523
+ <div class="offduty" style="left:675px; top:0px; width:12px; height:21px;"></div>
524
+ <div class="offduty" style="left:695px; top:0px; width:12px; height:21px;"></div>
525
+ <div class="offduty" style="left:715px; top:0px; width:12px; height:21px;"></div>
526
+ <div class="offduty" style="left:735px; top:0px; width:12px; height:21px;"></div>
527
+ <div class="offduty" style="left:755px; top:0px; width:52px; height:21px;"></div>
528
+ <div class="offduty" style="left:815px; top:0px; width:12px; height:21px;"></div>
529
+ <div class="offduty" style="left:835px; top:0px; width:12px; height:21px;"></div>
530
+ <div class="offduty" style="left:855px; top:0px; width:12px; height:21px;"></div>
531
+ <div class="offduty" style="left:875px; top:0px; width:12px; height:21px;"></div>
532
+ <div class="offduty" style="left:895px; top:0px; width:52px; height:21px;"></div>
533
+ <div class="offduty" style="left:955px; top:0px; width:12px; height:21px;"></div>
534
+ <div class="offduty" style="left:975px; top:0px; width:12px; height:21px;"></div>
535
+ <div class="offduty" style="left:995px; top:0px; width:12px; height:21px;"></div>
536
+ <div class="offduty" style="left:1015px; top:0px; width:12px; height:21px;"></div>
537
+ <div class="offduty" style="left:1035px; top:0px; width:52px; height:21px;"></div>
538
+ <div class="offduty" style="left:1095px; top:0px; width:12px; height:21px;"></div>
539
+ <div class="offduty" style="left:1115px; top:0px; width:12px; height:21px;"></div>
540
+ <div class="offduty" style="left:1135px; top:0px; width:12px; height:21px;"></div>
541
+ <div class="offduty" style="left:1155px; top:0px; width:12px; height:21px;"></div>
542
+ <div class="offduty" style="left:1175px; top:0px; width:52px; height:21px;"></div>
543
+ <div class="offduty" style="left:1235px; top:0px; width:12px; height:21px;"></div>
544
+ <div class="offduty" style="left:1255px; top:0px; width:12px; height:21px;"></div>
545
+ <div class="offduty" style="left:1275px; top:0px; width:12px; height:21px;"></div>
546
+ <div class="offduty" style="left:1295px; top:0px; width:12px; height:21px;"></div>
547
+ <div class="offduty" style="left:1315px; top:0px; width:52px; height:21px;"></div>
548
+ <div class="offduty" style="left:1375px; top:0px; width:12px; height:21px;"></div>
549
+ <div class="offduty" style="left:1395px; top:0px; width:12px; height:21px;"></div>
550
+ <div class="offduty" style="left:1415px; top:0px; width:12px; height:21px;"></div>
551
+ <div class="offduty" style="left:1435px; top:0px; width:71px; height:21px;"></div>
552
+ <div class="offduty" style="left:1514px; top:0px; width:12px; height:21px;"></div>
553
+ <div class="offduty" style="left:1534px; top:0px; width:12px; height:21px;"></div>
554
+ <div class="offduty" style="left:1554px; top:0px; width:12px; height:21px;"></div>
555
+ <div class="offduty" style="left:1574px; top:0px; width:12px; height:21px;"></div>
556
+ <div class="offduty" style="left:1594px; top:0px; width:52px; height:21px;"></div>
557
+ <div class="offduty" style="left:1654px; top:0px; width:12px; height:21px;"></div>
558
+ <div class="offduty" style="left:1674px; top:0px; width:12px; height:21px;"></div>
559
+ <div class="offduty" style="left:1694px; top:0px; width:12px; height:21px;"></div>
560
+ <div class="offduty" style="left:1714px; top:0px; width:12px; height:21px;"></div>
561
+ <div class="offduty" style="left:1734px; top:0px; width:52px; height:21px;"></div>
562
+ <div class="offduty" style="left:1794px; top:0px; width:12px; height:21px;"></div>
563
+ <div class="offduty" style="left:1814px; top:0px; width:12px; height:21px;"></div>
564
+ <div class="offduty" style="left:1834px; top:0px; width:12px; height:21px;"></div>
565
+ <div class="offduty" style="left:1854px; top:0px; width:12px; height:21px;"></div>
566
+ <div class="offduty" style="left:1874px; top:0px; width:52px; height:21px;"></div>
567
+ <div class="offduty" style="left:1934px; top:0px; width:12px; height:21px;"></div>
568
+ <div class="offduty" style="left:1954px; top:0px; width:12px; height:21px;"></div>
569
+ <div class="offduty" style="left:1974px; top:0px; width:12px; height:21px;"></div>
570
+ <div class="offduty" style="left:1994px; top:0px; width:12px; height:21px;"></div>
571
+ <div class="tabvline" style="left:319px; top:0px; width:1px; height:21px;"></div>
572
+ <div class="tabvline" style="left:879px; top:0px; width:1px; height:21px;"></div>
573
+ <div class="tabvline" style="left:1498px; top:0px; width:1px; height:21px;"></div>
574
+ <div class="tabvline" style="left:2099px; top:0px; width:1px; height:21px;"></div>
575
+ <div class="loadstackframe" style="left:1px; top:1px; width:18px; height:19px;"></div>
576
+ <div class="busy" style="left:2px; top:2px; width:16px; height:17px;"></div>
577
+ <div class="loadstackframe" style="left:21px; top:1px; width:18px; height:19px;"></div>
578
+ <div class="busy" style="left:22px; top:2px; width:16px; height:17px;"></div>
579
+ <div class="loadstackframe" style="left:41px; top:1px; width:18px; height:19px;"></div>
580
+ <div class="busy" style="left:42px; top:2px; width:16px; height:17px;"></div>
581
+ <div class="loadstackframe" style="left:101px; top:1px; width:18px; height:19px;"></div>
582
+ <div class="busy" style="left:102px; top:2px; width:16px; height:17px;"></div>
583
+ <div class="loadstackframe" style="left:121px; top:1px; width:18px; height:19px;"></div>
584
+ <div class="busy" style="left:122px; top:2px; width:16px; height:17px;"></div>
585
+ <div class="loadstackframe" style="left:141px; top:1px; width:18px; height:19px;"></div>
586
+ <div class="busy" style="left:142px; top:2px; width:16px; height:17px;"></div>
587
+ <div class="loadstackframe" style="left:161px; top:1px; width:18px; height:19px;"></div>
588
+ <div class="busy" style="left:162px; top:2px; width:16px; height:17px;"></div>
589
+ <div class="loadstackframe" style="left:181px; top:1px; width:18px; height:19px;"></div>
590
+ <div class="busy" style="left:182px; top:2px; width:16px; height:17px;"></div>
591
+ <div class="loadstackframe" style="left:241px; top:1px; width:18px; height:19px;"></div>
592
+ <div class="busy" style="left:242px; top:2px; width:16px; height:17px;"></div>
593
+ <div class="loadstackframe" style="left:261px; top:1px; width:18px; height:19px;"></div>
594
+ <div class="busy" style="left:262px; top:2px; width:16px; height:17px;"></div>
595
+ <div class="loadstackframe" style="left:281px; top:1px; width:18px; height:19px;"></div>
596
+ <div class="busy" style="left:282px; top:2px; width:16px; height:17px;"></div>
597
+ <div class="loadstackframe" style="left:301px; top:1px; width:18px; height:19px;"></div>
598
+ <div class="busy" style="left:302px; top:2px; width:16px; height:17px;"></div>
599
+ <div class="loadstackframe" style="left:401px; top:1px; width:18px; height:19px;"></div>
600
+ <div class="busy" style="left:402px; top:2px; width:16px; height:17px;"></div>
601
+ <div class="loadstackframe" style="left:421px; top:1px; width:18px; height:19px;"></div>
602
+ <div class="busy" style="left:422px; top:2px; width:16px; height:17px;"></div>
603
+ <div class="loadstackframe" style="left:441px; top:1px; width:18px; height:19px;"></div>
604
+ <div class="busy" style="left:442px; top:2px; width:16px; height:17px;"></div>
605
+ <div class="loadstackframe" style="left:461px; top:1px; width:18px; height:19px;"></div>
606
+ <div class="busy" style="left:462px; top:2px; width:16px; height:17px;"></div>
607
+ <div class="loadstackframe" style="left:521px; top:1px; width:18px; height:19px;"></div>
608
+ <div class="busy" style="left:522px; top:2px; width:16px; height:17px;"></div>
609
+ <div class="loadstackframe" style="left:541px; top:1px; width:18px; height:19px;"></div>
610
+ <div class="busy" style="left:542px; top:2px; width:16px; height:17px;"></div>
611
+ <div class="loadstackframe" style="left:561px; top:1px; width:18px; height:19px;"></div>
612
+ <div class="busy" style="left:562px; top:2px; width:16px; height:17px;"></div>
613
+ <div class="loadstackframe" style="left:581px; top:1px; width:18px; height:19px;"></div>
614
+ <div class="busy" style="left:582px; top:2px; width:16px; height:17px;"></div>
615
+ <div class="loadstackframe" style="left:601px; top:1px; width:18px; height:19px;"></div>
616
+ <div class="busy" style="left:602px; top:2px; width:16px; height:17px;"></div>
617
+ <div class="loadstackframe" style="left:661px; top:1px; width:18px; height:19px;"></div>
618
+ <div class="busy" style="left:662px; top:2px; width:16px; height:17px;"></div>
619
+ <div class="loadstackframe" style="left:681px; top:1px; width:18px; height:19px;"></div>
620
+ <div class="busy" style="left:682px; top:2px; width:16px; height:17px;"></div>
621
+ <div class="loadstackframe" style="left:701px; top:1px; width:18px; height:19px;"></div>
622
+ <div class="busy" style="left:702px; top:2px; width:16px; height:17px;"></div>
623
+ <div class="loadstackframe" style="left:721px; top:1px; width:18px; height:19px;"></div>
624
+ <div class="busy" style="left:722px; top:2px; width:16px; height:17px;"></div>
625
+ <div class="loadstackframe" style="left:741px; top:1px; width:18px; height:19px;"></div>
626
+ <div class="busy" style="left:742px; top:2px; width:16px; height:17px;"></div>
627
+ <div class="loadstackframe" style="left:801px; top:1px; width:18px; height:19px;"></div>
628
+ <div class="busy" style="left:802px; top:2px; width:16px; height:17px;"></div>
629
+ <div class="loadstackframe" style="left:821px; top:1px; width:18px; height:19px;"></div>
630
+ <div class="free" style="left:822px; top:2px; width:16px; height:10px;"></div>
631
+ <div class="busy" style="left:822px; top:12px; width:16px; height:7px;"></div>
632
+ <div class="loadstackframe" style="left:841px; top:1px; width:18px; height:19px;"></div>
633
+ <div class="free" style="left:842px; top:2px; width:16px; height:17px;"></div>
634
+ <div class="loadstackframe" style="left:861px; top:1px; width:18px; height:19px;"></div>
635
+ <div class="free" style="left:862px; top:2px; width:16px; height:12px;"></div>
636
+ <div class="busy" style="left:862px; top:14px; width:16px; height:5px;"></div>
637
+ <div class="loadstackframe" style="left:881px; top:1px; width:18px; height:19px;"></div>
638
+ <div class="busy" style="left:882px; top:2px; width:16px; height:17px;"></div>
639
+ <div class="loadstackframe" style="left:941px; top:1px; width:18px; height:19px;"></div>
640
+ <div class="busy" style="left:942px; top:2px; width:16px; height:17px;"></div>
641
+ <div class="loadstackframe" style="left:961px; top:1px; width:18px; height:19px;"></div>
642
+ <div class="busy" style="left:962px; top:2px; width:16px; height:17px;"></div>
643
+ <div class="loadstackframe" style="left:981px; top:1px; width:18px; height:19px;"></div>
644
+ <div class="busy" style="left:982px; top:2px; width:16px; height:17px;"></div>
645
+ <div class="loadstackframe" style="left:1001px; top:1px; width:18px; height:19px;"></div>
646
+ <div class="busy" style="left:1002px; top:2px; width:16px; height:17px;"></div>
647
+ <div class="loadstackframe" style="left:1021px; top:1px; width:18px; height:19px;"></div>
648
+ <div class="busy" style="left:1022px; top:2px; width:16px; height:17px;"></div>
649
+ <div class="loadstackframe" style="left:1081px; top:1px; width:18px; height:19px;"></div>
650
+ <div class="busy" style="left:1082px; top:2px; width:16px; height:17px;"></div>
651
+ <div class="loadstackframe" style="left:1101px; top:1px; width:18px; height:19px;"></div>
652
+ <div class="busy" style="left:1102px; top:2px; width:16px; height:17px;"></div>
653
+ <div class="loadstackframe" style="left:1121px; top:1px; width:18px; height:19px;"></div>
654
+ <div class="busy" style="left:1122px; top:2px; width:16px; height:17px;"></div>
655
+ <div class="loadstackframe" style="left:1141px; top:1px; width:18px; height:19px;"></div>
656
+ <div class="busy" style="left:1142px; top:2px; width:16px; height:17px;"></div>
657
+ <div class="loadstackframe" style="left:1161px; top:1px; width:18px; height:19px;"></div>
658
+ <div class="busy" style="left:1162px; top:2px; width:16px; height:17px;"></div>
659
+ <div class="loadstackframe" style="left:1221px; top:1px; width:18px; height:19px;"></div>
660
+ <div class="busy" style="left:1222px; top:2px; width:16px; height:17px;"></div>
661
+ <div class="loadstackframe" style="left:1241px; top:1px; width:18px; height:19px;"></div>
662
+ <div class="busy" style="left:1242px; top:2px; width:16px; height:17px;"></div>
663
+ <div class="loadstackframe" style="left:1261px; top:1px; width:18px; height:19px;"></div>
664
+ <div class="busy" style="left:1262px; top:2px; width:16px; height:17px;"></div>
665
+ <div class="loadstackframe" style="left:1281px; top:1px; width:18px; height:19px;"></div>
666
+ <div class="busy" style="left:1282px; top:2px; width:16px; height:17px;"></div>
667
+ <div class="loadstackframe" style="left:1301px; top:1px; width:18px; height:19px;"></div>
668
+ <div class="busy" style="left:1302px; top:2px; width:16px; height:17px;"></div>
669
+ <div class="loadstackframe" style="left:1361px; top:1px; width:18px; height:19px;"></div>
670
+ <div class="busy" style="left:1362px; top:2px; width:16px; height:17px;"></div>
671
+ <div class="loadstackframe" style="left:1381px; top:1px; width:18px; height:19px;"></div>
672
+ <div class="free" style="left:1382px; top:2px; width:16px; height:12px;"></div>
673
+ <div class="busy" style="left:1382px; top:14px; width:16px; height:5px;"></div>
674
+ <div class="loadstackframe" style="left:1401px; top:1px; width:18px; height:19px;"></div>
675
+ <div class="free" style="left:1402px; top:2px; width:16px; height:17px;"></div>
676
+ <div class="loadstackframe" style="left:1421px; top:1px; width:18px; height:19px;"></div>
677
+ <div class="free" style="left:1422px; top:2px; width:16px; height:17px;"></div>
678
+ <div class="loadstackframe" style="left:1500px; top:1px; width:18px; height:19px;"></div>
679
+ <div class="free" style="left:1501px; top:2px; width:16px; height:17px;"></div>
680
+ <div class="loadstackframe" style="left:1520px; top:1px; width:18px; height:19px;"></div>
681
+ <div class="free" style="left:1521px; top:2px; width:16px; height:17px;"></div>
682
+ <div class="loadstackframe" style="left:1540px; top:1px; width:18px; height:19px;"></div>
683
+ <div class="free" style="left:1541px; top:2px; width:16px; height:17px;"></div>
684
+ <div class="loadstackframe" style="left:1560px; top:1px; width:18px; height:19px;"></div>
685
+ <div class="free" style="left:1561px; top:2px; width:16px; height:17px;"></div>
686
+ <div class="loadstackframe" style="left:1580px; top:1px; width:18px; height:19px;"></div>
687
+ <div class="free" style="left:1581px; top:2px; width:16px; height:17px;"></div>
688
+ <div class="loadstackframe" style="left:1640px; top:1px; width:18px; height:19px;"></div>
689
+ <div class="free" style="left:1641px; top:2px; width:16px; height:17px;"></div>
690
+ <div class="loadstackframe" style="left:1660px; top:1px; width:18px; height:19px;"></div>
691
+ <div class="free" style="left:1661px; top:2px; width:16px; height:17px;"></div>
692
+ <div class="loadstackframe" style="left:1680px; top:1px; width:18px; height:19px;"></div>
693
+ <div class="free" style="left:1681px; top:2px; width:16px; height:17px;"></div>
694
+ <div class="loadstackframe" style="left:1700px; top:1px; width:18px; height:19px;"></div>
695
+ <div class="free" style="left:1701px; top:2px; width:16px; height:17px;"></div>
696
+ <div class="loadstackframe" style="left:1720px; top:1px; width:18px; height:19px;"></div>
697
+ <div class="free" style="left:1721px; top:2px; width:16px; height:17px;"></div>
698
+ <div class="loadstackframe" style="left:1780px; top:1px; width:18px; height:19px;"></div>
699
+ <div class="free" style="left:1781px; top:2px; width:16px; height:17px;"></div>
700
+ <div class="loadstackframe" style="left:1800px; top:1px; width:18px; height:19px;"></div>
701
+ <div class="free" style="left:1801px; top:2px; width:16px; height:17px;"></div>
702
+ <div class="loadstackframe" style="left:1820px; top:1px; width:18px; height:19px;"></div>
703
+ <div class="free" style="left:1821px; top:2px; width:16px; height:17px;"></div>
704
+ <div class="loadstackframe" style="left:1840px; top:1px; width:18px; height:19px;"></div>
705
+ <div class="free" style="left:1841px; top:2px; width:16px; height:17px;"></div>
706
+ <div class="loadstackframe" style="left:1860px; top:1px; width:18px; height:19px;"></div>
707
+ <div class="free" style="left:1861px; top:2px; width:16px; height:17px;"></div>
708
+ <div class="loadstackframe" style="left:1920px; top:1px; width:18px; height:19px;"></div>
709
+ <div class="free" style="left:1921px; top:2px; width:16px; height:17px;"></div>
710
+ <div class="loadstackframe" style="left:1940px; top:1px; width:18px; height:19px;"></div>
711
+ <div class="free" style="left:1941px; top:2px; width:16px; height:17px;"></div>
712
+ <div class="loadstackframe" style="left:1960px; top:1px; width:18px; height:19px;"></div>
713
+ <div class="free" style="left:1961px; top:2px; width:16px; height:17px;"></div>
714
+ <div class="loadstackframe" style="left:1980px; top:1px; width:18px; height:19px;"></div>
715
+ <div class="free" style="left:1981px; top:2px; width:16px; height:17px;"></div>
716
+ <div class="loadstackframe" style="left:2000px; top:1px; width:18px; height:19px;"></div>
717
+ <div class="free" style="left:2001px; top:2px; width:16px; height:17px;"></div>
718
+ <div class="nowline" style="left:971px; top:0px; width:1px; height:21px;"></div>
719
+ </div>
720
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:84px; width:2040px; height:21px; font-size:10px;">
721
+ <div class="offduty" style="left:0px; top:0px; width:6px; height:21px;"></div>
722
+ <div class="offduty" style="left:15px; top:0px; width:12px; height:21px;"></div>
723
+ <div class="offduty" style="left:35px; top:0px; width:12px; height:21px;"></div>
724
+ <div class="offduty" style="left:55px; top:0px; width:52px; height:21px;"></div>
725
+ <div class="offduty" style="left:115px; top:0px; width:12px; height:21px;"></div>
726
+ <div class="offduty" style="left:135px; top:0px; width:12px; height:21px;"></div>
727
+ <div class="offduty" style="left:155px; top:0px; width:12px; height:21px;"></div>
728
+ <div class="offduty" style="left:175px; top:0px; width:12px; height:21px;"></div>
729
+ <div class="offduty" style="left:195px; top:0px; width:52px; height:21px;"></div>
730
+ <div class="offduty" style="left:255px; top:0px; width:12px; height:21px;"></div>
731
+ <div class="offduty" style="left:275px; top:0px; width:12px; height:21px;"></div>
732
+ <div class="offduty" style="left:295px; top:0px; width:12px; height:21px;"></div>
733
+ <div class="offduty" style="left:315px; top:0px; width:12px; height:21px;"></div>
734
+ <div class="offduty" style="left:335px; top:0px; width:52px; height:21px;"></div>
735
+ <div class="offduty" style="left:395px; top:0px; width:12px; height:21px;"></div>
736
+ <div class="offduty" style="left:415px; top:0px; width:12px; height:21px;"></div>
737
+ <div class="offduty" style="left:435px; top:0px; width:12px; height:21px;"></div>
738
+ <div class="offduty" style="left:455px; top:0px; width:12px; height:21px;"></div>
739
+ <div class="offduty" style="left:475px; top:0px; width:52px; height:21px;"></div>
740
+ <div class="offduty" style="left:535px; top:0px; width:12px; height:21px;"></div>
741
+ <div class="offduty" style="left:555px; top:0px; width:12px; height:21px;"></div>
742
+ <div class="offduty" style="left:575px; top:0px; width:12px; height:21px;"></div>
743
+ <div class="offduty" style="left:595px; top:0px; width:12px; height:21px;"></div>
744
+ <div class="offduty" style="left:615px; top:0px; width:52px; height:21px;"></div>
745
+ <div class="offduty" style="left:675px; top:0px; width:12px; height:21px;"></div>
746
+ <div class="offduty" style="left:695px; top:0px; width:12px; height:21px;"></div>
747
+ <div class="offduty" style="left:715px; top:0px; width:12px; height:21px;"></div>
748
+ <div class="offduty" style="left:735px; top:0px; width:12px; height:21px;"></div>
749
+ <div class="offduty" style="left:755px; top:0px; width:52px; height:21px;"></div>
750
+ <div class="offduty" style="left:815px; top:0px; width:12px; height:21px;"></div>
751
+ <div class="offduty" style="left:835px; top:0px; width:12px; height:21px;"></div>
752
+ <div class="offduty" style="left:855px; top:0px; width:12px; height:21px;"></div>
753
+ <div class="offduty" style="left:875px; top:0px; width:12px; height:21px;"></div>
754
+ <div class="offduty" style="left:895px; top:0px; width:52px; height:21px;"></div>
755
+ <div class="offduty" style="left:955px; top:0px; width:12px; height:21px;"></div>
756
+ <div class="offduty" style="left:975px; top:0px; width:12px; height:21px;"></div>
757
+ <div class="offduty" style="left:995px; top:0px; width:12px; height:21px;"></div>
758
+ <div class="offduty" style="left:1015px; top:0px; width:12px; height:21px;"></div>
759
+ <div class="offduty" style="left:1035px; top:0px; width:52px; height:21px;"></div>
760
+ <div class="offduty" style="left:1095px; top:0px; width:12px; height:21px;"></div>
761
+ <div class="offduty" style="left:1115px; top:0px; width:12px; height:21px;"></div>
762
+ <div class="offduty" style="left:1135px; top:0px; width:12px; height:21px;"></div>
763
+ <div class="offduty" style="left:1155px; top:0px; width:12px; height:21px;"></div>
764
+ <div class="offduty" style="left:1175px; top:0px; width:52px; height:21px;"></div>
765
+ <div class="offduty" style="left:1235px; top:0px; width:12px; height:21px;"></div>
766
+ <div class="offduty" style="left:1255px; top:0px; width:12px; height:21px;"></div>
767
+ <div class="offduty" style="left:1275px; top:0px; width:12px; height:21px;"></div>
768
+ <div class="offduty" style="left:1295px; top:0px; width:12px; height:21px;"></div>
769
+ <div class="offduty" style="left:1315px; top:0px; width:52px; height:21px;"></div>
770
+ <div class="offduty" style="left:1375px; top:0px; width:12px; height:21px;"></div>
771
+ <div class="offduty" style="left:1395px; top:0px; width:12px; height:21px;"></div>
772
+ <div class="offduty" style="left:1415px; top:0px; width:12px; height:21px;"></div>
773
+ <div class="offduty" style="left:1435px; top:0px; width:71px; height:21px;"></div>
774
+ <div class="offduty" style="left:1514px; top:0px; width:12px; height:21px;"></div>
775
+ <div class="offduty" style="left:1534px; top:0px; width:12px; height:21px;"></div>
776
+ <div class="offduty" style="left:1554px; top:0px; width:12px; height:21px;"></div>
777
+ <div class="offduty" style="left:1574px; top:0px; width:12px; height:21px;"></div>
778
+ <div class="offduty" style="left:1594px; top:0px; width:52px; height:21px;"></div>
779
+ <div class="offduty" style="left:1654px; top:0px; width:12px; height:21px;"></div>
780
+ <div class="offduty" style="left:1674px; top:0px; width:12px; height:21px;"></div>
781
+ <div class="offduty" style="left:1694px; top:0px; width:12px; height:21px;"></div>
782
+ <div class="offduty" style="left:1714px; top:0px; width:12px; height:21px;"></div>
783
+ <div class="offduty" style="left:1734px; top:0px; width:52px; height:21px;"></div>
784
+ <div class="offduty" style="left:1794px; top:0px; width:12px; height:21px;"></div>
785
+ <div class="offduty" style="left:1814px; top:0px; width:12px; height:21px;"></div>
786
+ <div class="offduty" style="left:1834px; top:0px; width:12px; height:21px;"></div>
787
+ <div class="offduty" style="left:1854px; top:0px; width:12px; height:21px;"></div>
788
+ <div class="offduty" style="left:1874px; top:0px; width:52px; height:21px;"></div>
789
+ <div class="offduty" style="left:1934px; top:0px; width:12px; height:21px;"></div>
790
+ <div class="offduty" style="left:1954px; top:0px; width:12px; height:21px;"></div>
791
+ <div class="offduty" style="left:1974px; top:0px; width:12px; height:21px;"></div>
792
+ <div class="offduty" style="left:1994px; top:0px; width:12px; height:21px;"></div>
793
+ <div class="tabvline" style="left:319px; top:0px; width:1px; height:21px;"></div>
794
+ <div class="tabvline" style="left:879px; top:0px; width:1px; height:21px;"></div>
795
+ <div class="tabvline" style="left:1498px; top:0px; width:1px; height:21px;"></div>
796
+ <div class="tabvline" style="left:2099px; top:0px; width:1px; height:21px;"></div>
797
+ <div class="loadstackframe" style="left:1px; top:1px; width:18px; height:19px;"></div>
798
+ <div class="busy" style="left:2px; top:2px; width:16px; height:17px;"></div>
799
+ <div class="loadstackframe" style="left:21px; top:1px; width:18px; height:19px;"></div>
800
+ <div class="busy" style="left:22px; top:2px; width:16px; height:17px;"></div>
801
+ <div class="loadstackframe" style="left:41px; top:1px; width:18px; height:19px;"></div>
802
+ <div class="busy" style="left:42px; top:2px; width:16px; height:17px;"></div>
803
+ <div class="loadstackframe" style="left:101px; top:1px; width:18px; height:19px;"></div>
804
+ <div class="busy" style="left:102px; top:2px; width:16px; height:17px;"></div>
805
+ <div class="loadstackframe" style="left:121px; top:1px; width:18px; height:19px;"></div>
806
+ <div class="busy" style="left:122px; top:2px; width:16px; height:17px;"></div>
807
+ <div class="loadstackframe" style="left:141px; top:1px; width:18px; height:19px;"></div>
808
+ <div class="busy" style="left:142px; top:2px; width:16px; height:17px;"></div>
809
+ <div class="loadstackframe" style="left:161px; top:1px; width:18px; height:19px;"></div>
810
+ <div class="busy" style="left:162px; top:2px; width:16px; height:17px;"></div>
811
+ <div class="loadstackframe" style="left:181px; top:1px; width:18px; height:19px;"></div>
812
+ <div class="busy" style="left:182px; top:2px; width:16px; height:17px;"></div>
813
+ <div class="loadstackframe" style="left:241px; top:1px; width:18px; height:19px;"></div>
814
+ <div class="busy" style="left:242px; top:2px; width:16px; height:17px;"></div>
815
+ <div class="loadstackframe" style="left:261px; top:1px; width:18px; height:19px;"></div>
816
+ <div class="busy" style="left:262px; top:2px; width:16px; height:17px;"></div>
817
+ <div class="loadstackframe" style="left:281px; top:1px; width:18px; height:19px;"></div>
818
+ <div class="busy" style="left:282px; top:2px; width:16px; height:17px;"></div>
819
+ <div class="loadstackframe" style="left:301px; top:1px; width:18px; height:19px;"></div>
820
+ <div class="busy" style="left:302px; top:2px; width:16px; height:17px;"></div>
821
+ <div class="loadstackframe" style="left:321px; top:1px; width:18px; height:19px;"></div>
822
+ <div class="busy" style="left:322px; top:2px; width:16px; height:17px;"></div>
823
+ <div class="loadstackframe" style="left:381px; top:1px; width:18px; height:19px;"></div>
824
+ <div class="busy" style="left:382px; top:2px; width:16px; height:17px;"></div>
825
+ <div class="loadstackframe" style="left:401px; top:1px; width:18px; height:19px;"></div>
826
+ <div class="busy" style="left:402px; top:2px; width:16px; height:17px;"></div>
827
+ <div class="loadstackframe" style="left:421px; top:1px; width:18px; height:19px;"></div>
828
+ <div class="busy" style="left:422px; top:2px; width:16px; height:17px;"></div>
829
+ <div class="loadstackframe" style="left:441px; top:1px; width:18px; height:19px;"></div>
830
+ <div class="busy" style="left:442px; top:2px; width:16px; height:17px;"></div>
831
+ <div class="loadstackframe" style="left:461px; top:1px; width:18px; height:19px;"></div>
832
+ <div class="busy" style="left:462px; top:2px; width:16px; height:17px;"></div>
833
+ <div class="loadstackframe" style="left:521px; top:1px; width:18px; height:19px;"></div>
834
+ <div class="busy" style="left:522px; top:2px; width:16px; height:17px;"></div>
835
+ <div class="loadstackframe" style="left:541px; top:1px; width:18px; height:19px;"></div>
836
+ <div class="busy" style="left:542px; top:2px; width:16px; height:17px;"></div>
837
+ <div class="loadstackframe" style="left:561px; top:1px; width:18px; height:19px;"></div>
838
+ <div class="busy" style="left:562px; top:2px; width:16px; height:17px;"></div>
839
+ <div class="loadstackframe" style="left:581px; top:1px; width:18px; height:19px;"></div>
840
+ <div class="busy" style="left:582px; top:2px; width:16px; height:17px;"></div>
841
+ <div class="loadstackframe" style="left:601px; top:1px; width:18px; height:19px;"></div>
842
+ <div class="busy" style="left:602px; top:2px; width:16px; height:17px;"></div>
843
+ <div class="loadstackframe" style="left:661px; top:1px; width:18px; height:19px;"></div>
844
+ <div class="busy" style="left:662px; top:2px; width:16px; height:17px;"></div>
845
+ <div class="loadstackframe" style="left:681px; top:1px; width:18px; height:19px;"></div>
846
+ <div class="busy" style="left:682px; top:2px; width:16px; height:17px;"></div>
847
+ <div class="loadstackframe" style="left:701px; top:1px; width:18px; height:19px;"></div>
848
+ <div class="busy" style="left:702px; top:2px; width:16px; height:17px;"></div>
849
+ <div class="loadstackframe" style="left:721px; top:1px; width:18px; height:19px;"></div>
850
+ <div class="busy" style="left:722px; top:2px; width:16px; height:17px;"></div>
851
+ <div class="loadstackframe" style="left:741px; top:1px; width:18px; height:19px;"></div>
852
+ <div class="busy" style="left:742px; top:2px; width:16px; height:17px;"></div>
853
+ <div class="loadstackframe" style="left:801px; top:1px; width:18px; height:19px;"></div>
854
+ <div class="busy" style="left:802px; top:2px; width:16px; height:17px;"></div>
855
+ <div class="loadstackframe" style="left:821px; top:1px; width:18px; height:19px;"></div>
856
+ <div class="busy" style="left:822px; top:2px; width:16px; height:17px;"></div>
857
+ <div class="loadstackframe" style="left:841px; top:1px; width:18px; height:19px;"></div>
858
+ <div class="busy" style="left:842px; top:2px; width:16px; height:17px;"></div>
859
+ <div class="loadstackframe" style="left:861px; top:1px; width:18px; height:19px;"></div>
860
+ <div class="free" style="left:862px; top:2px; width:16px; height:4px;"></div>
861
+ <div class="busy" style="left:862px; top:6px; width:16px; height:13px;"></div>
862
+ <div class="loadstackframe" style="left:881px; top:1px; width:18px; height:19px;"></div>
863
+ <div class="free" style="left:882px; top:2px; width:16px; height:17px;"></div>
864
+ <div class="loadstackframe" style="left:941px; top:1px; width:18px; height:19px;"></div>
865
+ <div class="free" style="left:942px; top:2px; width:16px; height:17px;"></div>
866
+ <div class="loadstackframe" style="left:961px; top:1px; width:18px; height:19px;"></div>
867
+ <div class="free" style="left:962px; top:2px; width:16px; height:17px;"></div>
868
+ <div class="loadstackframe" style="left:981px; top:1px; width:18px; height:19px;"></div>
869
+ <div class="free" style="left:982px; top:2px; width:16px; height:17px;"></div>
870
+ <div class="loadstackframe" style="left:1001px; top:1px; width:18px; height:19px;"></div>
871
+ <div class="free" style="left:1002px; top:2px; width:16px; height:17px;"></div>
872
+ <div class="loadstackframe" style="left:1021px; top:1px; width:18px; height:19px;"></div>
873
+ <div class="free" style="left:1022px; top:2px; width:16px; height:17px;"></div>
874
+ <div class="loadstackframe" style="left:1081px; top:1px; width:18px; height:19px;"></div>
875
+ <div class="free" style="left:1082px; top:2px; width:16px; height:17px;"></div>
876
+ <div class="loadstackframe" style="left:1101px; top:1px; width:18px; height:19px;"></div>
877
+ <div class="free" style="left:1102px; top:2px; width:16px; height:17px;"></div>
878
+ <div class="loadstackframe" style="left:1121px; top:1px; width:18px; height:19px;"></div>
879
+ <div class="free" style="left:1122px; top:2px; width:16px; height:17px;"></div>
880
+ <div class="loadstackframe" style="left:1141px; top:1px; width:18px; height:19px;"></div>
881
+ <div class="free" style="left:1142px; top:2px; width:16px; height:17px;"></div>
882
+ <div class="loadstackframe" style="left:1161px; top:1px; width:18px; height:19px;"></div>
883
+ <div class="free" style="left:1162px; top:2px; width:16px; height:17px;"></div>
884
+ <div class="loadstackframe" style="left:1221px; top:1px; width:18px; height:19px;"></div>
885
+ <div class="free" style="left:1222px; top:2px; width:16px; height:17px;"></div>
886
+ <div class="loadstackframe" style="left:1241px; top:1px; width:18px; height:19px;"></div>
887
+ <div class="free" style="left:1242px; top:2px; width:16px; height:17px;"></div>
888
+ <div class="loadstackframe" style="left:1261px; top:1px; width:18px; height:19px;"></div>
889
+ <div class="free" style="left:1262px; top:2px; width:16px; height:17px;"></div>
890
+ <div class="loadstackframe" style="left:1281px; top:1px; width:18px; height:19px;"></div>
891
+ <div class="free" style="left:1282px; top:2px; width:16px; height:17px;"></div>
892
+ <div class="loadstackframe" style="left:1301px; top:1px; width:18px; height:19px;"></div>
893
+ <div class="free" style="left:1302px; top:2px; width:16px; height:17px;"></div>
894
+ <div class="loadstackframe" style="left:1361px; top:1px; width:18px; height:19px;"></div>
895
+ <div class="free" style="left:1362px; top:2px; width:16px; height:17px;"></div>
896
+ <div class="loadstackframe" style="left:1381px; top:1px; width:18px; height:19px;"></div>
897
+ <div class="free" style="left:1382px; top:2px; width:16px; height:17px;"></div>
898
+ <div class="loadstackframe" style="left:1401px; top:1px; width:18px; height:19px;"></div>
899
+ <div class="free" style="left:1402px; top:2px; width:16px; height:17px;"></div>
900
+ <div class="loadstackframe" style="left:1421px; top:1px; width:18px; height:19px;"></div>
901
+ <div class="free" style="left:1422px; top:2px; width:16px; height:17px;"></div>
902
+ <div class="loadstackframe" style="left:1500px; top:1px; width:18px; height:19px;"></div>
903
+ <div class="busy" style="left:1501px; top:2px; width:16px; height:17px;"></div>
904
+ <div class="loadstackframe" style="left:1520px; top:1px; width:18px; height:19px;"></div>
905
+ <div class="busy" style="left:1521px; top:2px; width:16px; height:17px;"></div>
906
+ <div class="loadstackframe" style="left:1540px; top:1px; width:18px; height:19px;"></div>
907
+ <div class="busy" style="left:1541px; top:2px; width:16px; height:17px;"></div>
908
+ <div class="loadstackframe" style="left:1560px; top:1px; width:18px; height:19px;"></div>
909
+ <div class="busy" style="left:1561px; top:2px; width:16px; height:17px;"></div>
910
+ <div class="loadstackframe" style="left:1580px; top:1px; width:18px; height:19px;"></div>
911
+ <div class="busy" style="left:1581px; top:2px; width:16px; height:17px;"></div>
912
+ <div class="loadstackframe" style="left:1640px; top:1px; width:18px; height:19px;"></div>
913
+ <div class="busy" style="left:1641px; top:2px; width:16px; height:17px;"></div>
914
+ <div class="loadstackframe" style="left:1660px; top:1px; width:18px; height:19px;"></div>
915
+ <div class="busy" style="left:1661px; top:2px; width:16px; height:17px;"></div>
916
+ <div class="loadstackframe" style="left:1680px; top:1px; width:18px; height:19px;"></div>
917
+ <div class="busy" style="left:1681px; top:2px; width:16px; height:17px;"></div>
918
+ <div class="loadstackframe" style="left:1700px; top:1px; width:18px; height:19px;"></div>
919
+ <div class="busy" style="left:1701px; top:2px; width:16px; height:17px;"></div>
920
+ <div class="loadstackframe" style="left:1720px; top:1px; width:18px; height:19px;"></div>
921
+ <div class="busy" style="left:1721px; top:2px; width:16px; height:17px;"></div>
922
+ <div class="loadstackframe" style="left:1780px; top:1px; width:18px; height:19px;"></div>
923
+ <div class="busy" style="left:1781px; top:2px; width:16px; height:17px;"></div>
924
+ <div class="loadstackframe" style="left:1800px; top:1px; width:18px; height:19px;"></div>
925
+ <div class="free" style="left:1801px; top:2px; width:16px; height:10px;"></div>
926
+ <div class="busy" style="left:1801px; top:12px; width:16px; height:7px;"></div>
927
+ <div class="loadstackframe" style="left:1820px; top:1px; width:18px; height:19px;"></div>
928
+ <div class="free" style="left:1821px; top:2px; width:16px; height:17px;"></div>
929
+ <div class="loadstackframe" style="left:1840px; top:1px; width:18px; height:19px;"></div>
930
+ <div class="free" style="left:1841px; top:2px; width:16px; height:17px;"></div>
931
+ <div class="loadstackframe" style="left:1860px; top:1px; width:18px; height:19px;"></div>
932
+ <div class="free" style="left:1861px; top:2px; width:16px; height:17px;"></div>
933
+ <div class="loadstackframe" style="left:1920px; top:1px; width:18px; height:19px;"></div>
934
+ <div class="free" style="left:1921px; top:2px; width:16px; height:17px;"></div>
935
+ <div class="loadstackframe" style="left:1940px; top:1px; width:18px; height:19px;"></div>
936
+ <div class="free" style="left:1941px; top:2px; width:16px; height:17px;"></div>
937
+ <div class="loadstackframe" style="left:1960px; top:1px; width:18px; height:19px;"></div>
938
+ <div class="free" style="left:1961px; top:2px; width:16px; height:17px;"></div>
939
+ <div class="loadstackframe" style="left:1980px; top:1px; width:18px; height:19px;"></div>
940
+ <div class="free" style="left:1981px; top:2px; width:16px; height:17px;"></div>
941
+ <div class="loadstackframe" style="left:2000px; top:1px; width:18px; height:19px;"></div>
942
+ <div class="free" style="left:2001px; top:2px; width:16px; height:17px;"></div>
943
+ <div class="nowline" style="left:971px; top:0px; width:1px; height:21px;"></div>
944
+ </div>
945
+ <div class="resourcecell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:106px; width:2040px; height:21px; font-size:10px;">
946
+ <div class="offduty" style="left:0px; top:0px; width:6px; height:21px;"></div>
947
+ <div class="offduty" style="left:15px; top:0px; width:12px; height:21px;"></div>
948
+ <div class="offduty" style="left:35px; top:0px; width:12px; height:21px;"></div>
949
+ <div class="offduty" style="left:55px; top:0px; width:52px; height:21px;"></div>
950
+ <div class="offduty" style="left:115px; top:0px; width:12px; height:21px;"></div>
951
+ <div class="offduty" style="left:135px; top:0px; width:12px; height:21px;"></div>
952
+ <div class="offduty" style="left:155px; top:0px; width:12px; height:21px;"></div>
953
+ <div class="offduty" style="left:175px; top:0px; width:12px; height:21px;"></div>
954
+ <div class="offduty" style="left:195px; top:0px; width:52px; height:21px;"></div>
955
+ <div class="offduty" style="left:255px; top:0px; width:12px; height:21px;"></div>
956
+ <div class="offduty" style="left:275px; top:0px; width:12px; height:21px;"></div>
957
+ <div class="offduty" style="left:295px; top:0px; width:12px; height:21px;"></div>
958
+ <div class="offduty" style="left:315px; top:0px; width:12px; height:21px;"></div>
959
+ <div class="offduty" style="left:335px; top:0px; width:52px; height:21px;"></div>
960
+ <div class="offduty" style="left:395px; top:0px; width:12px; height:21px;"></div>
961
+ <div class="offduty" style="left:415px; top:0px; width:12px; height:21px;"></div>
962
+ <div class="offduty" style="left:435px; top:0px; width:12px; height:21px;"></div>
963
+ <div class="offduty" style="left:455px; top:0px; width:12px; height:21px;"></div>
964
+ <div class="offduty" style="left:475px; top:0px; width:52px; height:21px;"></div>
965
+ <div class="offduty" style="left:535px; top:0px; width:12px; height:21px;"></div>
966
+ <div class="offduty" style="left:555px; top:0px; width:12px; height:21px;"></div>
967
+ <div class="offduty" style="left:575px; top:0px; width:12px; height:21px;"></div>
968
+ <div class="offduty" style="left:595px; top:0px; width:12px; height:21px;"></div>
969
+ <div class="offduty" style="left:615px; top:0px; width:52px; height:21px;"></div>
970
+ <div class="offduty" style="left:675px; top:0px; width:12px; height:21px;"></div>
971
+ <div class="offduty" style="left:695px; top:0px; width:12px; height:21px;"></div>
972
+ <div class="offduty" style="left:715px; top:0px; width:12px; height:21px;"></div>
973
+ <div class="offduty" style="left:735px; top:0px; width:12px; height:21px;"></div>
974
+ <div class="offduty" style="left:755px; top:0px; width:52px; height:21px;"></div>
975
+ <div class="offduty" style="left:815px; top:0px; width:12px; height:21px;"></div>
976
+ <div class="offduty" style="left:835px; top:0px; width:12px; height:21px;"></div>
977
+ <div class="offduty" style="left:855px; top:0px; width:12px; height:21px;"></div>
978
+ <div class="offduty" style="left:875px; top:0px; width:12px; height:21px;"></div>
979
+ <div class="offduty" style="left:895px; top:0px; width:52px; height:21px;"></div>
980
+ <div class="offduty" style="left:955px; top:0px; width:12px; height:21px;"></div>
981
+ <div class="offduty" style="left:975px; top:0px; width:12px; height:21px;"></div>
982
+ <div class="offduty" style="left:995px; top:0px; width:12px; height:21px;"></div>
983
+ <div class="offduty" style="left:1015px; top:0px; width:12px; height:21px;"></div>
984
+ <div class="offduty" style="left:1035px; top:0px; width:52px; height:21px;"></div>
985
+ <div class="offduty" style="left:1095px; top:0px; width:12px; height:21px;"></div>
986
+ <div class="offduty" style="left:1115px; top:0px; width:12px; height:21px;"></div>
987
+ <div class="offduty" style="left:1135px; top:0px; width:12px; height:21px;"></div>
988
+ <div class="offduty" style="left:1155px; top:0px; width:12px; height:21px;"></div>
989
+ <div class="offduty" style="left:1175px; top:0px; width:52px; height:21px;"></div>
990
+ <div class="offduty" style="left:1235px; top:0px; width:12px; height:21px;"></div>
991
+ <div class="offduty" style="left:1255px; top:0px; width:12px; height:21px;"></div>
992
+ <div class="offduty" style="left:1275px; top:0px; width:12px; height:21px;"></div>
993
+ <div class="offduty" style="left:1295px; top:0px; width:12px; height:21px;"></div>
994
+ <div class="offduty" style="left:1315px; top:0px; width:52px; height:21px;"></div>
995
+ <div class="offduty" style="left:1375px; top:0px; width:12px; height:21px;"></div>
996
+ <div class="offduty" style="left:1395px; top:0px; width:12px; height:21px;"></div>
997
+ <div class="offduty" style="left:1415px; top:0px; width:12px; height:21px;"></div>
998
+ <div class="offduty" style="left:1435px; top:0px; width:71px; height:21px;"></div>
999
+ <div class="offduty" style="left:1514px; top:0px; width:12px; height:21px;"></div>
1000
+ <div class="offduty" style="left:1534px; top:0px; width:12px; height:21px;"></div>
1001
+ <div class="offduty" style="left:1554px; top:0px; width:12px; height:21px;"></div>
1002
+ <div class="offduty" style="left:1574px; top:0px; width:12px; height:21px;"></div>
1003
+ <div class="offduty" style="left:1594px; top:0px; width:52px; height:21px;"></div>
1004
+ <div class="offduty" style="left:1654px; top:0px; width:12px; height:21px;"></div>
1005
+ <div class="offduty" style="left:1674px; top:0px; width:12px; height:21px;"></div>
1006
+ <div class="offduty" style="left:1694px; top:0px; width:12px; height:21px;"></div>
1007
+ <div class="offduty" style="left:1714px; top:0px; width:12px; height:21px;"></div>
1008
+ <div class="offduty" style="left:1734px; top:0px; width:52px; height:21px;"></div>
1009
+ <div class="offduty" style="left:1794px; top:0px; width:12px; height:21px;"></div>
1010
+ <div class="offduty" style="left:1814px; top:0px; width:12px; height:21px;"></div>
1011
+ <div class="offduty" style="left:1834px; top:0px; width:12px; height:21px;"></div>
1012
+ <div class="offduty" style="left:1854px; top:0px; width:12px; height:21px;"></div>
1013
+ <div class="offduty" style="left:1874px; top:0px; width:52px; height:21px;"></div>
1014
+ <div class="offduty" style="left:1934px; top:0px; width:12px; height:21px;"></div>
1015
+ <div class="offduty" style="left:1954px; top:0px; width:12px; height:21px;"></div>
1016
+ <div class="offduty" style="left:1974px; top:0px; width:12px; height:21px;"></div>
1017
+ <div class="offduty" style="left:1994px; top:0px; width:12px; height:21px;"></div>
1018
+ <div class="tabvline" style="left:319px; top:0px; width:1px; height:21px;"></div>
1019
+ <div class="tabvline" style="left:879px; top:0px; width:1px; height:21px;"></div>
1020
+ <div class="tabvline" style="left:1498px; top:0px; width:1px; height:21px;"></div>
1021
+ <div class="tabvline" style="left:2099px; top:0px; width:1px; height:21px;"></div>
1022
+ <div class="loadstackframe" style="left:1px; top:1px; width:18px; height:19px;"></div>
1023
+ <div class="free" style="left:2px; top:2px; width:16px; height:17px;"></div>
1024
+ <div class="loadstackframe" style="left:21px; top:1px; width:18px; height:19px;"></div>
1025
+ <div class="free" style="left:22px; top:2px; width:16px; height:17px;"></div>
1026
+ <div class="loadstackframe" style="left:41px; top:1px; width:18px; height:19px;"></div>
1027
+ <div class="free" style="left:42px; top:2px; width:16px; height:17px;"></div>
1028
+ <div class="loadstackframe" style="left:101px; top:1px; width:18px; height:19px;"></div>
1029
+ <div class="free" style="left:102px; top:2px; width:16px; height:17px;"></div>
1030
+ <div class="loadstackframe" style="left:121px; top:1px; width:18px; height:19px;"></div>
1031
+ <div class="free" style="left:122px; top:2px; width:16px; height:17px;"></div>
1032
+ <div class="loadstackframe" style="left:141px; top:1px; width:18px; height:19px;"></div>
1033
+ <div class="free" style="left:142px; top:2px; width:16px; height:17px;"></div>
1034
+ <div class="loadstackframe" style="left:161px; top:1px; width:18px; height:19px;"></div>
1035
+ <div class="free" style="left:162px; top:2px; width:16px; height:17px;"></div>
1036
+ <div class="loadstackframe" style="left:181px; top:1px; width:18px; height:19px;"></div>
1037
+ <div class="free" style="left:182px; top:2px; width:16px; height:17px;"></div>
1038
+ <div class="loadstackframe" style="left:241px; top:1px; width:18px; height:19px;"></div>
1039
+ <div class="free" style="left:242px; top:2px; width:16px; height:17px;"></div>
1040
+ <div class="loadstackframe" style="left:261px; top:1px; width:18px; height:19px;"></div>
1041
+ <div class="free" style="left:262px; top:2px; width:16px; height:17px;"></div>
1042
+ <div class="loadstackframe" style="left:281px; top:1px; width:18px; height:19px;"></div>
1043
+ <div class="free" style="left:282px; top:2px; width:16px; height:17px;"></div>
1044
+ <div class="loadstackframe" style="left:301px; top:1px; width:18px; height:19px;"></div>
1045
+ <div class="free" style="left:302px; top:2px; width:16px; height:17px;"></div>
1046
+ <div class="loadstackframe" style="left:321px; top:1px; width:18px; height:19px;"></div>
1047
+ <div class="free" style="left:322px; top:2px; width:16px; height:17px;"></div>
1048
+ <div class="loadstackframe" style="left:381px; top:1px; width:18px; height:19px;"></div>
1049
+ <div class="free" style="left:382px; top:2px; width:16px; height:17px;"></div>
1050
+ <div class="loadstackframe" style="left:401px; top:1px; width:18px; height:19px;"></div>
1051
+ <div class="free" style="left:402px; top:2px; width:16px; height:17px;"></div>
1052
+ <div class="loadstackframe" style="left:421px; top:1px; width:18px; height:19px;"></div>
1053
+ <div class="free" style="left:422px; top:2px; width:16px; height:17px;"></div>
1054
+ <div class="loadstackframe" style="left:441px; top:1px; width:18px; height:19px;"></div>
1055
+ <div class="free" style="left:442px; top:2px; width:16px; height:17px;"></div>
1056
+ <div class="loadstackframe" style="left:461px; top:1px; width:18px; height:19px;"></div>
1057
+ <div class="free" style="left:462px; top:2px; width:16px; height:17px;"></div>
1058
+ <div class="loadstackframe" style="left:521px; top:1px; width:18px; height:19px;"></div>
1059
+ <div class="free" style="left:522px; top:2px; width:16px; height:17px;"></div>
1060
+ <div class="loadstackframe" style="left:541px; top:1px; width:18px; height:19px;"></div>
1061
+ <div class="free" style="left:542px; top:2px; width:16px; height:17px;"></div>
1062
+ <div class="loadstackframe" style="left:561px; top:1px; width:18px; height:19px;"></div>
1063
+ <div class="free" style="left:562px; top:2px; width:16px; height:17px;"></div>
1064
+ <div class="loadstackframe" style="left:581px; top:1px; width:18px; height:19px;"></div>
1065
+ <div class="free" style="left:582px; top:2px; width:16px; height:17px;"></div>
1066
+ <div class="loadstackframe" style="left:601px; top:1px; width:18px; height:19px;"></div>
1067
+ <div class="free" style="left:602px; top:2px; width:16px; height:17px;"></div>
1068
+ <div class="loadstackframe" style="left:661px; top:1px; width:18px; height:19px;"></div>
1069
+ <div class="free" style="left:662px; top:2px; width:16px; height:17px;"></div>
1070
+ <div class="loadstackframe" style="left:681px; top:1px; width:18px; height:19px;"></div>
1071
+ <div class="free" style="left:682px; top:2px; width:16px; height:17px;"></div>
1072
+ <div class="loadstackframe" style="left:701px; top:1px; width:18px; height:19px;"></div>
1073
+ <div class="free" style="left:702px; top:2px; width:16px; height:17px;"></div>
1074
+ <div class="loadstackframe" style="left:721px; top:1px; width:18px; height:19px;"></div>
1075
+ <div class="free" style="left:722px; top:2px; width:16px; height:17px;"></div>
1076
+ <div class="loadstackframe" style="left:741px; top:1px; width:18px; height:19px;"></div>
1077
+ <div class="free" style="left:742px; top:2px; width:16px; height:17px;"></div>
1078
+ <div class="loadstackframe" style="left:801px; top:1px; width:18px; height:19px;"></div>
1079
+ <div class="free" style="left:802px; top:2px; width:16px; height:17px;"></div>
1080
+ <div class="loadstackframe" style="left:821px; top:1px; width:18px; height:19px;"></div>
1081
+ <div class="free" style="left:822px; top:2px; width:16px; height:17px;"></div>
1082
+ <div class="loadstackframe" style="left:841px; top:1px; width:18px; height:19px;"></div>
1083
+ <div class="free" style="left:842px; top:2px; width:16px; height:17px;"></div>
1084
+ <div class="loadstackframe" style="left:861px; top:1px; width:18px; height:19px;"></div>
1085
+ <div class="free" style="left:862px; top:2px; width:16px; height:17px;"></div>
1086
+ <div class="loadstackframe" style="left:881px; top:1px; width:18px; height:19px;"></div>
1087
+ <div class="free" style="left:882px; top:2px; width:16px; height:17px;"></div>
1088
+ <div class="loadstackframe" style="left:941px; top:1px; width:18px; height:19px;"></div>
1089
+ <div class="free" style="left:942px; top:2px; width:16px; height:17px;"></div>
1090
+ <div class="loadstackframe" style="left:961px; top:1px; width:18px; height:19px;"></div>
1091
+ <div class="free" style="left:962px; top:2px; width:16px; height:17px;"></div>
1092
+ <div class="loadstackframe" style="left:981px; top:1px; width:18px; height:19px;"></div>
1093
+ <div class="free" style="left:982px; top:2px; width:16px; height:17px;"></div>
1094
+ <div class="loadstackframe" style="left:1001px; top:1px; width:18px; height:19px;"></div>
1095
+ <div class="free" style="left:1002px; top:2px; width:16px; height:17px;"></div>
1096
+ <div class="loadstackframe" style="left:1021px; top:1px; width:18px; height:19px;"></div>
1097
+ <div class="free" style="left:1022px; top:2px; width:16px; height:17px;"></div>
1098
+ <div class="loadstackframe" style="left:1081px; top:1px; width:18px; height:19px;"></div>
1099
+ <div class="free" style="left:1082px; top:2px; width:16px; height:17px;"></div>
1100
+ <div class="loadstackframe" style="left:1101px; top:1px; width:18px; height:19px;"></div>
1101
+ <div class="free" style="left:1102px; top:2px; width:16px; height:17px;"></div>
1102
+ <div class="loadstackframe" style="left:1121px; top:1px; width:18px; height:19px;"></div>
1103
+ <div class="free" style="left:1122px; top:2px; width:16px; height:17px;"></div>
1104
+ <div class="loadstackframe" style="left:1141px; top:1px; width:18px; height:19px;"></div>
1105
+ <div class="free" style="left:1142px; top:2px; width:16px; height:17px;"></div>
1106
+ <div class="loadstackframe" style="left:1161px; top:1px; width:18px; height:19px;"></div>
1107
+ <div class="free" style="left:1162px; top:2px; width:16px; height:17px;"></div>
1108
+ <div class="loadstackframe" style="left:1221px; top:1px; width:18px; height:19px;"></div>
1109
+ <div class="free" style="left:1222px; top:2px; width:16px; height:17px;"></div>
1110
+ <div class="loadstackframe" style="left:1241px; top:1px; width:18px; height:19px;"></div>
1111
+ <div class="free" style="left:1242px; top:2px; width:16px; height:17px;"></div>
1112
+ <div class="loadstackframe" style="left:1261px; top:1px; width:18px; height:19px;"></div>
1113
+ <div class="free" style="left:1262px; top:2px; width:16px; height:17px;"></div>
1114
+ <div class="loadstackframe" style="left:1281px; top:1px; width:18px; height:19px;"></div>
1115
+ <div class="free" style="left:1282px; top:2px; width:16px; height:17px;"></div>
1116
+ <div class="loadstackframe" style="left:1301px; top:1px; width:18px; height:19px;"></div>
1117
+ <div class="free" style="left:1302px; top:2px; width:16px; height:17px;"></div>
1118
+ <div class="loadstackframe" style="left:1361px; top:1px; width:18px; height:19px;"></div>
1119
+ <div class="free" style="left:1362px; top:2px; width:16px; height:17px;"></div>
1120
+ <div class="loadstackframe" style="left:1381px; top:1px; width:18px; height:19px;"></div>
1121
+ <div class="free" style="left:1382px; top:2px; width:16px; height:4px;"></div>
1122
+ <div class="busy" style="left:1382px; top:6px; width:16px; height:13px;"></div>
1123
+ <div class="loadstackframe" style="left:1401px; top:1px; width:18px; height:19px;"></div>
1124
+ <div class="free" style="left:1402px; top:2px; width:16px; height:4px;"></div>
1125
+ <div class="busy" style="left:1402px; top:6px; width:16px; height:13px;"></div>
1126
+ <div class="loadstackframe" style="left:1421px; top:1px; width:18px; height:19px;"></div>
1127
+ <div class="free" style="left:1422px; top:2px; width:16px; height:4px;"></div>
1128
+ <div class="busy" style="left:1422px; top:6px; width:16px; height:13px;"></div>
1129
+ <div class="loadstackframe" style="left:1500px; top:1px; width:18px; height:19px;"></div>
1130
+ <div class="free" style="left:1501px; top:2px; width:16px; height:4px;"></div>
1131
+ <div class="busy" style="left:1501px; top:6px; width:16px; height:13px;"></div>
1132
+ <div class="loadstackframe" style="left:1520px; top:1px; width:18px; height:19px;"></div>
1133
+ <div class="free" style="left:1521px; top:2px; width:16px; height:4px;"></div>
1134
+ <div class="busy" style="left:1521px; top:6px; width:16px; height:13px;"></div>
1135
+ <div class="loadstackframe" style="left:1540px; top:1px; width:18px; height:19px;"></div>
1136
+ <div class="free" style="left:1541px; top:2px; width:16px; height:4px;"></div>
1137
+ <div class="busy" style="left:1541px; top:6px; width:16px; height:13px;"></div>
1138
+ <div class="loadstackframe" style="left:1560px; top:1px; width:18px; height:19px;"></div>
1139
+ <div class="free" style="left:1561px; top:2px; width:16px; height:4px;"></div>
1140
+ <div class="busy" style="left:1561px; top:6px; width:16px; height:13px;"></div>
1141
+ <div class="loadstackframe" style="left:1580px; top:1px; width:18px; height:19px;"></div>
1142
+ <div class="free" style="left:1581px; top:2px; width:16px; height:4px;"></div>
1143
+ <div class="busy" style="left:1581px; top:6px; width:16px; height:13px;"></div>
1144
+ <div class="loadstackframe" style="left:1640px; top:1px; width:18px; height:19px;"></div>
1145
+ <div class="free" style="left:1641px; top:2px; width:16px; height:4px;"></div>
1146
+ <div class="busy" style="left:1641px; top:6px; width:16px; height:13px;"></div>
1147
+ <div class="loadstackframe" style="left:1660px; top:1px; width:18px; height:19px;"></div>
1148
+ <div class="free" style="left:1661px; top:2px; width:16px; height:4px;"></div>
1149
+ <div class="busy" style="left:1661px; top:6px; width:16px; height:13px;"></div>
1150
+ <div class="loadstackframe" style="left:1680px; top:1px; width:18px; height:19px;"></div>
1151
+ <div class="free" style="left:1681px; top:2px; width:16px; height:4px;"></div>
1152
+ <div class="busy" style="left:1681px; top:6px; width:16px; height:13px;"></div>
1153
+ <div class="loadstackframe" style="left:1700px; top:1px; width:18px; height:19px;"></div>
1154
+ <div class="free" style="left:1701px; top:2px; width:16px; height:4px;"></div>
1155
+ <div class="busy" style="left:1701px; top:6px; width:16px; height:13px;"></div>
1156
+ <div class="loadstackframe" style="left:1720px; top:1px; width:18px; height:19px;"></div>
1157
+ <div class="free" style="left:1721px; top:2px; width:16px; height:4px;"></div>
1158
+ <div class="busy" style="left:1721px; top:6px; width:16px; height:13px;"></div>
1159
+ <div class="loadstackframe" style="left:1780px; top:1px; width:18px; height:19px;"></div>
1160
+ <div class="free" style="left:1781px; top:2px; width:16px; height:4px;"></div>
1161
+ <div class="busy" style="left:1781px; top:6px; width:16px; height:13px;"></div>
1162
+ <div class="loadstackframe" style="left:1800px; top:1px; width:18px; height:19px;"></div>
1163
+ <div class="free" style="left:1801px; top:2px; width:16px; height:10px;"></div>
1164
+ <div class="busy" style="left:1801px; top:12px; width:16px; height:7px;"></div>
1165
+ <div class="loadstackframe" style="left:1820px; top:1px; width:18px; height:19px;"></div>
1166
+ <div class="free" style="left:1821px; top:2px; width:16px; height:17px;"></div>
1167
+ <div class="loadstackframe" style="left:1840px; top:1px; width:18px; height:19px;"></div>
1168
+ <div class="free" style="left:1841px; top:2px; width:16px; height:17px;"></div>
1169
+ <div class="loadstackframe" style="left:1860px; top:1px; width:18px; height:19px;"></div>
1170
+ <div class="free" style="left:1861px; top:2px; width:16px; height:17px;"></div>
1171
+ <div class="loadstackframe" style="left:1920px; top:1px; width:18px; height:19px;"></div>
1172
+ <div class="free" style="left:1921px; top:2px; width:16px; height:17px;"></div>
1173
+ <div class="loadstackframe" style="left:1940px; top:1px; width:18px; height:19px;"></div>
1174
+ <div class="free" style="left:1941px; top:2px; width:16px; height:17px;"></div>
1175
+ <div class="loadstackframe" style="left:1960px; top:1px; width:18px; height:19px;"></div>
1176
+ <div class="free" style="left:1961px; top:2px; width:16px; height:17px;"></div>
1177
+ <div class="loadstackframe" style="left:1980px; top:1px; width:18px; height:19px;"></div>
1178
+ <div class="free" style="left:1981px; top:2px; width:16px; height:17px;"></div>
1179
+ <div class="loadstackframe" style="left:2000px; top:1px; width:18px; height:19px;"></div>
1180
+ <div class="free" style="left:2001px; top:2px; width:16px; height:17px;"></div>
1181
+ <div class="nowline" style="left:971px; top:0px; width:1px; height:21px;"></div>
1182
+ </div>
1183
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:128px; width:2040px; height:21px; font-size:10px;">
1184
+ <div class="offduty" style="left:0px; top:0px; width:6px; height:21px;"></div>
1185
+ <div class="offduty" style="left:15px; top:0px; width:12px; height:21px;"></div>
1186
+ <div class="offduty" style="left:35px; top:0px; width:12px; height:21px;"></div>
1187
+ <div class="offduty" style="left:55px; top:0px; width:52px; height:21px;"></div>
1188
+ <div class="offduty" style="left:115px; top:0px; width:12px; height:21px;"></div>
1189
+ <div class="offduty" style="left:135px; top:0px; width:12px; height:21px;"></div>
1190
+ <div class="offduty" style="left:155px; top:0px; width:12px; height:21px;"></div>
1191
+ <div class="offduty" style="left:175px; top:0px; width:12px; height:21px;"></div>
1192
+ <div class="offduty" style="left:195px; top:0px; width:52px; height:21px;"></div>
1193
+ <div class="offduty" style="left:255px; top:0px; width:12px; height:21px;"></div>
1194
+ <div class="offduty" style="left:275px; top:0px; width:12px; height:21px;"></div>
1195
+ <div class="offduty" style="left:295px; top:0px; width:12px; height:21px;"></div>
1196
+ <div class="offduty" style="left:315px; top:0px; width:12px; height:21px;"></div>
1197
+ <div class="offduty" style="left:335px; top:0px; width:52px; height:21px;"></div>
1198
+ <div class="offduty" style="left:395px; top:0px; width:12px; height:21px;"></div>
1199
+ <div class="offduty" style="left:415px; top:0px; width:12px; height:21px;"></div>
1200
+ <div class="offduty" style="left:435px; top:0px; width:12px; height:21px;"></div>
1201
+ <div class="offduty" style="left:455px; top:0px; width:12px; height:21px;"></div>
1202
+ <div class="offduty" style="left:475px; top:0px; width:52px; height:21px;"></div>
1203
+ <div class="offduty" style="left:535px; top:0px; width:12px; height:21px;"></div>
1204
+ <div class="offduty" style="left:555px; top:0px; width:12px; height:21px;"></div>
1205
+ <div class="offduty" style="left:575px; top:0px; width:12px; height:21px;"></div>
1206
+ <div class="offduty" style="left:595px; top:0px; width:12px; height:21px;"></div>
1207
+ <div class="offduty" style="left:615px; top:0px; width:52px; height:21px;"></div>
1208
+ <div class="offduty" style="left:675px; top:0px; width:12px; height:21px;"></div>
1209
+ <div class="offduty" style="left:695px; top:0px; width:12px; height:21px;"></div>
1210
+ <div class="offduty" style="left:715px; top:0px; width:12px; height:21px;"></div>
1211
+ <div class="offduty" style="left:735px; top:0px; width:12px; height:21px;"></div>
1212
+ <div class="offduty" style="left:755px; top:0px; width:52px; height:21px;"></div>
1213
+ <div class="offduty" style="left:815px; top:0px; width:12px; height:21px;"></div>
1214
+ <div class="offduty" style="left:835px; top:0px; width:12px; height:21px;"></div>
1215
+ <div class="offduty" style="left:855px; top:0px; width:12px; height:21px;"></div>
1216
+ <div class="offduty" style="left:875px; top:0px; width:12px; height:21px;"></div>
1217
+ <div class="offduty" style="left:895px; top:0px; width:52px; height:21px;"></div>
1218
+ <div class="offduty" style="left:955px; top:0px; width:12px; height:21px;"></div>
1219
+ <div class="offduty" style="left:975px; top:0px; width:12px; height:21px;"></div>
1220
+ <div class="offduty" style="left:995px; top:0px; width:12px; height:21px;"></div>
1221
+ <div class="offduty" style="left:1015px; top:0px; width:12px; height:21px;"></div>
1222
+ <div class="offduty" style="left:1035px; top:0px; width:52px; height:21px;"></div>
1223
+ <div class="offduty" style="left:1095px; top:0px; width:12px; height:21px;"></div>
1224
+ <div class="offduty" style="left:1115px; top:0px; width:12px; height:21px;"></div>
1225
+ <div class="offduty" style="left:1135px; top:0px; width:12px; height:21px;"></div>
1226
+ <div class="offduty" style="left:1155px; top:0px; width:12px; height:21px;"></div>
1227
+ <div class="offduty" style="left:1175px; top:0px; width:52px; height:21px;"></div>
1228
+ <div class="offduty" style="left:1235px; top:0px; width:12px; height:21px;"></div>
1229
+ <div class="offduty" style="left:1255px; top:0px; width:12px; height:21px;"></div>
1230
+ <div class="offduty" style="left:1275px; top:0px; width:12px; height:21px;"></div>
1231
+ <div class="offduty" style="left:1295px; top:0px; width:12px; height:21px;"></div>
1232
+ <div class="offduty" style="left:1315px; top:0px; width:52px; height:21px;"></div>
1233
+ <div class="offduty" style="left:1375px; top:0px; width:12px; height:21px;"></div>
1234
+ <div class="offduty" style="left:1395px; top:0px; width:12px; height:21px;"></div>
1235
+ <div class="offduty" style="left:1415px; top:0px; width:12px; height:21px;"></div>
1236
+ <div class="offduty" style="left:1435px; top:0px; width:71px; height:21px;"></div>
1237
+ <div class="offduty" style="left:1514px; top:0px; width:12px; height:21px;"></div>
1238
+ <div class="offduty" style="left:1534px; top:0px; width:12px; height:21px;"></div>
1239
+ <div class="offduty" style="left:1554px; top:0px; width:12px; height:21px;"></div>
1240
+ <div class="offduty" style="left:1574px; top:0px; width:12px; height:21px;"></div>
1241
+ <div class="offduty" style="left:1594px; top:0px; width:52px; height:21px;"></div>
1242
+ <div class="offduty" style="left:1654px; top:0px; width:12px; height:21px;"></div>
1243
+ <div class="offduty" style="left:1674px; top:0px; width:12px; height:21px;"></div>
1244
+ <div class="offduty" style="left:1694px; top:0px; width:12px; height:21px;"></div>
1245
+ <div class="offduty" style="left:1714px; top:0px; width:12px; height:21px;"></div>
1246
+ <div class="offduty" style="left:1734px; top:0px; width:52px; height:21px;"></div>
1247
+ <div class="offduty" style="left:1794px; top:0px; width:12px; height:21px;"></div>
1248
+ <div class="offduty" style="left:1814px; top:0px; width:12px; height:21px;"></div>
1249
+ <div class="offduty" style="left:1834px; top:0px; width:12px; height:21px;"></div>
1250
+ <div class="offduty" style="left:1854px; top:0px; width:12px; height:21px;"></div>
1251
+ <div class="offduty" style="left:1874px; top:0px; width:52px; height:21px;"></div>
1252
+ <div class="offduty" style="left:1934px; top:0px; width:12px; height:21px;"></div>
1253
+ <div class="offduty" style="left:1954px; top:0px; width:12px; height:21px;"></div>
1254
+ <div class="offduty" style="left:1974px; top:0px; width:12px; height:21px;"></div>
1255
+ <div class="offduty" style="left:1994px; top:0px; width:12px; height:21px;"></div>
1256
+ <div class="tabvline" style="left:319px; top:0px; width:1px; height:21px;"></div>
1257
+ <div class="tabvline" style="left:879px; top:0px; width:1px; height:21px;"></div>
1258
+ <div class="tabvline" style="left:1498px; top:0px; width:1px; height:21px;"></div>
1259
+ <div class="tabvline" style="left:2099px; top:0px; width:1px; height:21px;"></div>
1260
+ <div class="loadstackframe" style="left:1px; top:1px; width:18px; height:19px;"></div>
1261
+ <div class="busy" style="left:2px; top:2px; width:16px; height:17px;"></div>
1262
+ <div class="loadstackframe" style="left:21px; top:1px; width:18px; height:19px;"></div>
1263
+ <div class="busy" style="left:22px; top:2px; width:16px; height:17px;"></div>
1264
+ <div class="loadstackframe" style="left:41px; top:1px; width:18px; height:19px;"></div>
1265
+ <div class="busy" style="left:42px; top:2px; width:16px; height:17px;"></div>
1266
+ <div class="loadstackframe" style="left:101px; top:1px; width:18px; height:19px;"></div>
1267
+ <div class="busy" style="left:102px; top:2px; width:16px; height:17px;"></div>
1268
+ <div class="loadstackframe" style="left:121px; top:1px; width:18px; height:19px;"></div>
1269
+ <div class="busy" style="left:122px; top:2px; width:16px; height:17px;"></div>
1270
+ <div class="loadstackframe" style="left:141px; top:1px; width:18px; height:19px;"></div>
1271
+ <div class="busy" style="left:142px; top:2px; width:16px; height:17px;"></div>
1272
+ <div class="loadstackframe" style="left:161px; top:1px; width:18px; height:19px;"></div>
1273
+ <div class="busy" style="left:162px; top:2px; width:16px; height:17px;"></div>
1274
+ <div class="loadstackframe" style="left:181px; top:1px; width:18px; height:19px;"></div>
1275
+ <div class="busy" style="left:182px; top:2px; width:16px; height:17px;"></div>
1276
+ <div class="loadstackframe" style="left:241px; top:1px; width:18px; height:19px;"></div>
1277
+ <div class="busy" style="left:242px; top:2px; width:16px; height:17px;"></div>
1278
+ <div class="loadstackframe" style="left:261px; top:1px; width:18px; height:19px;"></div>
1279
+ <div class="busy" style="left:262px; top:2px; width:16px; height:17px;"></div>
1280
+ <div class="loadstackframe" style="left:281px; top:1px; width:18px; height:19px;"></div>
1281
+ <div class="busy" style="left:282px; top:2px; width:16px; height:17px;"></div>
1282
+ <div class="loadstackframe" style="left:301px; top:1px; width:18px; height:19px;"></div>
1283
+ <div class="busy" style="left:302px; top:2px; width:16px; height:17px;"></div>
1284
+ <div class="loadstackframe" style="left:321px; top:1px; width:18px; height:19px;"></div>
1285
+ <div class="busy" style="left:322px; top:2px; width:16px; height:17px;"></div>
1286
+ <div class="loadstackframe" style="left:381px; top:1px; width:18px; height:19px;"></div>
1287
+ <div class="busy" style="left:382px; top:2px; width:16px; height:17px;"></div>
1288
+ <div class="loadstackframe" style="left:401px; top:1px; width:18px; height:19px;"></div>
1289
+ <div class="busy" style="left:402px; top:2px; width:16px; height:17px;"></div>
1290
+ <div class="loadstackframe" style="left:421px; top:1px; width:18px; height:19px;"></div>
1291
+ <div class="busy" style="left:422px; top:2px; width:16px; height:17px;"></div>
1292
+ <div class="loadstackframe" style="left:441px; top:1px; width:18px; height:19px;"></div>
1293
+ <div class="busy" style="left:442px; top:2px; width:16px; height:17px;"></div>
1294
+ <div class="loadstackframe" style="left:461px; top:1px; width:18px; height:19px;"></div>
1295
+ <div class="busy" style="left:462px; top:2px; width:16px; height:17px;"></div>
1296
+ <div class="loadstackframe" style="left:521px; top:1px; width:18px; height:19px;"></div>
1297
+ <div class="busy" style="left:522px; top:2px; width:16px; height:17px;"></div>
1298
+ <div class="loadstackframe" style="left:541px; top:1px; width:18px; height:19px;"></div>
1299
+ <div class="busy" style="left:542px; top:2px; width:16px; height:17px;"></div>
1300
+ <div class="loadstackframe" style="left:561px; top:1px; width:18px; height:19px;"></div>
1301
+ <div class="busy" style="left:562px; top:2px; width:16px; height:17px;"></div>
1302
+ <div class="loadstackframe" style="left:581px; top:1px; width:18px; height:19px;"></div>
1303
+ <div class="busy" style="left:582px; top:2px; width:16px; height:17px;"></div>
1304
+ <div class="loadstackframe" style="left:601px; top:1px; width:18px; height:19px;"></div>
1305
+ <div class="busy" style="left:602px; top:2px; width:16px; height:17px;"></div>
1306
+ <div class="loadstackframe" style="left:661px; top:1px; width:18px; height:19px;"></div>
1307
+ <div class="busy" style="left:662px; top:2px; width:16px; height:17px;"></div>
1308
+ <div class="loadstackframe" style="left:681px; top:1px; width:18px; height:19px;"></div>
1309
+ <div class="busy" style="left:682px; top:2px; width:16px; height:17px;"></div>
1310
+ <div class="loadstackframe" style="left:701px; top:1px; width:18px; height:19px;"></div>
1311
+ <div class="busy" style="left:702px; top:2px; width:16px; height:17px;"></div>
1312
+ <div class="loadstackframe" style="left:721px; top:1px; width:18px; height:19px;"></div>
1313
+ <div class="busy" style="left:722px; top:2px; width:16px; height:17px;"></div>
1314
+ <div class="loadstackframe" style="left:741px; top:1px; width:18px; height:19px;"></div>
1315
+ <div class="busy" style="left:742px; top:2px; width:16px; height:17px;"></div>
1316
+ <div class="loadstackframe" style="left:801px; top:1px; width:18px; height:19px;"></div>
1317
+ <div class="busy" style="left:802px; top:2px; width:16px; height:17px;"></div>
1318
+ <div class="loadstackframe" style="left:821px; top:1px; width:18px; height:19px;"></div>
1319
+ <div class="busy" style="left:822px; top:2px; width:16px; height:17px;"></div>
1320
+ <div class="loadstackframe" style="left:841px; top:1px; width:18px; height:19px;"></div>
1321
+ <div class="busy" style="left:842px; top:2px; width:16px; height:17px;"></div>
1322
+ <div class="loadstackframe" style="left:861px; top:1px; width:18px; height:19px;"></div>
1323
+ <div class="busy" style="left:862px; top:2px; width:16px; height:17px;"></div>
1324
+ <div class="loadstackframe" style="left:881px; top:1px; width:18px; height:19px;"></div>
1325
+ <div class="busy" style="left:882px; top:2px; width:16px; height:17px;"></div>
1326
+ <div class="loadstackframe" style="left:941px; top:1px; width:18px; height:19px;"></div>
1327
+ <div class="busy" style="left:942px; top:2px; width:16px; height:17px;"></div>
1328
+ <div class="loadstackframe" style="left:961px; top:1px; width:18px; height:19px;"></div>
1329
+ <div class="busy" style="left:962px; top:2px; width:16px; height:17px;"></div>
1330
+ <div class="loadstackframe" style="left:981px; top:1px; width:18px; height:19px;"></div>
1331
+ <div class="busy" style="left:982px; top:2px; width:16px; height:17px;"></div>
1332
+ <div class="loadstackframe" style="left:1001px; top:1px; width:18px; height:19px;"></div>
1333
+ <div class="busy" style="left:1002px; top:2px; width:16px; height:17px;"></div>
1334
+ <div class="loadstackframe" style="left:1021px; top:1px; width:18px; height:19px;"></div>
1335
+ <div class="busy" style="left:1022px; top:2px; width:16px; height:17px;"></div>
1336
+ <div class="loadstackframe" style="left:1081px; top:1px; width:18px; height:19px;"></div>
1337
+ <div class="busy" style="left:1082px; top:2px; width:16px; height:17px;"></div>
1338
+ <div class="loadstackframe" style="left:1101px; top:1px; width:18px; height:19px;"></div>
1339
+ <div class="busy" style="left:1102px; top:2px; width:16px; height:17px;"></div>
1340
+ <div class="loadstackframe" style="left:1121px; top:1px; width:18px; height:19px;"></div>
1341
+ <div class="busy" style="left:1122px; top:2px; width:16px; height:17px;"></div>
1342
+ <div class="loadstackframe" style="left:1141px; top:1px; width:18px; height:19px;"></div>
1343
+ <div class="busy" style="left:1142px; top:2px; width:16px; height:17px;"></div>
1344
+ <div class="loadstackframe" style="left:1161px; top:1px; width:18px; height:19px;"></div>
1345
+ <div class="busy" style="left:1162px; top:2px; width:16px; height:17px;"></div>
1346
+ <div class="loadstackframe" style="left:1221px; top:1px; width:18px; height:19px;"></div>
1347
+ <div class="busy" style="left:1222px; top:2px; width:16px; height:17px;"></div>
1348
+ <div class="loadstackframe" style="left:1241px; top:1px; width:18px; height:19px;"></div>
1349
+ <div class="busy" style="left:1242px; top:2px; width:16px; height:17px;"></div>
1350
+ <div class="loadstackframe" style="left:1261px; top:1px; width:18px; height:19px;"></div>
1351
+ <div class="busy" style="left:1262px; top:2px; width:16px; height:17px;"></div>
1352
+ <div class="loadstackframe" style="left:1281px; top:1px; width:18px; height:19px;"></div>
1353
+ <div class="busy" style="left:1282px; top:2px; width:16px; height:17px;"></div>
1354
+ <div class="loadstackframe" style="left:1301px; top:1px; width:18px; height:19px;"></div>
1355
+ <div class="busy" style="left:1302px; top:2px; width:16px; height:17px;"></div>
1356
+ <div class="loadstackframe" style="left:1361px; top:1px; width:18px; height:19px;"></div>
1357
+ <div class="busy" style="left:1362px; top:2px; width:16px; height:17px;"></div>
1358
+ <div class="loadstackframe" style="left:1381px; top:1px; width:18px; height:19px;"></div>
1359
+ <div class="busy" style="left:1382px; top:2px; width:16px; height:17px;"></div>
1360
+ <div class="loadstackframe" style="left:1401px; top:1px; width:18px; height:19px;"></div>
1361
+ <div class="busy" style="left:1402px; top:2px; width:16px; height:17px;"></div>
1362
+ <div class="loadstackframe" style="left:1421px; top:1px; width:18px; height:19px;"></div>
1363
+ <div class="busy" style="left:1422px; top:2px; width:16px; height:17px;"></div>
1364
+ <div class="loadstackframe" style="left:1500px; top:1px; width:18px; height:19px;"></div>
1365
+ <div class="free" style="left:1501px; top:2px; width:16px; height:17px;"></div>
1366
+ <div class="loadstackframe" style="left:1520px; top:1px; width:18px; height:19px;"></div>
1367
+ <div class="free" style="left:1521px; top:2px; width:16px; height:17px;"></div>
1368
+ <div class="loadstackframe" style="left:1540px; top:1px; width:18px; height:19px;"></div>
1369
+ <div class="free" style="left:1541px; top:2px; width:16px; height:17px;"></div>
1370
+ <div class="loadstackframe" style="left:1560px; top:1px; width:18px; height:19px;"></div>
1371
+ <div class="free" style="left:1561px; top:2px; width:16px; height:17px;"></div>
1372
+ <div class="loadstackframe" style="left:1580px; top:1px; width:18px; height:19px;"></div>
1373
+ <div class="free" style="left:1581px; top:2px; width:16px; height:17px;"></div>
1374
+ <div class="loadstackframe" style="left:1640px; top:1px; width:18px; height:19px;"></div>
1375
+ <div class="free" style="left:1641px; top:2px; width:16px; height:17px;"></div>
1376
+ <div class="loadstackframe" style="left:1660px; top:1px; width:18px; height:19px;"></div>
1377
+ <div class="free" style="left:1661px; top:2px; width:16px; height:17px;"></div>
1378
+ <div class="loadstackframe" style="left:1680px; top:1px; width:18px; height:19px;"></div>
1379
+ <div class="free" style="left:1681px; top:2px; width:16px; height:17px;"></div>
1380
+ <div class="loadstackframe" style="left:1700px; top:1px; width:18px; height:19px;"></div>
1381
+ <div class="free" style="left:1701px; top:2px; width:16px; height:17px;"></div>
1382
+ <div class="loadstackframe" style="left:1720px; top:1px; width:18px; height:19px;"></div>
1383
+ <div class="free" style="left:1721px; top:2px; width:16px; height:17px;"></div>
1384
+ <div class="loadstackframe" style="left:1780px; top:1px; width:18px; height:19px;"></div>
1385
+ <div class="free" style="left:1781px; top:2px; width:16px; height:17px;"></div>
1386
+ <div class="loadstackframe" style="left:1800px; top:1px; width:18px; height:19px;"></div>
1387
+ <div class="free" style="left:1801px; top:2px; width:16px; height:17px;"></div>
1388
+ <div class="loadstackframe" style="left:1820px; top:1px; width:18px; height:19px;"></div>
1389
+ <div class="free" style="left:1821px; top:2px; width:16px; height:17px;"></div>
1390
+ <div class="loadstackframe" style="left:1840px; top:1px; width:18px; height:19px;"></div>
1391
+ <div class="free" style="left:1841px; top:2px; width:16px; height:17px;"></div>
1392
+ <div class="loadstackframe" style="left:1860px; top:1px; width:18px; height:19px;"></div>
1393
+ <div class="free" style="left:1861px; top:2px; width:16px; height:17px;"></div>
1394
+ <div class="loadstackframe" style="left:1920px; top:1px; width:18px; height:19px;"></div>
1395
+ <div class="free" style="left:1921px; top:2px; width:16px; height:17px;"></div>
1396
+ <div class="loadstackframe" style="left:1940px; top:1px; width:18px; height:19px;"></div>
1397
+ <div class="free" style="left:1941px; top:2px; width:16px; height:17px;"></div>
1398
+ <div class="loadstackframe" style="left:1960px; top:1px; width:18px; height:19px;"></div>
1399
+ <div class="free" style="left:1961px; top:2px; width:16px; height:17px;"></div>
1400
+ <div class="loadstackframe" style="left:1980px; top:1px; width:18px; height:19px;"></div>
1401
+ <div class="free" style="left:1981px; top:2px; width:16px; height:17px;"></div>
1402
+ <div class="loadstackframe" style="left:2000px; top:1px; width:18px; height:19px;"></div>
1403
+ <div class="free" style="left:2001px; top:2px; width:16px; height:17px;"></div>
1404
+ <div class="nowline" style="left:971px; top:0px; width:1px; height:21px;"></div>
1405
+ </div>
1406
+ </div></div></td>
1407
+ </tr>
1408
+ <tr class="tabhead" style="height:19px; font-size:15px;"/>
1409
+ <tr class="tabline" style="height:21px; font-size:12px; ">
1410
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:3px; ">Dim Sung</div></td>
1411
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; "><a href="mailto:sung@crappysoftware.com">sung@crappysoftware.com</a></div></td>
1412
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; ">x482</div></td>
1413
+ </tr>
1414
+ <tr class="tabline" style="height:21px; font-size:12px; ">
1415
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:3px; ">Klaus Müller</div></td>
1416
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; "><a href="mailto:Klaus.Mueller@crappysoftware.com">Klaus.Mueller@crappysoftware.com</a></div></td>
1417
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; ">x490</div></td>
1418
+ </tr>
1419
+ <tr class="tabline" style="height:21px; font-size:12px; ">
1420
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:3px; ">Paul Smith</div></td>
1421
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; "><a href="mailto:paul@crappysoftware.com">paul@crappysoftware.com</a></div></td>
1422
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; ">x362</div></td>
1423
+ </tr>
1424
+ <tr class="tabline" style="height:21px; font-size:12px; ">
1425
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:3px; ">Peter Murphy</div></td>
1426
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; "><a href="mailto:murphy@crappysoftware.com">murphy@crappysoftware.com</a></div></td>
1427
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; ">x666</div></td>
1428
+ </tr>
1429
+ <tr class="tabline" style="height:21px; font-size:12px; ">
1430
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:3px; ">Sébastien Bono</div></td>
1431
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; "><a href="mailto:SBono@crappysoftware.com">SBono@crappysoftware.com</a></div></td>
1432
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; ">x234</div></td>
1433
+ </tr>
1434
+ <tr style="height:18px">
1435
+ <td/>
1436
+ <td/>
1437
+ <td/>
1438
+ </tr>
1439
+ </tbody></table></td></tr>
1440
+ <tr style="font-size:10px;"><td style="padding-left:1px; padding-right:1px;"><table class="legendback" style="width:100%" border="0" cellspacing="1" align="center"><tbody>
1441
+ <tr><td colspan="8" style="height:5px"/></tr>
1442
+ <tr>
1443
+ <td style="width:19%; padding-left:10px; ">Resource assigned to task(s)</td>
1444
+ <td style="width:8%"><div style="position:relative; width:20px; height:15px">
1445
+ <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
1446
+ <div class="busy" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
1447
+ </div></td>
1448
+ <td style="width:9%"/>
1449
+ <td style="width:19%; padding-left:10px; ">Resource available</td>
1450
+ <td style="width:8%"><div style="position:relative; width:20px; height:15px">
1451
+ <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
1452
+ <div class="free" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
1453
+ </div></td>
1454
+ <td style="width:9%"/>
1455
+ <td style="width:19%; padding-left:10px; ">Resource off-duty</td>
1456
+ <td style="width:8%"><div style="position:relative; width:20px; height:15px">
1457
+ <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
1458
+ <div class="offduty" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
1459
+ </div></td>
1460
+ </tr>
1461
+ <tr><td colspan="8" style="height:5px"/></tr>
1462
+ </tbody></table></td></tr>
1463
+ <tr style="font-size:9px"><td class="tabfooter">© 2002 Crappy Software, Inc. - Project: Accounting Software Version: 1.0 - Created on 2009-04-20 09:44:54 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.2</td></tr>
1464
+ </tbody>
1465
+ </table>
1466
+ </div></body>
1467
+ </html>