taskjuggler 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (495) hide show
  1. data/benchmarks/UTF-8-Strings.rb +58 -0
  2. data/data/css/tjmanual.css +52 -0
  3. data/data/css/tjreport.css +195 -0
  4. data/data/icons/details.png +0 -0
  5. data/data/icons/flag-green.png +0 -0
  6. data/data/icons/flag-red.png +0 -0
  7. data/data/icons/flag-yellow.png +0 -0
  8. data/data/icons/resource.png +0 -0
  9. data/data/icons/resourcegroup.png +0 -0
  10. data/data/icons/task.png +0 -0
  11. data/data/icons/taskgroup.png +0 -0
  12. data/data/icons/trend-down.png +0 -0
  13. data/data/icons/trend-flat.png +0 -0
  14. data/data/icons/trend-up.png +0 -0
  15. data/data/scripts/wz_tooltip.js +1301 -0
  16. data/doc/classes/AppConfig.html +298 -230
  17. data/doc/classes/Arguments.html +8 -8
  18. data/doc/classes/Object.html +7 -7
  19. data/doc/classes/String.html +89 -89
  20. data/doc/classes/TaskJuggler.html +396 -264
  21. data/doc/classes/TaskJuggler/Account.html +18 -18
  22. data/doc/classes/TaskJuggler/AccountAttribute.html +26 -26
  23. data/doc/classes/TaskJuggler/AccountScenario.html +12 -12
  24. data/doc/classes/TaskJuggler/Allocation.html +30 -30
  25. data/doc/classes/TaskJuggler/AllocationAttribute.html +26 -26
  26. data/doc/classes/TaskJuggler/AttributeBase.html +227 -115
  27. data/doc/classes/TaskJuggler/AttributeDefinition.html +6 -6
  28. data/doc/classes/TaskJuggler/BatchProcessor.html +117 -83
  29. data/doc/classes/TaskJuggler/Booking.html +18 -18
  30. data/doc/classes/TaskJuggler/BookingListAttribute.html +26 -26
  31. data/doc/classes/TaskJuggler/BooleanAttribute.html +26 -26
  32. data/doc/classes/TaskJuggler/CSVFile.html +24 -24
  33. data/doc/classes/TaskJuggler/CellSettingPattern.html +201 -0
  34. data/doc/classes/TaskJuggler/CellSettingPatternList.html +253 -0
  35. data/doc/classes/TaskJuggler/Charge.html +18 -18
  36. data/doc/classes/TaskJuggler/ChargeListAttribute.html +20 -20
  37. data/doc/classes/TaskJuggler/ChargeSet.html +37 -37
  38. data/doc/classes/TaskJuggler/ChargeSetListAttribute.html +26 -26
  39. data/doc/classes/TaskJuggler/ColumnListAttribute.html +20 -20
  40. data/doc/classes/TaskJuggler/ColumnTable.html +40 -40
  41. data/doc/classes/TaskJuggler/DateAttribute.html +54 -15
  42. data/doc/classes/TaskJuggler/DefinitionListAttribute.html +10 -10
  43. data/doc/classes/TaskJuggler/DependencyListAttribute.html +47 -47
  44. data/doc/classes/TaskJuggler/DurationAttribute.html +30 -30
  45. data/doc/classes/TaskJuggler/FixnumAttribute.html +20 -20
  46. data/doc/classes/TaskJuggler/FlagListAttribute.html +43 -43
  47. data/doc/classes/TaskJuggler/FloatAttribute.html +30 -30
  48. data/doc/classes/TaskJuggler/FormatListAttribute.html +21 -21
  49. data/doc/classes/TaskJuggler/GanttChart.html +48 -48
  50. data/doc/classes/TaskJuggler/GanttContainer.html +42 -42
  51. data/doc/classes/TaskJuggler/GanttHeader.html +12 -12
  52. data/doc/classes/TaskJuggler/GanttHeaderScaleItem.html +12 -12
  53. data/doc/classes/TaskJuggler/GanttLine.html +24 -24
  54. data/doc/classes/TaskJuggler/GanttLoadStack.html +18 -18
  55. data/doc/classes/TaskJuggler/GanttMilestone.html +42 -42
  56. data/doc/classes/TaskJuggler/GanttRouter.html +24 -24
  57. data/doc/classes/TaskJuggler/GanttTaskBar.html +42 -42
  58. data/doc/classes/TaskJuggler/HTMLDocument.html +13 -13
  59. data/doc/classes/TaskJuggler/HTMLGraphics.html +12 -12
  60. data/doc/classes/TaskJuggler/Interval.html +57 -57
  61. data/doc/classes/TaskJuggler/IntervalListAttribute.html +47 -47
  62. data/doc/classes/TaskJuggler/JobInfo.html +68 -12
  63. data/doc/classes/TaskJuggler/Journal.html +266 -20
  64. data/doc/classes/TaskJuggler/JournalEntry.html +79 -23
  65. data/doc/classes/TaskJuggler/JournalEntryList.html +454 -0
  66. data/doc/classes/TaskJuggler/KeywordArray.html +10 -10
  67. data/doc/classes/TaskJuggler/KeywordDocumentation.html +171 -170
  68. data/doc/classes/TaskJuggler/Limits.html +36 -36
  69. data/doc/classes/TaskJuggler/Limits/Limit.html +30 -30
  70. data/doc/classes/TaskJuggler/LimitsAttribute.html +40 -40
  71. data/doc/classes/TaskJuggler/ListAttributeBase.html +20 -20
  72. data/doc/classes/TaskJuggler/Log.html +145 -107
  73. data/doc/classes/TaskJuggler/LogicalAttribute.html +65 -36
  74. data/doc/classes/TaskJuggler/LogicalExpression.html +61 -24
  75. data/doc/classes/TaskJuggler/LogicalExpressionAttribute.html +20 -20
  76. data/doc/classes/TaskJuggler/LogicalFlag.html +31 -51
  77. data/doc/classes/TaskJuggler/LogicalFunction.html +64 -53
  78. data/doc/classes/TaskJuggler/LogicalOperation.html +103 -55
  79. data/doc/classes/TaskJuggler/Macro.html +6 -6
  80. data/doc/classes/TaskJuggler/MacroParser.html +36 -36
  81. data/doc/classes/TaskJuggler/MacroTable.html +37 -37
  82. data/doc/classes/TaskJuggler/Message.html +12 -12
  83. data/doc/classes/TaskJuggler/MessageHandler.html +32 -20
  84. data/doc/classes/TaskJuggler/Navigator.html +110 -46
  85. data/doc/classes/TaskJuggler/NavigatorElement.html +449 -0
  86. data/doc/classes/TaskJuggler/OnShiftCache.html +24 -24
  87. data/doc/classes/TaskJuggler/Project.html +1158 -893
  88. data/doc/classes/TaskJuggler/ProjectFileParser.html +94 -91
  89. data/doc/classes/TaskJuggler/PropertyAttribute.html +20 -20
  90. data/doc/classes/TaskJuggler/PropertyList.html +225 -155
  91. data/doc/classes/TaskJuggler/PropertySet.html +375 -332
  92. data/doc/classes/TaskJuggler/PropertyTreeNode.html +750 -510
  93. data/doc/classes/TaskJuggler/Query.html +404 -139
  94. data/doc/classes/TaskJuggler/{RTPNavigator.html → RTFNavigator.html} +57 -56
  95. data/doc/classes/TaskJuggler/RTFQuery.html +343 -0
  96. data/doc/classes/TaskJuggler/{RTPReport.html → RTFReport.html} +70 -67
  97. data/doc/classes/TaskJuggler/RealFormat.html +18 -18
  98. data/doc/classes/TaskJuggler/RealFormatAttribute.html +10 -10
  99. data/doc/classes/TaskJuggler/ReferenceAttribute.html +107 -40
  100. data/doc/classes/TaskJuggler/RemoteServiceManager.html +335 -0
  101. data/doc/classes/TaskJuggler/Report.html +66 -64
  102. data/doc/classes/TaskJuggler/ReportBase.html +112 -123
  103. data/doc/classes/TaskJuggler/ReportContext.html +43 -38
  104. data/doc/classes/TaskJuggler/ReportServer.html +320 -0
  105. data/doc/classes/TaskJuggler/ReportTable.html +42 -42
  106. data/doc/classes/TaskJuggler/ReportTableCell.html +221 -129
  107. data/doc/classes/TaskJuggler/ReportTableColumn.html +27 -27
  108. data/doc/classes/TaskJuggler/ReportTableLegend.html +24 -24
  109. data/doc/classes/TaskJuggler/ReportTableLine.html +126 -80
  110. data/doc/classes/TaskJuggler/Resource.html +12 -12
  111. data/doc/classes/TaskJuggler/ResourceListAttribute.html +82 -47
  112. data/doc/classes/TaskJuggler/ResourceListRE.html +43 -39
  113. data/doc/classes/TaskJuggler/ResourceScenario.html +413 -321
  114. data/doc/classes/TaskJuggler/RichText.html +64 -248
  115. data/doc/classes/TaskJuggler/RichTextAttribute.html +94 -30
  116. data/doc/classes/TaskJuggler/RichTextDocument.html +87 -85
  117. data/doc/classes/TaskJuggler/RichTextElement.html +456 -363
  118. data/doc/classes/TaskJuggler/RichTextException.html +13 -13
  119. data/doc/classes/TaskJuggler/{RichTextProtocolExample.html → RichTextFunctionExample.html} +64 -63
  120. data/doc/classes/TaskJuggler/{RichTextProtocolHandler.html → RichTextFunctionHandler.html} +42 -36
  121. data/doc/classes/TaskJuggler/RichTextIntermediate.html +563 -0
  122. data/doc/classes/TaskJuggler/RichTextParser.html +54 -51
  123. data/doc/classes/TaskJuggler/RichTextScanner.html +94 -92
  124. data/doc/classes/TaskJuggler/RichTextSnip.html +96 -60
  125. data/doc/classes/TaskJuggler/RichTextSyntaxRules.html +369 -227
  126. data/doc/classes/TaskJuggler/Scenario.html +6 -6
  127. data/doc/classes/TaskJuggler/ScenarioData.html +37 -37
  128. data/doc/classes/TaskJuggler/ScenarioListAttribute.html +31 -31
  129. data/doc/classes/TaskJuggler/Scoreboard.html +66 -66
  130. data/doc/classes/TaskJuggler/Shift.html +18 -18
  131. data/doc/classes/TaskJuggler/ShiftAssignment.html +54 -54
  132. data/doc/classes/TaskJuggler/ShiftAssignments.html +78 -78
  133. data/doc/classes/TaskJuggler/ShiftAssignmentsAttribute.html +40 -40
  134. data/doc/classes/TaskJuggler/ShiftScenario.html +24 -24
  135. data/doc/classes/TaskJuggler/SortListAttribute.html +22 -22
  136. data/doc/classes/TaskJuggler/SourceFileInfo.html +12 -12
  137. data/doc/classes/TaskJuggler/StringAttribute.html +30 -30
  138. data/doc/classes/TaskJuggler/SymbolAttribute.html +20 -20
  139. data/doc/classes/TaskJuggler/SyntaxReference.html +42 -42
  140. data/doc/classes/TaskJuggler/TOCEntry.html +12 -12
  141. data/doc/classes/TaskJuggler/TSResourceRecord.html +197 -0
  142. data/doc/classes/TaskJuggler/TSTaskRecord.html +215 -0
  143. data/doc/classes/TaskJuggler/TableColumnDefinition.html +64 -43
  144. data/doc/classes/TaskJuggler/TableOfContents.html +18 -18
  145. data/doc/classes/TaskJuggler/TableReport.html +447 -468
  146. data/doc/classes/TaskJuggler/Task.html +12 -12
  147. data/doc/classes/TaskJuggler/TaskDependency.html +12 -12
  148. data/doc/classes/TaskJuggler/TaskListAttribute.html +47 -47
  149. data/doc/classes/TaskJuggler/TaskListRE.html +43 -39
  150. data/doc/classes/TaskJuggler/TaskScenario.html +529 -282
  151. data/doc/classes/TaskJuggler/TextParser.html +215 -194
  152. data/doc/classes/TaskJuggler/TextParser/Pattern.html +97 -97
  153. data/doc/classes/TaskJuggler/TextParser/Rule.html +84 -84
  154. data/doc/classes/TaskJuggler/TextParser/StackElement.html +16 -15
  155. data/doc/classes/TaskJuggler/TextParser/TextParserResultArray.html +12 -12
  156. data/doc/classes/TaskJuggler/TextParser/TokenDoc.html +6 -6
  157. data/doc/classes/TaskJuggler/TextReport.html +77 -74
  158. data/doc/classes/TaskJuggler/TextScanner.html +294 -281
  159. data/doc/classes/TaskJuggler/TextScanner/BufferStreamHandle.html +70 -70
  160. data/doc/classes/TaskJuggler/TextScanner/FileStreamHandle.html +59 -60
  161. data/doc/classes/TaskJuggler/TextScanner/StreamHandle.html +12 -12
  162. data/doc/classes/TaskJuggler/TimeSheetReport.html +406 -0
  163. data/doc/classes/TaskJuggler/TjException.html +6 -6
  164. data/doc/classes/TaskJuggler/TjTime.html +522 -513
  165. data/doc/classes/TaskJuggler/TjpExample.html +25 -25
  166. data/doc/classes/TaskJuggler/TjpExportRE.html +21 -24
  167. data/doc/classes/TaskJuggler/TjpSyntaxRules.html +6177 -4318
  168. data/doc/classes/TaskJuggler/UserManual.html +212 -213
  169. data/doc/classes/TaskJuggler/WorkingHours.html +49 -49
  170. data/doc/classes/TaskJuggler/WorkingHoursAttribute.html +53 -53
  171. data/doc/classes/TaskJuggler/XMLBlob.html +21 -21
  172. data/doc/classes/TaskJuggler/XMLComment.html +21 -21
  173. data/doc/classes/TaskJuggler/XMLDocument.html +27 -26
  174. data/doc/classes/TaskJuggler/XMLElement.html +86 -50
  175. data/doc/classes/TaskJuggler/XMLNamedText.html +11 -11
  176. data/doc/classes/TaskJuggler/XMLText.html +36 -36
  177. data/doc/files/COPYING.html +1 -1
  178. data/doc/files/README.html +1 -1
  179. data/doc/files/lib/AccountScenario_rb.html +3 -2
  180. data/doc/files/lib/Account_rb.html +3 -2
  181. data/doc/files/lib/Allocation_rb.html +3 -2
  182. data/doc/files/lib/AppConfig_rb.html +5 -2
  183. data/doc/files/lib/AttributeBase_rb.html +3 -2
  184. data/doc/files/lib/AttributeDefinition_rb.html +3 -2
  185. data/doc/files/lib/Attributes_rb.html +3 -2
  186. data/doc/files/lib/BatchProcessor_rb.html +4 -3
  187. data/doc/files/lib/Booking_rb.html +3 -2
  188. data/doc/files/lib/ChargeSet_rb.html +3 -2
  189. data/doc/files/lib/Charge_rb.html +3 -2
  190. data/doc/files/lib/HTMLDocument_rb.html +3 -2
  191. data/doc/files/lib/Interval_rb.html +3 -2
  192. data/doc/files/lib/Journal_rb.html +4 -3
  193. data/doc/files/lib/KeywordArray_rb.html +3 -2
  194. data/doc/files/lib/KeywordDocumentation_rb.html +3 -2
  195. data/doc/files/lib/Limits_rb.html +3 -2
  196. data/doc/files/lib/Log_rb.html +3 -2
  197. data/doc/files/lib/LogicalExpression_rb.html +3 -2
  198. data/doc/files/lib/LogicalFunction_rb.html +3 -2
  199. data/doc/files/lib/LogicalOperation_rb.html +3 -2
  200. data/doc/files/lib/MacroParser_rb.html +3 -2
  201. data/doc/files/lib/MacroTable_rb.html +3 -2
  202. data/doc/files/lib/MessageHandler_rb.html +3 -2
  203. data/doc/files/lib/Message_rb.html +3 -2
  204. data/doc/files/lib/ProjectFileParser_rb.html +7 -4
  205. data/doc/files/lib/Project_rb.html +3 -2
  206. data/doc/files/lib/PropertyList_rb.html +3 -2
  207. data/doc/files/lib/PropertySet_rb.html +3 -2
  208. data/doc/files/lib/PropertyTreeNode_rb.html +3 -2
  209. data/doc/files/lib/Query_rb.html +3 -2
  210. data/doc/files/lib/{RTPNavigator_rb.html → RTFNavigator_rb.html} +8 -7
  211. data/doc/files/lib/RTFQuery_rb.html +121 -0
  212. data/doc/files/lib/{RTPReport_rb.html → RTFReport_rb.html} +8 -7
  213. data/doc/files/lib/RealFormat_rb.html +3 -2
  214. data/doc/files/lib/RemoteServiceManager_rb.html +117 -0
  215. data/doc/files/lib/ReportServer_rb.html +107 -0
  216. data/doc/files/lib/ResourceScenario_rb.html +3 -2
  217. data/doc/files/lib/Resource_rb.html +3 -2
  218. data/doc/files/lib/RichTextDocument_rb.html +4 -3
  219. data/doc/files/lib/RichTextElement_rb.html +3 -2
  220. data/doc/files/lib/{RichTextProtocolExample_rb.html → RichTextFunctionExample_rb.html} +8 -7
  221. data/doc/files/lib/{RichTextProtocolHandler_rb.html → RichTextFunctionHandler_rb.html} +7 -6
  222. data/doc/files/lib/RichTextParser_rb.html +3 -2
  223. data/doc/files/lib/RichTextScanner_rb.html +3 -2
  224. data/doc/files/lib/RichTextSnip_rb.html +3 -2
  225. data/doc/files/lib/RichTextSyntaxRules_rb.html +3 -2
  226. data/doc/files/lib/RichText_rb.html +3 -2
  227. data/doc/files/lib/ScenarioData_rb.html +3 -2
  228. data/doc/files/lib/Scenario_rb.html +3 -2
  229. data/doc/files/lib/Scoreboard_rb.html +3 -2
  230. data/doc/files/lib/ShiftAssignments_rb.html +3 -2
  231. data/doc/files/lib/ShiftScenario_rb.html +3 -2
  232. data/doc/files/lib/Shift_rb.html +3 -2
  233. data/doc/files/lib/SourceFileInfo_rb.html +3 -2
  234. data/doc/files/lib/SyntaxReference_rb.html +3 -2
  235. data/doc/files/lib/TOCEntry_rb.html +3 -2
  236. data/doc/files/lib/TableColumnDefinition_rb.html +3 -2
  237. data/doc/files/lib/TableOfContents_rb.html +3 -2
  238. data/doc/files/lib/TaskDependency_rb.html +3 -2
  239. data/doc/files/lib/TaskJuggler_rb.html +7 -2
  240. data/doc/files/lib/TaskScenario_rb.html +3 -2
  241. data/doc/files/lib/Task_rb.html +3 -2
  242. data/doc/files/lib/TextParser/Pattern_rb.html +4 -3
  243. data/doc/files/lib/TextParser/Rule_rb.html +4 -3
  244. data/doc/files/lib/TextParser/StackElement_rb.html +4 -3
  245. data/doc/files/lib/TextParser/TokenDoc_rb.html +4 -3
  246. data/doc/files/lib/TextParser_rb.html +3 -2
  247. data/doc/files/lib/TextScanner_rb.html +3 -2
  248. data/doc/files/lib/Tj3Config_rb.html +3 -2
  249. data/doc/files/lib/TjException_rb.html +3 -2
  250. data/doc/files/lib/TjTime_rb.html +3 -2
  251. data/doc/files/lib/TjpExample_rb.html +3 -2
  252. data/doc/files/lib/TjpSyntaxRules_rb.html +3 -2
  253. data/doc/files/lib/UTF8String_rb.html +14 -6
  254. data/doc/files/lib/UserManual_rb.html +6 -3
  255. data/doc/files/lib/WorkingHours_rb.html +3 -2
  256. data/doc/files/lib/XMLDocument_rb.html +3 -2
  257. data/doc/files/lib/XMLElement_rb.html +3 -2
  258. data/doc/files/lib/deep_copy_rb.html +3 -2
  259. data/doc/files/lib/reports/CSVFile_rb.html +3 -2
  260. data/doc/files/lib/reports/ColumnTable_rb.html +3 -2
  261. data/doc/files/lib/reports/GanttChart_rb.html +3 -2
  262. data/doc/files/lib/reports/GanttContainer_rb.html +3 -2
  263. data/doc/files/lib/reports/GanttHeaderScaleItem_rb.html +3 -2
  264. data/doc/files/lib/reports/GanttHeader_rb.html +3 -2
  265. data/doc/files/lib/reports/GanttLine_rb.html +3 -2
  266. data/doc/files/lib/reports/GanttLoadStack_rb.html +3 -2
  267. data/doc/files/lib/reports/GanttMilestone_rb.html +3 -2
  268. data/doc/files/lib/reports/GanttRouter_rb.html +3 -2
  269. data/doc/files/lib/reports/GanttTaskBar_rb.html +3 -2
  270. data/doc/files/lib/reports/HTMLGraphics_rb.html +3 -2
  271. data/doc/files/lib/reports/Navigator_rb.html +3 -2
  272. data/doc/files/lib/reports/ReportBase_rb.html +3 -2
  273. data/doc/files/lib/reports/ReportContext_rb.html +3 -2
  274. data/doc/files/lib/reports/ReportTableCell_rb.html +3 -2
  275. data/doc/files/lib/reports/ReportTableColumn_rb.html +3 -2
  276. data/doc/files/lib/reports/ReportTableLegend_rb.html +3 -2
  277. data/doc/files/lib/reports/ReportTableLine_rb.html +3 -2
  278. data/doc/files/lib/reports/ReportTable_rb.html +3 -2
  279. data/doc/files/lib/reports/Report_rb.html +7 -2
  280. data/doc/files/lib/reports/ResourceListRE_rb.html +3 -2
  281. data/doc/files/lib/reports/TableReport_rb.html +3 -2
  282. data/doc/files/lib/reports/TaskListRE_rb.html +3 -2
  283. data/doc/files/lib/reports/TextReport_rb.html +4 -3
  284. data/doc/files/lib/reports/TimeSheetReport_rb.html +117 -0
  285. data/doc/files/lib/reports/TjpExportRE_rb.html +3 -2
  286. data/doc/files/lib/taskjuggler3_rb.html +94 -77
  287. data/doc/files/lib/tj3client_rb.html +280 -0
  288. data/doc/files/lib/tj3man_rb.html +10 -9
  289. data/doc/fr_class_index.html +27 -5
  290. data/doc/fr_file_index.html +15 -7
  291. data/doc/fr_method_index.html +1312 -1020
  292. data/examples/tutorial.tjp +113 -14
  293. data/gem_spec.rb +2 -1
  294. data/lib/Account.rb +1 -1
  295. data/lib/AccountScenario.rb +1 -1
  296. data/lib/Allocation.rb +1 -1
  297. data/lib/AppConfig.rb +23 -10
  298. data/lib/AttributeBase.rb +34 -6
  299. data/lib/AttributeDefinition.rb +1 -1
  300. data/lib/Attributes.rb +51 -16
  301. data/lib/BatchProcessor.rb +204 -77
  302. data/lib/Booking.rb +1 -1
  303. data/lib/Charge.rb +1 -1
  304. data/lib/ChargeSet.rb +1 -1
  305. data/lib/HTMLDocument.rb +2 -2
  306. data/lib/Interval.rb +1 -1
  307. data/lib/Journal.rb +231 -9
  308. data/lib/KeywordArray.rb +1 -1
  309. data/lib/KeywordDocumentation.rb +6 -4
  310. data/lib/Limits.rb +1 -1
  311. data/lib/Log.rb +8 -1
  312. data/lib/LogicalExpression.rb +14 -13
  313. data/lib/LogicalFunction.rb +88 -14
  314. data/lib/LogicalOperation.rb +124 -53
  315. data/lib/MacroParser.rb +1 -1
  316. data/lib/MacroTable.rb +2 -2
  317. data/lib/Message.rb +1 -1
  318. data/lib/MessageHandler.rb +7 -3
  319. data/lib/Project.rb +93 -14
  320. data/lib/ProjectFileParser.rb +30 -15
  321. data/lib/PropertyList.rb +103 -36
  322. data/lib/PropertySet.rb +22 -10
  323. data/lib/PropertyTreeNode.rb +120 -15
  324. data/lib/Query.rb +119 -48
  325. data/lib/{RTPNavigator.rb → RTFNavigator.rb} +11 -10
  326. data/lib/RTFQuery.rb +166 -0
  327. data/lib/{RTPReport.rb → RTFReport.rb} +11 -8
  328. data/lib/RealFormat.rb +1 -1
  329. data/lib/RemoteServiceManager.rb +80 -0
  330. data/lib/ReportServer.rb +66 -0
  331. data/lib/Resource.rb +1 -1
  332. data/lib/ResourceScenario.rb +48 -19
  333. data/lib/RichText.rb +98 -41
  334. data/lib/RichTextDocument.rb +10 -8
  335. data/lib/RichTextElement.rb +72 -28
  336. data/lib/{RichTextProtocolExample.rb → RichTextFunctionExample.rb} +8 -7
  337. data/lib/{RichTextProtocolHandler.rb → RichTextFunctionHandler.rb} +12 -14
  338. data/lib/RichTextParser.rb +6 -3
  339. data/lib/RichTextScanner.rb +91 -19
  340. data/lib/RichTextSnip.rb +8 -3
  341. data/lib/RichTextSyntaxRules.rb +103 -45
  342. data/lib/Scenario.rb +1 -1
  343. data/lib/ScenarioData.rb +2 -2
  344. data/lib/Scoreboard.rb +1 -1
  345. data/lib/Shift.rb +1 -1
  346. data/lib/ShiftAssignments.rb +1 -1
  347. data/lib/ShiftScenario.rb +1 -1
  348. data/lib/SourceFileInfo.rb +1 -1
  349. data/lib/SyntaxReference.rb +2 -2
  350. data/lib/TOCEntry.rb +1 -1
  351. data/lib/TableColumnDefinition.rb +59 -16
  352. data/lib/TableOfContents.rb +1 -1
  353. data/lib/Task.rb +1 -1
  354. data/lib/TaskDependency.rb +1 -1
  355. data/lib/TaskJuggler.rb +31 -8
  356. data/lib/TaskScenario.rb +165 -16
  357. data/lib/TextParser.rb +36 -22
  358. data/lib/TextParser/Pattern.rb +3 -3
  359. data/lib/TextParser/Rule.rb +2 -2
  360. data/lib/TextParser/StackElement.rb +4 -3
  361. data/lib/TextParser/TokenDoc.rb +2 -2
  362. data/lib/TextScanner.rb +52 -37
  363. data/lib/Tj3Config.rb +6 -5
  364. data/lib/TjException.rb +1 -1
  365. data/lib/TjTime.rb +12 -3
  366. data/lib/TjpExample.rb +1 -1
  367. data/lib/TjpSyntaxRules.rb +1044 -150
  368. data/lib/UTF8String.rb +2 -1
  369. data/lib/UserManual.rb +18 -70
  370. data/lib/WorkingHours.rb +3 -3
  371. data/lib/XMLDocument.rb +3 -2
  372. data/lib/XMLElement.rb +6 -1
  373. data/lib/deep_copy.rb +1 -1
  374. data/lib/reports/CSVFile.rb +1 -1
  375. data/lib/reports/ColumnTable.rb +9 -9
  376. data/lib/reports/GanttChart.rb +1 -1
  377. data/lib/reports/GanttContainer.rb +1 -1
  378. data/lib/reports/GanttHeader.rb +1 -1
  379. data/lib/reports/GanttHeaderScaleItem.rb +1 -1
  380. data/lib/reports/GanttLine.rb +40 -40
  381. data/lib/reports/GanttLoadStack.rb +1 -1
  382. data/lib/reports/GanttMilestone.rb +1 -1
  383. data/lib/reports/GanttRouter.rb +1 -1
  384. data/lib/reports/GanttTaskBar.rb +1 -1
  385. data/lib/reports/HTMLGraphics.rb +1 -1
  386. data/lib/reports/Navigator.rb +149 -22
  387. data/lib/reports/Report.rb +115 -172
  388. data/lib/reports/ReportBase.rb +22 -27
  389. data/lib/reports/ReportContext.rb +29 -15
  390. data/lib/reports/ReportTable.rb +1 -1
  391. data/lib/reports/ReportTableCell.rb +120 -27
  392. data/lib/reports/ReportTableColumn.rb +3 -3
  393. data/lib/reports/ReportTableLegend.rb +1 -1
  394. data/lib/reports/ReportTableLine.rb +10 -2
  395. data/lib/reports/ResourceListRE.rb +5 -1
  396. data/lib/reports/TableReport.rb +237 -287
  397. data/lib/reports/TaskListRE.rb +5 -1
  398. data/lib/reports/TextReport.rb +7 -4
  399. data/lib/reports/TimeSheetReport.rb +233 -0
  400. data/lib/reports/TjpExportRE.rb +2 -2
  401. data/lib/taskjuggler3.rb +27 -11
  402. data/lib/tj3client.rb +110 -0
  403. data/lib/tj3man.rb +4 -4
  404. data/manual/Getting_Started +0 -50
  405. data/manual/How_To_Contribute +6 -13
  406. data/manual/Installation +102 -28
  407. data/manual/Intro +11 -1
  408. data/manual/Reporting_Bugs +23 -7
  409. data/manual/Rich_Text_Attributes +59 -6
  410. data/manual/TaskJuggler_2x_Migration +27 -0
  411. data/manual/The_TaskJuggler_Syntax +104 -0
  412. data/manual/Tutorial +10 -9
  413. data/prj_cfg.rb +8 -2
  414. data/tasks/csts.rake +1 -1
  415. data/tasks/manual.rake +5 -3
  416. data/test/MessageChecker.rb +1 -1
  417. data/test/TestSuite/HTML-Reports/Alerts.html +172 -0
  418. data/test/TestSuite/HTML-Reports/Alerts.tjp +77 -0
  419. data/test/TestSuite/HTML-Reports/CellText.html +758 -0
  420. data/test/TestSuite/HTML-Reports/CellText.tjp +75 -0
  421. data/test/TestSuite/HTML-Reports/ColumnPeriods.html +156 -0
  422. data/test/TestSuite/HTML-Reports/ColumnPeriods.tjp +44 -0
  423. data/test/TestSuite/HTML-Reports/IsOngoing.html +172 -0
  424. data/test/TestSuite/HTML-Reports/IsOngoing.tjp +34 -0
  425. data/test/TestSuite/HTML-Reports/LogicalFunctions.html +80 -0
  426. data/test/TestSuite/HTML-Reports/LogicalFunctions.tjp +20 -0
  427. data/test/TestSuite/HTML-Reports/Query.html +31 -0
  428. data/test/TestSuite/HTML-Reports/Query.tjp +28 -0
  429. data/test/TestSuite/HTML-Reports/Sorting.tjp +68 -0
  430. data/test/TestSuite/HTML-Reports/TimeSheet.tjp +69 -0
  431. data/test/TestSuite/HTML-Reports/UDAQuery.tjp +27 -0
  432. data/test/TestSuite/HTML-Reports/css/tjmanual.css +52 -0
  433. data/test/TestSuite/HTML-Reports/css/tjreport.css +195 -0
  434. data/test/TestSuite/HTML-Reports/depArrows.html +842 -0
  435. data/test/TestSuite/HTML-Reports/icons/details.png +0 -0
  436. data/test/TestSuite/HTML-Reports/icons/flag-green.png +0 -0
  437. data/test/TestSuite/HTML-Reports/icons/flag-red.png +0 -0
  438. data/test/TestSuite/HTML-Reports/icons/flag-yellow.png +0 -0
  439. data/test/TestSuite/HTML-Reports/icons/resource.png +0 -0
  440. data/test/TestSuite/HTML-Reports/icons/resourcegroup.png +0 -0
  441. data/test/TestSuite/HTML-Reports/icons/task.png +0 -0
  442. data/test/TestSuite/HTML-Reports/icons/taskgroup.png +0 -0
  443. data/test/TestSuite/HTML-Reports/reference.tjp +7 -8
  444. data/test/TestSuite/HTML-Reports/scripts/scripts/wz_tooltip.js +1301 -0
  445. data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +1301 -0
  446. data/test/TestSuite/Scheduler/Correct/Mandatory.tjp +34 -0
  447. data/test/TestSuite/Syntax/Correct/Celltext.tjp +2 -1
  448. data/test/TestSuite/Syntax/Correct/Journal.tjp +2 -2
  449. data/test/TestSuite/Syntax/Correct/LogicalExpression.tjp +2 -1
  450. data/test/TestSuite/Syntax/Correct/LogicalFunction.tjp +20 -0
  451. data/test/TestSuite/Syntax/Correct/Query.tjp +18 -0
  452. data/test/TestSuite/Syntax/Correct/StatusSheet.tjp +45 -0
  453. data/test/TestSuite/Syntax/Correct/TimeSheet.tjp +49 -0
  454. data/test/TestSuite/Syntax/Correct/icons/details.png +0 -0
  455. data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
  456. data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
  457. data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
  458. data/test/TestSuite/Syntax/Correct/icons/resource.png +0 -0
  459. data/test/TestSuite/Syntax/Correct/icons/resourcegroup.png +0 -0
  460. data/test/TestSuite/Syntax/Correct/icons/task.png +0 -0
  461. data/test/TestSuite/Syntax/Correct/icons/taskgroup.png +0 -0
  462. data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +1301 -0
  463. data/test/TestSuite/Syntax/Correct/tutorial.tjp +113 -14
  464. data/test/TestSuite/Syntax/Errors/macro_stack_overflow.tjp +28 -0
  465. data/test/TestSuite/Syntax/Errors/unsupported_token.tjp +12 -0
  466. data/test/all.rb +2 -2
  467. data/test/test_BatchProcessor.rb +42 -13
  468. data/test/test_CSV-Reports.rb +1 -1
  469. data/test/test_Journal.rb +176 -0
  470. data/test/test_Limits.rb +1 -1
  471. data/test/test_LogicalExpression.rb +14 -5
  472. data/test/test_MacroTable.rb +1 -1
  473. data/test/test_Project.rb +1 -1
  474. data/test/test_PropertySet.rb +1 -1
  475. data/test/test_Query.rb +1 -1
  476. data/test/test_RealFormat.rb +1 -1
  477. data/test/test_RichText.rb +30 -20
  478. data/test/test_Scheduler.rb +1 -1
  479. data/test/test_ShiftAssignments.rb +2 -2
  480. data/test/test_Syntax.rb +1 -1
  481. data/test/test_TextScanner.rb +1 -1
  482. data/test/test_TjTime.rb +1 -1
  483. data/test/test_TjpExample.rb +1 -1
  484. data/test/test_UTF8String.rb +1 -1
  485. data/test/test_WorkingHours.rb +1 -1
  486. data/test/test_deep_copy.rb +2 -2
  487. metadata +610 -532
  488. data/doc/files/lib/ms_test_rb.html +0 -90
  489. data/examples/ContactList.html +0 -1467
  490. data/examples/Deliveries.html +0 -485
  491. data/examples/Development.html +0 -2525
  492. data/examples/Overview.html +0 -747
  493. data/examples/Resource Graph.html +0 -616
  494. data/lib/ms_test.rb +0 -27
  495. data/test/TestSuite/HTML-Reports/reference-export.html +0 -187
@@ -1,90 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <title>File: ms_test.rb [TaskJuggler III API documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
9
- <script type="text/javascript">
10
- // <![CDATA[
11
-
12
- function popupCode( url ) {
13
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
14
- }
15
-
16
- function toggleCode( id ) {
17
- if ( document.getElementById )
18
- elem = document.getElementById( id );
19
- else if ( document.all )
20
- elem = eval( "document.all." + id );
21
- else
22
- return false;
23
-
24
- elemStyle = elem.style;
25
-
26
- if ( elemStyle.display != "block" ) {
27
- elemStyle.display = "block"
28
- } else {
29
- elemStyle.display = "none"
30
- }
31
-
32
- return true;
33
- }
34
-
35
- // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
38
- // ]]>
39
- </script>
40
-
41
- </head>
42
- <body>
43
-
44
-
45
- <div id="fileHeader">
46
- <h1>ms_test.rb</h1>
47
- <table class="header-table">
48
- <tr class="top-aligned-row">
49
- <td><strong>Path:</strong></td>
50
- <td>lib/ms_test.rb
51
-
52
- </td>
53
- </tr>
54
- <tr class="top-aligned-row">
55
- <td><strong>Last Update:</strong></td>
56
- <td>2009-06-25 14:20:13 +0200</td>
57
- </tr>
58
- </table>
59
- </div>
60
- <!-- banner header -->
61
-
62
- <div id="bodyContent">
63
-
64
- <div id="contextContent">
65
-
66
- </div>
67
-
68
-
69
- </div>
70
-
71
- <!-- if includes -->
72
-
73
- <div id="section">
74
-
75
-
76
-
77
-
78
- <!-- if method_list -->
79
-
80
-
81
-
82
-
83
- </div>
84
-
85
- <div id="validator-badges">
86
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
87
- </div>
88
-
89
- </body>
90
- </html>
@@ -1,1467 +0,0 @@
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>