taskjuggler 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (443) hide show
  1. data/{tasks/missing.rake → .gemtest} +0 -0
  2. data/CHANGELOG +27 -0
  3. data/Rakefile +8 -9
  4. data/bin/tj3 +2 -1
  5. data/bin/tj3client +2 -1
  6. data/bin/tj3d +2 -1
  7. data/bin/tj3man +2 -1
  8. data/bin/tj3ss_receiver +2 -1
  9. data/bin/tj3ss_sender +2 -1
  10. data/bin/tj3ts_receiver +2 -1
  11. data/bin/tj3ts_sender +2 -1
  12. data/bin/tj3ts_summary +2 -1
  13. data/data/tjp.vim +425 -419
  14. data/examples/Fedora-20/f-20.tjp +2442 -0
  15. data/examples/Fedora-20/icons/fedoralogo.png +0 -0
  16. data/examples/Fedora-20/reports.tji +423 -0
  17. data/lib/header.tmpl +13 -0
  18. data/lib/taskjuggler/AppConfig.rb +5 -0
  19. data/lib/taskjuggler/Attributes.rb +22 -0
  20. data/lib/taskjuggler/Journal.rb +273 -10
  21. data/lib/taskjuggler/Log.rb +9 -8
  22. data/lib/taskjuggler/Project.rb +28 -60
  23. data/lib/taskjuggler/ProjectFileScanner.rb +2 -1
  24. data/lib/taskjuggler/PropertySet.rb +3 -0
  25. data/lib/taskjuggler/PropertyTreeNode.rb +4 -0
  26. data/lib/taskjuggler/Query.rb +2 -1
  27. data/lib/taskjuggler/Resource.rb +0 -103
  28. data/lib/taskjuggler/RichText/RTFQuery.rb +42 -4
  29. data/lib/taskjuggler/SheetHandlerBase.rb +0 -20
  30. data/lib/taskjuggler/SheetReceiver.rb +23 -21
  31. data/lib/taskjuggler/Task.rb +3 -5
  32. data/lib/taskjuggler/TaskJuggler.rb +4 -0
  33. data/lib/taskjuggler/TaskScenario.rb +81 -103
  34. data/lib/taskjuggler/TextParser/Scanner.rb +19 -18
  35. data/lib/taskjuggler/Tj3Config.rb +1 -1
  36. data/lib/taskjuggler/TjpSyntaxRules.rb +180 -45
  37. data/lib/taskjuggler/UTF8String.rb +30 -0
  38. data/lib/taskjuggler/apps/Tj3.rb +1 -1
  39. data/lib/taskjuggler/apps/Tj3Man.rb +54 -2
  40. data/lib/taskjuggler/reports/ICalReport.rb +4 -4
  41. data/lib/taskjuggler/reports/NikuReport.rb +6 -0
  42. data/lib/taskjuggler/reports/Report.rb +5 -5
  43. data/lib/taskjuggler/reports/ReportContext.rb +4 -2
  44. data/lib/taskjuggler/reports/ResourceListRE.rb +10 -1
  45. data/lib/taskjuggler/reports/StatusSheetReport.rb +3 -0
  46. data/lib/taskjuggler/reports/TableReport.rb +8 -3
  47. data/lib/taskjuggler/reports/TimeSheetReport.rb +3 -0
  48. data/lib/updateheader.sh +15 -0
  49. data/manual/Installation +11 -22
  50. data/manual/Software +17 -3
  51. data/manual/html/Day_To_Day_Juggling.html +359 -0
  52. data/manual/html/Getting_Started.html +62 -0
  53. data/manual/html/How_To_Contribute.html +88 -0
  54. data/manual/html/Installation.html +172 -0
  55. data/manual/html/Intro.html +74 -0
  56. data/manual/html/Reporting_Bugs.html +47 -0
  57. data/manual/html/Rich_Text_Attributes.html +174 -0
  58. data/manual/html/Software.html +147 -0
  59. data/manual/html/TaskJuggler_2x_Migration.html +71 -0
  60. data/manual/html/TaskJuggler_Internals.html +61 -0
  61. data/manual/html/The_TaskJuggler_Syntax.html +89 -0
  62. data/manual/html/Tutorial.html +498 -0
  63. data/manual/html/account.html +152 -0
  64. data/manual/html/account.task.html +68 -0
  65. data/manual/html/accountprefix.html +67 -0
  66. data/manual/html/active.html +66 -0
  67. data/manual/html/adopt.task.html +73 -0
  68. data/manual/html/alert level.html +66 -0
  69. data/manual/html/alert.html +66 -0
  70. data/manual/html/allocate.html +92 -0
  71. data/manual/html/alphabet.html +33 -0
  72. data/manual/html/alternative.html +77 -0
  73. data/manual/html/author.html +69 -0
  74. data/manual/html/balance.html +73 -0
  75. data/manual/html/booking.resource.html +122 -0
  76. data/manual/html/booking.task.html +120 -0
  77. data/manual/html/caption.html +96 -0
  78. data/manual/html/cellcolor.column.html +71 -0
  79. data/manual/html/celltext.column.html +68 -0
  80. data/manual/html/center.html +67 -0
  81. data/manual/html/charge.html +89 -0
  82. data/manual/html/chargeset.html +73 -0
  83. data/manual/html/columnid.html +358 -0
  84. data/manual/html/columns.html +73 -0
  85. data/manual/html/complete.html +80 -0
  86. data/manual/html/copyright.html +97 -0
  87. data/manual/html/credit.html +117 -0
  88. data/{benchmarks → manual/html}/css/tjmanual.css +0 -0
  89. data/{benchmarks → manual/html}/css/tjreport.css +0 -0
  90. data/manual/html/currency.html +120 -0
  91. data/manual/html/currencyformat.html +99 -0
  92. data/manual/html/dailymax.html +144 -0
  93. data/manual/html/dailymin.html +132 -0
  94. data/manual/html/dailyworkinghours.html +90 -0
  95. data/manual/html/date.extend.html +77 -0
  96. data/manual/html/date.html +100 -0
  97. data/manual/html/definitions.html +94 -0
  98. data/manual/html/depends.html +110 -0
  99. data/manual/html/details.html +69 -0
  100. data/manual/html/disabled.html +85 -0
  101. data/manual/html/duration.html +133 -0
  102. data/manual/html/efficiency.html +93 -0
  103. data/manual/html/effort.html +134 -0
  104. data/manual/html/email.html +68 -0
  105. data/manual/html/enabled.html +69 -0
  106. data/manual/html/end.column.html +67 -0
  107. data/manual/html/end.html +87 -0
  108. data/manual/html/end.limit.html +69 -0
  109. data/manual/html/end.report.html +99 -0
  110. data/manual/html/end.timesheet.html +94 -0
  111. data/manual/html/endcredit.html +110 -0
  112. data/manual/html/epilog.html +72 -0
  113. data/manual/html/export.html +197 -0
  114. data/manual/html/extend.html +87 -0
  115. data/manual/html/fail.html +69 -0
  116. data/manual/html/fdl.html +430 -0
  117. data/manual/html/flags.account.html +66 -0
  118. data/manual/html/flags.html +66 -0
  119. data/manual/html/flags.journalentry.html +66 -0
  120. data/manual/html/flags.report.html +66 -0
  121. data/manual/html/flags.resource.html +68 -0
  122. data/manual/html/flags.statussheet.html +66 -0
  123. data/manual/html/flags.task.html +68 -0
  124. data/manual/html/flags.timesheet.html +66 -0
  125. data/manual/html/fontcolor.column.html +71 -0
  126. data/manual/html/footer.html +72 -0
  127. data/manual/html/formats.html +80 -0
  128. data/manual/html/functions.html +78 -0
  129. data/manual/html/gapduration.html +93 -0
  130. data/manual/html/gaplength.html +93 -0
  131. data/manual/html/halign.center.html +66 -0
  132. data/manual/html/halign.column.html +67 -0
  133. data/manual/html/halign.left.html +66 -0
  134. data/manual/html/halign.right.html +66 -0
  135. data/manual/html/hasalert.html +71 -0
  136. data/manual/html/header.html +72 -0
  137. data/manual/html/headline.html +69 -0
  138. data/manual/html/hidejournalentry.html +69 -0
  139. data/manual/html/hidereport.html +67 -0
  140. data/manual/html/hideresource.html +73 -0
  141. data/manual/html/hidetask.html +73 -0
  142. data/manual/html/icalreport.html +137 -0
  143. data/manual/html/include.macro.html +70 -0
  144. data/manual/html/include.project.html +71 -0
  145. data/manual/html/include.properties.html +168 -0
  146. data/manual/html/index.html +18 -0
  147. data/manual/html/inherit.extend.html +68 -0
  148. data/manual/html/interval1.html +99 -0
  149. data/manual/html/interval2.html +98 -0
  150. data/manual/html/interval3.html +99 -0
  151. data/manual/html/interval4.html +100 -0
  152. data/manual/html/isactive.html +67 -0
  153. data/manual/html/ischildof.html +67 -0
  154. data/manual/html/isdependencyof.html +75 -0
  155. data/manual/html/isdutyof.html +71 -0
  156. data/manual/html/isfeatureof.html +71 -0
  157. data/manual/html/isleaf.html +66 -0
  158. data/manual/html/ismilestone.html +67 -0
  159. data/manual/html/isongoing.html +67 -0
  160. data/manual/html/isresource.html +66 -0
  161. data/manual/html/istask.html +66 -0
  162. data/manual/html/journalattributes.html +107 -0
  163. data/manual/html/journalentry.html +83 -0
  164. data/manual/html/journalmode.html +83 -0
  165. data/manual/html/left.html +66 -0
  166. data/manual/html/length.html +104 -0
  167. data/manual/html/limits.allocate.html +72 -0
  168. data/manual/html/limits.html +72 -0
  169. data/manual/html/limits.resource.html +80 -0
  170. data/manual/html/limits.task.html +113 -0
  171. data/manual/html/listitem.column.html +66 -0
  172. data/manual/html/listtype.column.html +79 -0
  173. data/manual/html/loadunit.html +99 -0
  174. data/manual/html/logicalexpression.html +110 -0
  175. data/manual/html/logicalflagexpression.html +82 -0
  176. data/manual/html/macro.html +103 -0
  177. data/manual/html/managers.html +109 -0
  178. data/manual/html/mandatory.html +66 -0
  179. data/manual/html/maxend.html +69 -0
  180. data/manual/html/maximum.html +99 -0
  181. data/manual/html/maxstart.html +69 -0
  182. data/manual/html/milestone.html +71 -0
  183. data/manual/html/minend.html +69 -0
  184. data/manual/html/minimum.html +99 -0
  185. data/manual/html/minstart.html +69 -0
  186. data/manual/html/monthlymax.html +99 -0
  187. data/manual/html/monthlymin.html +99 -0
  188. data/manual/html/navbar.html +513 -0
  189. data/manual/html/navigator.html +70 -0
  190. data/manual/html/newtask.html +83 -0
  191. data/manual/html/nikureport.html +216 -0
  192. data/manual/html/note.task.html +68 -0
  193. data/manual/html/now.html +67 -0
  194. data/manual/html/numberformat.html +85 -0
  195. data/manual/html/onend.html +68 -0
  196. data/manual/html/onstart.html +68 -0
  197. data/manual/html/opennodes.html +66 -0
  198. data/manual/html/overtime.booking.html +76 -0
  199. data/manual/html/period.column.html +67 -0
  200. data/manual/html/period.limit.html +69 -0
  201. data/manual/html/period.report.html +69 -0
  202. data/manual/html/period.task.html +69 -0
  203. data/manual/html/persistent.html +66 -0
  204. data/manual/html/precedes.html +86 -0
  205. data/manual/html/priority.html +114 -0
  206. data/manual/html/priority.timesheet.html +68 -0
  207. data/manual/html/project.html +88 -0
  208. data/manual/html/projectid.html +66 -0
  209. data/manual/html/projectid.task.html +68 -0
  210. data/manual/html/projectids.html +66 -0
  211. data/manual/html/projection.html +75 -0
  212. data/manual/html/prolog.html +72 -0
  213. data/manual/html/properties.html +64 -0
  214. data/manual/html/purge.html +69 -0
  215. data/manual/html/rate.html +66 -0
  216. data/manual/html/rate.resource.html +68 -0
  217. data/manual/html/reference.extend.html +77 -0
  218. data/manual/html/remaining.html +117 -0
  219. data/manual/html/replace.html +66 -0
  220. data/manual/html/report.html +333 -0
  221. data/manual/html/reportprefix.html +67 -0
  222. data/manual/html/resource.html +194 -0
  223. data/manual/html/resourceattributes.html +83 -0
  224. data/manual/html/resourceprefix.html +67 -0
  225. data/manual/html/resourcereport.html +69 -0
  226. data/manual/html/resourceroot.html +90 -0
  227. data/manual/html/resources.limit.html +82 -0
  228. data/manual/html/responsible.html +69 -0
  229. data/manual/html/richtext.extend.html +78 -0
  230. data/manual/html/right.html +66 -0
  231. data/manual/html/rollupresource.html +92 -0
  232. data/manual/html/rolluptask.html +69 -0
  233. data/manual/html/scale.column.html +87 -0
  234. data/manual/html/scenario.html +123 -0
  235. data/manual/html/scenario.ical.html +67 -0
  236. data/manual/html/scenarios.export.html +66 -0
  237. data/manual/html/scenarios.html +66 -0
  238. data/manual/html/scenariospecific.extend.html +68 -0
  239. data/manual/html/scheduled.html +68 -0
  240. data/manual/html/scheduling.html +74 -0
  241. data/manual/html/select.html +86 -0
  242. data/manual/html/selfcontained.html +66 -0
  243. data/manual/html/shift.html +128 -0
  244. data/manual/html/shift.resource.html +74 -0
  245. data/manual/html/shift.task.html +74 -0
  246. data/manual/html/shift.timesheet.html +70 -0
  247. data/manual/html/shifts.allocate.html +71 -0
  248. data/manual/html/shifts.resource.html +73 -0
  249. data/manual/html/shifts.task.html +73 -0
  250. data/manual/html/shorttimeformat.html +67 -0
  251. data/manual/html/sloppy.booking.html +77 -0
  252. data/manual/html/sloppy.projection.html +66 -0
  253. data/manual/html/sortjournalentries.html +81 -0
  254. data/manual/html/sortresources.html +73 -0
  255. data/manual/html/sorttasks.html +73 -0
  256. data/manual/html/start.column.html +67 -0
  257. data/manual/html/start.html +78 -0
  258. data/manual/html/start.limit.html +69 -0
  259. data/manual/html/start.report.html +69 -0
  260. data/manual/html/startcredit.html +68 -0
  261. data/manual/html/status.statussheet.html +73 -0
  262. data/manual/html/status.timesheet.html +91 -0
  263. data/manual/html/statussheet.html +124 -0
  264. data/manual/html/statussheetreport.html +125 -0
  265. data/manual/html/strict.projection.html +66 -0
  266. data/manual/html/summary.html +69 -0
  267. data/manual/html/supplement.html +108 -0
  268. data/manual/html/supplement.resource.html +195 -0
  269. data/manual/html/supplement.task.html +329 -0
  270. data/manual/html/tagfile.html +73 -0
  271. data/manual/html/task.html +320 -0
  272. data/manual/html/task.statussheet.html +74 -0
  273. data/manual/html/task.timesheet.html +89 -0
  274. data/manual/html/taskattributes.html +115 -0
  275. data/manual/html/taskprefix.html +67 -0
  276. data/manual/html/taskreport.html +69 -0
  277. data/manual/html/taskroot.html +103 -0
  278. data/manual/html/text.extend.html +77 -0
  279. data/manual/html/textreport.html +66 -0
  280. data/manual/html/timeformat.html +160 -0
  281. data/manual/html/timeoff.nikureport.html +71 -0
  282. data/manual/html/timesheet.html +129 -0
  283. data/manual/html/timesheetreport.html +107 -0
  284. data/manual/html/timezone.export.html +66 -0
  285. data/manual/html/timezone.html +72 -0
  286. data/manual/html/timezone.report.html +66 -0
  287. data/manual/html/timezone.shift.html +70 -0
  288. data/manual/html/timingresolution.html +71 -0
  289. data/manual/html/title.column.html +67 -0
  290. data/manual/html/title.html +68 -0
  291. data/manual/html/toc.html +1330 -0
  292. data/manual/html/tooltip.column.html +72 -0
  293. data/manual/html/trackingscenario.html +80 -0
  294. data/manual/html/treelevel.html +66 -0
  295. data/manual/html/vacation.html +71 -0
  296. data/manual/html/vacation.resource.html +73 -0
  297. data/manual/html/vacation.shift.html +71 -0
  298. data/manual/html/warn.html +69 -0
  299. data/manual/html/weeklymax.html +99 -0
  300. data/manual/html/weeklymin.html +99 -0
  301. data/manual/html/weekstartsmonday.html +66 -0
  302. data/manual/html/weekstartssunday.html +66 -0
  303. data/manual/html/width.column.html +66 -0
  304. data/manual/html/work.html +105 -0
  305. data/manual/html/workinghours.project.html +102 -0
  306. data/manual/html/workinghours.resource.html +79 -0
  307. data/manual/html/workinghours.shift.html +81 -0
  308. data/manual/html/yearlyworkingdays.html +70 -0
  309. data/spec/StatusSheets_spec.rb +0 -6
  310. data/spec/TimeSheets_spec.rb +0 -6
  311. data/spec/Tj3Daemon_spec.rb +2 -0
  312. data/spec/support/DaemonControl.rb +10 -0
  313. data/taskjuggler.gemspec +71 -0
  314. data/tasks/changelog.rake +2 -2
  315. data/tasks/gem.rake +50 -21
  316. data/tasks/manual.rake +1 -1
  317. data/tasks/rdoc.rake +5 -12
  318. data/tasks/spec.rake +1 -1
  319. data/tasks/test.rake +5 -8
  320. data/test/ReferenceGenerator.rb +91 -0
  321. data/test/TestSuite/CSV-Reports/refs/resourcereport.csv +4 -4
  322. data/test/TestSuite/ReportGenerator/Correct/Journal.tjp +21 -0
  323. data/test/TestSuite/ReportGenerator/Correct/JournalMode.tjp +124 -0
  324. data/test/TestSuite/ReportGenerator/Correct/refs/Alerts-1.csv +124 -124
  325. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-1.csv +1 -7
  326. data/test/TestSuite/ReportGenerator/Correct/refs/Journal-2.csv +7 -3
  327. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-1.csv +79 -0
  328. data/test/TestSuite/ReportGenerator/Correct/refs/JournalMode-2.csv +208 -0
  329. data/test/TjpGen.rb +152 -0
  330. metadata +1290 -741
  331. data/benchmarks/666tasks.tjp +0 -3183
  332. data/benchmarks/allocate.tjp +0 -30
  333. data/benchmarks/allocatedSlots.tjp +0 -1602
  334. data/benchmarks/booking.tjp +0 -76
  335. data/benchmarks/depends.tjp +0 -113
  336. data/benchmarks/gantt.tjp +0 -57
  337. data/benchmarks/htmltaskreport.tjp +0 -71
  338. data/benchmarks/icons/details.png +0 -0
  339. data/benchmarks/icons/flag-green.png +0 -0
  340. data/benchmarks/icons/flag-red.png +0 -0
  341. data/benchmarks/icons/flag-yellow.png +0 -0
  342. data/benchmarks/icons/resource.png +0 -0
  343. data/benchmarks/icons/resourcegroup.png +0 -0
  344. data/benchmarks/icons/task.png +0 -0
  345. data/benchmarks/icons/taskgroup.png +0 -0
  346. data/benchmarks/icons/trend-down.png +0 -0
  347. data/benchmarks/icons/trend-flat.png +0 -0
  348. data/benchmarks/icons/trend-up.png +0 -0
  349. data/benchmarks/runbench.rb +0 -30
  350. data/benchmarks/scripts/wz_tooltip.js +0 -1301
  351. data/gem_spec.rb +0 -37
  352. data/lib/exchangebug.rb +0 -42
  353. data/lib/ruby-signal-bug.rb +0 -55
  354. data/prj_cfg.rb +0 -50
  355. data/tasks/csts.rake +0 -72
  356. data/tasks/rcov.rake +0 -14
  357. data/tasks/rexml_fix.rb +0 -16
  358. data/tasks/rexml_fix_19.rb +0 -49
  359. data/tasks/show.rake +0 -21
  360. data/tasks/stats.rake +0 -25
  361. data/test/TestSuite/Export-Reports/refs/DST.tjp +0 -60
  362. data/test/TestSuite/Export-Reports/refs/ReleasePlan.tjp +0 -80
  363. data/test/TestSuite/Export-Reports/tp.tjp +0 -49
  364. data/test/TestSuite/HTML-Reports/Alerts.html +0 -424
  365. data/test/TestSuite/HTML-Reports/TimeSheet.html +0 -79
  366. data/test/TestSuite/HTML-Reports/css/tjmanual.css +0 -86
  367. data/test/TestSuite/HTML-Reports/css/tjreport.css +0 -413
  368. data/test/TestSuite/HTML-Reports/icons/details.png +0 -0
  369. data/test/TestSuite/HTML-Reports/icons/flag-green.png +0 -0
  370. data/test/TestSuite/HTML-Reports/icons/flag-red.png +0 -0
  371. data/test/TestSuite/HTML-Reports/icons/flag-yellow.png +0 -0
  372. data/test/TestSuite/HTML-Reports/icons/resource.png +0 -0
  373. data/test/TestSuite/HTML-Reports/icons/resourcegroup.png +0 -0
  374. data/test/TestSuite/HTML-Reports/icons/task.png +0 -0
  375. data/test/TestSuite/HTML-Reports/icons/taskgroup.png +0 -0
  376. data/test/TestSuite/HTML-Reports/icons/trend-down.png +0 -0
  377. data/test/TestSuite/HTML-Reports/icons/trend-flat.png +0 -0
  378. data/test/TestSuite/HTML-Reports/icons/trend-up.png +0 -0
  379. data/test/TestSuite/HTML-Reports/reference.html +0 -51
  380. data/test/TestSuite/HTML-Reports/scripts/wz_tooltip.js +0 -1301
  381. data/test/TestSuite/ReportGenerator/Correct/css/tjmanual.css +0 -86
  382. data/test/TestSuite/ReportGenerator/Correct/css/tjreport.css +0 -413
  383. data/test/TestSuite/ReportGenerator/Correct/icons/details.png +0 -0
  384. data/test/TestSuite/ReportGenerator/Correct/icons/flag-green.png +0 -0
  385. data/test/TestSuite/ReportGenerator/Correct/icons/flag-red.png +0 -0
  386. data/test/TestSuite/ReportGenerator/Correct/icons/flag-yellow.png +0 -0
  387. data/test/TestSuite/ReportGenerator/Correct/icons/resource.png +0 -0
  388. data/test/TestSuite/ReportGenerator/Correct/icons/resourcegroup.png +0 -0
  389. data/test/TestSuite/ReportGenerator/Correct/icons/task.png +0 -0
  390. data/test/TestSuite/ReportGenerator/Correct/icons/taskgroup.png +0 -0
  391. data/test/TestSuite/ReportGenerator/Correct/icons/trend-down.png +0 -0
  392. data/test/TestSuite/ReportGenerator/Correct/icons/trend-flat.png +0 -0
  393. data/test/TestSuite/ReportGenerator/Correct/icons/trend-up.png +0 -0
  394. data/test/TestSuite/ReportGenerator/Correct/opennodes.tjp +0 -26
  395. data/test/TestSuite/ReportGenerator/Correct/refs/opennodes-1.csv +0 -2
  396. data/test/TestSuite/ReportGenerator/Correct/scripts/wz_tooltip.js +0 -1301
  397. data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -1075
  398. data/test/TestSuite/Scheduler/Correct/Duration.html +0 -610
  399. data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -85
  400. data/test/TestSuite/Scheduler/Correct/css/tjreport.css +0 -413
  401. data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
  402. data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
  403. data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
  404. data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
  405. data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
  406. data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
  407. data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
  408. data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
  409. data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
  410. data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
  411. data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
  412. data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
  413. data/test/TestSuite/StatusSheetTemplates/project.tji +0 -35
  414. data/test/TestSuite/StatusSheetTemplates/project.tjp +0 -56
  415. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +0 -2
  416. data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/resource1_2002-03-01.tji +0 -0
  417. data/test/TestSuite/StatusSheets/boss.tji +0 -45
  418. data/test/TestSuite/StatusSheets/boss_mail +0 -51
  419. data/test/TestSuite/StatusSheets/dev2_mail +0 -37
  420. data/test/TestSuite/StatusSheets/project.tjp +0 -275
  421. data/test/TestSuite/StatusSheets/run +0 -54
  422. data/test/TestSuite/Syntax/Correct/DST.tjp +0 -11
  423. data/test/TestSuite/Syntax/Correct/ReleasePlan.tjp +0 -32
  424. data/test/TestSuite/Syntax/Correct/css/tjmanual.css +0 -86
  425. data/test/TestSuite/Syntax/Correct/css/tjreport.css +0 -413
  426. data/test/TestSuite/Syntax/Correct/icons/details.png +0 -0
  427. data/test/TestSuite/Syntax/Correct/icons/flag-green.png +0 -0
  428. data/test/TestSuite/Syntax/Correct/icons/flag-red.png +0 -0
  429. data/test/TestSuite/Syntax/Correct/icons/flag-yellow.png +0 -0
  430. data/test/TestSuite/Syntax/Correct/icons/resource.png +0 -0
  431. data/test/TestSuite/Syntax/Correct/icons/resourcegroup.png +0 -0
  432. data/test/TestSuite/Syntax/Correct/icons/task.png +0 -0
  433. data/test/TestSuite/Syntax/Correct/icons/taskgroup.png +0 -0
  434. data/test/TestSuite/Syntax/Correct/icons/trend-down.png +0 -0
  435. data/test/TestSuite/Syntax/Correct/icons/trend-flat.png +0 -0
  436. data/test/TestSuite/Syntax/Correct/icons/trend-up.png +0 -0
  437. data/test/TestSuite/Syntax/Correct/scripts/wz_tooltip.js +0 -1301
  438. data/test/TestSuite/TimeSheets/dev2_mail1 +0 -84
  439. data/test/TestSuite/TimeSheets/dev2_mail2 +0 -87
  440. data/test/TestSuite/TimeSheets/project.tjp +0 -271
  441. data/test/TestSuite/TimeSheets/receiver.log.mod +0 -1056
  442. data/test/TestSuite/TimeSheets/run +0 -76
  443. data/test/TestSuite/TimeSheets/uu.txt +0 -29
@@ -1,1075 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <!-- This file has been generated by tj3 v0.1.1 -->
4
- <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
- <head>
6
- <title>TaskJuggler Report - Allocate</title>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
8
- <meta content="TaskJuggler Report" name="description"/>
9
- <meta content="taskjuggler, project, management" name="keywords"/>
10
- </head>
11
- <link href="css/tjreport.css" rel="stylesheet" type="text/css"></link>
12
- <!-- Dynamic Report ID: 0 -->
13
- <body>
14
- <script src="scripts/wz_tooltip.js" type="text/javascript"></script>
15
- <noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
16
- in your browser settings!
17
- </div></noscript>
18
- <div class="tj_page">
19
- <!-- Dynamic Report ID: 0 -->
20
- <table cellspacing="1" class="tj_table_frame">
21
- <tr><td><table cellspacing="1" class="tj_table"><tbody>
22
- <tr class="tabhead" style="height:39px; font-size:15px;">
23
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">No.</td></tr></table></td>
24
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td></tr></table></td>
25
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">End</td></tr></table></td>
26
- <td rowspan="42" style="padding:0px; vertical-align:top;"><div class="tabback" style="position:relative; overflow:auto; width:450px; margin-top:-1px; margin-bottom:-1px; height:919px;"><div style="margin: 0px; padding: 0px; position: absolute; top: 0px;left: 0px; width: 450px; height: 897px; "><table cellspacing="1" class="tj_table" style="width:100%; "><tbody>
27
- <tr class="tabhead" style="height:19px; font-size:10px;">
28
- <td class="tabcell" colspan="6"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Aug 2007</td></tr></table></td>
29
- <td class="tabcell" colspan="17"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Sep 2007</td></tr></table></td>
30
- </tr>
31
- <tr class="tabhead" style="height:19px; font-size:10px;">
32
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">26</td></tr></table></td>
33
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">27</td></tr></table></td>
34
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">28</td></tr></table></td>
35
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">29</td></tr></table></td>
36
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">30</td></tr></table></td>
37
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">31</td></tr></table></td>
38
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">1</td></tr></table></td>
39
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">2</td></tr></table></td>
40
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">3</td></tr></table></td>
41
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">4</td></tr></table></td>
42
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">5</td></tr></table></td>
43
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">6</td></tr></table></td>
44
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">7</td></tr></table></td>
45
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">8</td></tr></table></td>
46
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">9</td></tr></table></td>
47
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">10</td></tr></table></td>
48
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">11</td></tr></table></td>
49
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">12</td></tr></table></td>
50
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">13</td></tr></table></td>
51
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">14</td></tr></table></td>
52
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">15</td></tr></table></td>
53
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">16</td></tr></table></td>
54
- <td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:normal; font-weight:bold; min-width: 12px; max-width: 12px; ">17</td></tr></table></td>
55
- </tr>
56
- <tr class="tabline" style="height:21px; font-size:12px; ">
57
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
58
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
59
- <td class="calconttask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
60
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
61
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
62
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
63
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
64
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
65
- <td class="calconttask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
66
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
67
- <td class="offduty1" colspan="7"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
68
- </tr>
69
- <tr class="tabline" style="height:21px; font-size:12px; ">
70
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
71
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
72
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
73
- <td class="loaded1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
74
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
75
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
76
- <td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
77
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
78
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
79
- </tr>
80
- <tr class="tabline" style="height:21px; font-size:12px; ">
81
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
82
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
83
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
84
- <td class="loaded2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
85
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
86
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
87
- <td class="free2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
88
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
89
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
90
- </tr>
91
- <tr class="tabline" style="height:21px; font-size:12px; ">
92
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
93
- <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
94
- <td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
95
- <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
96
- <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
97
- <td class="offduty2" colspan="13"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
98
- </tr>
99
- <tr class="tabline" style="height:21px; font-size:12px; ">
100
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
101
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
102
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
103
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
104
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
105
- <td class="resourcecell1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
106
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
107
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
108
- <td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
109
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
110
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
111
- </tr>
112
- <tr class="tabline" style="height:21px; font-size:12px; ">
113
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
114
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
115
- <td class="calconttask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
116
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
117
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
118
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
119
- <td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
120
- <td class="offduty1" colspan="11"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
121
- </tr>
122
- <tr class="tabline" style="height:21px; font-size:12px; ">
123
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
124
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
125
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
126
- <td class="loaded1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
127
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
128
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
129
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
130
- <td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
131
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
132
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
133
- </tr>
134
- <tr class="tabline" style="height:21px; font-size:12px; ">
135
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
136
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
137
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
138
- <td class="loaded2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
139
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
140
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
141
- <td class="free2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
142
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
143
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
144
- </tr>
145
- <tr class="tabline" style="height:21px; font-size:12px; ">
146
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
147
- <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
148
- <td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
149
- <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
150
- <td class="offduty2" colspan="14"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
151
- </tr>
152
- <tr class="tabline" style="height:21px; font-size:12px; ">
153
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
154
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
155
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
156
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
157
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
158
- <td class="resourcecell1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
159
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
160
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
161
- <td class="free1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
162
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
163
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
164
- </tr>
165
- <tr class="tabline" style="height:21px; font-size:12px; ">
166
- <td class="offduty1" colspan="10"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
167
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
168
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
169
- <td class="offduty1" colspan="11"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
170
- </tr>
171
- <tr class="tabline" style="height:21px; font-size:12px; ">
172
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
173
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
174
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
175
- <td class="resourcecell1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
176
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
177
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
178
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
179
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
180
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
181
- <td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
182
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
183
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
184
- </tr>
185
- <tr class="tabline" style="height:21px; font-size:12px; ">
186
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
187
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
188
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
189
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
190
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
191
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
192
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
193
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
194
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
195
- <td class="free2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
196
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
197
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
198
- </tr>
199
- <tr class="tabline" style="height:21px; font-size:12px; ">
200
- <td class="offduty2" colspan="12"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
201
- <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
202
- <td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
203
- <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
204
- <td class="offduty2" colspan="7"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
205
- </tr>
206
- <tr class="tabline" style="height:21px; font-size:12px; ">
207
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
208
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
209
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
210
- <td class="resourcecell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
211
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
212
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
213
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
214
- <td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
215
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
216
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
217
- </tr>
218
- <tr class="tabline" style="height:21px; font-size:12px; ">
219
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
220
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
221
- <td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
222
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
223
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
224
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
225
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
226
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
227
- <td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
228
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2.0</td></tr></table></td>
229
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
230
- <td class="offduty1" colspan="6"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
231
- </tr>
232
- <tr class="tabline" style="height:21px; font-size:12px; ">
233
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
234
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
235
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
236
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
237
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
238
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
239
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
240
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
241
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
242
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
243
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">0.5</td></tr></table></td>
244
- <td class="free1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
245
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
246
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
247
- </tr>
248
- <tr class="tabline" style="height:21px; font-size:12px; ">
249
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
250
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
251
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
252
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
253
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
254
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
255
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
256
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
257
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
258
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
259
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">0.5</td></tr></table></td>
260
- <td class="free2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
261
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
262
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
263
- </tr>
264
- <tr class="tabline" style="height:21px; font-size:12px; ">
265
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
266
- <td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
267
- <td class="calconttask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
268
- <td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
269
- <td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
270
- <td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">8.9</td></tr></table></td>
271
- <td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
272
- <td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
273
- <td class="calconttask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
274
- <td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
275
- <td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
276
- <td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">8.8</td></tr></table></td>
277
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
278
- </tr>
279
- <tr class="tabline" style="height:21px; font-size:12px; ">
280
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
281
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
282
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
283
- <td class="loaded1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
284
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
285
- <td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
286
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
287
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
288
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
289
- </tr>
290
- <tr class="tabline" style="height:21px; font-size:12px; ">
291
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
292
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
293
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
294
- <td class="loaded2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
295
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
296
- <td class="loaded2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
297
- <td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
298
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
299
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
300
- </tr>
301
- <tr class="tabline" style="height:21px; font-size:12px; ">
302
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
303
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
304
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
305
- <td class="loaded1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
306
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
307
- <td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
308
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
309
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
310
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
311
- </tr>
312
- <tr class="tabline" style="height:21px; font-size:12px; ">
313
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
314
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
315
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
316
- <td class="loaded2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
317
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
318
- <td class="loaded2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
319
- <td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
320
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
321
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
322
- </tr>
323
- <tr class="tabline" style="height:21px; font-size:12px; ">
324
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
325
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
326
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
327
- <td class="loaded1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
328
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
329
- <td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
330
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
331
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
332
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
333
- </tr>
334
- <tr class="tabline" style="height:21px; font-size:12px; ">
335
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
336
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
337
- <td class="offduty2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
338
- <td class="loaded2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
339
- <td class="offduty2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
340
- <td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
341
- <td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
342
- <td class="offduty2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
343
- </tr>
344
- <tr class="tabline" style="height:21px; font-size:12px; ">
345
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
346
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
347
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
348
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
349
- <td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
350
- <td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
351
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
352
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
353
- <td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
354
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
355
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
356
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
357
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
358
- </tr>
359
- <tr class="tabline" style="height:21px; font-size:12px; ">
360
- <td class="offduty2" colspan="8"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
361
- <td class="loaded2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
362
- <td class="offduty2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
363
- <td class="loaded2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
364
- <td class="offduty2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
365
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
366
- </tr>
367
- <tr class="tabline" style="height:21px; font-size:12px; ">
368
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
369
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
370
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
371
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
372
- <td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
373
- <td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
374
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
375
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
376
- <td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
377
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
378
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
379
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
380
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
381
- </tr>
382
- <tr class="tabline" style="height:21px; font-size:12px; ">
383
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
384
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
385
- <td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
386
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
387
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
388
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
389
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
390
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
391
- <td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
392
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.9</td></tr></table></td>
393
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
394
- <td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.8</td></tr></table></td>
395
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
396
- </tr>
397
- <tr class="tabline" style="height:21px; font-size:12px; ">
398
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
399
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">0.9</td></tr></table></td>
400
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
401
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">0.9</td></tr></table></td>
402
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
403
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">0.9</td></tr></table></td>
404
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">0.9</td></tr></table></td>
405
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">0.9</td></tr></table></td>
406
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
407
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">0.9</td></tr></table></td>
408
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
409
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">0.8</td></tr></table></td>
410
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
411
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
412
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
413
- </tr>
414
- <tr class="tabline" style="height:21px; font-size:12px; ">
415
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
416
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
417
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
418
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
419
- <td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
420
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
421
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
422
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
423
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
424
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
425
- <td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
426
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
427
- <td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
428
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
429
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
430
- </tr>
431
- <tr class="tabline" style="height:21px; font-size:12px; ">
432
- <td class="offduty2" colspan="10"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
433
- <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">7.0</td></tr></table></td>
434
- <td class="caltask2" colspan="6"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
435
- <td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">7.0</td></tr></table></td>
436
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
437
- </tr>
438
- <tr class="tabline" style="height:21px; font-size:12px; ">
439
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
440
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
441
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
442
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
443
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
444
- <td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
445
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
446
- <td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
447
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
448
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
449
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
450
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
451
- </tr>
452
- <tr class="tabline" style="height:21px; font-size:12px; ">
453
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
454
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
455
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
456
- <td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
457
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
458
- <td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
459
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
460
- <td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
461
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
462
- <td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
463
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
464
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
465
- </tr>
466
- <tr class="tabline" style="height:21px; font-size:12px; ">
467
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
468
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
469
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
470
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
471
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
472
- <td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
473
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
474
- <td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
475
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
476
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
477
- <td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
478
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
479
- </tr>
480
- <tr class="tabline" style="height:21px; font-size:12px; ">
481
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
482
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
483
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
484
- <td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
485
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
486
- <td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
487
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
488
- <td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
489
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
490
- <td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
491
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
492
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
493
- </tr>
494
- <tr class="tabline" style="height:21px; font-size:12px; ">
495
- <td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
496
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
497
- <td class="offduty1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
498
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
499
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
500
- <td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
501
- <td class="offduty1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
502
- <td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
503
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
504
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
505
- <td class="offduty1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
506
- </tr>
507
- <tr class="tabline" style="height:21px; font-size:12px; ">
508
- <td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
509
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
510
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
511
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
512
- <td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
513
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
514
- <td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
515
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
516
- <td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
517
- <td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
518
- <td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
519
- <td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
520
- <td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
521
- <td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
522
- </tr>
523
- <tr class="tabline" style="height:21px; font-size:12px; ">
524
- <td class="offduty1" colspan="8"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
525
- <td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
526
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
527
- <td class="offduty1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
528
- <td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
529
- <td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">1.0</td></tr></table></td>
530
- <td class="offduty1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
531
- <td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
532
- </tr>
533
- </tbody></table></div></div></td>
534
- </tr>
535
- <tr class="tabline" style="height:21px; font-size:12px; ">
536
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; font-weight:bold; ">1</td></tr></table></td>
537
- <td class="taskcell1">
538
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
539
- <td class="tj_table_cell_icon" onclick="TagToTip('ID9708060', TITLE, 'Inherited Allocations')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
540
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; font-weight:bold; ">Inherited Allocations</td>
541
- </tr></table>
542
- <div class="tj_tooltip_box" id="ID9708060" style="cursor:help"><div>
543
- <b>ID:</b> inheritedAllocs</div></div>
544
- </td>
545
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; font-weight:bold; ">2007-09-10</td></tr></table></td>
546
- </tr>
547
- <tr class="tabline" style="height:21px; font-size:12px; ">
548
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
549
- <td class="resourcecell1">
550
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
551
- <td style="width:8px; "></td>
552
- <td class="tj_table_cell_icon" onclick="TagToTip('ID9645960', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
553
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 1</td>
554
- </tr></table>
555
- <div class="tj_tooltip_box" id="ID9645960" style="cursor:help"><div>
556
- <b>ID:</b> r1</div></div>
557
- </td>
558
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
559
- </tr>
560
- <tr class="tabline" style="height:21px; font-size:12px; ">
561
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
562
- <td class="resourcecell2">
563
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
564
- <td style="width:8px; "></td>
565
- <td class="tj_table_cell_icon" onclick="TagToTip('ID9614500', TITLE, 'Resource 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
566
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 2</td>
567
- </tr></table>
568
- <div class="tj_tooltip_box" id="ID9614500" style="cursor:help"><div>
569
- <b>ID:</b> r2</div></div>
570
- </td>
571
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
572
- </tr>
573
- <tr class="tabline" style="height:21px; font-size:12px; ">
574
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2</td></tr></table></td>
575
- <td class="taskcell2">
576
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
577
- <td style="width:8px; "></td>
578
- <td class="tj_table_cell_icon" onclick="TagToTip('ID9580920', TITLE, 'Task 1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
579
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Task 1</td>
580
- </tr></table>
581
- <div class="tj_tooltip_box" id="ID9580920" style="cursor:help"><div>
582
- <b>ID:</b> inheritedAllocs.t1</div></div>
583
- </td>
584
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2007-09-04</td></tr></table></td>
585
- </tr>
586
- <tr class="tabline" style="height:21px; font-size:12px; ">
587
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
588
- <td class="resourcecell1">
589
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
590
- <td style="width:16px; "></td>
591
- <td class="tj_table_cell_icon" onclick="TagToTip('ID9533100', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
592
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 1</td>
593
- </tr></table>
594
- <div class="tj_tooltip_box" id="ID9533100" style="cursor:help"><div>
595
- <b>ID:</b> r1</div></div>
596
- </td>
597
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
598
- </tr>
599
- <tr class="tabline" style="height:21px; font-size:12px; ">
600
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; font-weight:bold; ">3</td></tr></table></td>
601
- <td class="taskcell1">
602
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
603
- <td style="width:8px; "></td>
604
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7848460', TITLE, 'Task 2')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
605
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; font-weight:bold; ">Task 2</td>
606
- </tr></table>
607
- <div class="tj_tooltip_box" id="ID7848460" style="cursor:help"><div>
608
- <b>ID:</b> inheritedAllocs.t2</div></div>
609
- </td>
610
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; font-weight:bold; ">2007-09-06</td></tr></table></td>
611
- </tr>
612
- <tr class="tabline" style="height:21px; font-size:12px; ">
613
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
614
- <td class="resourcecell1">
615
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
616
- <td style="width:16px; "></td>
617
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7784220', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
618
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 1</td>
619
- </tr></table>
620
- <div class="tj_tooltip_box" id="ID7784220" style="cursor:help"><div>
621
- <b>ID:</b> r1</div></div>
622
- </td>
623
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
624
- </tr>
625
- <tr class="tabline" style="height:21px; font-size:12px; ">
626
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
627
- <td class="resourcecell2">
628
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
629
- <td style="width:16px; "></td>
630
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7744560', TITLE, 'Resource 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
631
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 2</td>
632
- </tr></table>
633
- <div class="tj_tooltip_box" id="ID7744560" style="cursor:help"><div>
634
- <b>ID:</b> r2</div></div>
635
- </td>
636
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
637
- </tr>
638
- <tr class="tabline" style="height:21px; font-size:12px; ">
639
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">4</td></tr></table></td>
640
- <td class="taskcell2">
641
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
642
- <td style="width:16px; "></td>
643
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7686460', TITLE, 'Task 2.1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
644
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Task 2.1</td>
645
- </tr></table>
646
- <div class="tj_tooltip_box" id="ID7686460" style="cursor:help"><div>
647
- <b>ID:</b> inheritedAllocs.t2.t2_1</div></div>
648
- </td>
649
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2007-09-03</td></tr></table></td>
650
- </tr>
651
- <tr class="tabline" style="height:21px; font-size:12px; ">
652
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
653
- <td class="resourcecell1">
654
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
655
- <td style="width:24px; "></td>
656
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7624480', TITLE, 'Resource 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
657
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 2</td>
658
- </tr></table>
659
- <div class="tj_tooltip_box" id="ID7624480" style="cursor:help"><div>
660
- <b>ID:</b> r2</div></div>
661
- </td>
662
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
663
- </tr>
664
- <tr class="tabline" style="height:21px; font-size:12px; ">
665
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">5</td></tr></table></td>
666
- <td class="taskcell1">
667
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
668
- <td style="width:16px; "></td>
669
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7575540', TITLE, 'Task 2.2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
670
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Task 2.2</td>
671
- </tr></table>
672
- <div class="tj_tooltip_box" id="ID7575540" style="cursor:help"><div>
673
- <b>ID:</b> inheritedAllocs.t2.t2_2</div></div>
674
- </td>
675
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2007-09-06</td></tr></table></td>
676
- </tr>
677
- <tr class="tabline" style="height:21px; font-size:12px; ">
678
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
679
- <td class="resourcecell1">
680
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
681
- <td style="width:24px; "></td>
682
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7555780', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
683
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 1</td>
684
- </tr></table>
685
- <div class="tj_tooltip_box" id="ID7555780" style="cursor:help"><div>
686
- <b>ID:</b> r1</div></div>
687
- </td>
688
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
689
- </tr>
690
- <tr class="tabline" style="height:21px; font-size:12px; ">
691
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
692
- <td class="resourcecell2">
693
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
694
- <td style="width:24px; "></td>
695
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7501000', TITLE, 'Resource 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
696
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 2</td>
697
- </tr></table>
698
- <div class="tj_tooltip_box" id="ID7501000" style="cursor:help"><div>
699
- <b>ID:</b> r2</div></div>
700
- </td>
701
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
702
- </tr>
703
- <tr class="tabline" style="height:21px; font-size:12px; ">
704
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">6</td></tr></table></td>
705
- <td class="taskcell2">
706
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
707
- <td style="width:8px; "></td>
708
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7441920', TITLE, 'Task 3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
709
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Task 3</td>
710
- </tr></table>
711
- <div class="tj_tooltip_box" id="ID7441920" style="cursor:help"><div>
712
- <b>ID:</b> inheritedAllocs.t3</div></div>
713
- </td>
714
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2007-09-10</td></tr></table></td>
715
- </tr>
716
- <tr class="tabline" style="height:21px; font-size:12px; ">
717
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
718
- <td class="resourcecell1">
719
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
720
- <td style="width:16px; "></td>
721
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7392620', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
722
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 1</td>
723
- </tr></table>
724
- <div class="tj_tooltip_box" id="ID7392620" style="cursor:help"><div>
725
- <b>ID:</b> r1</div></div>
726
- </td>
727
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
728
- </tr>
729
- <tr class="tabline" style="height:21px; font-size:12px; ">
730
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">7</td></tr></table></td>
731
- <td class="taskcell1">
732
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
733
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7322900', TITLE, 'Allocation Shift')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
734
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Allocation Shift</td>
735
- </tr></table>
736
- <div class="tj_tooltip_box" id="ID7322900" style="cursor:help"><div>
737
- <b>ID:</b> allocShift</div></div>
738
- </td>
739
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2007-09-11</td></tr></table></td>
740
- </tr>
741
- <tr class="tabline" style="height:21px; font-size:12px; ">
742
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
743
- <td class="resourcecell1">
744
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
745
- <td style="width:8px; "></td>
746
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7234640', TITLE, 'Resource 3')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
747
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 3</td>
748
- </tr></table>
749
- <div class="tj_tooltip_box" id="ID7234640" style="cursor:help"><div>
750
- <b>ID:</b> r3</div></div>
751
- </td>
752
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
753
- </tr>
754
- <tr class="tabline" style="height:21px; font-size:12px; ">
755
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
756
- <td class="resourcecell2">
757
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
758
- <td style="width:8px; "></td>
759
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7218520', TITLE, 'Resource 4')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
760
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Resource 4</td>
761
- </tr></table>
762
- <div class="tj_tooltip_box" id="ID7218520" style="cursor:help"><div>
763
- <b>ID:</b> r4</div></div>
764
- </td>
765
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
766
- </tr>
767
- <tr class="tabline" style="height:21px; font-size:12px; ">
768
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; font-weight:bold; ">8</td></tr></table></td>
769
- <td class="taskcell2">
770
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
771
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7158280', TITLE, 'Mandatory Tests')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
772
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; font-weight:bold; ">Mandatory Tests</td>
773
- </tr></table>
774
- <div class="tj_tooltip_box" id="ID7158280" style="cursor:help"><div>
775
- <b>ID:</b> mandatory</div></div>
776
- </td>
777
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; font-weight:bold; ">2007-09-12</td></tr></table></td>
778
- </tr>
779
- <tr class="tabline" style="height:21px; font-size:12px; ">
780
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
781
- <td class="resourcecell1">
782
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
783
- <td style="width:8px; "></td>
784
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7105560', TITLE, 'All days')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
785
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All days</td>
786
- </tr></table>
787
- <div class="tj_tooltip_box" id="ID7105560" style="cursor:help"><div>
788
- <b>ID:</b> all_days</div></div>
789
- </td>
790
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
791
- </tr>
792
- <tr class="tabline" style="height:21px; font-size:12px; ">
793
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
794
- <td class="resourcecell2">
795
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
796
- <td style="width:8px; "></td>
797
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7081800', TITLE, 'All week 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
798
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All week 1</td>
799
- </tr></table>
800
- <div class="tj_tooltip_box" id="ID7081800" style="cursor:help"><div>
801
- <b>ID:</b> aw1</div></div>
802
- </td>
803
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
804
- </tr>
805
- <tr class="tabline" style="height:21px; font-size:12px; ">
806
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
807
- <td class="resourcecell1">
808
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
809
- <td style="width:8px; "></td>
810
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7061300', TITLE, 'All week 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
811
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All week 2</td>
812
- </tr></table>
813
- <div class="tj_tooltip_box" id="ID7061300" style="cursor:help"><div>
814
- <b>ID:</b> aw2</div></div>
815
- </td>
816
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
817
- </tr>
818
- <tr class="tabline" style="height:21px; font-size:12px; ">
819
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
820
- <td class="resourcecell2">
821
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
822
- <td style="width:8px; "></td>
823
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7032800', TITLE, 'All week 3')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
824
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All week 3</td>
825
- </tr></table>
826
- <div class="tj_tooltip_box" id="ID7032800" style="cursor:help"><div>
827
- <b>ID:</b> aw3</div></div>
828
- </td>
829
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
830
- </tr>
831
- <tr class="tabline" style="height:21px; font-size:12px; ">
832
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
833
- <td class="resourcecell1">
834
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
835
- <td style="width:8px; "></td>
836
- <td class="tj_table_cell_icon" onclick="TagToTip('ID7008420', TITLE, 'All week 4')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
837
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All week 4</td>
838
- </tr></table>
839
- <div class="tj_tooltip_box" id="ID7008420" style="cursor:help"><div>
840
- <b>ID:</b> aw4</div></div>
841
- </td>
842
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
843
- </tr>
844
- <tr class="tabline" style="height:21px; font-size:12px; ">
845
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
846
- <td class="resourcecell2">
847
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
848
- <td style="width:8px; "></td>
849
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6965280', TITLE, 'Monday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
850
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Monday off</td>
851
- </tr></table>
852
- <div class="tj_tooltip_box" id="ID6965280" style="cursor:help"><div>
853
- <b>ID:</b> ow1</div></div>
854
- </td>
855
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
856
- </tr>
857
- <tr class="tabline" style="height:21px; font-size:12px; ">
858
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
859
- <td class="resourcecell1">
860
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
861
- <td style="width:8px; "></td>
862
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6939300', TITLE, 'Tuesday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
863
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Tuesday off</td>
864
- </tr></table>
865
- <div class="tj_tooltip_box" id="ID6939300" style="cursor:help"><div>
866
- <b>ID:</b> ow2</div></div>
867
- </td>
868
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
869
- </tr>
870
- <tr class="tabline" style="height:21px; font-size:12px; ">
871
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
872
- <td class="resourcecell2">
873
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
874
- <td style="width:8px; "></td>
875
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6917120', TITLE, 'Thu Fri off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
876
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Thu Fri off</td>
877
- </tr></table>
878
- <div class="tj_tooltip_box" id="ID6917120" style="cursor:help"><div>
879
- <b>ID:</b> ow3</div></div>
880
- </td>
881
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
882
- </tr>
883
- <tr class="tabline" style="height:21px; font-size:12px; ">
884
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
885
- <td class="resourcecell1">
886
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
887
- <td style="width:8px; "></td>
888
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6869180', TITLE, 'Tuesday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
889
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Tuesday off</td>
890
- </tr></table>
891
- <div class="tj_tooltip_box" id="ID6869180" style="cursor:help"><div>
892
- <b>ID:</b> tue_off</div></div>
893
- </td>
894
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
895
- </tr>
896
- <tr class="tabline" style="height:21px; font-size:12px; ">
897
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">9</td></tr></table></td>
898
- <td class="taskcell1">
899
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
900
- <td style="width:8px; "></td>
901
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6846440', TITLE, 'Task1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
902
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Task1</td>
903
- </tr></table>
904
- <div class="tj_tooltip_box" id="ID6846440" style="cursor:help"><div>
905
- <b>ID:</b> mandatory.t1</div></div>
906
- </td>
907
- <td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2007-09-12</td></tr></table></td>
908
- </tr>
909
- <tr class="tabline" style="height:21px; font-size:12px; ">
910
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
911
- <td class="resourcecell1">
912
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
913
- <td style="width:16px; "></td>
914
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6768900', TITLE, 'All days')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
915
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All days</td>
916
- </tr></table>
917
- <div class="tj_tooltip_box" id="ID6768900" style="cursor:help"><div>
918
- <b>ID:</b> all_days</div></div>
919
- </td>
920
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
921
- </tr>
922
- <tr class="tabline" style="height:21px; font-size:12px; ">
923
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
924
- <td class="resourcecell2">
925
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
926
- <td style="width:16px; "></td>
927
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6646820', TITLE, 'Tuesday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
928
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Tuesday off</td>
929
- </tr></table>
930
- <div class="tj_tooltip_box" id="ID6646820" style="cursor:help"><div>
931
- <b>ID:</b> tue_off</div></div>
932
- </td>
933
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
934
- </tr>
935
- <tr class="tabline" style="height:21px; font-size:12px; ">
936
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">10</td></tr></table></td>
937
- <td class="taskcell2">
938
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
939
- <td style="width:8px; "></td>
940
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6603440', TITLE, 'Task2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
941
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Task2</td>
942
- </tr></table>
943
- <div class="tj_tooltip_box" id="ID6603440" style="cursor:help"><div>
944
- <b>ID:</b> mandatory.t2</div></div>
945
- </td>
946
- <td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr><td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">2007-09-12</td></tr></table></td>
947
- </tr>
948
- <tr class="tabline" style="height:21px; font-size:12px; ">
949
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
950
- <td class="resourcecell1">
951
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
952
- <td style="width:16px; "></td>
953
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6593760', TITLE, 'All week 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
954
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All week 1</td>
955
- </tr></table>
956
- <div class="tj_tooltip_box" id="ID6593760" style="cursor:help"><div>
957
- <b>ID:</b> aw1</div></div>
958
- </td>
959
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
960
- </tr>
961
- <tr class="tabline" style="height:21px; font-size:12px; ">
962
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
963
- <td class="resourcecell2">
964
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
965
- <td style="width:16px; "></td>
966
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6585420', TITLE, 'All week 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
967
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All week 2</td>
968
- </tr></table>
969
- <div class="tj_tooltip_box" id="ID6585420" style="cursor:help"><div>
970
- <b>ID:</b> aw2</div></div>
971
- </td>
972
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
973
- </tr>
974
- <tr class="tabline" style="height:21px; font-size:12px; ">
975
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
976
- <td class="resourcecell1">
977
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
978
- <td style="width:16px; "></td>
979
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6402920', TITLE, 'All week 3')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
980
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All week 3</td>
981
- </tr></table>
982
- <div class="tj_tooltip_box" id="ID6402920" style="cursor:help"><div>
983
- <b>ID:</b> aw3</div></div>
984
- </td>
985
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
986
- </tr>
987
- <tr class="tabline" style="height:21px; font-size:12px; ">
988
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
989
- <td class="resourcecell2">
990
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
991
- <td style="width:16px; "></td>
992
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6371960', TITLE, 'All week 4')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
993
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">All week 4</td>
994
- </tr></table>
995
- <div class="tj_tooltip_box" id="ID6371960" style="cursor:help"><div>
996
- <b>ID:</b> aw4</div></div>
997
- </td>
998
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
999
- </tr>
1000
- <tr class="tabline" style="height:21px; font-size:12px; ">
1001
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
1002
- <td class="resourcecell1">
1003
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
1004
- <td style="width:16px; "></td>
1005
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6288620', TITLE, 'Monday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
1006
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Monday off</td>
1007
- </tr></table>
1008
- <div class="tj_tooltip_box" id="ID6288620" style="cursor:help"><div>
1009
- <b>ID:</b> ow1</div></div>
1010
- </td>
1011
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
1012
- </tr>
1013
- <tr class="tabline" style="height:21px; font-size:12px; ">
1014
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
1015
- <td class="resourcecell2">
1016
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
1017
- <td style="width:16px; "></td>
1018
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6243320', TITLE, 'Tuesday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
1019
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Tuesday off</td>
1020
- </tr></table>
1021
- <div class="tj_tooltip_box" id="ID6243320" style="cursor:help"><div>
1022
- <b>ID:</b> ow2</div></div>
1023
- </td>
1024
- <td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
1025
- </tr>
1026
- <tr class="tabline" style="height:21px; font-size:12px; ">
1027
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr></tr></table></td>
1028
- <td class="resourcecell1">
1029
- <table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
1030
- <td style="width:16px; "></td>
1031
- <td class="tj_table_cell_icon" onclick="TagToTip('ID6118160', TITLE, 'Thu Fri off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
1032
- <td class="tj_table_cell_label" style="overflow:hidden; white-space:nowrap; height:18px; ">Thu Fri off</td>
1033
- </tr></table>
1034
- <div class="tj_tooltip_box" id="ID6118160" style="cursor:help"><div>
1035
- <b>ID:</b> ow3</div></div>
1036
- </td>
1037
- <td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr></tr></table></td>
1038
- </tr>
1039
- <tr style="height:20px">
1040
- <td></td>
1041
- <td></td>
1042
- <td></td>
1043
- </tr>
1044
- </tbody></table></td></tr>
1045
- <tr><td><div class="tj_table_legend_frame"><table cellspacing="1" class="tj_table_legend">
1046
- <tr class="tj_legend_row">
1047
- <td class="tj_legend_spacer"></td>
1048
- <td class="tj_legend_item"><div class="tj_legend_symbol"><div style="position:relative; top:2px;width:20px; height:15px"><div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"><div class="calconttask1" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"></div></div></div></div></td>
1049
- <td class="tj_legend_item"><div class="tj_legend_label">Container Task</div></td>
1050
- <td class="tj_legend_spacer"></td>
1051
- <td class="tj_legend_item"><div class="tj_legend_symbol"><div style="position:relative; top:2px;width:20px; height:15px"><div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"><div class="caltask1" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"></div></div></div></div></td>
1052
- <td class="tj_legend_item"><div class="tj_legend_label">Task</div></td>
1053
- <td class="tj_legend_spacer"></td>
1054
- <td class="tj_legend_item"><div class="tj_legend_symbol"><div style="position:relative; top:2px;width:20px; height:15px"><div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"><div class="offduty" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"></div></div></div></div></td>
1055
- <td class="tj_legend_item"><div class="tj_legend_label">Off duty time</div></td>
1056
- <td class="tj_legend_spacer"></td>
1057
- </tr>
1058
- <tr class="tj_legend_row">
1059
- <td class="tj_legend_spacer"></td>
1060
- <td class="tj_legend_item"><div class="tj_legend_symbol"><div style="position:relative; top:2px;width:20px; height:15px"><div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"><div class="busy1" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"></div></div></div></div></td>
1061
- <td class="tj_legend_item"><div class="tj_legend_label">Resource is fully loaded</div></td>
1062
- <td class="tj_legend_spacer"></td>
1063
- <td class="tj_legend_item"><div class="tj_legend_symbol"><div style="position:relative; top:2px;width:20px; height:15px"><div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"><div class="loaded1" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"></div></div></div></div></td>
1064
- <td class="tj_legend_item"><div class="tj_legend_label">Resource is partially loaded</div></td>
1065
- <td class="tj_legend_spacer"></td>
1066
- <td class="tj_legend_item"><div class="tj_legend_symbol"><div style="position:relative; top:2px;width:20px; height:15px"><div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"><div class="free" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"></div></div></div></div></td>
1067
- <td class="tj_legend_item"><div class="tj_legend_label">Resource is available</div></td>
1068
- <td class="tj_legend_spacer"></td>
1069
- </tr>
1070
- </table></div></td></tr>
1071
- </table>
1072
- <div class="copyright">Project: Test Version: 1.0 - Created on 2011-07-06 08:40:36 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.1.1</div>
1073
- </div>
1074
- </body>
1075
- </html>