taskjuggler 0.0.7 → 0.0.8
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.
- data/CHANGELOG +119 -0
- data/benchmarks/allocatedSlots.tjp +1602 -0
- data/benchmarks/booking.tjp +40 -30
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/css/tjmanual.css +0 -0
- data/{test/TestSuite/Scheduler/Correct → benchmarks}/css/tjreport.css +1 -0
- data/benchmarks/gantt.tjp +57 -0
- data/benchmarks/htmltaskreport.tjp +26 -1
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/details.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/flag-green.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/flag-red.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/flag-yellow.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/resource.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/resourcegroup.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/task.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/taskgroup.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/trend-down.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/trend-flat.png +0 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/icons/trend-up.png +0 -0
- data/benchmarks/profile.clt +36082 -0
- data/benchmarks/profile.html +58182 -0
- data/benchmarks/runbench.rb +6 -0
- data/{test/TestSuite/ReportGenerator/Errors → benchmarks}/scripts/wz_tooltip.js +0 -0
- data/doc/AppConfig.html +85 -37
- data/doc/Arguments.html +11 -1
- data/doc/CHANGELOG.html +131 -2
- data/doc/COPYING.html +11 -1
- data/doc/Object.html +12 -3
- data/doc/README.html +11 -1
- data/doc/RuntimeConfig.html +11 -1
- data/doc/String.html +11 -1
- data/doc/StringIO.html +11 -1
- data/doc/TaskJuggler.html +250 -219
- data/doc/TaskJuggler/Account.html +11 -1
- data/doc/TaskJuggler/AccountAttribute.html +11 -1
- data/doc/TaskJuggler/AccountScenario.html +11 -1
- data/doc/TaskJuggler/Allocation.html +11 -1
- data/doc/TaskJuggler/AllocationAttribute.html +11 -1
- data/doc/TaskJuggler/AttributeBase.html +11 -1
- data/doc/TaskJuggler/AttributeDefinition.html +11 -1
- data/doc/TaskJuggler/BatchProcessor.html +11 -1
- data/doc/TaskJuggler/Booking.html +11 -1
- data/doc/TaskJuggler/BookingListAttribute.html +11 -1
- data/doc/TaskJuggler/BooleanAttribute.html +11 -1
- data/doc/TaskJuggler/CSVFile.html +12 -2
- data/doc/TaskJuggler/CellSettingPattern.html +11 -1
- data/doc/TaskJuggler/CellSettingPatternList.html +11 -1
- data/doc/TaskJuggler/Charge.html +11 -1
- data/doc/TaskJuggler/ChargeListAttribute.html +11 -1
- data/doc/TaskJuggler/ChargeSet.html +11 -1
- data/doc/TaskJuggler/ChargeSetListAttribute.html +11 -1
- data/doc/TaskJuggler/CollisionDetector.html +1063 -0
- data/doc/TaskJuggler/ColumnListAttribute.html +11 -1
- data/doc/TaskJuggler/ColumnTable.html +11 -1
- data/doc/TaskJuggler/Daemon.html +11 -1
- data/doc/TaskJuggler/{OnShiftCache.html → DataCache.html} +127 -139
- data/doc/TaskJuggler/DataCacheEntry.html +711 -0
- data/doc/TaskJuggler/DateAttribute.html +11 -1
- data/doc/TaskJuggler/DefinitionListAttribute.html +11 -1
- data/doc/TaskJuggler/DependencyListAttribute.html +11 -1
- data/doc/TaskJuggler/DurationAttribute.html +16 -5
- data/doc/TaskJuggler/FileList.html +11 -1
- data/doc/TaskJuggler/FileRecord.html +11 -1
- data/doc/TaskJuggler/FixnumAttribute.html +19 -9
- data/doc/TaskJuggler/FlagListAttribute.html +29 -19
- data/doc/TaskJuggler/FloatAttribute.html +23 -13
- data/doc/TaskJuggler/FormatListAttribute.html +19 -9
- data/doc/TaskJuggler/GanttChart.html +94 -133
- data/doc/TaskJuggler/GanttContainer.html +11 -1
- data/doc/TaskJuggler/GanttHeader.html +11 -1
- data/doc/TaskJuggler/GanttHeaderScaleItem.html +11 -1
- data/doc/TaskJuggler/GanttLine.html +11 -1
- data/doc/TaskJuggler/GanttLoadStack.html +11 -1
- data/doc/TaskJuggler/GanttMilestone.html +11 -1
- data/doc/TaskJuggler/GanttRouter.html +247 -596
- data/doc/TaskJuggler/GanttTaskBar.html +11 -1
- data/doc/TaskJuggler/HTMLDocument.html +11 -1
- data/doc/TaskJuggler/HTMLGraphics.html +11 -1
- data/doc/TaskJuggler/Interval.html +11 -1
- data/doc/TaskJuggler/IntervalListAttribute.html +33 -23
- data/doc/TaskJuggler/JobInfo.html +11 -1
- data/doc/TaskJuggler/Journal.html +11 -1
- data/doc/TaskJuggler/JournalEntry.html +11 -1
- data/doc/TaskJuggler/JournalEntryList.html +11 -1
- data/doc/TaskJuggler/KeywordArray.html +11 -1
- data/doc/TaskJuggler/KeywordDocumentation.html +16 -6
- data/doc/TaskJuggler/Limits.html +11 -1
- data/doc/TaskJuggler/Limits/Limit.html +11 -1
- data/doc/TaskJuggler/LimitsAttribute.html +24 -14
- data/doc/TaskJuggler/ListAttributeBase.html +11 -1
- data/doc/TaskJuggler/Log.html +11 -1
- data/doc/TaskJuggler/LogFile.html +11 -1
- data/doc/TaskJuggler/LogicalAttribute.html +11 -1
- data/doc/TaskJuggler/LogicalExpression.html +11 -1
- data/doc/TaskJuggler/LogicalExpressionAttribute.html +19 -9
- data/doc/TaskJuggler/LogicalFlag.html +11 -1
- data/doc/TaskJuggler/LogicalFunction.html +11 -1
- data/doc/TaskJuggler/LogicalOperation.html +11 -1
- data/doc/TaskJuggler/Macro.html +11 -1
- data/doc/TaskJuggler/MacroTable.html +11 -1
- data/doc/TaskJuggler/ManagerResponsibilities.html +11 -1
- data/doc/TaskJuggler/ManagerStatusRecord.html +11 -1
- data/doc/TaskJuggler/Message.html +11 -1
- data/doc/TaskJuggler/MessageHandler.html +11 -1
- data/doc/TaskJuggler/Navigator.html +12 -2
- data/doc/TaskJuggler/NavigatorElement.html +11 -1
- data/doc/TaskJuggler/NikuProject.html +11 -1
- data/doc/TaskJuggler/NikuReport.html +11 -1
- data/doc/TaskJuggler/NikuResource.html +11 -1
- data/doc/TaskJuggler/NodeListAttribute.html +17 -7
- data/doc/TaskJuggler/PlaceHolderCell.html +722 -0
- data/doc/TaskJuggler/ProcessIntercom.html +11 -1
- data/doc/TaskJuggler/ProcessIntercomIface.html +11 -1
- data/doc/TaskJuggler/Project.html +587 -500
- data/doc/TaskJuggler/ProjectBroker.html +11 -1
- data/doc/TaskJuggler/ProjectBrokerIface.html +11 -1
- data/doc/TaskJuggler/ProjectFileParser.html +205 -192
- data/doc/TaskJuggler/ProjectFileScanner.html +230 -207
- data/doc/TaskJuggler/ProjectRecord.html +11 -1
- data/doc/TaskJuggler/ProjectServer.html +11 -1
- data/doc/TaskJuggler/ProjectServerIface.html +11 -1
- data/doc/TaskJuggler/PropertyAttribute.html +19 -9
- data/doc/TaskJuggler/PropertyList.html +95 -83
- data/doc/TaskJuggler/PropertySet.html +11 -1
- data/doc/TaskJuggler/PropertyTreeNode.html +11 -1
- data/doc/TaskJuggler/Query.html +234 -232
- data/doc/TaskJuggler/RTFHandlers.html +11 -1
- data/doc/TaskJuggler/RTFNavigator.html +11 -1
- data/doc/TaskJuggler/RTFQuery.html +11 -1
- data/doc/TaskJuggler/RTFReport.html +11 -1
- data/doc/TaskJuggler/RTFReportLink.html +11 -1
- data/doc/TaskJuggler/RTFWithQuerySupport.html +11 -1
- data/doc/TaskJuggler/RealFormat.html +12 -2
- data/doc/TaskJuggler/RealFormatAttribute.html +15 -5
- data/doc/TaskJuggler/ReferenceAttribute.html +38 -28
- data/doc/TaskJuggler/Report.html +96 -113
- data/doc/TaskJuggler/ReportBase.html +161 -152
- data/doc/TaskJuggler/ReportContext.html +11 -1
- data/doc/TaskJuggler/ReportServer.html +59 -48
- data/doc/TaskJuggler/ReportServerIface.html +51 -41
- data/doc/TaskJuggler/ReportServerRecord.html +11 -1
- data/doc/TaskJuggler/ReportServlet.html +11 -1
- data/doc/TaskJuggler/ReportTable.html +46 -25
- data/doc/TaskJuggler/ReportTableCell.html +296 -275
- data/doc/TaskJuggler/ReportTableColumn.html +14 -4
- data/doc/TaskJuggler/ReportTableLegend.html +11 -1
- data/doc/TaskJuggler/ReportTableLine.html +19 -7
- data/doc/TaskJuggler/Resource.html +12 -2
- data/doc/TaskJuggler/ResourceListAttribute.html +40 -30
- data/doc/TaskJuggler/ResourceListRE.html +11 -1
- data/doc/TaskJuggler/ResourceScenario.html +708 -565
- data/doc/TaskJuggler/RichText.html +54 -36
- data/doc/TaskJuggler/RichTextAttribute.html +31 -21
- data/doc/TaskJuggler/RichTextDocument.html +11 -1
- data/doc/TaskJuggler/RichTextElement.html +11 -1
- data/doc/TaskJuggler/RichTextFunctionExample.html +11 -1
- data/doc/TaskJuggler/RichTextFunctionHandler.html +11 -1
- data/doc/TaskJuggler/RichTextImage.html +11 -1
- data/doc/TaskJuggler/RichTextIntermediate.html +81 -71
- data/doc/TaskJuggler/RichTextParser.html +88 -33
- data/doc/TaskJuggler/RichTextScanner.html +45 -35
- data/doc/TaskJuggler/RichTextSnip.html +11 -1
- data/doc/TaskJuggler/RichTextSyntaxRules.html +436 -389
- data/doc/TaskJuggler/Scenario.html +11 -1
- data/doc/TaskJuggler/ScenarioData.html +11 -1
- data/doc/TaskJuggler/ScenarioListAttribute.html +23 -13
- data/doc/TaskJuggler/Scoreboard.html +92 -73
- data/doc/TaskJuggler/SheetHandlerBase.html +11 -1
- data/doc/TaskJuggler/SheetReceiver.html +11 -1
- data/doc/TaskJuggler/SheetSender.html +11 -1
- data/doc/TaskJuggler/Shift.html +11 -1
- data/doc/TaskJuggler/ShiftAssignment.html +11 -1
- data/doc/TaskJuggler/ShiftAssignments.html +11 -1
- data/doc/TaskJuggler/ShiftAssignmentsAttribute.html +24 -14
- data/doc/TaskJuggler/ShiftScenario.html +11 -1
- data/doc/TaskJuggler/SimpleQueryExpander.html +11 -1
- data/doc/TaskJuggler/SortListAttribute.html +21 -11
- data/doc/TaskJuggler/SourceFileInfo.html +11 -1
- data/doc/TaskJuggler/StatusSheetReceiver.html +11 -1
- data/doc/TaskJuggler/StatusSheetReport.html +11 -1
- data/doc/TaskJuggler/StatusSheetSender.html +112 -11
- data/doc/TaskJuggler/StringAttribute.html +23 -13
- data/doc/TaskJuggler/SymbolAttribute.html +19 -9
- data/doc/TaskJuggler/SyntaxReference.html +80 -71
- data/doc/TaskJuggler/TOCEntry.html +11 -1
- data/doc/TaskJuggler/TSResourceRecord.html +11 -1
- data/doc/TaskJuggler/TSTaskRecord.html +11 -1
- data/doc/TaskJuggler/TableColumnDefinition.html +11 -1
- data/doc/TaskJuggler/TableOfContents.html +11 -1
- data/doc/TaskJuggler/TableReport.html +422 -411
- data/doc/TaskJuggler/Task.html +11 -1
- data/doc/TaskJuggler/TaskDependency.html +11 -1
- data/doc/TaskJuggler/TaskListAttribute.html +33 -23
- data/doc/TaskJuggler/TaskListRE.html +11 -1
- data/doc/TaskJuggler/TaskScenario.html +2007 -1919
- data/doc/TaskJuggler/TextFormatter.html +11 -1
- data/doc/TaskJuggler/TextParser.html +421 -612
- data/doc/TaskJuggler/TextParser/Pattern.html +410 -211
- data/doc/TaskJuggler/TextParser/Rule.html +224 -152
- data/doc/TaskJuggler/TextParser/StackElement.html +190 -28
- data/doc/TaskJuggler/TextParser/State.html +989 -0
- data/doc/TaskJuggler/TextParser/StateTransition.html +782 -0
- data/doc/TaskJuggler/TextParser/TextParserResultArray.html +25 -14
- data/doc/TaskJuggler/TextParser/TokenDoc.html +11 -1
- data/doc/TaskJuggler/TextReport.html +11 -1
- data/doc/TaskJuggler/TextScanner.html +285 -273
- data/doc/TaskJuggler/TextScanner/BufferStreamHandle.html +17 -7
- data/doc/TaskJuggler/TextScanner/FileStreamHandle.html +24 -14
- data/doc/TaskJuggler/TextScanner/MacroStackEntry.html +11 -1
- data/doc/TaskJuggler/TextScanner/StreamHandle.html +64 -52
- data/doc/TaskJuggler/TimeSheet.html +11 -1
- data/doc/TaskJuggler/TimeSheetReceiver.html +11 -1
- data/doc/TaskJuggler/TimeSheetRecord.html +11 -1
- data/doc/TaskJuggler/TimeSheetReport.html +11 -1
- data/doc/TaskJuggler/TimeSheetSender.html +11 -1
- data/doc/TaskJuggler/TimeSheetSummary.html +11 -1
- data/doc/TaskJuggler/TimeSheets.html +11 -1
- data/doc/TaskJuggler/Tj3AppBase.html +11 -1
- data/doc/TaskJuggler/Tj3Client.html +11 -1
- data/doc/TaskJuggler/Tj3Daemon.html +11 -1
- data/doc/TaskJuggler/Tj3SheetAppBase.html +11 -1
- data/doc/TaskJuggler/Tj3SsReceiver.html +11 -1
- data/doc/TaskJuggler/Tj3SsSender.html +11 -1
- data/doc/TaskJuggler/Tj3TsReceiver.html +11 -1
- data/doc/TaskJuggler/Tj3TsSender.html +11 -1
- data/doc/TaskJuggler/Tj3TsSummary.html +11 -1
- data/doc/TaskJuggler/TjException.html +11 -1
- data/doc/TaskJuggler/TjTime.html +474 -324
- data/doc/TaskJuggler/TjpExample.html +11 -1
- data/doc/TaskJuggler/TjpExportRE.html +11 -1
- data/doc/TaskJuggler/TjpSyntaxRules.html +3731 -3662
- data/doc/TaskJuggler/URLParameter.html +11 -1
- data/doc/TaskJuggler/UserManual.html +11 -1
- data/doc/TaskJuggler/VimSyntax.html +11 -1
- data/doc/TaskJuggler/WebServer.html +11 -1
- data/doc/TaskJuggler/WorkingHours.html +295 -221
- data/doc/TaskJuggler/WorkingHoursAttribute.html +11 -1
- data/doc/TaskJuggler/XMLBlob.html +11 -1
- data/doc/TaskJuggler/XMLComment.html +11 -1
- data/doc/TaskJuggler/XMLDocument.html +11 -1
- data/doc/TaskJuggler/XMLElement.html +11 -1
- data/doc/TaskJuggler/XMLNamedText.html +11 -1
- data/doc/TaskJuggler/XMLText.html +11 -1
- data/doc/index.html +694 -624
- data/doc/lib/AppConfig_rb.html +1 -1
- data/doc/lib/Attributes_rb.html +1 -1
- data/doc/lib/Booking_rb.html +1 -1
- data/doc/lib/DataCache_rb.html +69 -0
- data/doc/lib/KeywordDocumentation_rb.html +1 -1
- data/doc/lib/ProjectFileParser_rb.html +1 -1
- data/doc/lib/ProjectFileScanner_rb.html +1 -1
- data/doc/lib/Project_rb.html +1 -1
- data/doc/lib/PropertyList_rb.html +1 -1
- data/doc/lib/Query_rb.html +1 -1
- data/doc/lib/RealFormat_rb.html +1 -1
- data/doc/lib/ResourceScenario_rb.html +1 -1
- data/doc/lib/Resource_rb.html +1 -1
- data/doc/lib/RichTextParser_rb.html +1 -1
- data/doc/lib/RichTextScanner_rb.html +1 -1
- data/doc/lib/RichTextSyntaxRules_rb.html +1 -1
- data/doc/lib/RichText_rb.html +1 -1
- data/doc/lib/Scoreboard_rb.html +1 -1
- data/doc/lib/StatusSheetSender_rb.html +1 -1
- data/doc/lib/SyntaxReference_rb.html +1 -1
- data/doc/lib/TaskJuggler_rb.html +1 -1
- data/doc/lib/TaskScenario_rb.html +3 -1
- data/doc/lib/TextParser/Pattern_rb.html +3 -1
- data/doc/lib/TextParser/Rule_rb.html +3 -1
- data/doc/lib/TextParser/StackElement_rb.html +3 -1
- data/doc/lib/TextParser/State_rb.html +65 -0
- data/doc/lib/TextParser_rb.html +1 -1
- data/doc/lib/TextScanner_rb.html +1 -1
- data/doc/lib/Tj3Config_rb.html +1 -1
- data/doc/lib/TjTime_rb.html +1 -1
- data/doc/lib/TjpSyntaxRules_rb.html +1 -1
- data/doc/lib/WorkingHours_rb.html +3 -1
- data/doc/lib/daemon/ReportServer_rb.html +1 -1
- data/doc/lib/reports/CSVFile_rb.html +1 -1
- data/doc/lib/reports/CollisionDetector_rb.html +67 -0
- data/doc/lib/reports/GanttChart_rb.html +1 -1
- data/doc/lib/reports/GanttRouter_rb.html +3 -1
- data/doc/lib/reports/Navigator_rb.html +1 -1
- data/doc/lib/reports/ReportBase_rb.html +1 -1
- data/doc/lib/reports/ReportTableCell_rb.html +1 -1
- data/doc/lib/reports/ReportTableColumn_rb.html +1 -1
- data/doc/lib/reports/ReportTableLine_rb.html +1 -1
- data/doc/lib/reports/ReportTable_rb.html +1 -1
- data/doc/lib/reports/Report_rb.html +1 -1
- data/doc/lib/reports/TableReport_rb.html +1 -1
- data/doc/lib/taskjuggler3_rb.html +1 -1
- data/examples/tutorial.tjp +1 -2
- data/lib/AppConfig.rb +10 -4
- data/lib/Attributes.rb +4 -4
- data/lib/DataCache.rb +124 -0
- data/lib/KeywordDocumentation.rb +5 -5
- data/lib/Project.rb +54 -10
- data/lib/ProjectFileParser.rb +10 -9
- data/lib/ProjectFileScanner.rb +38 -25
- data/lib/PropertyList.rb +6 -4
- data/lib/Query.rb +0 -8
- data/lib/RealFormat.rb +1 -1
- data/lib/Resource.rb +1 -1
- data/lib/ResourceScenario.rb +96 -31
- data/lib/RichText.rb +17 -5
- data/lib/RichTextParser.rb +22 -9
- data/lib/RichTextScanner.rb +34 -34
- data/lib/RichTextSyntaxRules.rb +41 -36
- data/lib/Scoreboard.rb +16 -7
- data/lib/StatusSheetSender.rb +63 -0
- data/lib/SyntaxReference.rb +9 -10
- data/lib/TaskJuggler.rb +28 -4
- data/lib/TaskScenario.rb +66 -19
- data/lib/TextParser.rb +219 -384
- data/lib/TextParser/Pattern.rb +168 -49
- data/lib/TextParser/Rule.rb +33 -17
- data/lib/TextParser/StackElement.rb +42 -2
- data/lib/TextParser/State.rb +175 -0
- data/lib/TextScanner.rb +19 -15
- data/lib/Tj3Config.rb +1 -1
- data/lib/TjTime.rb +111 -3
- data/lib/TjpSyntaxRules.rb +122 -66
- data/lib/WorkingHours.rb +91 -186
- data/lib/daemon/ReportServer.rb +3 -2
- data/lib/reports/CSVFile.rb +1 -1
- data/lib/reports/CollisionDetector.rb +177 -0
- data/lib/reports/GanttChart.rb +25 -41
- data/lib/reports/GanttRouter.rb +104 -233
- data/lib/reports/Navigator.rb +1 -1
- data/lib/reports/Report.rb +9 -33
- data/lib/reports/ReportBase.rb +0 -1
- data/lib/reports/ReportTable.rb +19 -8
- data/lib/reports/ReportTableCell.rb +61 -25
- data/lib/reports/ReportTableColumn.rb +2 -2
- data/lib/reports/ReportTableLine.rb +4 -2
- data/lib/reports/TableReport.rb +1 -0
- data/lib/taskjuggler3.rb +0 -1
- data/manual/Installation +7 -3
- data/manual/Intro +12 -10
- data/manual/The_TaskJuggler_Syntax +4 -4
- data/test/TestSuite/CSV-Reports/celltext-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/genrefs +1 -1
- data/test/TestSuite/CSV-Reports/resourcereport-Reference.csv +4 -4
- data/test/TestSuite/CSV-Reports/resourcereport_with_tasks-Reference.csv +22 -22
- data/test/TestSuite/CSV-Reports/sortByTree-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/sortBy_duration.down-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/sortBy_effort.up-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/sortBy_plan.start.down-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/taskreport-Reference.csv +14 -14
- data/test/TestSuite/CSV-Reports/taskreport_with_resources-Reference.csv +32 -24
- data/test/TestSuite/CSV-Reports/weekly-Reference.csv +13 -0
- data/test/TestSuite/CSV-Reports/weekly.tjp +9 -0
- data/test/TestSuite/HTML-Reports/css/tjreport.css +7 -2
- data/test/TestSuite/HTML-Reports/depArrows.html +839 -830
- data/test/TestSuite/HTML-Reports/depArrows.tjp +12 -12
- data/test/TestSuite/HTML-Reports/profile.html +37581 -0
- data/test/TestSuite/ReportGenerator/Errors/no_report_defined.tjp +7 -0
- data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.tjp +1 -1
- data/test/TestSuite/StatusSheets/TimeSheets/2002-03-01/missing-reports +2 -0
- data/test/TestSuite/StatusSheets/run +2 -0
- data/test/TestSuite/Syntax/Correct/Booking.tjp +13 -5
- data/test/TestSuite/Syntax/Correct/ResourceRoot.tjp +21 -0
- data/test/TestSuite/Syntax/Correct/RollupResource.tjp +21 -0
- data/test/TestSuite/Syntax/Correct/TaskRoot.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/empty.tjp +1 -1
- data/test/TestSuite/Syntax/Errors/include_before_project.tjp +2 -0
- data/test/TestSuite/Syntax/Errors/no_reduce.tjp +6 -0
- data/test/TestSuite/Syntax/Errors/unsupported_token.tjp +1 -1
- data/test/TestSuite/TimeSheets/run +1 -1
- data/test/test_CSV-Reports.rb +2 -4
- data/test/test_CollisionDetector.rb +85 -0
- data/test/test_Project.rb +2 -2
- data/test/test_ProjectFileScanner.rb +73 -31
- data/test/test_Query.rb +2 -2
- data/test/test_ReportGenerator.rb +1 -1
- data/test/test_RichText.rb +4 -4
- data/test/test_WorkingHours.rb +150 -11
- metadata +75 -67
- data/test/TestSuite/ReportGenerator/Errors/css/tjreport.css +0 -407
- data/test/TestSuite/ReportGenerator/Errors/rtp_report_recursion.html +0 -26
- data/test/TestSuite/Scheduler/Correct/Allocate.html +0 -3210
- data/test/TestSuite/Scheduler/Correct/Container.html +0 -349
- data/test/TestSuite/Scheduler/Correct/Limits.html +0 -4964
- data/test/TestSuite/Scheduler/Correct/Shift.html +0 -1719
- data/test/TestSuite/Scheduler/Correct/Shift2.html +0 -476
- data/test/TestSuite/Scheduler/Correct/css/tjmanual.css +0 -66
- data/test/TestSuite/Scheduler/Correct/icons/details.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-green.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-red.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/resource.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/resourcegroup.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/task.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/taskgroup.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-down.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-flat.png +0 -0
- data/test/TestSuite/Scheduler/Correct/icons/trend-up.png +0 -0
- data/test/TestSuite/Scheduler/Correct/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/Scheduler/Errors/css/tjmanual.css +0 -66
- data/test/TestSuite/Scheduler/Errors/css/tjreport.css +0 -407
- data/test/TestSuite/Scheduler/Errors/icons/details.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/flag-green.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/flag-red.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/flag-yellow.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/resource.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/resourcegroup.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/task.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/taskgroup.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/trend-down.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/trend-flat.png +0 -0
- data/test/TestSuite/Scheduler/Errors/icons/trend-up.png +0 -0
- data/test/TestSuite/Scheduler/Errors/scripts/wz_tooltip.js +0 -1301
- data/test/TestSuite/StatusSheets/resrep.tji +0 -7
- data/test/TestSuite/StatusSheets/tj3d.log +0 -312
- data/test/TestSuite/Syntax/Correct/Managers.html +0 -263
- data/test/TestSuite/TimeSheets/acceptable_intervals +0 -1
- data/test/TestSuite/TimeSheets/statussheets.log +0 -1
|
@@ -1,407 +0,0 @@
|
|
|
1
|
-
body {
|
|
2
|
-
font-family:Bitstream Vera Sans, Tahoma, sans-serif;
|
|
3
|
-
font-size:15px;
|
|
4
|
-
}
|
|
5
|
-
h1, h2, table, tr, td, div, span {
|
|
6
|
-
font-family: Bitstream Vera Sans, Tahoma, sans-serif;
|
|
7
|
-
}
|
|
8
|
-
table {
|
|
9
|
-
}
|
|
10
|
-
td, div { padding:0px; margin:0px; }
|
|
11
|
-
h1 { font-size:22px; }
|
|
12
|
-
h2 { font-size:18px; }
|
|
13
|
-
h3 { font-size:16px; }
|
|
14
|
-
|
|
15
|
-
.tj_journal {
|
|
16
|
-
font-size:11px;
|
|
17
|
-
}
|
|
18
|
-
i.tj_journal { font-size:9px; }
|
|
19
|
-
h1.tj_journal {
|
|
20
|
-
font-size:14px;
|
|
21
|
-
margin-left:10px;
|
|
22
|
-
}
|
|
23
|
-
h2.tj_journal {
|
|
24
|
-
margin-top:5px;
|
|
25
|
-
font-size:13px;
|
|
26
|
-
margin-bottom:1px;
|
|
27
|
-
margin-left:20px;
|
|
28
|
-
}
|
|
29
|
-
h3.tj_journal {
|
|
30
|
-
font-size:12px;
|
|
31
|
-
margin-left:30px;
|
|
32
|
-
}
|
|
33
|
-
p.tj_journal {
|
|
34
|
-
margin-top:1px;
|
|
35
|
-
margin-bottom:5px;
|
|
36
|
-
margin-left:30px;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/* The basic elements of a text report page. */
|
|
40
|
-
.tj_text_page {
|
|
41
|
-
width:100%;
|
|
42
|
-
border-spacing:0px;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.tj_text_row {
|
|
46
|
-
}
|
|
47
|
-
.tj_column_left {
|
|
48
|
-
vertical-align:top;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.tj_column_center {
|
|
52
|
-
vertical-align:top;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.tj_column_right {
|
|
56
|
-
vertical-align:top;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/* The top-level page layout */
|
|
60
|
-
.tj_page {
|
|
61
|
-
margin: 35px 5% 25px 5%;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/* The container that holds report tables */
|
|
65
|
-
.tj_table_frame {
|
|
66
|
-
margin-left:auto;
|
|
67
|
-
margin-right:auto;
|
|
68
|
-
text-align:center;
|
|
69
|
-
background-color:#9a9a9a;
|
|
70
|
-
margin-top:15px;
|
|
71
|
-
margin-bottom:15px;
|
|
72
|
-
border-spacing:1px;
|
|
73
|
-
font-size:13px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/* The headline box for report tables */
|
|
77
|
-
.tj_table_headline {
|
|
78
|
-
font-size:16px;
|
|
79
|
-
font-weight:bold;
|
|
80
|
-
white-space:nowrap;
|
|
81
|
-
padding:5px;
|
|
82
|
-
margin:1px;
|
|
83
|
-
text-align:center;
|
|
84
|
-
color:#000000;
|
|
85
|
-
background-color:#d4dde6;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.tj_table {
|
|
89
|
-
background-color:#9a9a9a;
|
|
90
|
-
margin:0px;
|
|
91
|
-
border-spacing:1px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/* The cells of the table header. */
|
|
95
|
-
.tj_table_header_cell {
|
|
96
|
-
padding:0px 3px 0px 3px;
|
|
97
|
-
white-space:nowrap;
|
|
98
|
-
border-spacing:0px;
|
|
99
|
-
overflow:hidden;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/* A regular table cell. It usually contains the cell icon, the text
|
|
103
|
-
* label and a tooltip trigger. */
|
|
104
|
-
.tj_table_cell {
|
|
105
|
-
vertical-align:top;
|
|
106
|
-
padding:0px 4px 0px 2px;
|
|
107
|
-
margin:0px;
|
|
108
|
-
width:100%;
|
|
109
|
-
border-spacing:0px;
|
|
110
|
-
position: relative;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
/* The symbol is the icon to the left of the text label in a table
|
|
114
|
-
* cell. */
|
|
115
|
-
.tj_table_cell_icon {
|
|
116
|
-
vertical-align:top;
|
|
117
|
-
text-align:right;
|
|
118
|
-
padding:2px 3px 0px 0px;
|
|
119
|
-
width:19px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/* This is the text label of a cell. */
|
|
123
|
-
.tj_table_cell_label {
|
|
124
|
-
vertical-align:top;
|
|
125
|
-
padding-top:1px;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
/* The box around the icon to the right of the text label. This is
|
|
129
|
-
* optional and triggers the tooltip with the full text of the cell in
|
|
130
|
-
* case the cell is not large enough to show everything. */
|
|
131
|
-
.tj_table_cell_tooltip {
|
|
132
|
-
vertical-align:top;
|
|
133
|
-
padding:2px 0px 0px 3px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
/* The container that holds the invisible tooltips. */
|
|
137
|
-
.tj_tooltip_box{
|
|
138
|
-
position:fixed;
|
|
139
|
-
top:0px;
|
|
140
|
-
left:0px;
|
|
141
|
-
display:none;
|
|
142
|
-
visibility:hidden;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/* The caption box for report tables */
|
|
146
|
-
.tj_table_caption {
|
|
147
|
-
padding: 5px 13px 5px 13px;
|
|
148
|
-
background-color:#ebf2ff;
|
|
149
|
-
text-align:left;
|
|
150
|
-
white-space:normal;
|
|
151
|
-
margin:1px;
|
|
152
|
-
font-size:13px
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.tj_table_legend_frame {
|
|
156
|
-
padding:5px;
|
|
157
|
-
margin:1px;
|
|
158
|
-
background-color:#d4dde6;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/* The legend of reports with calendar and Gantt charts */
|
|
162
|
-
.tj_table_legend {
|
|
163
|
-
margin-left:auto;
|
|
164
|
-
margin-right:auto;
|
|
165
|
-
text-align:center;
|
|
166
|
-
font-size:11px;
|
|
167
|
-
color:#000000;
|
|
168
|
-
border-spacing:1px;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
/* A row of the table legend */
|
|
172
|
-
.tj_legend_row {
|
|
173
|
-
height:19px;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/* Headlines used for the legend when both chart types are used in a
|
|
177
|
-
* report */
|
|
178
|
-
.tj_legend_headline {
|
|
179
|
-
font-size:12px;
|
|
180
|
-
font-weight:bold;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/* A legend row has 3 items. An item contains a label and a symbol */
|
|
184
|
-
.tj_legend_item {
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.tj_legend_symbol {
|
|
188
|
-
position: relative;
|
|
189
|
-
width:45px;
|
|
190
|
-
height:19px;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.tj_legend_label {
|
|
194
|
-
text-align: left;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.tj_legend_spacer {
|
|
198
|
-
width:30px;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.tj_gantt_jag {
|
|
202
|
-
position:absolute;
|
|
203
|
-
border-style: solid;
|
|
204
|
-
width: 0px;
|
|
205
|
-
height: 0px;
|
|
206
|
-
line-height: 0px;
|
|
207
|
-
border-top: 5px solid black;
|
|
208
|
-
border-left: 5px solid transparent;
|
|
209
|
-
border-right: 5px solid transparent;
|
|
210
|
-
border-bottom: none
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.tj_diamond_top {
|
|
214
|
-
position:absolute;
|
|
215
|
-
border-style: solid;
|
|
216
|
-
width: 0px;
|
|
217
|
-
height: 0px;
|
|
218
|
-
line-height: 0px;
|
|
219
|
-
border-top: none;
|
|
220
|
-
border-left: 7px solid transparent;
|
|
221
|
-
border-right: 7px solid transparent;
|
|
222
|
-
border-bottom: 7px solid black;
|
|
223
|
-
}
|
|
224
|
-
.tj_diamond_bottom {
|
|
225
|
-
position:absolute;
|
|
226
|
-
border-style: solid;
|
|
227
|
-
width: 0px;
|
|
228
|
-
height: 0px;
|
|
229
|
-
line-height: 0px;
|
|
230
|
-
border-top: 7px solid black;
|
|
231
|
-
border-left: 7px solid transparent;
|
|
232
|
-
border-right: 7px solid transparent;
|
|
233
|
-
border-bottom: none;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.tj_arrow_head {
|
|
237
|
-
position:absolute;
|
|
238
|
-
border-style: solid;
|
|
239
|
-
width: 0px;
|
|
240
|
-
height: 0px;
|
|
241
|
-
line-height: 0px;
|
|
242
|
-
border-top: 5px solid transparent;
|
|
243
|
-
border-left: 5px solid black;
|
|
244
|
-
border-right: none;
|
|
245
|
-
border-bottom: 5px solid transparent;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.tabback {
|
|
249
|
-
background-color:#9a9a9a;
|
|
250
|
-
overflow:visible;
|
|
251
|
-
}
|
|
252
|
-
.tabfront { background-color:#d4dde6; }
|
|
253
|
-
.tabhead {
|
|
254
|
-
white-space:nowrap;
|
|
255
|
-
background-color:#7a7a7a;
|
|
256
|
-
color:#ffffff;
|
|
257
|
-
text-align:center;
|
|
258
|
-
}
|
|
259
|
-
.tabhead_offduty {
|
|
260
|
-
white-space:nowrap;
|
|
261
|
-
background-color:#dde375;
|
|
262
|
-
color:#000000;
|
|
263
|
-
}
|
|
264
|
-
.tabfooter {
|
|
265
|
-
white-space:nowrap;
|
|
266
|
-
background-color:#9a9a9a;
|
|
267
|
-
color:#ffffff;
|
|
268
|
-
text-align:center;
|
|
269
|
-
}
|
|
270
|
-
.headercelldiv {
|
|
271
|
-
padding-top:1px;
|
|
272
|
-
padding-right:3px;
|
|
273
|
-
padding-left:3px;
|
|
274
|
-
padding-bottom:0px;
|
|
275
|
-
white-space:nowrap;
|
|
276
|
-
overflow:hidden;
|
|
277
|
-
}
|
|
278
|
-
.celldiv {
|
|
279
|
-
padding:1px 3px 2px 3px;
|
|
280
|
-
white-space:nowrap;
|
|
281
|
-
overflow:hidden;
|
|
282
|
-
position: relative;
|
|
283
|
-
}
|
|
284
|
-
.tabline { color:#000000 }
|
|
285
|
-
.tabcell {
|
|
286
|
-
white-space:nowrap;
|
|
287
|
-
overflow:hidden;
|
|
288
|
-
padding:0px;
|
|
289
|
-
}
|
|
290
|
-
.taskcell1 {
|
|
291
|
-
background-color:#ebf2ff;
|
|
292
|
-
white-space:nowrap;
|
|
293
|
-
padding:0px;
|
|
294
|
-
}
|
|
295
|
-
.taskcell2 {
|
|
296
|
-
background-color:#d9dfeb;
|
|
297
|
-
white-space:nowrap;
|
|
298
|
-
padding:0px;
|
|
299
|
-
}
|
|
300
|
-
.resourcecell1 {
|
|
301
|
-
background-color:#fff2eb;
|
|
302
|
-
white-space:nowrap;
|
|
303
|
-
padding:0px;
|
|
304
|
-
}
|
|
305
|
-
.resourcecell2 {
|
|
306
|
-
background-color:#ebdfd9;
|
|
307
|
-
white-space:nowrap;
|
|
308
|
-
padding:0px;
|
|
309
|
-
}
|
|
310
|
-
.busy1 { background-color:#ff3b3b; }
|
|
311
|
-
.busy2 { background-color:#eb4545; }
|
|
312
|
-
.loaded1 { background-color:#ff9b9b; }
|
|
313
|
-
.loaded2 { background-color:#eb8f8f; }
|
|
314
|
-
.free1 { background-color:#a5ffb4; }
|
|
315
|
-
.free2 { background-color:#98eba6; }
|
|
316
|
-
.offduty1 { background-color:#f3f990; }
|
|
317
|
-
.offduty2 { background-color:#dde375; }
|
|
318
|
-
.calconttask1 { background-color:#abbeae; }
|
|
319
|
-
.calconttask2 { background-color:#99aa9c; }
|
|
320
|
-
.caltask1 { background-color:#2050e5; }
|
|
321
|
-
.caltask2 { background-color:#2f57ea; }
|
|
322
|
-
.todo1 { background-color:#beabab; }
|
|
323
|
-
.todo2 { background-color:#aa9999; }
|
|
324
|
-
|
|
325
|
-
.tabvline {
|
|
326
|
-
background-color:#9a9a9a;
|
|
327
|
-
position:absolute;
|
|
328
|
-
}
|
|
329
|
-
.tj_gantt_frame {
|
|
330
|
-
position:absolute;
|
|
331
|
-
/* Make sure this element is above all other elements */
|
|
332
|
-
z-index:100;
|
|
333
|
-
}
|
|
334
|
-
.containerbar {
|
|
335
|
-
background-color:#09090a;
|
|
336
|
-
position:absolute;
|
|
337
|
-
}
|
|
338
|
-
.taskbarframe {
|
|
339
|
-
background-color:#09090a;
|
|
340
|
-
position:absolute;
|
|
341
|
-
}
|
|
342
|
-
.taskbar {
|
|
343
|
-
background-color:#2f57ea;
|
|
344
|
-
position:absolute;
|
|
345
|
-
}
|
|
346
|
-
.progressbar {
|
|
347
|
-
background-color:#36363f;
|
|
348
|
-
position:absolute;
|
|
349
|
-
}
|
|
350
|
-
.milestone {
|
|
351
|
-
background-color:#09090a;
|
|
352
|
-
position:absolute;
|
|
353
|
-
}
|
|
354
|
-
.loadstackframe {
|
|
355
|
-
background-color:#452a2a;
|
|
356
|
-
position:absolute;
|
|
357
|
-
}
|
|
358
|
-
.free {
|
|
359
|
-
background-color:#a5ffb5;
|
|
360
|
-
position:absolute;
|
|
361
|
-
}
|
|
362
|
-
.busy {
|
|
363
|
-
background-color:#ff9b9b;
|
|
364
|
-
position:absolute;
|
|
365
|
-
}
|
|
366
|
-
.assigned {
|
|
367
|
-
background-color:#ff3b3b;
|
|
368
|
-
position:absolute;
|
|
369
|
-
}
|
|
370
|
-
.offduty {
|
|
371
|
-
background-color:#f3f990;
|
|
372
|
-
white-space:nowrap;
|
|
373
|
-
position:absolute;
|
|
374
|
-
}
|
|
375
|
-
.depline {
|
|
376
|
-
background-color:#000000;
|
|
377
|
-
position:absolute;
|
|
378
|
-
}
|
|
379
|
-
.nowline {
|
|
380
|
-
background-color:#EE0000;
|
|
381
|
-
position:absolute;
|
|
382
|
-
}
|
|
383
|
-
.white {
|
|
384
|
-
background-color:#FFFFFF;
|
|
385
|
-
position:absolute;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
.navbar_current {
|
|
390
|
-
background-color:#606060;
|
|
391
|
-
font-size:13px;
|
|
392
|
-
font-weight:bold;
|
|
393
|
-
color:#FFFFFF;
|
|
394
|
-
padding:5px;
|
|
395
|
-
}
|
|
396
|
-
.navbar_others {
|
|
397
|
-
background-color:#FFFFFF;
|
|
398
|
-
font-size:13px;
|
|
399
|
-
padding:5px;
|
|
400
|
-
}
|
|
401
|
-
.copyright {
|
|
402
|
-
font-size:9px;
|
|
403
|
-
color:#101010;
|
|
404
|
-
text-align:center;
|
|
405
|
-
margin-top:10px;
|
|
406
|
-
}
|
|
407
|
-
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
-
<!-- This file has been generated by taskjuggler3 v0.0.5 -->
|
|
4
|
-
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
-
<head>
|
|
6
|
-
<title>TaskJuggler Report - rtp_report_recursion</title>
|
|
7
|
-
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
8
|
-
<meta content="TaskJuggler Report" name="description"/>
|
|
9
|
-
<meta content="taskjuggler, project, management" name="keywords"/>
|
|
10
|
-
<link href="css/tjreport.css" rel="stylesheet" type="text/css"></link>
|
|
11
|
-
</head>
|
|
12
|
-
<!-- Dynamic Report ID: 0 -->
|
|
13
|
-
<body>
|
|
14
|
-
<script src="scripts/wz_tooltip.js" type="text/javascript"></script>
|
|
15
|
-
<noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
|
|
16
|
-
in your browser settings!
|
|
17
|
-
</div></noscript>
|
|
18
|
-
<div class="tj_page">
|
|
19
|
-
<table cellspacing="0" class="tj_text_page"><tr class="tj_text_row"><td class="tj_column_center" style="width:100%; "><div><table cellspacing="0" class="tj_text_page"><tr class="tj_text_row"><td class="tj_column_center" style="width:100%; "><div><table cellspacing="0" class="tj_text_page"><tr class="tj_text_row"><td class="tj_column_center" style="width:100%; "><div><table cellspacing="0" class="tj_text_page"><tr class="tj_text_row">
|
|
20
|
-
<td class="tj_column_left" style="width:25%; padding-right:2%; "><div>Hello, world!</div></td>
|
|
21
|
-
<td class="tj_column_center" style="width:75%; "><div></div></td>
|
|
22
|
-
</tr></table></div></td></tr></table></div></td></tr></table></div></td></tr></table>
|
|
23
|
-
<div class="copyright">Project: test Version: 1.0 - Created on 2010-06-10 08:01:54 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.5</div>
|
|
24
|
-
</div>
|
|
25
|
-
</body>
|
|
26
|
-
</html>
|
|
@@ -1,3210 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
-
<!-- This file has been generated by taskjuggler3 v0.0.6 -->
|
|
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
|
-
<link href="css/tjreport.css" rel="stylesheet" type="text/css"></link>
|
|
11
|
-
</head>
|
|
12
|
-
<!-- Dynamic Report ID: 0 -->
|
|
13
|
-
<body>
|
|
14
|
-
<script src="scripts/wz_tooltip.js" type="text/javascript"></script>
|
|
15
|
-
<noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
|
|
16
|
-
in your browser settings!
|
|
17
|
-
</div></noscript>
|
|
18
|
-
<div class="tj_page">
|
|
19
|
-
<!-- Dynamic Report ID: 0 -->
|
|
20
|
-
<table cellspacing="1" class="tj_table_frame">
|
|
21
|
-
<tr><td><table cellspacing="1" class="tj_table"><tbody>
|
|
22
|
-
<tr class="tabhead" style="height:39px; font-size:15px;">
|
|
23
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
24
|
-
<td style="width:0px; "></td>
|
|
25
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">No.</td>
|
|
26
|
-
<td style="width:0px; "></td>
|
|
27
|
-
</tr></table></td>
|
|
28
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
29
|
-
<td style="width:0px; "></td>
|
|
30
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td>
|
|
31
|
-
<td style="width:0px; "></td>
|
|
32
|
-
</tr></table></td>
|
|
33
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
34
|
-
<td style="width:0px; "></td>
|
|
35
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">End</td>
|
|
36
|
-
<td style="width:0px; "></td>
|
|
37
|
-
</tr></table></td>
|
|
38
|
-
<td rowspan="46" style="padding:0px; vertical-align:top;"><div class="tabback" style="position:relative; overflow:auto; width:450px; margin-top:-1px; margin-bottom:-1px; height:1007px;"><div style="margin: 0px; padding: 0px; position: absolute; top: 0px;left: 0px; width: 450px; height: 985px; "><table cellspacing="1" class="tj_table" style="width:100%; "><tbody>
|
|
39
|
-
<tr class="tabhead" style="height:19px; font-size:10px;">
|
|
40
|
-
<td class="tabcell" colspan="6"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
41
|
-
<td style="width:0px; "></td>
|
|
42
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Aug 2007</td>
|
|
43
|
-
<td style="width:0px; "></td>
|
|
44
|
-
</tr></table></td>
|
|
45
|
-
<td class="tabcell" colspan="17"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
46
|
-
<td style="width:0px; "></td>
|
|
47
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Sep 2007</td>
|
|
48
|
-
<td style="width:0px; "></td>
|
|
49
|
-
</tr></table></td>
|
|
50
|
-
</tr>
|
|
51
|
-
<tr class="tabhead" style="height:19px; font-size:10px;">
|
|
52
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
53
|
-
<td style="width:0px; "></td>
|
|
54
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">26</td>
|
|
55
|
-
<td style="width:0px; "></td>
|
|
56
|
-
</tr></table></td>
|
|
57
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
58
|
-
<td style="width:0px; "></td>
|
|
59
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">27</td>
|
|
60
|
-
<td style="width:0px; "></td>
|
|
61
|
-
</tr></table></td>
|
|
62
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
63
|
-
<td style="width:0px; "></td>
|
|
64
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">28</td>
|
|
65
|
-
<td style="width:0px; "></td>
|
|
66
|
-
</tr></table></td>
|
|
67
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
68
|
-
<td style="width:0px; "></td>
|
|
69
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">29</td>
|
|
70
|
-
<td style="width:0px; "></td>
|
|
71
|
-
</tr></table></td>
|
|
72
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
73
|
-
<td style="width:0px; "></td>
|
|
74
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">30</td>
|
|
75
|
-
<td style="width:0px; "></td>
|
|
76
|
-
</tr></table></td>
|
|
77
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
78
|
-
<td style="width:0px; "></td>
|
|
79
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">31</td>
|
|
80
|
-
<td style="width:0px; "></td>
|
|
81
|
-
</tr></table></td>
|
|
82
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
83
|
-
<td style="width:0px; "></td>
|
|
84
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">1</td>
|
|
85
|
-
<td style="width:0px; "></td>
|
|
86
|
-
</tr></table></td>
|
|
87
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
88
|
-
<td style="width:0px; "></td>
|
|
89
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">2</td>
|
|
90
|
-
<td style="width:0px; "></td>
|
|
91
|
-
</tr></table></td>
|
|
92
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
93
|
-
<td style="width:0px; "></td>
|
|
94
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">3</td>
|
|
95
|
-
<td style="width:0px; "></td>
|
|
96
|
-
</tr></table></td>
|
|
97
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
98
|
-
<td style="width:0px; "></td>
|
|
99
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">4</td>
|
|
100
|
-
<td style="width:0px; "></td>
|
|
101
|
-
</tr></table></td>
|
|
102
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
103
|
-
<td style="width:0px; "></td>
|
|
104
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">5</td>
|
|
105
|
-
<td style="width:0px; "></td>
|
|
106
|
-
</tr></table></td>
|
|
107
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
108
|
-
<td style="width:0px; "></td>
|
|
109
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">6</td>
|
|
110
|
-
<td style="width:0px; "></td>
|
|
111
|
-
</tr></table></td>
|
|
112
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
113
|
-
<td style="width:0px; "></td>
|
|
114
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">7</td>
|
|
115
|
-
<td style="width:0px; "></td>
|
|
116
|
-
</tr></table></td>
|
|
117
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
118
|
-
<td style="width:0px; "></td>
|
|
119
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">8</td>
|
|
120
|
-
<td style="width:0px; "></td>
|
|
121
|
-
</tr></table></td>
|
|
122
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
123
|
-
<td style="width:0px; "></td>
|
|
124
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">9</td>
|
|
125
|
-
<td style="width:0px; "></td>
|
|
126
|
-
</tr></table></td>
|
|
127
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
128
|
-
<td style="width:0px; "></td>
|
|
129
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">10</td>
|
|
130
|
-
<td style="width:0px; "></td>
|
|
131
|
-
</tr></table></td>
|
|
132
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
133
|
-
<td style="width:0px; "></td>
|
|
134
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">11</td>
|
|
135
|
-
<td style="width:0px; "></td>
|
|
136
|
-
</tr></table></td>
|
|
137
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
138
|
-
<td style="width:0px; "></td>
|
|
139
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">12</td>
|
|
140
|
-
<td style="width:0px; "></td>
|
|
141
|
-
</tr></table></td>
|
|
142
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
143
|
-
<td style="width:0px; "></td>
|
|
144
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">13</td>
|
|
145
|
-
<td style="width:0px; "></td>
|
|
146
|
-
</tr></table></td>
|
|
147
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
148
|
-
<td style="width:0px; "></td>
|
|
149
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">14</td>
|
|
150
|
-
<td style="width:0px; "></td>
|
|
151
|
-
</tr></table></td>
|
|
152
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
153
|
-
<td style="width:0px; "></td>
|
|
154
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">15</td>
|
|
155
|
-
<td style="width:0px; "></td>
|
|
156
|
-
</tr></table></td>
|
|
157
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
158
|
-
<td style="width:0px; "></td>
|
|
159
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">16</td>
|
|
160
|
-
<td style="width:0px; "></td>
|
|
161
|
-
</tr></table></td>
|
|
162
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
163
|
-
<td style="width:0px; "></td>
|
|
164
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">17</td>
|
|
165
|
-
<td style="width:0px; "></td>
|
|
166
|
-
</tr></table></td>
|
|
167
|
-
</tr>
|
|
168
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
169
|
-
<td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
170
|
-
<td style="width:0px; "></td>
|
|
171
|
-
<td style="width:0px; "></td>
|
|
172
|
-
</tr></table></td>
|
|
173
|
-
<td class="taskcell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
174
|
-
<td style="width:0px; "></td>
|
|
175
|
-
<td style="width:0px; "></td>
|
|
176
|
-
</tr></table></td>
|
|
177
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
178
|
-
<td style="width:0px; "></td>
|
|
179
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
180
|
-
<td style="width:0px; "></td>
|
|
181
|
-
</tr></table></td>
|
|
182
|
-
<td class="calconttask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
183
|
-
<td style="width:0px; "></td>
|
|
184
|
-
<td style="width:0px; "></td>
|
|
185
|
-
</tr></table></td>
|
|
186
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
187
|
-
<td style="width:0px; "></td>
|
|
188
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
189
|
-
<td style="width:0px; "></td>
|
|
190
|
-
</tr></table></td>
|
|
191
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
192
|
-
<td style="width:0px; "></td>
|
|
193
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
194
|
-
<td style="width:0px; "></td>
|
|
195
|
-
</tr></table></td>
|
|
196
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
197
|
-
<td style="width:0px; "></td>
|
|
198
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
199
|
-
<td style="width:0px; "></td>
|
|
200
|
-
</tr></table></td>
|
|
201
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
202
|
-
<td style="width:0px; "></td>
|
|
203
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
204
|
-
<td style="width:0px; "></td>
|
|
205
|
-
</tr></table></td>
|
|
206
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
207
|
-
<td style="width:0px; "></td>
|
|
208
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
209
|
-
<td style="width:0px; "></td>
|
|
210
|
-
</tr></table></td>
|
|
211
|
-
<td class="calconttask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
212
|
-
<td style="width:0px; "></td>
|
|
213
|
-
<td style="width:0px; "></td>
|
|
214
|
-
</tr></table></td>
|
|
215
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
216
|
-
<td style="width:0px; "></td>
|
|
217
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
218
|
-
<td style="width:0px; "></td>
|
|
219
|
-
</tr></table></td>
|
|
220
|
-
<td class="taskcell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
221
|
-
<td style="width:0px; "></td>
|
|
222
|
-
<td style="width:0px; "></td>
|
|
223
|
-
</tr></table></td>
|
|
224
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
225
|
-
<td style="width:0px; "></td>
|
|
226
|
-
<td style="width:0px; "></td>
|
|
227
|
-
</tr></table></td>
|
|
228
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
229
|
-
<td style="width:0px; "></td>
|
|
230
|
-
<td style="width:0px; "></td>
|
|
231
|
-
</tr></table></td>
|
|
232
|
-
</tr>
|
|
233
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
234
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
235
|
-
<td style="width:0px; "></td>
|
|
236
|
-
<td style="width:0px; "></td>
|
|
237
|
-
</tr></table></td>
|
|
238
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
239
|
-
<td style="width:0px; "></td>
|
|
240
|
-
<td style="width:0px; "></td>
|
|
241
|
-
</tr></table></td>
|
|
242
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
243
|
-
<td style="width:0px; "></td>
|
|
244
|
-
<td style="width:0px; "></td>
|
|
245
|
-
</tr></table></td>
|
|
246
|
-
<td class="loaded1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
247
|
-
<td style="width:0px; "></td>
|
|
248
|
-
<td style="width:0px; "></td>
|
|
249
|
-
</tr></table></td>
|
|
250
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
251
|
-
<td style="width:0px; "></td>
|
|
252
|
-
<td style="width:0px; "></td>
|
|
253
|
-
</tr></table></td>
|
|
254
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
255
|
-
<td style="width:0px; "></td>
|
|
256
|
-
<td style="width:0px; "></td>
|
|
257
|
-
</tr></table></td>
|
|
258
|
-
<td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
259
|
-
<td style="width:0px; "></td>
|
|
260
|
-
<td style="width:0px; "></td>
|
|
261
|
-
</tr></table></td>
|
|
262
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
263
|
-
<td style="width:0px; "></td>
|
|
264
|
-
<td style="width:0px; "></td>
|
|
265
|
-
</tr></table></td>
|
|
266
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
267
|
-
<td style="width:0px; "></td>
|
|
268
|
-
<td style="width:0px; "></td>
|
|
269
|
-
</tr></table></td>
|
|
270
|
-
</tr>
|
|
271
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
272
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
273
|
-
<td style="width:0px; "></td>
|
|
274
|
-
<td style="width:0px; "></td>
|
|
275
|
-
</tr></table></td>
|
|
276
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
277
|
-
<td style="width:0px; "></td>
|
|
278
|
-
<td style="width:0px; "></td>
|
|
279
|
-
</tr></table></td>
|
|
280
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
281
|
-
<td style="width:0px; "></td>
|
|
282
|
-
<td style="width:0px; "></td>
|
|
283
|
-
</tr></table></td>
|
|
284
|
-
<td class="loaded2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
285
|
-
<td style="width:0px; "></td>
|
|
286
|
-
<td style="width:0px; "></td>
|
|
287
|
-
</tr></table></td>
|
|
288
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
289
|
-
<td style="width:0px; "></td>
|
|
290
|
-
<td style="width:0px; "></td>
|
|
291
|
-
</tr></table></td>
|
|
292
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
293
|
-
<td style="width:0px; "></td>
|
|
294
|
-
<td style="width:0px; "></td>
|
|
295
|
-
</tr></table></td>
|
|
296
|
-
<td class="free2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
297
|
-
<td style="width:0px; "></td>
|
|
298
|
-
<td style="width:0px; "></td>
|
|
299
|
-
</tr></table></td>
|
|
300
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
301
|
-
<td style="width:0px; "></td>
|
|
302
|
-
<td style="width:0px; "></td>
|
|
303
|
-
</tr></table></td>
|
|
304
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
305
|
-
<td style="width:0px; "></td>
|
|
306
|
-
<td style="width:0px; "></td>
|
|
307
|
-
</tr></table></td>
|
|
308
|
-
</tr>
|
|
309
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
310
|
-
<td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
311
|
-
<td style="width:0px; "></td>
|
|
312
|
-
<td style="width:0px; "></td>
|
|
313
|
-
</tr></table></td>
|
|
314
|
-
<td class="taskcell2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
315
|
-
<td style="width:0px; "></td>
|
|
316
|
-
<td style="width:0px; "></td>
|
|
317
|
-
</tr></table></td>
|
|
318
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
319
|
-
<td style="width:0px; "></td>
|
|
320
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
321
|
-
<td style="width:0px; "></td>
|
|
322
|
-
</tr></table></td>
|
|
323
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
324
|
-
<td style="width:0px; "></td>
|
|
325
|
-
<td style="width:0px; "></td>
|
|
326
|
-
</tr></table></td>
|
|
327
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
328
|
-
<td style="width:0px; "></td>
|
|
329
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
330
|
-
<td style="width:0px; "></td>
|
|
331
|
-
</tr></table></td>
|
|
332
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
333
|
-
<td style="width:0px; "></td>
|
|
334
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
335
|
-
<td style="width:0px; "></td>
|
|
336
|
-
</tr></table></td>
|
|
337
|
-
<td class="taskcell2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
338
|
-
<td style="width:0px; "></td>
|
|
339
|
-
<td style="width:0px; "></td>
|
|
340
|
-
</tr></table></td>
|
|
341
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
342
|
-
<td style="width:0px; "></td>
|
|
343
|
-
<td style="width:0px; "></td>
|
|
344
|
-
</tr></table></td>
|
|
345
|
-
<td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
346
|
-
<td style="width:0px; "></td>
|
|
347
|
-
<td style="width:0px; "></td>
|
|
348
|
-
</tr></table></td>
|
|
349
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
350
|
-
<td style="width:0px; "></td>
|
|
351
|
-
<td style="width:0px; "></td>
|
|
352
|
-
</tr></table></td>
|
|
353
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
354
|
-
<td style="width:0px; "></td>
|
|
355
|
-
<td style="width:0px; "></td>
|
|
356
|
-
</tr></table></td>
|
|
357
|
-
</tr>
|
|
358
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
359
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
360
|
-
<td style="width:0px; "></td>
|
|
361
|
-
<td style="width:0px; "></td>
|
|
362
|
-
</tr></table></td>
|
|
363
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
364
|
-
<td style="width:0px; "></td>
|
|
365
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
366
|
-
<td style="width:0px; "></td>
|
|
367
|
-
</tr></table></td>
|
|
368
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
369
|
-
<td style="width:0px; "></td>
|
|
370
|
-
<td style="width:0px; "></td>
|
|
371
|
-
</tr></table></td>
|
|
372
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
373
|
-
<td style="width:0px; "></td>
|
|
374
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
375
|
-
<td style="width:0px; "></td>
|
|
376
|
-
</tr></table></td>
|
|
377
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
378
|
-
<td style="width:0px; "></td>
|
|
379
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
380
|
-
<td style="width:0px; "></td>
|
|
381
|
-
</tr></table></td>
|
|
382
|
-
<td class="resourcecell1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
383
|
-
<td style="width:0px; "></td>
|
|
384
|
-
<td style="width:0px; "></td>
|
|
385
|
-
</tr></table></td>
|
|
386
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
387
|
-
<td style="width:0px; "></td>
|
|
388
|
-
<td style="width:0px; "></td>
|
|
389
|
-
</tr></table></td>
|
|
390
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
391
|
-
<td style="width:0px; "></td>
|
|
392
|
-
<td style="width:0px; "></td>
|
|
393
|
-
</tr></table></td>
|
|
394
|
-
<td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
395
|
-
<td style="width:0px; "></td>
|
|
396
|
-
<td style="width:0px; "></td>
|
|
397
|
-
</tr></table></td>
|
|
398
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
399
|
-
<td style="width:0px; "></td>
|
|
400
|
-
<td style="width:0px; "></td>
|
|
401
|
-
</tr></table></td>
|
|
402
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
403
|
-
<td style="width:0px; "></td>
|
|
404
|
-
<td style="width:0px; "></td>
|
|
405
|
-
</tr></table></td>
|
|
406
|
-
</tr>
|
|
407
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
408
|
-
<td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
409
|
-
<td style="width:0px; "></td>
|
|
410
|
-
<td style="width:0px; "></td>
|
|
411
|
-
</tr></table></td>
|
|
412
|
-
<td class="taskcell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
413
|
-
<td style="width:0px; "></td>
|
|
414
|
-
<td style="width:0px; "></td>
|
|
415
|
-
</tr></table></td>
|
|
416
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
417
|
-
<td style="width:0px; "></td>
|
|
418
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
419
|
-
<td style="width:0px; "></td>
|
|
420
|
-
</tr></table></td>
|
|
421
|
-
<td class="calconttask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
422
|
-
<td style="width:0px; "></td>
|
|
423
|
-
<td style="width:0px; "></td>
|
|
424
|
-
</tr></table></td>
|
|
425
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
426
|
-
<td style="width:0px; "></td>
|
|
427
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
428
|
-
<td style="width:0px; "></td>
|
|
429
|
-
</tr></table></td>
|
|
430
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
431
|
-
<td style="width:0px; "></td>
|
|
432
|
-
<td style="width:0px; "></td>
|
|
433
|
-
</tr></table></td>
|
|
434
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
435
|
-
<td style="width:0px; "></td>
|
|
436
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
437
|
-
<td style="width:0px; "></td>
|
|
438
|
-
</tr></table></td>
|
|
439
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
440
|
-
<td style="width:0px; "></td>
|
|
441
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
442
|
-
<td style="width:0px; "></td>
|
|
443
|
-
</tr></table></td>
|
|
444
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
445
|
-
<td style="width:0px; "></td>
|
|
446
|
-
<td style="width:0px; "></td>
|
|
447
|
-
</tr></table></td>
|
|
448
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
449
|
-
<td style="width:0px; "></td>
|
|
450
|
-
<td style="width:0px; "></td>
|
|
451
|
-
</tr></table></td>
|
|
452
|
-
<td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
453
|
-
<td style="width:0px; "></td>
|
|
454
|
-
<td style="width:0px; "></td>
|
|
455
|
-
</tr></table></td>
|
|
456
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
457
|
-
<td style="width:0px; "></td>
|
|
458
|
-
<td style="width:0px; "></td>
|
|
459
|
-
</tr></table></td>
|
|
460
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
461
|
-
<td style="width:0px; "></td>
|
|
462
|
-
<td style="width:0px; "></td>
|
|
463
|
-
</tr></table></td>
|
|
464
|
-
</tr>
|
|
465
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
466
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
467
|
-
<td style="width:0px; "></td>
|
|
468
|
-
<td style="width:0px; "></td>
|
|
469
|
-
</tr></table></td>
|
|
470
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
471
|
-
<td style="width:0px; "></td>
|
|
472
|
-
<td style="width:0px; "></td>
|
|
473
|
-
</tr></table></td>
|
|
474
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
475
|
-
<td style="width:0px; "></td>
|
|
476
|
-
<td style="width:0px; "></td>
|
|
477
|
-
</tr></table></td>
|
|
478
|
-
<td class="loaded1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
479
|
-
<td style="width:0px; "></td>
|
|
480
|
-
<td style="width:0px; "></td>
|
|
481
|
-
</tr></table></td>
|
|
482
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
483
|
-
<td style="width:0px; "></td>
|
|
484
|
-
<td style="width:0px; "></td>
|
|
485
|
-
</tr></table></td>
|
|
486
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
487
|
-
<td style="width:0px; "></td>
|
|
488
|
-
<td style="width:0px; "></td>
|
|
489
|
-
</tr></table></td>
|
|
490
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
491
|
-
<td style="width:0px; "></td>
|
|
492
|
-
<td style="width:0px; "></td>
|
|
493
|
-
</tr></table></td>
|
|
494
|
-
<td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
495
|
-
<td style="width:0px; "></td>
|
|
496
|
-
<td style="width:0px; "></td>
|
|
497
|
-
</tr></table></td>
|
|
498
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
499
|
-
<td style="width:0px; "></td>
|
|
500
|
-
<td style="width:0px; "></td>
|
|
501
|
-
</tr></table></td>
|
|
502
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
503
|
-
<td style="width:0px; "></td>
|
|
504
|
-
<td style="width:0px; "></td>
|
|
505
|
-
</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>
|
|
509
|
-
<td style="width:0px; "></td>
|
|
510
|
-
<td style="width:0px; "></td>
|
|
511
|
-
</tr></table></td>
|
|
512
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
513
|
-
<td style="width:0px; "></td>
|
|
514
|
-
<td style="width:0px; "></td>
|
|
515
|
-
</tr></table></td>
|
|
516
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
517
|
-
<td style="width:0px; "></td>
|
|
518
|
-
<td style="width:0px; "></td>
|
|
519
|
-
</tr></table></td>
|
|
520
|
-
<td class="loaded2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
521
|
-
<td style="width:0px; "></td>
|
|
522
|
-
<td style="width:0px; "></td>
|
|
523
|
-
</tr></table></td>
|
|
524
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
525
|
-
<td style="width:0px; "></td>
|
|
526
|
-
<td style="width:0px; "></td>
|
|
527
|
-
</tr></table></td>
|
|
528
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
529
|
-
<td style="width:0px; "></td>
|
|
530
|
-
<td style="width:0px; "></td>
|
|
531
|
-
</tr></table></td>
|
|
532
|
-
<td class="free2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
533
|
-
<td style="width:0px; "></td>
|
|
534
|
-
<td style="width:0px; "></td>
|
|
535
|
-
</tr></table></td>
|
|
536
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
537
|
-
<td style="width:0px; "></td>
|
|
538
|
-
<td style="width:0px; "></td>
|
|
539
|
-
</tr></table></td>
|
|
540
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
541
|
-
<td style="width:0px; "></td>
|
|
542
|
-
<td style="width:0px; "></td>
|
|
543
|
-
</tr></table></td>
|
|
544
|
-
</tr>
|
|
545
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
546
|
-
<td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
547
|
-
<td style="width:0px; "></td>
|
|
548
|
-
<td style="width:0px; "></td>
|
|
549
|
-
</tr></table></td>
|
|
550
|
-
<td class="taskcell2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
551
|
-
<td style="width:0px; "></td>
|
|
552
|
-
<td style="width:0px; "></td>
|
|
553
|
-
</tr></table></td>
|
|
554
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
555
|
-
<td style="width:0px; "></td>
|
|
556
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
557
|
-
<td style="width:0px; "></td>
|
|
558
|
-
</tr></table></td>
|
|
559
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
560
|
-
<td style="width:0px; "></td>
|
|
561
|
-
<td style="width:0px; "></td>
|
|
562
|
-
</tr></table></td>
|
|
563
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
564
|
-
<td style="width:0px; "></td>
|
|
565
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
566
|
-
<td style="width:0px; "></td>
|
|
567
|
-
</tr></table></td>
|
|
568
|
-
<td class="taskcell2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
569
|
-
<td style="width:0px; "></td>
|
|
570
|
-
<td style="width:0px; "></td>
|
|
571
|
-
</tr></table></td>
|
|
572
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
573
|
-
<td style="width:0px; "></td>
|
|
574
|
-
<td style="width:0px; "></td>
|
|
575
|
-
</tr></table></td>
|
|
576
|
-
<td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
577
|
-
<td style="width:0px; "></td>
|
|
578
|
-
<td style="width:0px; "></td>
|
|
579
|
-
</tr></table></td>
|
|
580
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
581
|
-
<td style="width:0px; "></td>
|
|
582
|
-
<td style="width:0px; "></td>
|
|
583
|
-
</tr></table></td>
|
|
584
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
585
|
-
<td style="width:0px; "></td>
|
|
586
|
-
<td style="width:0px; "></td>
|
|
587
|
-
</tr></table></td>
|
|
588
|
-
</tr>
|
|
589
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
590
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
591
|
-
<td style="width:0px; "></td>
|
|
592
|
-
<td style="width:0px; "></td>
|
|
593
|
-
</tr></table></td>
|
|
594
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
595
|
-
<td style="width:0px; "></td>
|
|
596
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
597
|
-
<td style="width:0px; "></td>
|
|
598
|
-
</tr></table></td>
|
|
599
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
600
|
-
<td style="width:0px; "></td>
|
|
601
|
-
<td style="width:0px; "></td>
|
|
602
|
-
</tr></table></td>
|
|
603
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
604
|
-
<td style="width:0px; "></td>
|
|
605
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
606
|
-
<td style="width:0px; "></td>
|
|
607
|
-
</tr></table></td>
|
|
608
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
609
|
-
<td style="width:0px; "></td>
|
|
610
|
-
<td style="width:0px; "></td>
|
|
611
|
-
</tr></table></td>
|
|
612
|
-
<td class="resourcecell1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
613
|
-
<td style="width:0px; "></td>
|
|
614
|
-
<td style="width:0px; "></td>
|
|
615
|
-
</tr></table></td>
|
|
616
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
617
|
-
<td style="width:0px; "></td>
|
|
618
|
-
<td style="width:0px; "></td>
|
|
619
|
-
</tr></table></td>
|
|
620
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
621
|
-
<td style="width:0px; "></td>
|
|
622
|
-
<td style="width:0px; "></td>
|
|
623
|
-
</tr></table></td>
|
|
624
|
-
<td class="free1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
625
|
-
<td style="width:0px; "></td>
|
|
626
|
-
<td style="width:0px; "></td>
|
|
627
|
-
</tr></table></td>
|
|
628
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
629
|
-
<td style="width:0px; "></td>
|
|
630
|
-
<td style="width:0px; "></td>
|
|
631
|
-
</tr></table></td>
|
|
632
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
633
|
-
<td style="width:0px; "></td>
|
|
634
|
-
<td style="width:0px; "></td>
|
|
635
|
-
</tr></table></td>
|
|
636
|
-
</tr>
|
|
637
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
638
|
-
<td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
639
|
-
<td style="width:0px; "></td>
|
|
640
|
-
<td style="width:0px; "></td>
|
|
641
|
-
</tr></table></td>
|
|
642
|
-
<td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
643
|
-
<td style="width:0px; "></td>
|
|
644
|
-
<td style="width:0px; "></td>
|
|
645
|
-
</tr></table></td>
|
|
646
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
647
|
-
<td style="width:0px; "></td>
|
|
648
|
-
<td style="width:0px; "></td>
|
|
649
|
-
</tr></table></td>
|
|
650
|
-
<td class="taskcell1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
651
|
-
<td style="width:0px; "></td>
|
|
652
|
-
<td style="width:0px; "></td>
|
|
653
|
-
</tr></table></td>
|
|
654
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
655
|
-
<td style="width:0px; "></td>
|
|
656
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
657
|
-
<td style="width:0px; "></td>
|
|
658
|
-
</tr></table></td>
|
|
659
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
660
|
-
<td style="width:0px; "></td>
|
|
661
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
662
|
-
<td style="width:0px; "></td>
|
|
663
|
-
</tr></table></td>
|
|
664
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
665
|
-
<td style="width:0px; "></td>
|
|
666
|
-
<td style="width:0px; "></td>
|
|
667
|
-
</tr></table></td>
|
|
668
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
669
|
-
<td style="width:0px; "></td>
|
|
670
|
-
<td style="width:0px; "></td>
|
|
671
|
-
</tr></table></td>
|
|
672
|
-
<td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
673
|
-
<td style="width:0px; "></td>
|
|
674
|
-
<td style="width:0px; "></td>
|
|
675
|
-
</tr></table></td>
|
|
676
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
677
|
-
<td style="width:0px; "></td>
|
|
678
|
-
<td style="width:0px; "></td>
|
|
679
|
-
</tr></table></td>
|
|
680
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
681
|
-
<td style="width:0px; "></td>
|
|
682
|
-
<td style="width:0px; "></td>
|
|
683
|
-
</tr></table></td>
|
|
684
|
-
</tr>
|
|
685
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
686
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
687
|
-
<td style="width:0px; "></td>
|
|
688
|
-
<td style="width:0px; "></td>
|
|
689
|
-
</tr></table></td>
|
|
690
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
691
|
-
<td style="width:0px; "></td>
|
|
692
|
-
<td style="width:0px; "></td>
|
|
693
|
-
</tr></table></td>
|
|
694
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
695
|
-
<td style="width:0px; "></td>
|
|
696
|
-
<td style="width:0px; "></td>
|
|
697
|
-
</tr></table></td>
|
|
698
|
-
<td class="resourcecell1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
699
|
-
<td style="width:0px; "></td>
|
|
700
|
-
<td style="width:0px; "></td>
|
|
701
|
-
</tr></table></td>
|
|
702
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
703
|
-
<td style="width:0px; "></td>
|
|
704
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
705
|
-
<td style="width:0px; "></td>
|
|
706
|
-
</tr></table></td>
|
|
707
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
708
|
-
<td style="width:0px; "></td>
|
|
709
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
710
|
-
<td style="width:0px; "></td>
|
|
711
|
-
</tr></table></td>
|
|
712
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
713
|
-
<td style="width:0px; "></td>
|
|
714
|
-
<td style="width:0px; "></td>
|
|
715
|
-
</tr></table></td>
|
|
716
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
717
|
-
<td style="width:0px; "></td>
|
|
718
|
-
<td style="width:0px; "></td>
|
|
719
|
-
</tr></table></td>
|
|
720
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
721
|
-
<td style="width:0px; "></td>
|
|
722
|
-
<td style="width:0px; "></td>
|
|
723
|
-
</tr></table></td>
|
|
724
|
-
<td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
725
|
-
<td style="width:0px; "></td>
|
|
726
|
-
<td style="width:0px; "></td>
|
|
727
|
-
</tr></table></td>
|
|
728
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
729
|
-
<td style="width:0px; "></td>
|
|
730
|
-
<td style="width:0px; "></td>
|
|
731
|
-
</tr></table></td>
|
|
732
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
733
|
-
<td style="width:0px; "></td>
|
|
734
|
-
<td style="width:0px; "></td>
|
|
735
|
-
</tr></table></td>
|
|
736
|
-
</tr>
|
|
737
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
738
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
739
|
-
<td style="width:0px; "></td>
|
|
740
|
-
<td style="width:0px; "></td>
|
|
741
|
-
</tr></table></td>
|
|
742
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
743
|
-
<td style="width:0px; "></td>
|
|
744
|
-
<td style="width:0px; "></td>
|
|
745
|
-
</tr></table></td>
|
|
746
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
747
|
-
<td style="width:0px; "></td>
|
|
748
|
-
<td style="width:0px; "></td>
|
|
749
|
-
</tr></table></td>
|
|
750
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
751
|
-
<td style="width:0px; "></td>
|
|
752
|
-
<td style="width:0px; "></td>
|
|
753
|
-
</tr></table></td>
|
|
754
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
755
|
-
<td style="width:0px; "></td>
|
|
756
|
-
<td style="width:0px; "></td>
|
|
757
|
-
</tr></table></td>
|
|
758
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
759
|
-
<td style="width:0px; "></td>
|
|
760
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
761
|
-
<td style="width:0px; "></td>
|
|
762
|
-
</tr></table></td>
|
|
763
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
764
|
-
<td style="width:0px; "></td>
|
|
765
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
766
|
-
<td style="width:0px; "></td>
|
|
767
|
-
</tr></table></td>
|
|
768
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
769
|
-
<td style="width:0px; "></td>
|
|
770
|
-
<td style="width:0px; "></td>
|
|
771
|
-
</tr></table></td>
|
|
772
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
773
|
-
<td style="width:0px; "></td>
|
|
774
|
-
<td style="width:0px; "></td>
|
|
775
|
-
</tr></table></td>
|
|
776
|
-
<td class="free2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
777
|
-
<td style="width:0px; "></td>
|
|
778
|
-
<td style="width:0px; "></td>
|
|
779
|
-
</tr></table></td>
|
|
780
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
781
|
-
<td style="width:0px; "></td>
|
|
782
|
-
<td style="width:0px; "></td>
|
|
783
|
-
</tr></table></td>
|
|
784
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
785
|
-
<td style="width:0px; "></td>
|
|
786
|
-
<td style="width:0px; "></td>
|
|
787
|
-
</tr></table></td>
|
|
788
|
-
</tr>
|
|
789
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
790
|
-
<td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
791
|
-
<td style="width:0px; "></td>
|
|
792
|
-
<td style="width:0px; "></td>
|
|
793
|
-
</tr></table></td>
|
|
794
|
-
<td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
795
|
-
<td style="width:0px; "></td>
|
|
796
|
-
<td style="width:0px; "></td>
|
|
797
|
-
</tr></table></td>
|
|
798
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
799
|
-
<td style="width:0px; "></td>
|
|
800
|
-
<td style="width:0px; "></td>
|
|
801
|
-
</tr></table></td>
|
|
802
|
-
<td class="taskcell2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
803
|
-
<td style="width:0px; "></td>
|
|
804
|
-
<td style="width:0px; "></td>
|
|
805
|
-
</tr></table></td>
|
|
806
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
807
|
-
<td style="width:0px; "></td>
|
|
808
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
809
|
-
<td style="width:0px; "></td>
|
|
810
|
-
</tr></table></td>
|
|
811
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
812
|
-
<td style="width:0px; "></td>
|
|
813
|
-
<td style="width:0px; "></td>
|
|
814
|
-
</tr></table></td>
|
|
815
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
816
|
-
<td style="width:0px; "></td>
|
|
817
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
818
|
-
<td style="width:0px; "></td>
|
|
819
|
-
</tr></table></td>
|
|
820
|
-
<td class="taskcell2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
821
|
-
<td style="width:0px; "></td>
|
|
822
|
-
<td style="width:0px; "></td>
|
|
823
|
-
</tr></table></td>
|
|
824
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
825
|
-
<td style="width:0px; "></td>
|
|
826
|
-
<td style="width:0px; "></td>
|
|
827
|
-
</tr></table></td>
|
|
828
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
829
|
-
<td style="width:0px; "></td>
|
|
830
|
-
<td style="width:0px; "></td>
|
|
831
|
-
</tr></table></td>
|
|
832
|
-
</tr>
|
|
833
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
834
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
835
|
-
<td style="width:0px; "></td>
|
|
836
|
-
<td style="width:0px; "></td>
|
|
837
|
-
</tr></table></td>
|
|
838
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
839
|
-
<td style="width:0px; "></td>
|
|
840
|
-
<td style="width:0px; "></td>
|
|
841
|
-
</tr></table></td>
|
|
842
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
843
|
-
<td style="width:0px; "></td>
|
|
844
|
-
<td style="width:0px; "></td>
|
|
845
|
-
</tr></table></td>
|
|
846
|
-
<td class="resourcecell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
847
|
-
<td style="width:0px; "></td>
|
|
848
|
-
<td style="width:0px; "></td>
|
|
849
|
-
</tr></table></td>
|
|
850
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
851
|
-
<td style="width:0px; "></td>
|
|
852
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
853
|
-
<td style="width:0px; "></td>
|
|
854
|
-
</tr></table></td>
|
|
855
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
856
|
-
<td style="width:0px; "></td>
|
|
857
|
-
<td style="width:0px; "></td>
|
|
858
|
-
</tr></table></td>
|
|
859
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
860
|
-
<td style="width:0px; "></td>
|
|
861
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
862
|
-
<td style="width:0px; "></td>
|
|
863
|
-
</tr></table></td>
|
|
864
|
-
<td class="free1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
865
|
-
<td style="width:0px; "></td>
|
|
866
|
-
<td style="width:0px; "></td>
|
|
867
|
-
</tr></table></td>
|
|
868
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
869
|
-
<td style="width:0px; "></td>
|
|
870
|
-
<td style="width:0px; "></td>
|
|
871
|
-
</tr></table></td>
|
|
872
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
873
|
-
<td style="width:0px; "></td>
|
|
874
|
-
<td style="width:0px; "></td>
|
|
875
|
-
</tr></table></td>
|
|
876
|
-
</tr>
|
|
877
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
878
|
-
<td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
879
|
-
<td style="width:0px; "></td>
|
|
880
|
-
<td style="width:0px; "></td>
|
|
881
|
-
</tr></table></td>
|
|
882
|
-
<td class="taskcell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
883
|
-
<td style="width:0px; "></td>
|
|
884
|
-
<td style="width:0px; "></td>
|
|
885
|
-
</tr></table></td>
|
|
886
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
887
|
-
<td style="width:0px; "></td>
|
|
888
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
889
|
-
<td style="width:0px; "></td>
|
|
890
|
-
</tr></table></td>
|
|
891
|
-
<td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
892
|
-
<td style="width:0px; "></td>
|
|
893
|
-
<td style="width:0px; "></td>
|
|
894
|
-
</tr></table></td>
|
|
895
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
896
|
-
<td style="width:0px; "></td>
|
|
897
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
898
|
-
<td style="width:0px; "></td>
|
|
899
|
-
</tr></table></td>
|
|
900
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
901
|
-
<td style="width:0px; "></td>
|
|
902
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
903
|
-
<td style="width:0px; "></td>
|
|
904
|
-
</tr></table></td>
|
|
905
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
906
|
-
<td style="width:0px; "></td>
|
|
907
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
908
|
-
<td style="width:0px; "></td>
|
|
909
|
-
</tr></table></td>
|
|
910
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
911
|
-
<td style="width:0px; "></td>
|
|
912
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
913
|
-
<td style="width:0px; "></td>
|
|
914
|
-
</tr></table></td>
|
|
915
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
916
|
-
<td style="width:0px; "></td>
|
|
917
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
918
|
-
<td style="width:0px; "></td>
|
|
919
|
-
</tr></table></td>
|
|
920
|
-
<td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
921
|
-
<td style="width:0px; "></td>
|
|
922
|
-
<td style="width:0px; "></td>
|
|
923
|
-
</tr></table></td>
|
|
924
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
925
|
-
<td style="width:0px; "></td>
|
|
926
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
927
|
-
<td style="width:0px; "></td>
|
|
928
|
-
</tr></table></td>
|
|
929
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
930
|
-
<td style="width:0px; "></td>
|
|
931
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
932
|
-
<td style="width:0px; "></td>
|
|
933
|
-
</tr></table></td>
|
|
934
|
-
<td class="taskcell1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
935
|
-
<td style="width:0px; "></td>
|
|
936
|
-
<td style="width:0px; "></td>
|
|
937
|
-
</tr></table></td>
|
|
938
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
939
|
-
<td style="width:0px; "></td>
|
|
940
|
-
<td style="width:0px; "></td>
|
|
941
|
-
</tr></table></td>
|
|
942
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
943
|
-
<td style="width:0px; "></td>
|
|
944
|
-
<td style="width:0px; "></td>
|
|
945
|
-
</tr></table></td>
|
|
946
|
-
</tr>
|
|
947
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
948
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
949
|
-
<td style="width:0px; "></td>
|
|
950
|
-
<td style="width:0px; "></td>
|
|
951
|
-
</tr></table></td>
|
|
952
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
953
|
-
<td style="width:0px; "></td>
|
|
954
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
955
|
-
<td style="width:0px; "></td>
|
|
956
|
-
</tr></table></td>
|
|
957
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
958
|
-
<td style="width:0px; "></td>
|
|
959
|
-
<td style="width:0px; "></td>
|
|
960
|
-
</tr></table></td>
|
|
961
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
962
|
-
<td style="width:0px; "></td>
|
|
963
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
964
|
-
<td style="width:0px; "></td>
|
|
965
|
-
</tr></table></td>
|
|
966
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
967
|
-
<td style="width:0px; "></td>
|
|
968
|
-
<td style="width:0px; "></td>
|
|
969
|
-
</tr></table></td>
|
|
970
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
971
|
-
<td style="width:0px; "></td>
|
|
972
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
973
|
-
<td style="width:0px; "></td>
|
|
974
|
-
</tr></table></td>
|
|
975
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
976
|
-
<td style="width:0px; "></td>
|
|
977
|
-
<td style="width:0px; "></td>
|
|
978
|
-
</tr></table></td>
|
|
979
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
980
|
-
<td style="width:0px; "></td>
|
|
981
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
982
|
-
<td style="width:0px; "></td>
|
|
983
|
-
</tr></table></td>
|
|
984
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
985
|
-
<td style="width:0px; "></td>
|
|
986
|
-
<td style="width:0px; "></td>
|
|
987
|
-
</tr></table></td>
|
|
988
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
989
|
-
<td style="width:0px; "></td>
|
|
990
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
991
|
-
<td style="width:0px; "></td>
|
|
992
|
-
</tr></table></td>
|
|
993
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
994
|
-
<td style="width:0px; "></td>
|
|
995
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
996
|
-
<td style="width:0px; "></td>
|
|
997
|
-
</tr></table></td>
|
|
998
|
-
<td class="free1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
999
|
-
<td style="width:0px; "></td>
|
|
1000
|
-
<td style="width:0px; "></td>
|
|
1001
|
-
</tr></table></td>
|
|
1002
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1003
|
-
<td style="width:0px; "></td>
|
|
1004
|
-
<td style="width:0px; "></td>
|
|
1005
|
-
</tr></table></td>
|
|
1006
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1007
|
-
<td style="width:0px; "></td>
|
|
1008
|
-
<td style="width:0px; "></td>
|
|
1009
|
-
</tr></table></td>
|
|
1010
|
-
</tr>
|
|
1011
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1012
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1013
|
-
<td style="width:0px; "></td>
|
|
1014
|
-
<td style="width:0px; "></td>
|
|
1015
|
-
</tr></table></td>
|
|
1016
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1017
|
-
<td style="width:0px; "></td>
|
|
1018
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1019
|
-
<td style="width:0px; "></td>
|
|
1020
|
-
</tr></table></td>
|
|
1021
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1022
|
-
<td style="width:0px; "></td>
|
|
1023
|
-
<td style="width:0px; "></td>
|
|
1024
|
-
</tr></table></td>
|
|
1025
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1026
|
-
<td style="width:0px; "></td>
|
|
1027
|
-
<td style="width:0px; "></td>
|
|
1028
|
-
</tr></table></td>
|
|
1029
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1030
|
-
<td style="width:0px; "></td>
|
|
1031
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1032
|
-
<td style="width:0px; "></td>
|
|
1033
|
-
</tr></table></td>
|
|
1034
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1035
|
-
<td style="width:0px; "></td>
|
|
1036
|
-
<td style="width:0px; "></td>
|
|
1037
|
-
</tr></table></td>
|
|
1038
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1039
|
-
<td style="width:0px; "></td>
|
|
1040
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1041
|
-
<td style="width:0px; "></td>
|
|
1042
|
-
</tr></table></td>
|
|
1043
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1044
|
-
<td style="width:0px; "></td>
|
|
1045
|
-
<td style="width:0px; "></td>
|
|
1046
|
-
</tr></table></td>
|
|
1047
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1048
|
-
<td style="width:0px; "></td>
|
|
1049
|
-
<td style="width:0px; "></td>
|
|
1050
|
-
</tr></table></td>
|
|
1051
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1052
|
-
<td style="width:0px; "></td>
|
|
1053
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1054
|
-
<td style="width:0px; "></td>
|
|
1055
|
-
</tr></table></td>
|
|
1056
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1057
|
-
<td style="width:0px; "></td>
|
|
1058
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
1059
|
-
<td style="width:0px; "></td>
|
|
1060
|
-
</tr></table></td>
|
|
1061
|
-
<td class="free2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1062
|
-
<td style="width:0px; "></td>
|
|
1063
|
-
<td style="width:0px; "></td>
|
|
1064
|
-
</tr></table></td>
|
|
1065
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1066
|
-
<td style="width:0px; "></td>
|
|
1067
|
-
<td style="width:0px; "></td>
|
|
1068
|
-
</tr></table></td>
|
|
1069
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1070
|
-
<td style="width:0px; "></td>
|
|
1071
|
-
<td style="width:0px; "></td>
|
|
1072
|
-
</tr></table></td>
|
|
1073
|
-
</tr>
|
|
1074
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1075
|
-
<td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1076
|
-
<td style="width:0px; "></td>
|
|
1077
|
-
<td style="width:0px; "></td>
|
|
1078
|
-
</tr></table></td>
|
|
1079
|
-
<td class="taskcell2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1080
|
-
<td style="width:0px; "></td>
|
|
1081
|
-
<td style="width:0px; "></td>
|
|
1082
|
-
</tr></table></td>
|
|
1083
|
-
<td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1084
|
-
<td style="width:0px; "></td>
|
|
1085
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1086
|
-
<td style="width:0px; "></td>
|
|
1087
|
-
</tr></table></td>
|
|
1088
|
-
<td class="calconttask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1089
|
-
<td style="width:0px; "></td>
|
|
1090
|
-
<td style="width:0px; "></td>
|
|
1091
|
-
</tr></table></td>
|
|
1092
|
-
<td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1093
|
-
<td style="width:0px; "></td>
|
|
1094
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1095
|
-
<td style="width:0px; "></td>
|
|
1096
|
-
</tr></table></td>
|
|
1097
|
-
<td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1098
|
-
<td style="width:0px; "></td>
|
|
1099
|
-
<td style="width:0px; "></td>
|
|
1100
|
-
</tr></table></td>
|
|
1101
|
-
<td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1102
|
-
<td style="width:0px; "></td>
|
|
1103
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.8w</td>
|
|
1104
|
-
<td style="width:0px; "></td>
|
|
1105
|
-
</tr></table></td>
|
|
1106
|
-
<td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1107
|
-
<td style="width:0px; "></td>
|
|
1108
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1109
|
-
<td style="width:0px; "></td>
|
|
1110
|
-
</tr></table></td>
|
|
1111
|
-
<td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1112
|
-
<td style="width:0px; "></td>
|
|
1113
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1114
|
-
<td style="width:0px; "></td>
|
|
1115
|
-
</tr></table></td>
|
|
1116
|
-
<td class="calconttask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1117
|
-
<td style="width:0px; "></td>
|
|
1118
|
-
<td style="width:0px; "></td>
|
|
1119
|
-
</tr></table></td>
|
|
1120
|
-
<td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1121
|
-
<td style="width:0px; "></td>
|
|
1122
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1123
|
-
<td style="width:0px; "></td>
|
|
1124
|
-
</tr></table></td>
|
|
1125
|
-
<td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1126
|
-
<td style="width:0px; "></td>
|
|
1127
|
-
<td style="width:0px; "></td>
|
|
1128
|
-
</tr></table></td>
|
|
1129
|
-
<td class="calconttask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1130
|
-
<td style="width:0px; "></td>
|
|
1131
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.8w</td>
|
|
1132
|
-
<td style="width:0px; "></td>
|
|
1133
|
-
</tr></table></td>
|
|
1134
|
-
<td class="taskcell2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1135
|
-
<td style="width:0px; "></td>
|
|
1136
|
-
<td style="width:0px; "></td>
|
|
1137
|
-
</tr></table></td>
|
|
1138
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1139
|
-
<td style="width:0px; "></td>
|
|
1140
|
-
<td style="width:0px; "></td>
|
|
1141
|
-
</tr></table></td>
|
|
1142
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1143
|
-
<td style="width:0px; "></td>
|
|
1144
|
-
<td style="width:0px; "></td>
|
|
1145
|
-
</tr></table></td>
|
|
1146
|
-
</tr>
|
|
1147
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1148
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1149
|
-
<td style="width:0px; "></td>
|
|
1150
|
-
<td style="width:0px; "></td>
|
|
1151
|
-
</tr></table></td>
|
|
1152
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1153
|
-
<td style="width:0px; "></td>
|
|
1154
|
-
<td style="width:0px; "></td>
|
|
1155
|
-
</tr></table></td>
|
|
1156
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1157
|
-
<td style="width:0px; "></td>
|
|
1158
|
-
<td style="width:0px; "></td>
|
|
1159
|
-
</tr></table></td>
|
|
1160
|
-
<td class="loaded1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1161
|
-
<td style="width:0px; "></td>
|
|
1162
|
-
<td style="width:0px; "></td>
|
|
1163
|
-
</tr></table></td>
|
|
1164
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1165
|
-
<td style="width:0px; "></td>
|
|
1166
|
-
<td style="width:0px; "></td>
|
|
1167
|
-
</tr></table></td>
|
|
1168
|
-
<td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1169
|
-
<td style="width:0px; "></td>
|
|
1170
|
-
<td style="width:0px; "></td>
|
|
1171
|
-
</tr></table></td>
|
|
1172
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1173
|
-
<td style="width:0px; "></td>
|
|
1174
|
-
<td style="width:0px; "></td>
|
|
1175
|
-
</tr></table></td>
|
|
1176
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1177
|
-
<td style="width:0px; "></td>
|
|
1178
|
-
<td style="width:0px; "></td>
|
|
1179
|
-
</tr></table></td>
|
|
1180
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1181
|
-
<td style="width:0px; "></td>
|
|
1182
|
-
<td style="width:0px; "></td>
|
|
1183
|
-
</tr></table></td>
|
|
1184
|
-
</tr>
|
|
1185
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1186
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1187
|
-
<td style="width:0px; "></td>
|
|
1188
|
-
<td style="width:0px; "></td>
|
|
1189
|
-
</tr></table></td>
|
|
1190
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1191
|
-
<td style="width:0px; "></td>
|
|
1192
|
-
<td style="width:0px; "></td>
|
|
1193
|
-
</tr></table></td>
|
|
1194
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1195
|
-
<td style="width:0px; "></td>
|
|
1196
|
-
<td style="width:0px; "></td>
|
|
1197
|
-
</tr></table></td>
|
|
1198
|
-
<td class="loaded2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1199
|
-
<td style="width:0px; "></td>
|
|
1200
|
-
<td style="width:0px; "></td>
|
|
1201
|
-
</tr></table></td>
|
|
1202
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1203
|
-
<td style="width:0px; "></td>
|
|
1204
|
-
<td style="width:0px; "></td>
|
|
1205
|
-
</tr></table></td>
|
|
1206
|
-
<td class="loaded2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1207
|
-
<td style="width:0px; "></td>
|
|
1208
|
-
<td style="width:0px; "></td>
|
|
1209
|
-
</tr></table></td>
|
|
1210
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1211
|
-
<td style="width:0px; "></td>
|
|
1212
|
-
<td style="width:0px; "></td>
|
|
1213
|
-
</tr></table></td>
|
|
1214
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1215
|
-
<td style="width:0px; "></td>
|
|
1216
|
-
<td style="width:0px; "></td>
|
|
1217
|
-
</tr></table></td>
|
|
1218
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1219
|
-
<td style="width:0px; "></td>
|
|
1220
|
-
<td style="width:0px; "></td>
|
|
1221
|
-
</tr></table></td>
|
|
1222
|
-
</tr>
|
|
1223
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1224
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1225
|
-
<td style="width:0px; "></td>
|
|
1226
|
-
<td style="width:0px; "></td>
|
|
1227
|
-
</tr></table></td>
|
|
1228
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1229
|
-
<td style="width:0px; "></td>
|
|
1230
|
-
<td style="width:0px; "></td>
|
|
1231
|
-
</tr></table></td>
|
|
1232
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1233
|
-
<td style="width:0px; "></td>
|
|
1234
|
-
<td style="width:0px; "></td>
|
|
1235
|
-
</tr></table></td>
|
|
1236
|
-
<td class="loaded1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1237
|
-
<td style="width:0px; "></td>
|
|
1238
|
-
<td style="width:0px; "></td>
|
|
1239
|
-
</tr></table></td>
|
|
1240
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1241
|
-
<td style="width:0px; "></td>
|
|
1242
|
-
<td style="width:0px; "></td>
|
|
1243
|
-
</tr></table></td>
|
|
1244
|
-
<td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1245
|
-
<td style="width:0px; "></td>
|
|
1246
|
-
<td style="width:0px; "></td>
|
|
1247
|
-
</tr></table></td>
|
|
1248
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1249
|
-
<td style="width:0px; "></td>
|
|
1250
|
-
<td style="width:0px; "></td>
|
|
1251
|
-
</tr></table></td>
|
|
1252
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1253
|
-
<td style="width:0px; "></td>
|
|
1254
|
-
<td style="width:0px; "></td>
|
|
1255
|
-
</tr></table></td>
|
|
1256
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1257
|
-
<td style="width:0px; "></td>
|
|
1258
|
-
<td style="width:0px; "></td>
|
|
1259
|
-
</tr></table></td>
|
|
1260
|
-
</tr>
|
|
1261
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1262
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1263
|
-
<td style="width:0px; "></td>
|
|
1264
|
-
<td style="width:0px; "></td>
|
|
1265
|
-
</tr></table></td>
|
|
1266
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1267
|
-
<td style="width:0px; "></td>
|
|
1268
|
-
<td style="width:0px; "></td>
|
|
1269
|
-
</tr></table></td>
|
|
1270
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1271
|
-
<td style="width:0px; "></td>
|
|
1272
|
-
<td style="width:0px; "></td>
|
|
1273
|
-
</tr></table></td>
|
|
1274
|
-
<td class="loaded2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1275
|
-
<td style="width:0px; "></td>
|
|
1276
|
-
<td style="width:0px; "></td>
|
|
1277
|
-
</tr></table></td>
|
|
1278
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1279
|
-
<td style="width:0px; "></td>
|
|
1280
|
-
<td style="width:0px; "></td>
|
|
1281
|
-
</tr></table></td>
|
|
1282
|
-
<td class="loaded2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1283
|
-
<td style="width:0px; "></td>
|
|
1284
|
-
<td style="width:0px; "></td>
|
|
1285
|
-
</tr></table></td>
|
|
1286
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1287
|
-
<td style="width:0px; "></td>
|
|
1288
|
-
<td style="width:0px; "></td>
|
|
1289
|
-
</tr></table></td>
|
|
1290
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1291
|
-
<td style="width:0px; "></td>
|
|
1292
|
-
<td style="width:0px; "></td>
|
|
1293
|
-
</tr></table></td>
|
|
1294
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1295
|
-
<td style="width:0px; "></td>
|
|
1296
|
-
<td style="width:0px; "></td>
|
|
1297
|
-
</tr></table></td>
|
|
1298
|
-
</tr>
|
|
1299
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1300
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1301
|
-
<td style="width:0px; "></td>
|
|
1302
|
-
<td style="width:0px; "></td>
|
|
1303
|
-
</tr></table></td>
|
|
1304
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1305
|
-
<td style="width:0px; "></td>
|
|
1306
|
-
<td style="width:0px; "></td>
|
|
1307
|
-
</tr></table></td>
|
|
1308
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1309
|
-
<td style="width:0px; "></td>
|
|
1310
|
-
<td style="width:0px; "></td>
|
|
1311
|
-
</tr></table></td>
|
|
1312
|
-
<td class="loaded1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1313
|
-
<td style="width:0px; "></td>
|
|
1314
|
-
<td style="width:0px; "></td>
|
|
1315
|
-
</tr></table></td>
|
|
1316
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1317
|
-
<td style="width:0px; "></td>
|
|
1318
|
-
<td style="width:0px; "></td>
|
|
1319
|
-
</tr></table></td>
|
|
1320
|
-
<td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1321
|
-
<td style="width:0px; "></td>
|
|
1322
|
-
<td style="width:0px; "></td>
|
|
1323
|
-
</tr></table></td>
|
|
1324
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1325
|
-
<td style="width:0px; "></td>
|
|
1326
|
-
<td style="width:0px; "></td>
|
|
1327
|
-
</tr></table></td>
|
|
1328
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1329
|
-
<td style="width:0px; "></td>
|
|
1330
|
-
<td style="width:0px; "></td>
|
|
1331
|
-
</tr></table></td>
|
|
1332
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1333
|
-
<td style="width:0px; "></td>
|
|
1334
|
-
<td style="width:0px; "></td>
|
|
1335
|
-
</tr></table></td>
|
|
1336
|
-
</tr>
|
|
1337
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1338
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1339
|
-
<td style="width:0px; "></td>
|
|
1340
|
-
<td style="width:0px; "></td>
|
|
1341
|
-
</tr></table></td>
|
|
1342
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1343
|
-
<td style="width:0px; "></td>
|
|
1344
|
-
<td style="width:0px; "></td>
|
|
1345
|
-
</tr></table></td>
|
|
1346
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1347
|
-
<td style="width:0px; "></td>
|
|
1348
|
-
<td style="width:0px; "></td>
|
|
1349
|
-
</tr></table></td>
|
|
1350
|
-
<td class="loaded2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1351
|
-
<td style="width:0px; "></td>
|
|
1352
|
-
<td style="width:0px; "></td>
|
|
1353
|
-
</tr></table></td>
|
|
1354
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1355
|
-
<td style="width:0px; "></td>
|
|
1356
|
-
<td style="width:0px; "></td>
|
|
1357
|
-
</tr></table></td>
|
|
1358
|
-
<td class="loaded2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1359
|
-
<td style="width:0px; "></td>
|
|
1360
|
-
<td style="width:0px; "></td>
|
|
1361
|
-
</tr></table></td>
|
|
1362
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1363
|
-
<td style="width:0px; "></td>
|
|
1364
|
-
<td style="width:0px; "></td>
|
|
1365
|
-
</tr></table></td>
|
|
1366
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1367
|
-
<td style="width:0px; "></td>
|
|
1368
|
-
<td style="width:0px; "></td>
|
|
1369
|
-
</tr></table></td>
|
|
1370
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1371
|
-
<td style="width:0px; "></td>
|
|
1372
|
-
<td style="width:0px; "></td>
|
|
1373
|
-
</tr></table></td>
|
|
1374
|
-
</tr>
|
|
1375
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1376
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1377
|
-
<td style="width:0px; "></td>
|
|
1378
|
-
<td style="width:0px; "></td>
|
|
1379
|
-
</tr></table></td>
|
|
1380
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1381
|
-
<td style="width:0px; "></td>
|
|
1382
|
-
<td style="width:0px; "></td>
|
|
1383
|
-
</tr></table></td>
|
|
1384
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1385
|
-
<td style="width:0px; "></td>
|
|
1386
|
-
<td style="width:0px; "></td>
|
|
1387
|
-
</tr></table></td>
|
|
1388
|
-
<td class="loaded1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1389
|
-
<td style="width:0px; "></td>
|
|
1390
|
-
<td style="width:0px; "></td>
|
|
1391
|
-
</tr></table></td>
|
|
1392
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1393
|
-
<td style="width:0px; "></td>
|
|
1394
|
-
<td style="width:0px; "></td>
|
|
1395
|
-
</tr></table></td>
|
|
1396
|
-
<td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1397
|
-
<td style="width:0px; "></td>
|
|
1398
|
-
<td style="width:0px; "></td>
|
|
1399
|
-
</tr></table></td>
|
|
1400
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1401
|
-
<td style="width:0px; "></td>
|
|
1402
|
-
<td style="width:0px; "></td>
|
|
1403
|
-
</tr></table></td>
|
|
1404
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1405
|
-
<td style="width:0px; "></td>
|
|
1406
|
-
<td style="width:0px; "></td>
|
|
1407
|
-
</tr></table></td>
|
|
1408
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1409
|
-
<td style="width:0px; "></td>
|
|
1410
|
-
<td style="width:0px; "></td>
|
|
1411
|
-
</tr></table></td>
|
|
1412
|
-
</tr>
|
|
1413
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1414
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1415
|
-
<td style="width:0px; "></td>
|
|
1416
|
-
<td style="width:0px; "></td>
|
|
1417
|
-
</tr></table></td>
|
|
1418
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1419
|
-
<td style="width:0px; "></td>
|
|
1420
|
-
<td style="width:0px; "></td>
|
|
1421
|
-
</tr></table></td>
|
|
1422
|
-
<td class="offduty2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1423
|
-
<td style="width:0px; "></td>
|
|
1424
|
-
<td style="width:0px; "></td>
|
|
1425
|
-
</tr></table></td>
|
|
1426
|
-
<td class="loaded2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1427
|
-
<td style="width:0px; "></td>
|
|
1428
|
-
<td style="width:0px; "></td>
|
|
1429
|
-
</tr></table></td>
|
|
1430
|
-
<td class="offduty2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1431
|
-
<td style="width:0px; "></td>
|
|
1432
|
-
<td style="width:0px; "></td>
|
|
1433
|
-
</tr></table></td>
|
|
1434
|
-
<td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1435
|
-
<td style="width:0px; "></td>
|
|
1436
|
-
<td style="width:0px; "></td>
|
|
1437
|
-
</tr></table></td>
|
|
1438
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1439
|
-
<td style="width:0px; "></td>
|
|
1440
|
-
<td style="width:0px; "></td>
|
|
1441
|
-
</tr></table></td>
|
|
1442
|
-
<td class="offduty2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1443
|
-
<td style="width:0px; "></td>
|
|
1444
|
-
<td style="width:0px; "></td>
|
|
1445
|
-
</tr></table></td>
|
|
1446
|
-
</tr>
|
|
1447
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1448
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1449
|
-
<td style="width:0px; "></td>
|
|
1450
|
-
<td style="width:0px; "></td>
|
|
1451
|
-
</tr></table></td>
|
|
1452
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1453
|
-
<td style="width:0px; "></td>
|
|
1454
|
-
<td style="width:0px; "></td>
|
|
1455
|
-
</tr></table></td>
|
|
1456
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1457
|
-
<td style="width:0px; "></td>
|
|
1458
|
-
<td style="width:0px; "></td>
|
|
1459
|
-
</tr></table></td>
|
|
1460
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1461
|
-
<td style="width:0px; "></td>
|
|
1462
|
-
<td style="width:0px; "></td>
|
|
1463
|
-
</tr></table></td>
|
|
1464
|
-
<td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1465
|
-
<td style="width:0px; "></td>
|
|
1466
|
-
<td style="width:0px; "></td>
|
|
1467
|
-
</tr></table></td>
|
|
1468
|
-
<td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1469
|
-
<td style="width:0px; "></td>
|
|
1470
|
-
<td style="width:0px; "></td>
|
|
1471
|
-
</tr></table></td>
|
|
1472
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1473
|
-
<td style="width:0px; "></td>
|
|
1474
|
-
<td style="width:0px; "></td>
|
|
1475
|
-
</tr></table></td>
|
|
1476
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1477
|
-
<td style="width:0px; "></td>
|
|
1478
|
-
<td style="width:0px; "></td>
|
|
1479
|
-
</tr></table></td>
|
|
1480
|
-
<td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1481
|
-
<td style="width:0px; "></td>
|
|
1482
|
-
<td style="width:0px; "></td>
|
|
1483
|
-
</tr></table></td>
|
|
1484
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1485
|
-
<td style="width:0px; "></td>
|
|
1486
|
-
<td style="width:0px; "></td>
|
|
1487
|
-
</tr></table></td>
|
|
1488
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1489
|
-
<td style="width:0px; "></td>
|
|
1490
|
-
<td style="width:0px; "></td>
|
|
1491
|
-
</tr></table></td>
|
|
1492
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1493
|
-
<td style="width:0px; "></td>
|
|
1494
|
-
<td style="width:0px; "></td>
|
|
1495
|
-
</tr></table></td>
|
|
1496
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1497
|
-
<td style="width:0px; "></td>
|
|
1498
|
-
<td style="width:0px; "></td>
|
|
1499
|
-
</tr></table></td>
|
|
1500
|
-
</tr>
|
|
1501
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1502
|
-
<td class="offduty2" colspan="8"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1503
|
-
<td style="width:0px; "></td>
|
|
1504
|
-
<td style="width:0px; "></td>
|
|
1505
|
-
</tr></table></td>
|
|
1506
|
-
<td class="loaded2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1507
|
-
<td style="width:0px; "></td>
|
|
1508
|
-
<td style="width:0px; "></td>
|
|
1509
|
-
</tr></table></td>
|
|
1510
|
-
<td class="offduty2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1511
|
-
<td style="width:0px; "></td>
|
|
1512
|
-
<td style="width:0px; "></td>
|
|
1513
|
-
</tr></table></td>
|
|
1514
|
-
<td class="loaded2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1515
|
-
<td style="width:0px; "></td>
|
|
1516
|
-
<td style="width:0px; "></td>
|
|
1517
|
-
</tr></table></td>
|
|
1518
|
-
<td class="offduty2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1519
|
-
<td style="width:0px; "></td>
|
|
1520
|
-
<td style="width:0px; "></td>
|
|
1521
|
-
</tr></table></td>
|
|
1522
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1523
|
-
<td style="width:0px; "></td>
|
|
1524
|
-
<td style="width:0px; "></td>
|
|
1525
|
-
</tr></table></td>
|
|
1526
|
-
</tr>
|
|
1527
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1528
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1529
|
-
<td style="width:0px; "></td>
|
|
1530
|
-
<td style="width:0px; "></td>
|
|
1531
|
-
</tr></table></td>
|
|
1532
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1533
|
-
<td style="width:0px; "></td>
|
|
1534
|
-
<td style="width:0px; "></td>
|
|
1535
|
-
</tr></table></td>
|
|
1536
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1537
|
-
<td style="width:0px; "></td>
|
|
1538
|
-
<td style="width:0px; "></td>
|
|
1539
|
-
</tr></table></td>
|
|
1540
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1541
|
-
<td style="width:0px; "></td>
|
|
1542
|
-
<td style="width:0px; "></td>
|
|
1543
|
-
</tr></table></td>
|
|
1544
|
-
<td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1545
|
-
<td style="width:0px; "></td>
|
|
1546
|
-
<td style="width:0px; "></td>
|
|
1547
|
-
</tr></table></td>
|
|
1548
|
-
<td class="loaded1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1549
|
-
<td style="width:0px; "></td>
|
|
1550
|
-
<td style="width:0px; "></td>
|
|
1551
|
-
</tr></table></td>
|
|
1552
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1553
|
-
<td style="width:0px; "></td>
|
|
1554
|
-
<td style="width:0px; "></td>
|
|
1555
|
-
</tr></table></td>
|
|
1556
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1557
|
-
<td style="width:0px; "></td>
|
|
1558
|
-
<td style="width:0px; "></td>
|
|
1559
|
-
</tr></table></td>
|
|
1560
|
-
<td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1561
|
-
<td style="width:0px; "></td>
|
|
1562
|
-
<td style="width:0px; "></td>
|
|
1563
|
-
</tr></table></td>
|
|
1564
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1565
|
-
<td style="width:0px; "></td>
|
|
1566
|
-
<td style="width:0px; "></td>
|
|
1567
|
-
</tr></table></td>
|
|
1568
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1569
|
-
<td style="width:0px; "></td>
|
|
1570
|
-
<td style="width:0px; "></td>
|
|
1571
|
-
</tr></table></td>
|
|
1572
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1573
|
-
<td style="width:0px; "></td>
|
|
1574
|
-
<td style="width:0px; "></td>
|
|
1575
|
-
</tr></table></td>
|
|
1576
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1577
|
-
<td style="width:0px; "></td>
|
|
1578
|
-
<td style="width:0px; "></td>
|
|
1579
|
-
</tr></table></td>
|
|
1580
|
-
</tr>
|
|
1581
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1582
|
-
<td class="offduty1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1583
|
-
<td style="width:0px; "></td>
|
|
1584
|
-
<td style="width:0px; "></td>
|
|
1585
|
-
</tr></table></td>
|
|
1586
|
-
<td class="taskcell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1587
|
-
<td style="width:0px; "></td>
|
|
1588
|
-
<td style="width:0px; "></td>
|
|
1589
|
-
</tr></table></td>
|
|
1590
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1591
|
-
<td style="width:0px; "></td>
|
|
1592
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1593
|
-
<td style="width:0px; "></td>
|
|
1594
|
-
</tr></table></td>
|
|
1595
|
-
<td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1596
|
-
<td style="width:0px; "></td>
|
|
1597
|
-
<td style="width:0px; "></td>
|
|
1598
|
-
</tr></table></td>
|
|
1599
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1600
|
-
<td style="width:0px; "></td>
|
|
1601
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1602
|
-
<td style="width:0px; "></td>
|
|
1603
|
-
</tr></table></td>
|
|
1604
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1605
|
-
<td style="width:0px; "></td>
|
|
1606
|
-
<td style="width:0px; "></td>
|
|
1607
|
-
</tr></table></td>
|
|
1608
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1609
|
-
<td style="width:0px; "></td>
|
|
1610
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1611
|
-
<td style="width:0px; "></td>
|
|
1612
|
-
</tr></table></td>
|
|
1613
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1614
|
-
<td style="width:0px; "></td>
|
|
1615
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1616
|
-
<td style="width:0px; "></td>
|
|
1617
|
-
</tr></table></td>
|
|
1618
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1619
|
-
<td style="width:0px; "></td>
|
|
1620
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1621
|
-
<td style="width:0px; "></td>
|
|
1622
|
-
</tr></table></td>
|
|
1623
|
-
<td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1624
|
-
<td style="width:0px; "></td>
|
|
1625
|
-
<td style="width:0px; "></td>
|
|
1626
|
-
</tr></table></td>
|
|
1627
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1628
|
-
<td style="width:0px; "></td>
|
|
1629
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.9d</td>
|
|
1630
|
-
<td style="width:0px; "></td>
|
|
1631
|
-
</tr></table></td>
|
|
1632
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1633
|
-
<td style="width:0px; "></td>
|
|
1634
|
-
<td style="width:0px; "></td>
|
|
1635
|
-
</tr></table></td>
|
|
1636
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1637
|
-
<td style="width:0px; "></td>
|
|
1638
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.8d</td>
|
|
1639
|
-
<td style="width:0px; "></td>
|
|
1640
|
-
</tr></table></td>
|
|
1641
|
-
<td class="taskcell1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1642
|
-
<td style="width:0px; "></td>
|
|
1643
|
-
<td style="width:0px; "></td>
|
|
1644
|
-
</tr></table></td>
|
|
1645
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1646
|
-
<td style="width:0px; "></td>
|
|
1647
|
-
<td style="width:0px; "></td>
|
|
1648
|
-
</tr></table></td>
|
|
1649
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1650
|
-
<td style="width:0px; "></td>
|
|
1651
|
-
<td style="width:0px; "></td>
|
|
1652
|
-
</tr></table></td>
|
|
1653
|
-
</tr>
|
|
1654
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1655
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1656
|
-
<td style="width:0px; "></td>
|
|
1657
|
-
<td style="width:0px; "></td>
|
|
1658
|
-
</tr></table></td>
|
|
1659
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1660
|
-
<td style="width:0px; "></td>
|
|
1661
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">7.0h</td>
|
|
1662
|
-
<td style="width:0px; "></td>
|
|
1663
|
-
</tr></table></td>
|
|
1664
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1665
|
-
<td style="width:0px; "></td>
|
|
1666
|
-
<td style="width:0px; "></td>
|
|
1667
|
-
</tr></table></td>
|
|
1668
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1669
|
-
<td style="width:0px; "></td>
|
|
1670
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">7.0h</td>
|
|
1671
|
-
<td style="width:0px; "></td>
|
|
1672
|
-
</tr></table></td>
|
|
1673
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1674
|
-
<td style="width:0px; "></td>
|
|
1675
|
-
<td style="width:0px; "></td>
|
|
1676
|
-
</tr></table></td>
|
|
1677
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1678
|
-
<td style="width:0px; "></td>
|
|
1679
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">7.0h</td>
|
|
1680
|
-
<td style="width:0px; "></td>
|
|
1681
|
-
</tr></table></td>
|
|
1682
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1683
|
-
<td style="width:0px; "></td>
|
|
1684
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">7.0h</td>
|
|
1685
|
-
<td style="width:0px; "></td>
|
|
1686
|
-
</tr></table></td>
|
|
1687
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1688
|
-
<td style="width:0px; "></td>
|
|
1689
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">7.0h</td>
|
|
1690
|
-
<td style="width:0px; "></td>
|
|
1691
|
-
</tr></table></td>
|
|
1692
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1693
|
-
<td style="width:0px; "></td>
|
|
1694
|
-
<td style="width:0px; "></td>
|
|
1695
|
-
</tr></table></td>
|
|
1696
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1697
|
-
<td style="width:0px; "></td>
|
|
1698
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">7.0h</td>
|
|
1699
|
-
<td style="width:0px; "></td>
|
|
1700
|
-
</tr></table></td>
|
|
1701
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1702
|
-
<td style="width:0px; "></td>
|
|
1703
|
-
<td style="width:0px; "></td>
|
|
1704
|
-
</tr></table></td>
|
|
1705
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1706
|
-
<td style="width:0px; "></td>
|
|
1707
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
1708
|
-
<td style="width:0px; "></td>
|
|
1709
|
-
</tr></table></td>
|
|
1710
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1711
|
-
<td style="width:0px; "></td>
|
|
1712
|
-
<td style="width:0px; "></td>
|
|
1713
|
-
</tr></table></td>
|
|
1714
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1715
|
-
<td style="width:0px; "></td>
|
|
1716
|
-
<td style="width:0px; "></td>
|
|
1717
|
-
</tr></table></td>
|
|
1718
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1719
|
-
<td style="width:0px; "></td>
|
|
1720
|
-
<td style="width:0px; "></td>
|
|
1721
|
-
</tr></table></td>
|
|
1722
|
-
</tr>
|
|
1723
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1724
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1725
|
-
<td style="width:0px; "></td>
|
|
1726
|
-
<td style="width:0px; "></td>
|
|
1727
|
-
</tr></table></td>
|
|
1728
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1729
|
-
<td style="width:0px; "></td>
|
|
1730
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1731
|
-
<td style="width:0px; "></td>
|
|
1732
|
-
</tr></table></td>
|
|
1733
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1734
|
-
<td style="width:0px; "></td>
|
|
1735
|
-
<td style="width:0px; "></td>
|
|
1736
|
-
</tr></table></td>
|
|
1737
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1738
|
-
<td style="width:0px; "></td>
|
|
1739
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1740
|
-
<td style="width:0px; "></td>
|
|
1741
|
-
</tr></table></td>
|
|
1742
|
-
<td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1743
|
-
<td style="width:0px; "></td>
|
|
1744
|
-
<td style="width:0px; "></td>
|
|
1745
|
-
</tr></table></td>
|
|
1746
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1747
|
-
<td style="width:0px; "></td>
|
|
1748
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1749
|
-
<td style="width:0px; "></td>
|
|
1750
|
-
</tr></table></td>
|
|
1751
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1752
|
-
<td style="width:0px; "></td>
|
|
1753
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1754
|
-
<td style="width:0px; "></td>
|
|
1755
|
-
</tr></table></td>
|
|
1756
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1757
|
-
<td style="width:0px; "></td>
|
|
1758
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1759
|
-
<td style="width:0px; "></td>
|
|
1760
|
-
</tr></table></td>
|
|
1761
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1762
|
-
<td style="width:0px; "></td>
|
|
1763
|
-
<td style="width:0px; "></td>
|
|
1764
|
-
</tr></table></td>
|
|
1765
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1766
|
-
<td style="width:0px; "></td>
|
|
1767
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1768
|
-
<td style="width:0px; "></td>
|
|
1769
|
-
</tr></table></td>
|
|
1770
|
-
<td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1771
|
-
<td style="width:0px; "></td>
|
|
1772
|
-
<td style="width:0px; "></td>
|
|
1773
|
-
</tr></table></td>
|
|
1774
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1775
|
-
<td style="width:0px; "></td>
|
|
1776
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1777
|
-
<td style="width:0px; "></td>
|
|
1778
|
-
</tr></table></td>
|
|
1779
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1780
|
-
<td style="width:0px; "></td>
|
|
1781
|
-
<td style="width:0px; "></td>
|
|
1782
|
-
</tr></table></td>
|
|
1783
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1784
|
-
<td style="width:0px; "></td>
|
|
1785
|
-
<td style="width:0px; "></td>
|
|
1786
|
-
</tr></table></td>
|
|
1787
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1788
|
-
<td style="width:0px; "></td>
|
|
1789
|
-
<td style="width:0px; "></td>
|
|
1790
|
-
</tr></table></td>
|
|
1791
|
-
</tr>
|
|
1792
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1793
|
-
<td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1794
|
-
<td style="width:0px; "></td>
|
|
1795
|
-
<td style="width:0px; "></td>
|
|
1796
|
-
</tr></table></td>
|
|
1797
|
-
<td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1798
|
-
<td style="width:0px; "></td>
|
|
1799
|
-
<td style="width:0px; "></td>
|
|
1800
|
-
</tr></table></td>
|
|
1801
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1802
|
-
<td style="width:0px; "></td>
|
|
1803
|
-
<td style="width:0px; "></td>
|
|
1804
|
-
</tr></table></td>
|
|
1805
|
-
<td class="taskcell2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1806
|
-
<td style="width:0px; "></td>
|
|
1807
|
-
<td style="width:0px; "></td>
|
|
1808
|
-
</tr></table></td>
|
|
1809
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1810
|
-
<td style="width:0px; "></td>
|
|
1811
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.4w</td>
|
|
1812
|
-
<td style="width:0px; "></td>
|
|
1813
|
-
</tr></table></td>
|
|
1814
|
-
<td class="caltask2" colspan="6"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1815
|
-
<td style="width:0px; "></td>
|
|
1816
|
-
<td style="width:0px; "></td>
|
|
1817
|
-
</tr></table></td>
|
|
1818
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1819
|
-
<td style="width:0px; "></td>
|
|
1820
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.4w</td>
|
|
1821
|
-
<td style="width:0px; "></td>
|
|
1822
|
-
</tr></table></td>
|
|
1823
|
-
<td class="taskcell2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1824
|
-
<td style="width:0px; "></td>
|
|
1825
|
-
<td style="width:0px; "></td>
|
|
1826
|
-
</tr></table></td>
|
|
1827
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1828
|
-
<td style="width:0px; "></td>
|
|
1829
|
-
<td style="width:0px; "></td>
|
|
1830
|
-
</tr></table></td>
|
|
1831
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1832
|
-
<td style="width:0px; "></td>
|
|
1833
|
-
<td style="width:0px; "></td>
|
|
1834
|
-
</tr></table></td>
|
|
1835
|
-
</tr>
|
|
1836
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1837
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1838
|
-
<td style="width:0px; "></td>
|
|
1839
|
-
<td style="width:0px; "></td>
|
|
1840
|
-
</tr></table></td>
|
|
1841
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1842
|
-
<td style="width:0px; "></td>
|
|
1843
|
-
<td style="width:0px; "></td>
|
|
1844
|
-
</tr></table></td>
|
|
1845
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1846
|
-
<td style="width:0px; "></td>
|
|
1847
|
-
<td style="width:0px; "></td>
|
|
1848
|
-
</tr></table></td>
|
|
1849
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1850
|
-
<td style="width:0px; "></td>
|
|
1851
|
-
<td style="width:0px; "></td>
|
|
1852
|
-
</tr></table></td>
|
|
1853
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1854
|
-
<td style="width:0px; "></td>
|
|
1855
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0d</td>
|
|
1856
|
-
<td style="width:0px; "></td>
|
|
1857
|
-
</tr></table></td>
|
|
1858
|
-
<td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1859
|
-
<td style="width:0px; "></td>
|
|
1860
|
-
<td style="width:0px; "></td>
|
|
1861
|
-
</tr></table></td>
|
|
1862
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1863
|
-
<td style="width:0px; "></td>
|
|
1864
|
-
<td style="width:0px; "></td>
|
|
1865
|
-
</tr></table></td>
|
|
1866
|
-
<td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1867
|
-
<td style="width:0px; "></td>
|
|
1868
|
-
<td style="width:0px; "></td>
|
|
1869
|
-
</tr></table></td>
|
|
1870
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1871
|
-
<td style="width:0px; "></td>
|
|
1872
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0d</td>
|
|
1873
|
-
<td style="width:0px; "></td>
|
|
1874
|
-
</tr></table></td>
|
|
1875
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1876
|
-
<td style="width:0px; "></td>
|
|
1877
|
-
<td style="width:0px; "></td>
|
|
1878
|
-
</tr></table></td>
|
|
1879
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1880
|
-
<td style="width:0px; "></td>
|
|
1881
|
-
<td style="width:0px; "></td>
|
|
1882
|
-
</tr></table></td>
|
|
1883
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1884
|
-
<td style="width:0px; "></td>
|
|
1885
|
-
<td style="width:0px; "></td>
|
|
1886
|
-
</tr></table></td>
|
|
1887
|
-
</tr>
|
|
1888
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1889
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1890
|
-
<td style="width:0px; "></td>
|
|
1891
|
-
<td style="width:0px; "></td>
|
|
1892
|
-
</tr></table></td>
|
|
1893
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1894
|
-
<td style="width:0px; "></td>
|
|
1895
|
-
<td style="width:0px; "></td>
|
|
1896
|
-
</tr></table></td>
|
|
1897
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1898
|
-
<td style="width:0px; "></td>
|
|
1899
|
-
<td style="width:0px; "></td>
|
|
1900
|
-
</tr></table></td>
|
|
1901
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1902
|
-
<td style="width:0px; "></td>
|
|
1903
|
-
<td style="width:0px; "></td>
|
|
1904
|
-
</tr></table></td>
|
|
1905
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1906
|
-
<td style="width:0px; "></td>
|
|
1907
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1908
|
-
<td style="width:0px; "></td>
|
|
1909
|
-
</tr></table></td>
|
|
1910
|
-
<td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1911
|
-
<td style="width:0px; "></td>
|
|
1912
|
-
<td style="width:0px; "></td>
|
|
1913
|
-
</tr></table></td>
|
|
1914
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1915
|
-
<td style="width:0px; "></td>
|
|
1916
|
-
<td style="width:0px; "></td>
|
|
1917
|
-
</tr></table></td>
|
|
1918
|
-
<td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1919
|
-
<td style="width:0px; "></td>
|
|
1920
|
-
<td style="width:0px; "></td>
|
|
1921
|
-
</tr></table></td>
|
|
1922
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1923
|
-
<td style="width:0px; "></td>
|
|
1924
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1925
|
-
<td style="width:0px; "></td>
|
|
1926
|
-
</tr></table></td>
|
|
1927
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1928
|
-
<td style="width:0px; "></td>
|
|
1929
|
-
<td style="width:0px; "></td>
|
|
1930
|
-
</tr></table></td>
|
|
1931
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1932
|
-
<td style="width:0px; "></td>
|
|
1933
|
-
<td style="width:0px; "></td>
|
|
1934
|
-
</tr></table></td>
|
|
1935
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1936
|
-
<td style="width:0px; "></td>
|
|
1937
|
-
<td style="width:0px; "></td>
|
|
1938
|
-
</tr></table></td>
|
|
1939
|
-
</tr>
|
|
1940
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1941
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1942
|
-
<td style="width:0px; "></td>
|
|
1943
|
-
<td style="width:0px; "></td>
|
|
1944
|
-
</tr></table></td>
|
|
1945
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1946
|
-
<td style="width:0px; "></td>
|
|
1947
|
-
<td style="width:0px; "></td>
|
|
1948
|
-
</tr></table></td>
|
|
1949
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1950
|
-
<td style="width:0px; "></td>
|
|
1951
|
-
<td style="width:0px; "></td>
|
|
1952
|
-
</tr></table></td>
|
|
1953
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1954
|
-
<td style="width:0px; "></td>
|
|
1955
|
-
<td style="width:0px; "></td>
|
|
1956
|
-
</tr></table></td>
|
|
1957
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1958
|
-
<td style="width:0px; "></td>
|
|
1959
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1960
|
-
<td style="width:0px; "></td>
|
|
1961
|
-
</tr></table></td>
|
|
1962
|
-
<td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1963
|
-
<td style="width:0px; "></td>
|
|
1964
|
-
<td style="width:0px; "></td>
|
|
1965
|
-
</tr></table></td>
|
|
1966
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1967
|
-
<td style="width:0px; "></td>
|
|
1968
|
-
<td style="width:0px; "></td>
|
|
1969
|
-
</tr></table></td>
|
|
1970
|
-
<td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1971
|
-
<td style="width:0px; "></td>
|
|
1972
|
-
<td style="width:0px; "></td>
|
|
1973
|
-
</tr></table></td>
|
|
1974
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1975
|
-
<td style="width:0px; "></td>
|
|
1976
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1977
|
-
<td style="width:0px; "></td>
|
|
1978
|
-
</tr></table></td>
|
|
1979
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1980
|
-
<td style="width:0px; "></td>
|
|
1981
|
-
<td style="width:0px; "></td>
|
|
1982
|
-
</tr></table></td>
|
|
1983
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1984
|
-
<td style="width:0px; "></td>
|
|
1985
|
-
<td style="width:0px; "></td>
|
|
1986
|
-
</tr></table></td>
|
|
1987
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1988
|
-
<td style="width:0px; "></td>
|
|
1989
|
-
<td style="width:0px; "></td>
|
|
1990
|
-
</tr></table></td>
|
|
1991
|
-
</tr>
|
|
1992
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1993
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1994
|
-
<td style="width:0px; "></td>
|
|
1995
|
-
<td style="width:0px; "></td>
|
|
1996
|
-
</tr></table></td>
|
|
1997
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1998
|
-
<td style="width:0px; "></td>
|
|
1999
|
-
<td style="width:0px; "></td>
|
|
2000
|
-
</tr></table></td>
|
|
2001
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2002
|
-
<td style="width:0px; "></td>
|
|
2003
|
-
<td style="width:0px; "></td>
|
|
2004
|
-
</tr></table></td>
|
|
2005
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2006
|
-
<td style="width:0px; "></td>
|
|
2007
|
-
<td style="width:0px; "></td>
|
|
2008
|
-
</tr></table></td>
|
|
2009
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2010
|
-
<td style="width:0px; "></td>
|
|
2011
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2012
|
-
<td style="width:0px; "></td>
|
|
2013
|
-
</tr></table></td>
|
|
2014
|
-
<td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2015
|
-
<td style="width:0px; "></td>
|
|
2016
|
-
<td style="width:0px; "></td>
|
|
2017
|
-
</tr></table></td>
|
|
2018
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2019
|
-
<td style="width:0px; "></td>
|
|
2020
|
-
<td style="width:0px; "></td>
|
|
2021
|
-
</tr></table></td>
|
|
2022
|
-
<td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2023
|
-
<td style="width:0px; "></td>
|
|
2024
|
-
<td style="width:0px; "></td>
|
|
2025
|
-
</tr></table></td>
|
|
2026
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2027
|
-
<td style="width:0px; "></td>
|
|
2028
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2029
|
-
<td style="width:0px; "></td>
|
|
2030
|
-
</tr></table></td>
|
|
2031
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2032
|
-
<td style="width:0px; "></td>
|
|
2033
|
-
<td style="width:0px; "></td>
|
|
2034
|
-
</tr></table></td>
|
|
2035
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2036
|
-
<td style="width:0px; "></td>
|
|
2037
|
-
<td style="width:0px; "></td>
|
|
2038
|
-
</tr></table></td>
|
|
2039
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2040
|
-
<td style="width:0px; "></td>
|
|
2041
|
-
<td style="width:0px; "></td>
|
|
2042
|
-
</tr></table></td>
|
|
2043
|
-
</tr>
|
|
2044
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2045
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2046
|
-
<td style="width:0px; "></td>
|
|
2047
|
-
<td style="width:0px; "></td>
|
|
2048
|
-
</tr></table></td>
|
|
2049
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2050
|
-
<td style="width:0px; "></td>
|
|
2051
|
-
<td style="width:0px; "></td>
|
|
2052
|
-
</tr></table></td>
|
|
2053
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2054
|
-
<td style="width:0px; "></td>
|
|
2055
|
-
<td style="width:0px; "></td>
|
|
2056
|
-
</tr></table></td>
|
|
2057
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2058
|
-
<td style="width:0px; "></td>
|
|
2059
|
-
<td style="width:0px; "></td>
|
|
2060
|
-
</tr></table></td>
|
|
2061
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2062
|
-
<td style="width:0px; "></td>
|
|
2063
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2064
|
-
<td style="width:0px; "></td>
|
|
2065
|
-
</tr></table></td>
|
|
2066
|
-
<td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2067
|
-
<td style="width:0px; "></td>
|
|
2068
|
-
<td style="width:0px; "></td>
|
|
2069
|
-
</tr></table></td>
|
|
2070
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2071
|
-
<td style="width:0px; "></td>
|
|
2072
|
-
<td style="width:0px; "></td>
|
|
2073
|
-
</tr></table></td>
|
|
2074
|
-
<td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2075
|
-
<td style="width:0px; "></td>
|
|
2076
|
-
<td style="width:0px; "></td>
|
|
2077
|
-
</tr></table></td>
|
|
2078
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2079
|
-
<td style="width:0px; "></td>
|
|
2080
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2081
|
-
<td style="width:0px; "></td>
|
|
2082
|
-
</tr></table></td>
|
|
2083
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2084
|
-
<td style="width:0px; "></td>
|
|
2085
|
-
<td style="width:0px; "></td>
|
|
2086
|
-
</tr></table></td>
|
|
2087
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2088
|
-
<td style="width:0px; "></td>
|
|
2089
|
-
<td style="width:0px; "></td>
|
|
2090
|
-
</tr></table></td>
|
|
2091
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2092
|
-
<td style="width:0px; "></td>
|
|
2093
|
-
<td style="width:0px; "></td>
|
|
2094
|
-
</tr></table></td>
|
|
2095
|
-
</tr>
|
|
2096
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2097
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2098
|
-
<td style="width:0px; "></td>
|
|
2099
|
-
<td style="width:0px; "></td>
|
|
2100
|
-
</tr></table></td>
|
|
2101
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2102
|
-
<td style="width:0px; "></td>
|
|
2103
|
-
<td style="width:0px; "></td>
|
|
2104
|
-
</tr></table></td>
|
|
2105
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2106
|
-
<td style="width:0px; "></td>
|
|
2107
|
-
<td style="width:0px; "></td>
|
|
2108
|
-
</tr></table></td>
|
|
2109
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2110
|
-
<td style="width:0px; "></td>
|
|
2111
|
-
<td style="width:0px; "></td>
|
|
2112
|
-
</tr></table></td>
|
|
2113
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2114
|
-
<td style="width:0px; "></td>
|
|
2115
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0d</td>
|
|
2116
|
-
<td style="width:0px; "></td>
|
|
2117
|
-
</tr></table></td>
|
|
2118
|
-
<td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2119
|
-
<td style="width:0px; "></td>
|
|
2120
|
-
<td style="width:0px; "></td>
|
|
2121
|
-
</tr></table></td>
|
|
2122
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2123
|
-
<td style="width:0px; "></td>
|
|
2124
|
-
<td style="width:0px; "></td>
|
|
2125
|
-
</tr></table></td>
|
|
2126
|
-
<td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2127
|
-
<td style="width:0px; "></td>
|
|
2128
|
-
<td style="width:0px; "></td>
|
|
2129
|
-
</tr></table></td>
|
|
2130
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2131
|
-
<td style="width:0px; "></td>
|
|
2132
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0d</td>
|
|
2133
|
-
<td style="width:0px; "></td>
|
|
2134
|
-
</tr></table></td>
|
|
2135
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2136
|
-
<td style="width:0px; "></td>
|
|
2137
|
-
<td style="width:0px; "></td>
|
|
2138
|
-
</tr></table></td>
|
|
2139
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2140
|
-
<td style="width:0px; "></td>
|
|
2141
|
-
<td style="width:0px; "></td>
|
|
2142
|
-
</tr></table></td>
|
|
2143
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2144
|
-
<td style="width:0px; "></td>
|
|
2145
|
-
<td style="width:0px; "></td>
|
|
2146
|
-
</tr></table></td>
|
|
2147
|
-
</tr>
|
|
2148
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2149
|
-
<td class="offduty1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2150
|
-
<td style="width:0px; "></td>
|
|
2151
|
-
<td style="width:0px; "></td>
|
|
2152
|
-
</tr></table></td>
|
|
2153
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2154
|
-
<td style="width:0px; "></td>
|
|
2155
|
-
<td style="width:0px; "></td>
|
|
2156
|
-
</tr></table></td>
|
|
2157
|
-
<td class="offduty1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2158
|
-
<td style="width:0px; "></td>
|
|
2159
|
-
<td style="width:0px; "></td>
|
|
2160
|
-
</tr></table></td>
|
|
2161
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2162
|
-
<td style="width:0px; "></td>
|
|
2163
|
-
<td style="width:0px; "></td>
|
|
2164
|
-
</tr></table></td>
|
|
2165
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2166
|
-
<td style="width:0px; "></td>
|
|
2167
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2168
|
-
<td style="width:0px; "></td>
|
|
2169
|
-
</tr></table></td>
|
|
2170
|
-
<td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2171
|
-
<td style="width:0px; "></td>
|
|
2172
|
-
<td style="width:0px; "></td>
|
|
2173
|
-
</tr></table></td>
|
|
2174
|
-
<td class="offduty1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2175
|
-
<td style="width:0px; "></td>
|
|
2176
|
-
<td style="width:0px; "></td>
|
|
2177
|
-
</tr></table></td>
|
|
2178
|
-
<td class="loaded1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2179
|
-
<td style="width:0px; "></td>
|
|
2180
|
-
<td style="width:0px; "></td>
|
|
2181
|
-
</tr></table></td>
|
|
2182
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2183
|
-
<td style="width:0px; "></td>
|
|
2184
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2185
|
-
<td style="width:0px; "></td>
|
|
2186
|
-
</tr></table></td>
|
|
2187
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2188
|
-
<td style="width:0px; "></td>
|
|
2189
|
-
<td style="width:0px; "></td>
|
|
2190
|
-
</tr></table></td>
|
|
2191
|
-
<td class="offduty1" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2192
|
-
<td style="width:0px; "></td>
|
|
2193
|
-
<td style="width:0px; "></td>
|
|
2194
|
-
</tr></table></td>
|
|
2195
|
-
</tr>
|
|
2196
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2197
|
-
<td class="offduty2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2198
|
-
<td style="width:0px; "></td>
|
|
2199
|
-
<td style="width:0px; "></td>
|
|
2200
|
-
</tr></table></td>
|
|
2201
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2202
|
-
<td style="width:0px; "></td>
|
|
2203
|
-
<td style="width:0px; "></td>
|
|
2204
|
-
</tr></table></td>
|
|
2205
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2206
|
-
<td style="width:0px; "></td>
|
|
2207
|
-
<td style="width:0px; "></td>
|
|
2208
|
-
</tr></table></td>
|
|
2209
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2210
|
-
<td style="width:0px; "></td>
|
|
2211
|
-
<td style="width:0px; "></td>
|
|
2212
|
-
</tr></table></td>
|
|
2213
|
-
<td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2214
|
-
<td style="width:0px; "></td>
|
|
2215
|
-
<td style="width:0px; "></td>
|
|
2216
|
-
</tr></table></td>
|
|
2217
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2218
|
-
<td style="width:0px; "></td>
|
|
2219
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2220
|
-
<td style="width:0px; "></td>
|
|
2221
|
-
</tr></table></td>
|
|
2222
|
-
<td class="loaded2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2223
|
-
<td style="width:0px; "></td>
|
|
2224
|
-
<td style="width:0px; "></td>
|
|
2225
|
-
</tr></table></td>
|
|
2226
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2227
|
-
<td style="width:0px; "></td>
|
|
2228
|
-
<td style="width:0px; "></td>
|
|
2229
|
-
</tr></table></td>
|
|
2230
|
-
<td class="loaded2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2231
|
-
<td style="width:0px; "></td>
|
|
2232
|
-
<td style="width:0px; "></td>
|
|
2233
|
-
</tr></table></td>
|
|
2234
|
-
<td class="offduty2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2235
|
-
<td style="width:0px; "></td>
|
|
2236
|
-
<td style="width:0px; "></td>
|
|
2237
|
-
</tr></table></td>
|
|
2238
|
-
<td class="busy2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2239
|
-
<td style="width:0px; "></td>
|
|
2240
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2241
|
-
<td style="width:0px; "></td>
|
|
2242
|
-
</tr></table></td>
|
|
2243
|
-
<td class="free2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2244
|
-
<td style="width:0px; "></td>
|
|
2245
|
-
<td style="width:0px; "></td>
|
|
2246
|
-
</tr></table></td>
|
|
2247
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2248
|
-
<td style="width:0px; "></td>
|
|
2249
|
-
<td style="width:0px; "></td>
|
|
2250
|
-
</tr></table></td>
|
|
2251
|
-
<td class="free2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2252
|
-
<td style="width:0px; "></td>
|
|
2253
|
-
<td style="width:0px; "></td>
|
|
2254
|
-
</tr></table></td>
|
|
2255
|
-
</tr>
|
|
2256
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2257
|
-
<td class="offduty1" colspan="8"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2258
|
-
<td style="width:0px; "></td>
|
|
2259
|
-
<td style="width:0px; "></td>
|
|
2260
|
-
</tr></table></td>
|
|
2261
|
-
<td class="free1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2262
|
-
<td style="width:0px; "></td>
|
|
2263
|
-
<td style="width:0px; "></td>
|
|
2264
|
-
</tr></table></td>
|
|
2265
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2266
|
-
<td style="width:0px; "></td>
|
|
2267
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2268
|
-
<td style="width:0px; "></td>
|
|
2269
|
-
</tr></table></td>
|
|
2270
|
-
<td class="offduty1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2271
|
-
<td style="width:0px; "></td>
|
|
2272
|
-
<td style="width:0px; "></td>
|
|
2273
|
-
</tr></table></td>
|
|
2274
|
-
<td class="loaded1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2275
|
-
<td style="width:0px; "></td>
|
|
2276
|
-
<td style="width:0px; "></td>
|
|
2277
|
-
</tr></table></td>
|
|
2278
|
-
<td class="busy1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2279
|
-
<td style="width:0px; "></td>
|
|
2280
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
2281
|
-
<td style="width:0px; "></td>
|
|
2282
|
-
</tr></table></td>
|
|
2283
|
-
<td class="offduty1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2284
|
-
<td style="width:0px; "></td>
|
|
2285
|
-
<td style="width:0px; "></td>
|
|
2286
|
-
</tr></table></td>
|
|
2287
|
-
<td class="free1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2288
|
-
<td style="width:0px; "></td>
|
|
2289
|
-
<td style="width:0px; "></td>
|
|
2290
|
-
</tr></table></td>
|
|
2291
|
-
</tr>
|
|
2292
|
-
</tbody></table></div></div></td>
|
|
2293
|
-
</tr>
|
|
2294
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2295
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2296
|
-
<td style="width:0px; "></td>
|
|
2297
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">1</td>
|
|
2298
|
-
<td style="width:0px; "></td>
|
|
2299
|
-
</tr></table></td>
|
|
2300
|
-
<td class="taskcell1">
|
|
2301
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2302
|
-
<td style="width:0px; "></td>
|
|
2303
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11380860', TITLE, 'Inherited Allocations')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
2304
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">Inherited Allocations</td>
|
|
2305
|
-
<td style="width:0px; "></td>
|
|
2306
|
-
</tr></table>
|
|
2307
|
-
<div class="tj_tooltip_box" id="ID11380860" style="cursor:help"><div>
|
|
2308
|
-
<b>ID:</b> inheritedAllocs</div></div>
|
|
2309
|
-
</td>
|
|
2310
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2311
|
-
<td style="width:0px; "></td>
|
|
2312
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2007-09-10</td>
|
|
2313
|
-
<td style="width:0px; "></td>
|
|
2314
|
-
</tr></table></td>
|
|
2315
|
-
</tr>
|
|
2316
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2317
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2318
|
-
<td style="width:0px; "></td>
|
|
2319
|
-
<td style="width:0px; "></td>
|
|
2320
|
-
</tr></table></td>
|
|
2321
|
-
<td class="resourcecell1">
|
|
2322
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2323
|
-
<td style="width:8px; "></td>
|
|
2324
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11369240', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2325
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 1</td>
|
|
2326
|
-
<td style="width:0px; "></td>
|
|
2327
|
-
</tr></table>
|
|
2328
|
-
<div class="tj_tooltip_box" id="ID11369240" style="cursor:help"><div>
|
|
2329
|
-
<b>ID:</b> r1</div></div>
|
|
2330
|
-
</td>
|
|
2331
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2332
|
-
<td style="width:0px; "></td>
|
|
2333
|
-
<td style="width:0px; "></td>
|
|
2334
|
-
</tr></table></td>
|
|
2335
|
-
</tr>
|
|
2336
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2337
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2338
|
-
<td style="width:0px; "></td>
|
|
2339
|
-
<td style="width:0px; "></td>
|
|
2340
|
-
</tr></table></td>
|
|
2341
|
-
<td class="resourcecell2">
|
|
2342
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2343
|
-
<td style="width:8px; "></td>
|
|
2344
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11357840', TITLE, 'Resource 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2345
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 2</td>
|
|
2346
|
-
<td style="width:0px; "></td>
|
|
2347
|
-
</tr></table>
|
|
2348
|
-
<div class="tj_tooltip_box" id="ID11357840" style="cursor:help"><div>
|
|
2349
|
-
<b>ID:</b> r2</div></div>
|
|
2350
|
-
</td>
|
|
2351
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2352
|
-
<td style="width:0px; "></td>
|
|
2353
|
-
<td style="width:0px; "></td>
|
|
2354
|
-
</tr></table></td>
|
|
2355
|
-
</tr>
|
|
2356
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2357
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2358
|
-
<td style="width:0px; "></td>
|
|
2359
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2</td>
|
|
2360
|
-
<td style="width:0px; "></td>
|
|
2361
|
-
</tr></table></td>
|
|
2362
|
-
<td class="taskcell2">
|
|
2363
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2364
|
-
<td style="width:8px; "></td>
|
|
2365
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11345220', TITLE, 'Task 1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
2366
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Task 1</td>
|
|
2367
|
-
<td style="width:0px; "></td>
|
|
2368
|
-
</tr></table>
|
|
2369
|
-
<div class="tj_tooltip_box" id="ID11345220" style="cursor:help"><div>
|
|
2370
|
-
<b>ID:</b> inheritedAllocs.t1</div></div>
|
|
2371
|
-
</td>
|
|
2372
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2373
|
-
<td style="width:0px; "></td>
|
|
2374
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-09-04</td>
|
|
2375
|
-
<td style="width:0px; "></td>
|
|
2376
|
-
</tr></table></td>
|
|
2377
|
-
</tr>
|
|
2378
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2379
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2380
|
-
<td style="width:0px; "></td>
|
|
2381
|
-
<td style="width:0px; "></td>
|
|
2382
|
-
</tr></table></td>
|
|
2383
|
-
<td class="resourcecell1">
|
|
2384
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2385
|
-
<td style="width:16px; "></td>
|
|
2386
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11333020', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2387
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 1</td>
|
|
2388
|
-
<td style="width:0px; "></td>
|
|
2389
|
-
</tr></table>
|
|
2390
|
-
<div class="tj_tooltip_box" id="ID11333020" style="cursor:help"><div>
|
|
2391
|
-
<b>ID:</b> r1</div></div>
|
|
2392
|
-
</td>
|
|
2393
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2394
|
-
<td style="width:0px; "></td>
|
|
2395
|
-
<td style="width:0px; "></td>
|
|
2396
|
-
</tr></table></td>
|
|
2397
|
-
</tr>
|
|
2398
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2399
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2400
|
-
<td style="width:0px; "></td>
|
|
2401
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">3</td>
|
|
2402
|
-
<td style="width:0px; "></td>
|
|
2403
|
-
</tr></table></td>
|
|
2404
|
-
<td class="taskcell1">
|
|
2405
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2406
|
-
<td style="width:8px; "></td>
|
|
2407
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11321780', TITLE, 'Task 2')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
2408
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">Task 2</td>
|
|
2409
|
-
<td style="width:0px; "></td>
|
|
2410
|
-
</tr></table>
|
|
2411
|
-
<div class="tj_tooltip_box" id="ID11321780" style="cursor:help"><div>
|
|
2412
|
-
<b>ID:</b> inheritedAllocs.t2</div></div>
|
|
2413
|
-
</td>
|
|
2414
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2415
|
-
<td style="width:0px; "></td>
|
|
2416
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2007-09-06</td>
|
|
2417
|
-
<td style="width:0px; "></td>
|
|
2418
|
-
</tr></table></td>
|
|
2419
|
-
</tr>
|
|
2420
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2421
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2422
|
-
<td style="width:0px; "></td>
|
|
2423
|
-
<td style="width:0px; "></td>
|
|
2424
|
-
</tr></table></td>
|
|
2425
|
-
<td class="resourcecell1">
|
|
2426
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2427
|
-
<td style="width:16px; "></td>
|
|
2428
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11310340', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2429
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 1</td>
|
|
2430
|
-
<td style="width:0px; "></td>
|
|
2431
|
-
</tr></table>
|
|
2432
|
-
<div class="tj_tooltip_box" id="ID11310340" style="cursor:help"><div>
|
|
2433
|
-
<b>ID:</b> r1</div></div>
|
|
2434
|
-
</td>
|
|
2435
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2436
|
-
<td style="width:0px; "></td>
|
|
2437
|
-
<td style="width:0px; "></td>
|
|
2438
|
-
</tr></table></td>
|
|
2439
|
-
</tr>
|
|
2440
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2441
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2442
|
-
<td style="width:0px; "></td>
|
|
2443
|
-
<td style="width:0px; "></td>
|
|
2444
|
-
</tr></table></td>
|
|
2445
|
-
<td class="resourcecell2">
|
|
2446
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2447
|
-
<td style="width:16px; "></td>
|
|
2448
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11298400', TITLE, 'Resource 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2449
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 2</td>
|
|
2450
|
-
<td style="width:0px; "></td>
|
|
2451
|
-
</tr></table>
|
|
2452
|
-
<div class="tj_tooltip_box" id="ID11298400" style="cursor:help"><div>
|
|
2453
|
-
<b>ID:</b> r2</div></div>
|
|
2454
|
-
</td>
|
|
2455
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2456
|
-
<td style="width:0px; "></td>
|
|
2457
|
-
<td style="width:0px; "></td>
|
|
2458
|
-
</tr></table></td>
|
|
2459
|
-
</tr>
|
|
2460
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2461
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2462
|
-
<td style="width:0px; "></td>
|
|
2463
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4</td>
|
|
2464
|
-
<td style="width:0px; "></td>
|
|
2465
|
-
</tr></table></td>
|
|
2466
|
-
<td class="taskcell2">
|
|
2467
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2468
|
-
<td style="width:16px; "></td>
|
|
2469
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11287340', TITLE, 'Task 2.1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
2470
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Task 2.1</td>
|
|
2471
|
-
<td style="width:0px; "></td>
|
|
2472
|
-
</tr></table>
|
|
2473
|
-
<div class="tj_tooltip_box" id="ID11287340" style="cursor:help"><div>
|
|
2474
|
-
<b>ID:</b> inheritedAllocs.t2.t2_1</div></div>
|
|
2475
|
-
</td>
|
|
2476
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2477
|
-
<td style="width:0px; "></td>
|
|
2478
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-09-03</td>
|
|
2479
|
-
<td style="width:0px; "></td>
|
|
2480
|
-
</tr></table></td>
|
|
2481
|
-
</tr>
|
|
2482
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2483
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2484
|
-
<td style="width:0px; "></td>
|
|
2485
|
-
<td style="width:0px; "></td>
|
|
2486
|
-
</tr></table></td>
|
|
2487
|
-
<td class="resourcecell1">
|
|
2488
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2489
|
-
<td style="width:24px; "></td>
|
|
2490
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11272860', TITLE, 'Resource 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2491
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 2</td>
|
|
2492
|
-
<td style="width:0px; "></td>
|
|
2493
|
-
</tr></table>
|
|
2494
|
-
<div class="tj_tooltip_box" id="ID11272860" style="cursor:help"><div>
|
|
2495
|
-
<b>ID:</b> r2</div></div>
|
|
2496
|
-
</td>
|
|
2497
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2498
|
-
<td style="width:0px; "></td>
|
|
2499
|
-
<td style="width:0px; "></td>
|
|
2500
|
-
</tr></table></td>
|
|
2501
|
-
</tr>
|
|
2502
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2503
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2504
|
-
<td style="width:0px; "></td>
|
|
2505
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">5</td>
|
|
2506
|
-
<td style="width:0px; "></td>
|
|
2507
|
-
</tr></table></td>
|
|
2508
|
-
<td class="taskcell1">
|
|
2509
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2510
|
-
<td style="width:16px; "></td>
|
|
2511
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11261400', TITLE, 'Task 2.2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
2512
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Task 2.2</td>
|
|
2513
|
-
<td style="width:0px; "></td>
|
|
2514
|
-
</tr></table>
|
|
2515
|
-
<div class="tj_tooltip_box" id="ID11261400" style="cursor:help"><div>
|
|
2516
|
-
<b>ID:</b> inheritedAllocs.t2.t2_2</div></div>
|
|
2517
|
-
</td>
|
|
2518
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2519
|
-
<td style="width:0px; "></td>
|
|
2520
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-09-06</td>
|
|
2521
|
-
<td style="width:0px; "></td>
|
|
2522
|
-
</tr></table></td>
|
|
2523
|
-
</tr>
|
|
2524
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2525
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2526
|
-
<td style="width:0px; "></td>
|
|
2527
|
-
<td style="width:0px; "></td>
|
|
2528
|
-
</tr></table></td>
|
|
2529
|
-
<td class="resourcecell1">
|
|
2530
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2531
|
-
<td style="width:24px; "></td>
|
|
2532
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11250260', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2533
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 1</td>
|
|
2534
|
-
<td style="width:0px; "></td>
|
|
2535
|
-
</tr></table>
|
|
2536
|
-
<div class="tj_tooltip_box" id="ID11250260" style="cursor:help"><div>
|
|
2537
|
-
<b>ID:</b> r1</div></div>
|
|
2538
|
-
</td>
|
|
2539
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2540
|
-
<td style="width:0px; "></td>
|
|
2541
|
-
<td style="width:0px; "></td>
|
|
2542
|
-
</tr></table></td>
|
|
2543
|
-
</tr>
|
|
2544
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2545
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2546
|
-
<td style="width:0px; "></td>
|
|
2547
|
-
<td style="width:0px; "></td>
|
|
2548
|
-
</tr></table></td>
|
|
2549
|
-
<td class="resourcecell2">
|
|
2550
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2551
|
-
<td style="width:24px; "></td>
|
|
2552
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11240120', TITLE, 'Resource 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2553
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 2</td>
|
|
2554
|
-
<td style="width:0px; "></td>
|
|
2555
|
-
</tr></table>
|
|
2556
|
-
<div class="tj_tooltip_box" id="ID11240120" style="cursor:help"><div>
|
|
2557
|
-
<b>ID:</b> r2</div></div>
|
|
2558
|
-
</td>
|
|
2559
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2560
|
-
<td style="width:0px; "></td>
|
|
2561
|
-
<td style="width:0px; "></td>
|
|
2562
|
-
</tr></table></td>
|
|
2563
|
-
</tr>
|
|
2564
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2565
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2566
|
-
<td style="width:0px; "></td>
|
|
2567
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6</td>
|
|
2568
|
-
<td style="width:0px; "></td>
|
|
2569
|
-
</tr></table></td>
|
|
2570
|
-
<td class="taskcell2">
|
|
2571
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2572
|
-
<td style="width:8px; "></td>
|
|
2573
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11231600', TITLE, 'Task 3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
2574
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Task 3</td>
|
|
2575
|
-
<td style="width:0px; "></td>
|
|
2576
|
-
</tr></table>
|
|
2577
|
-
<div class="tj_tooltip_box" id="ID11231600" style="cursor:help"><div>
|
|
2578
|
-
<b>ID:</b> inheritedAllocs.t3</div></div>
|
|
2579
|
-
</td>
|
|
2580
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2581
|
-
<td style="width:0px; "></td>
|
|
2582
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-09-10</td>
|
|
2583
|
-
<td style="width:0px; "></td>
|
|
2584
|
-
</tr></table></td>
|
|
2585
|
-
</tr>
|
|
2586
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2587
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2588
|
-
<td style="width:0px; "></td>
|
|
2589
|
-
<td style="width:0px; "></td>
|
|
2590
|
-
</tr></table></td>
|
|
2591
|
-
<td class="resourcecell1">
|
|
2592
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2593
|
-
<td style="width:16px; "></td>
|
|
2594
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11221540', TITLE, 'Resource 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2595
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 1</td>
|
|
2596
|
-
<td style="width:0px; "></td>
|
|
2597
|
-
</tr></table>
|
|
2598
|
-
<div class="tj_tooltip_box" id="ID11221540" style="cursor:help"><div>
|
|
2599
|
-
<b>ID:</b> r1</div></div>
|
|
2600
|
-
</td>
|
|
2601
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2602
|
-
<td style="width:0px; "></td>
|
|
2603
|
-
<td style="width:0px; "></td>
|
|
2604
|
-
</tr></table></td>
|
|
2605
|
-
</tr>
|
|
2606
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2607
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2608
|
-
<td style="width:0px; "></td>
|
|
2609
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">7</td>
|
|
2610
|
-
<td style="width:0px; "></td>
|
|
2611
|
-
</tr></table></td>
|
|
2612
|
-
<td class="taskcell1">
|
|
2613
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2614
|
-
<td style="width:0px; "></td>
|
|
2615
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11210700', TITLE, 'Allocation Shift')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
2616
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Allocation Shift</td>
|
|
2617
|
-
<td style="width:0px; "></td>
|
|
2618
|
-
</tr></table>
|
|
2619
|
-
<div class="tj_tooltip_box" id="ID11210700" style="cursor:help"><div>
|
|
2620
|
-
<b>ID:</b> allocShift</div></div>
|
|
2621
|
-
</td>
|
|
2622
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2623
|
-
<td style="width:0px; "></td>
|
|
2624
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-09-11</td>
|
|
2625
|
-
<td style="width:0px; "></td>
|
|
2626
|
-
</tr></table></td>
|
|
2627
|
-
</tr>
|
|
2628
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2629
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2630
|
-
<td style="width:0px; "></td>
|
|
2631
|
-
<td style="width:0px; "></td>
|
|
2632
|
-
</tr></table></td>
|
|
2633
|
-
<td class="resourcecell1">
|
|
2634
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2635
|
-
<td style="width:8px; "></td>
|
|
2636
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11199600', TITLE, 'Resource 3')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2637
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 3</td>
|
|
2638
|
-
<td style="width:0px; "></td>
|
|
2639
|
-
</tr></table>
|
|
2640
|
-
<div class="tj_tooltip_box" id="ID11199600" style="cursor:help"><div>
|
|
2641
|
-
<b>ID:</b> r3</div></div>
|
|
2642
|
-
</td>
|
|
2643
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2644
|
-
<td style="width:0px; "></td>
|
|
2645
|
-
<td style="width:0px; "></td>
|
|
2646
|
-
</tr></table></td>
|
|
2647
|
-
</tr>
|
|
2648
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2649
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2650
|
-
<td style="width:0px; "></td>
|
|
2651
|
-
<td style="width:0px; "></td>
|
|
2652
|
-
</tr></table></td>
|
|
2653
|
-
<td class="resourcecell2">
|
|
2654
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2655
|
-
<td style="width:8px; "></td>
|
|
2656
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11190020', TITLE, 'Resource 4')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2657
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Resource 4</td>
|
|
2658
|
-
<td style="width:0px; "></td>
|
|
2659
|
-
</tr></table>
|
|
2660
|
-
<div class="tj_tooltip_box" id="ID11190020" style="cursor:help"><div>
|
|
2661
|
-
<b>ID:</b> r4</div></div>
|
|
2662
|
-
</td>
|
|
2663
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2664
|
-
<td style="width:0px; "></td>
|
|
2665
|
-
<td style="width:0px; "></td>
|
|
2666
|
-
</tr></table></td>
|
|
2667
|
-
</tr>
|
|
2668
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2669
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2670
|
-
<td style="width:0px; "></td>
|
|
2671
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">8</td>
|
|
2672
|
-
<td style="width:0px; "></td>
|
|
2673
|
-
</tr></table></td>
|
|
2674
|
-
<td class="taskcell2">
|
|
2675
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2676
|
-
<td style="width:0px; "></td>
|
|
2677
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11177700', TITLE, 'Mandatory Tests')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
2678
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">Mandatory Tests</td>
|
|
2679
|
-
<td style="width:0px; "></td>
|
|
2680
|
-
</tr></table>
|
|
2681
|
-
<div class="tj_tooltip_box" id="ID11177700" style="cursor:help"><div>
|
|
2682
|
-
<b>ID:</b> mandatory</div></div>
|
|
2683
|
-
</td>
|
|
2684
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2685
|
-
<td style="width:0px; "></td>
|
|
2686
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2007-09-12</td>
|
|
2687
|
-
<td style="width:0px; "></td>
|
|
2688
|
-
</tr></table></td>
|
|
2689
|
-
</tr>
|
|
2690
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2691
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2692
|
-
<td style="width:0px; "></td>
|
|
2693
|
-
<td style="width:0px; "></td>
|
|
2694
|
-
</tr></table></td>
|
|
2695
|
-
<td class="resourcecell1">
|
|
2696
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2697
|
-
<td style="width:8px; "></td>
|
|
2698
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11168620', TITLE, 'All days')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2699
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All days</td>
|
|
2700
|
-
<td style="width:0px; "></td>
|
|
2701
|
-
</tr></table>
|
|
2702
|
-
<div class="tj_tooltip_box" id="ID11168620" style="cursor:help"><div>
|
|
2703
|
-
<b>ID:</b> all_days</div></div>
|
|
2704
|
-
</td>
|
|
2705
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2706
|
-
<td style="width:0px; "></td>
|
|
2707
|
-
<td style="width:0px; "></td>
|
|
2708
|
-
</tr></table></td>
|
|
2709
|
-
</tr>
|
|
2710
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2711
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2712
|
-
<td style="width:0px; "></td>
|
|
2713
|
-
<td style="width:0px; "></td>
|
|
2714
|
-
</tr></table></td>
|
|
2715
|
-
<td class="resourcecell2">
|
|
2716
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2717
|
-
<td style="width:8px; "></td>
|
|
2718
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11160580', TITLE, 'All week group')" style="cursor:help; "><img alt="Icon" src="icons/resourcegroup.png"></img></td>
|
|
2719
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week group</td>
|
|
2720
|
-
<td style="width:0px; "></td>
|
|
2721
|
-
</tr></table>
|
|
2722
|
-
<div class="tj_tooltip_box" id="ID11160580" style="cursor:help"><div>
|
|
2723
|
-
<b>ID:</b> all_week_group</div></div>
|
|
2724
|
-
</td>
|
|
2725
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2726
|
-
<td style="width:0px; "></td>
|
|
2727
|
-
<td style="width:0px; "></td>
|
|
2728
|
-
</tr></table></td>
|
|
2729
|
-
</tr>
|
|
2730
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2731
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2732
|
-
<td style="width:0px; "></td>
|
|
2733
|
-
<td style="width:0px; "></td>
|
|
2734
|
-
</tr></table></td>
|
|
2735
|
-
<td class="resourcecell1">
|
|
2736
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2737
|
-
<td style="width:8px; "></td>
|
|
2738
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11152640', TITLE, 'All week 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2739
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week 1</td>
|
|
2740
|
-
<td style="width:0px; "></td>
|
|
2741
|
-
</tr></table>
|
|
2742
|
-
<div class="tj_tooltip_box" id="ID11152640" style="cursor:help"><div>
|
|
2743
|
-
<b>ID:</b> aw1</div></div>
|
|
2744
|
-
</td>
|
|
2745
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2746
|
-
<td style="width:0px; "></td>
|
|
2747
|
-
<td style="width:0px; "></td>
|
|
2748
|
-
</tr></table></td>
|
|
2749
|
-
</tr>
|
|
2750
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2751
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2752
|
-
<td style="width:0px; "></td>
|
|
2753
|
-
<td style="width:0px; "></td>
|
|
2754
|
-
</tr></table></td>
|
|
2755
|
-
<td class="resourcecell2">
|
|
2756
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2757
|
-
<td style="width:8px; "></td>
|
|
2758
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11144800', TITLE, 'All week 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2759
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week 2</td>
|
|
2760
|
-
<td style="width:0px; "></td>
|
|
2761
|
-
</tr></table>
|
|
2762
|
-
<div class="tj_tooltip_box" id="ID11144800" style="cursor:help"><div>
|
|
2763
|
-
<b>ID:</b> aw2</div></div>
|
|
2764
|
-
</td>
|
|
2765
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2766
|
-
<td style="width:0px; "></td>
|
|
2767
|
-
<td style="width:0px; "></td>
|
|
2768
|
-
</tr></table></td>
|
|
2769
|
-
</tr>
|
|
2770
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2771
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2772
|
-
<td style="width:0px; "></td>
|
|
2773
|
-
<td style="width:0px; "></td>
|
|
2774
|
-
</tr></table></td>
|
|
2775
|
-
<td class="resourcecell1">
|
|
2776
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2777
|
-
<td style="width:8px; "></td>
|
|
2778
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11137200', TITLE, 'All week 3')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2779
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week 3</td>
|
|
2780
|
-
<td style="width:0px; "></td>
|
|
2781
|
-
</tr></table>
|
|
2782
|
-
<div class="tj_tooltip_box" id="ID11137200" style="cursor:help"><div>
|
|
2783
|
-
<b>ID:</b> aw3</div></div>
|
|
2784
|
-
</td>
|
|
2785
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2786
|
-
<td style="width:0px; "></td>
|
|
2787
|
-
<td style="width:0px; "></td>
|
|
2788
|
-
</tr></table></td>
|
|
2789
|
-
</tr>
|
|
2790
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2791
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2792
|
-
<td style="width:0px; "></td>
|
|
2793
|
-
<td style="width:0px; "></td>
|
|
2794
|
-
</tr></table></td>
|
|
2795
|
-
<td class="resourcecell2">
|
|
2796
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2797
|
-
<td style="width:8px; "></td>
|
|
2798
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11126360', TITLE, 'All week 4')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2799
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week 4</td>
|
|
2800
|
-
<td style="width:0px; "></td>
|
|
2801
|
-
</tr></table>
|
|
2802
|
-
<div class="tj_tooltip_box" id="ID11126360" style="cursor:help"><div>
|
|
2803
|
-
<b>ID:</b> aw4</div></div>
|
|
2804
|
-
</td>
|
|
2805
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2806
|
-
<td style="width:0px; "></td>
|
|
2807
|
-
<td style="width:0px; "></td>
|
|
2808
|
-
</tr></table></td>
|
|
2809
|
-
</tr>
|
|
2810
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2811
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2812
|
-
<td style="width:0px; "></td>
|
|
2813
|
-
<td style="width:0px; "></td>
|
|
2814
|
-
</tr></table></td>
|
|
2815
|
-
<td class="resourcecell1">
|
|
2816
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2817
|
-
<td style="width:8px; "></td>
|
|
2818
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11118620', TITLE, 'Only Wednesday')" style="cursor:help; "><img alt="Icon" src="icons/resourcegroup.png"></img></td>
|
|
2819
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Only Wednesday</td>
|
|
2820
|
-
<td style="width:0px; "></td>
|
|
2821
|
-
</tr></table>
|
|
2822
|
-
<div class="tj_tooltip_box" id="ID11118620" style="cursor:help"><div>
|
|
2823
|
-
<b>ID:</b> only_wed</div></div>
|
|
2824
|
-
</td>
|
|
2825
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2826
|
-
<td style="width:0px; "></td>
|
|
2827
|
-
<td style="width:0px; "></td>
|
|
2828
|
-
</tr></table></td>
|
|
2829
|
-
</tr>
|
|
2830
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2831
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2832
|
-
<td style="width:0px; "></td>
|
|
2833
|
-
<td style="width:0px; "></td>
|
|
2834
|
-
</tr></table></td>
|
|
2835
|
-
<td class="resourcecell2">
|
|
2836
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2837
|
-
<td style="width:8px; "></td>
|
|
2838
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11110660', TITLE, 'Monday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2839
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Monday off</td>
|
|
2840
|
-
<td style="width:0px; "></td>
|
|
2841
|
-
</tr></table>
|
|
2842
|
-
<div class="tj_tooltip_box" id="ID11110660" style="cursor:help"><div>
|
|
2843
|
-
<b>ID:</b> ow1</div></div>
|
|
2844
|
-
</td>
|
|
2845
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2846
|
-
<td style="width:0px; "></td>
|
|
2847
|
-
<td style="width:0px; "></td>
|
|
2848
|
-
</tr></table></td>
|
|
2849
|
-
</tr>
|
|
2850
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2851
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2852
|
-
<td style="width:0px; "></td>
|
|
2853
|
-
<td style="width:0px; "></td>
|
|
2854
|
-
</tr></table></td>
|
|
2855
|
-
<td class="resourcecell1">
|
|
2856
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2857
|
-
<td style="width:8px; "></td>
|
|
2858
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11103100', TITLE, 'Tuesday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2859
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Tuesday off</td>
|
|
2860
|
-
<td style="width:0px; "></td>
|
|
2861
|
-
</tr></table>
|
|
2862
|
-
<div class="tj_tooltip_box" id="ID11103100" style="cursor:help"><div>
|
|
2863
|
-
<b>ID:</b> ow2</div></div>
|
|
2864
|
-
</td>
|
|
2865
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2866
|
-
<td style="width:0px; "></td>
|
|
2867
|
-
<td style="width:0px; "></td>
|
|
2868
|
-
</tr></table></td>
|
|
2869
|
-
</tr>
|
|
2870
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2871
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2872
|
-
<td style="width:0px; "></td>
|
|
2873
|
-
<td style="width:0px; "></td>
|
|
2874
|
-
</tr></table></td>
|
|
2875
|
-
<td class="resourcecell2">
|
|
2876
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2877
|
-
<td style="width:8px; "></td>
|
|
2878
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11095260', TITLE, 'Thu Fri off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2879
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Thu Fri off</td>
|
|
2880
|
-
<td style="width:0px; "></td>
|
|
2881
|
-
</tr></table>
|
|
2882
|
-
<div class="tj_tooltip_box" id="ID11095260" style="cursor:help"><div>
|
|
2883
|
-
<b>ID:</b> ow3</div></div>
|
|
2884
|
-
</td>
|
|
2885
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2886
|
-
<td style="width:0px; "></td>
|
|
2887
|
-
<td style="width:0px; "></td>
|
|
2888
|
-
</tr></table></td>
|
|
2889
|
-
</tr>
|
|
2890
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2891
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2892
|
-
<td style="width:0px; "></td>
|
|
2893
|
-
<td style="width:0px; "></td>
|
|
2894
|
-
</tr></table></td>
|
|
2895
|
-
<td class="resourcecell1">
|
|
2896
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2897
|
-
<td style="width:8px; "></td>
|
|
2898
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11086640', TITLE, 'Tuesday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2899
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Tuesday off</td>
|
|
2900
|
-
<td style="width:0px; "></td>
|
|
2901
|
-
</tr></table>
|
|
2902
|
-
<div class="tj_tooltip_box" id="ID11086640" style="cursor:help"><div>
|
|
2903
|
-
<b>ID:</b> tue_off</div></div>
|
|
2904
|
-
</td>
|
|
2905
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2906
|
-
<td style="width:0px; "></td>
|
|
2907
|
-
<td style="width:0px; "></td>
|
|
2908
|
-
</tr></table></td>
|
|
2909
|
-
</tr>
|
|
2910
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2911
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2912
|
-
<td style="width:0px; "></td>
|
|
2913
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">9</td>
|
|
2914
|
-
<td style="width:0px; "></td>
|
|
2915
|
-
</tr></table></td>
|
|
2916
|
-
<td class="taskcell1">
|
|
2917
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2918
|
-
<td style="width:8px; "></td>
|
|
2919
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID11065280', TITLE, 'Task1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
2920
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Task1</td>
|
|
2921
|
-
<td style="width:0px; "></td>
|
|
2922
|
-
</tr></table>
|
|
2923
|
-
<div class="tj_tooltip_box" id="ID11065280" style="cursor:help"><div>
|
|
2924
|
-
<b>ID:</b> mandatory.t1</div></div>
|
|
2925
|
-
</td>
|
|
2926
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2927
|
-
<td style="width:0px; "></td>
|
|
2928
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-09-12</td>
|
|
2929
|
-
<td style="width:0px; "></td>
|
|
2930
|
-
</tr></table></td>
|
|
2931
|
-
</tr>
|
|
2932
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2933
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2934
|
-
<td style="width:0px; "></td>
|
|
2935
|
-
<td style="width:0px; "></td>
|
|
2936
|
-
</tr></table></td>
|
|
2937
|
-
<td class="resourcecell1">
|
|
2938
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2939
|
-
<td style="width:16px; "></td>
|
|
2940
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID8006580', TITLE, 'All days')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2941
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All days</td>
|
|
2942
|
-
<td style="width:0px; "></td>
|
|
2943
|
-
</tr></table>
|
|
2944
|
-
<div class="tj_tooltip_box" id="ID8006580" style="cursor:help"><div>
|
|
2945
|
-
<b>ID:</b> all_days</div></div>
|
|
2946
|
-
</td>
|
|
2947
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2948
|
-
<td style="width:0px; "></td>
|
|
2949
|
-
<td style="width:0px; "></td>
|
|
2950
|
-
</tr></table></td>
|
|
2951
|
-
</tr>
|
|
2952
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2953
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2954
|
-
<td style="width:0px; "></td>
|
|
2955
|
-
<td style="width:0px; "></td>
|
|
2956
|
-
</tr></table></td>
|
|
2957
|
-
<td class="resourcecell2">
|
|
2958
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2959
|
-
<td style="width:16px; "></td>
|
|
2960
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7823700', TITLE, 'Tuesday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
2961
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Tuesday off</td>
|
|
2962
|
-
<td style="width:0px; "></td>
|
|
2963
|
-
</tr></table>
|
|
2964
|
-
<div class="tj_tooltip_box" id="ID7823700" style="cursor:help"><div>
|
|
2965
|
-
<b>ID:</b> tue_off</div></div>
|
|
2966
|
-
</td>
|
|
2967
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
2968
|
-
<td style="width:0px; "></td>
|
|
2969
|
-
<td style="width:0px; "></td>
|
|
2970
|
-
</tr></table></td>
|
|
2971
|
-
</tr>
|
|
2972
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2973
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2974
|
-
<td style="width:0px; "></td>
|
|
2975
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">10</td>
|
|
2976
|
-
<td style="width:0px; "></td>
|
|
2977
|
-
</tr></table></td>
|
|
2978
|
-
<td class="taskcell2">
|
|
2979
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2980
|
-
<td style="width:8px; "></td>
|
|
2981
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7698000', TITLE, 'Task2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
2982
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Task2</td>
|
|
2983
|
-
<td style="width:0px; "></td>
|
|
2984
|
-
</tr></table>
|
|
2985
|
-
<div class="tj_tooltip_box" id="ID7698000" style="cursor:help"><div>
|
|
2986
|
-
<b>ID:</b> mandatory.t2</div></div>
|
|
2987
|
-
</td>
|
|
2988
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
2989
|
-
<td style="width:0px; "></td>
|
|
2990
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-09-12</td>
|
|
2991
|
-
<td style="width:0px; "></td>
|
|
2992
|
-
</tr></table></td>
|
|
2993
|
-
</tr>
|
|
2994
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
2995
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
2996
|
-
<td style="width:0px; "></td>
|
|
2997
|
-
<td style="width:0px; "></td>
|
|
2998
|
-
</tr></table></td>
|
|
2999
|
-
<td class="resourcecell1">
|
|
3000
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
3001
|
-
<td style="width:16px; "></td>
|
|
3002
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7584520', TITLE, 'All week group')" style="cursor:help; "><img alt="Icon" src="icons/resourcegroup.png"></img></td>
|
|
3003
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week group</td>
|
|
3004
|
-
<td style="width:0px; "></td>
|
|
3005
|
-
</tr></table>
|
|
3006
|
-
<div class="tj_tooltip_box" id="ID7584520" style="cursor:help"><div>
|
|
3007
|
-
<b>ID:</b> all_week_group</div></div>
|
|
3008
|
-
</td>
|
|
3009
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
3010
|
-
<td style="width:0px; "></td>
|
|
3011
|
-
<td style="width:0px; "></td>
|
|
3012
|
-
</tr></table></td>
|
|
3013
|
-
</tr>
|
|
3014
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
3015
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
3016
|
-
<td style="width:0px; "></td>
|
|
3017
|
-
<td style="width:0px; "></td>
|
|
3018
|
-
</tr></table></td>
|
|
3019
|
-
<td class="resourcecell2">
|
|
3020
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
3021
|
-
<td style="width:16px; "></td>
|
|
3022
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7411320', TITLE, 'All week 1')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
3023
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week 1</td>
|
|
3024
|
-
<td style="width:0px; "></td>
|
|
3025
|
-
</tr></table>
|
|
3026
|
-
<div class="tj_tooltip_box" id="ID7411320" style="cursor:help"><div>
|
|
3027
|
-
<b>ID:</b> aw1</div></div>
|
|
3028
|
-
</td>
|
|
3029
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
3030
|
-
<td style="width:0px; "></td>
|
|
3031
|
-
<td style="width:0px; "></td>
|
|
3032
|
-
</tr></table></td>
|
|
3033
|
-
</tr>
|
|
3034
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
3035
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
3036
|
-
<td style="width:0px; "></td>
|
|
3037
|
-
<td style="width:0px; "></td>
|
|
3038
|
-
</tr></table></td>
|
|
3039
|
-
<td class="resourcecell1">
|
|
3040
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
3041
|
-
<td style="width:16px; "></td>
|
|
3042
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7242880', TITLE, 'All week 2')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
3043
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week 2</td>
|
|
3044
|
-
<td style="width:0px; "></td>
|
|
3045
|
-
</tr></table>
|
|
3046
|
-
<div class="tj_tooltip_box" id="ID7242880" style="cursor:help"><div>
|
|
3047
|
-
<b>ID:</b> aw2</div></div>
|
|
3048
|
-
</td>
|
|
3049
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
3050
|
-
<td style="width:0px; "></td>
|
|
3051
|
-
<td style="width:0px; "></td>
|
|
3052
|
-
</tr></table></td>
|
|
3053
|
-
</tr>
|
|
3054
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
3055
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
3056
|
-
<td style="width:0px; "></td>
|
|
3057
|
-
<td style="width:0px; "></td>
|
|
3058
|
-
</tr></table></td>
|
|
3059
|
-
<td class="resourcecell2">
|
|
3060
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
3061
|
-
<td style="width:16px; "></td>
|
|
3062
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7159980', TITLE, 'All week 3')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
3063
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week 3</td>
|
|
3064
|
-
<td style="width:0px; "></td>
|
|
3065
|
-
</tr></table>
|
|
3066
|
-
<div class="tj_tooltip_box" id="ID7159980" style="cursor:help"><div>
|
|
3067
|
-
<b>ID:</b> aw3</div></div>
|
|
3068
|
-
</td>
|
|
3069
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
3070
|
-
<td style="width:0px; "></td>
|
|
3071
|
-
<td style="width:0px; "></td>
|
|
3072
|
-
</tr></table></td>
|
|
3073
|
-
</tr>
|
|
3074
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
3075
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
3076
|
-
<td style="width:0px; "></td>
|
|
3077
|
-
<td style="width:0px; "></td>
|
|
3078
|
-
</tr></table></td>
|
|
3079
|
-
<td class="resourcecell1">
|
|
3080
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
3081
|
-
<td style="width:16px; "></td>
|
|
3082
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID7037400', TITLE, 'All week 4')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
3083
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">All week 4</td>
|
|
3084
|
-
<td style="width:0px; "></td>
|
|
3085
|
-
</tr></table>
|
|
3086
|
-
<div class="tj_tooltip_box" id="ID7037400" style="cursor:help"><div>
|
|
3087
|
-
<b>ID:</b> aw4</div></div>
|
|
3088
|
-
</td>
|
|
3089
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
3090
|
-
<td style="width:0px; "></td>
|
|
3091
|
-
<td style="width:0px; "></td>
|
|
3092
|
-
</tr></table></td>
|
|
3093
|
-
</tr>
|
|
3094
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
3095
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
3096
|
-
<td style="width:0px; "></td>
|
|
3097
|
-
<td style="width:0px; "></td>
|
|
3098
|
-
</tr></table></td>
|
|
3099
|
-
<td class="resourcecell2">
|
|
3100
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
3101
|
-
<td style="width:16px; "></td>
|
|
3102
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID6813080', TITLE, 'Only Wednesday')" style="cursor:help; "><img alt="Icon" src="icons/resourcegroup.png"></img></td>
|
|
3103
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Only Wednesday</td>
|
|
3104
|
-
<td style="width:0px; "></td>
|
|
3105
|
-
</tr></table>
|
|
3106
|
-
<div class="tj_tooltip_box" id="ID6813080" style="cursor:help"><div>
|
|
3107
|
-
<b>ID:</b> only_wed</div></div>
|
|
3108
|
-
</td>
|
|
3109
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
3110
|
-
<td style="width:0px; "></td>
|
|
3111
|
-
<td style="width:0px; "></td>
|
|
3112
|
-
</tr></table></td>
|
|
3113
|
-
</tr>
|
|
3114
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
3115
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
3116
|
-
<td style="width:0px; "></td>
|
|
3117
|
-
<td style="width:0px; "></td>
|
|
3118
|
-
</tr></table></td>
|
|
3119
|
-
<td class="resourcecell1">
|
|
3120
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
3121
|
-
<td style="width:16px; "></td>
|
|
3122
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID6639200', TITLE, 'Monday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
3123
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Monday off</td>
|
|
3124
|
-
<td style="width:0px; "></td>
|
|
3125
|
-
</tr></table>
|
|
3126
|
-
<div class="tj_tooltip_box" id="ID6639200" style="cursor:help"><div>
|
|
3127
|
-
<b>ID:</b> ow1</div></div>
|
|
3128
|
-
</td>
|
|
3129
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
3130
|
-
<td style="width:0px; "></td>
|
|
3131
|
-
<td style="width:0px; "></td>
|
|
3132
|
-
</tr></table></td>
|
|
3133
|
-
</tr>
|
|
3134
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
3135
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
3136
|
-
<td style="width:0px; "></td>
|
|
3137
|
-
<td style="width:0px; "></td>
|
|
3138
|
-
</tr></table></td>
|
|
3139
|
-
<td class="resourcecell2">
|
|
3140
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
3141
|
-
<td style="width:16px; "></td>
|
|
3142
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID6411000', TITLE, 'Tuesday off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
3143
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Tuesday off</td>
|
|
3144
|
-
<td style="width:0px; "></td>
|
|
3145
|
-
</tr></table>
|
|
3146
|
-
<div class="tj_tooltip_box" id="ID6411000" style="cursor:help"><div>
|
|
3147
|
-
<b>ID:</b> ow2</div></div>
|
|
3148
|
-
</td>
|
|
3149
|
-
<td class="resourcecell2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
3150
|
-
<td style="width:0px; "></td>
|
|
3151
|
-
<td style="width:0px; "></td>
|
|
3152
|
-
</tr></table></td>
|
|
3153
|
-
</tr>
|
|
3154
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
3155
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:right; height:14px; "><tr>
|
|
3156
|
-
<td style="width:0px; "></td>
|
|
3157
|
-
<td style="width:0px; "></td>
|
|
3158
|
-
</tr></table></td>
|
|
3159
|
-
<td class="resourcecell1">
|
|
3160
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
3161
|
-
<td style="width:16px; "></td>
|
|
3162
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID6313640', TITLE, 'Thu Fri off')" style="cursor:help; "><img alt="Icon" src="icons/resource.png"></img></td>
|
|
3163
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Thu Fri off</td>
|
|
3164
|
-
<td style="width:0px; "></td>
|
|
3165
|
-
</tr></table>
|
|
3166
|
-
<div class="tj_tooltip_box" id="ID6313640" style="cursor:help"><div>
|
|
3167
|
-
<b>ID:</b> ow3</div></div>
|
|
3168
|
-
</td>
|
|
3169
|
-
<td class="resourcecell1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
3170
|
-
<td style="width:0px; "></td>
|
|
3171
|
-
<td style="width:0px; "></td>
|
|
3172
|
-
</tr></table></td>
|
|
3173
|
-
</tr>
|
|
3174
|
-
<tr style="height:20px">
|
|
3175
|
-
<td></td>
|
|
3176
|
-
<td></td>
|
|
3177
|
-
<td></td>
|
|
3178
|
-
</tr>
|
|
3179
|
-
</tbody></table></td></tr>
|
|
3180
|
-
<tr><td><div class="tj_table_legend_frame"><table cellspacing="1" class="tj_table_legend">
|
|
3181
|
-
<tr class="tj_legend_row">
|
|
3182
|
-
<td class="tj_legend_spacer"></td>
|
|
3183
|
-
<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>
|
|
3184
|
-
<td class="tj_legend_item"><div class="tj_legend_label">Container Task</div></td>
|
|
3185
|
-
<td class="tj_legend_spacer"></td>
|
|
3186
|
-
<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>
|
|
3187
|
-
<td class="tj_legend_item"><div class="tj_legend_label">Task</div></td>
|
|
3188
|
-
<td class="tj_legend_spacer"></td>
|
|
3189
|
-
<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>
|
|
3190
|
-
<td class="tj_legend_item"><div class="tj_legend_label">Off duty time</div></td>
|
|
3191
|
-
<td class="tj_legend_spacer"></td>
|
|
3192
|
-
</tr>
|
|
3193
|
-
<tr class="tj_legend_row">
|
|
3194
|
-
<td class="tj_legend_spacer"></td>
|
|
3195
|
-
<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>
|
|
3196
|
-
<td class="tj_legend_item"><div class="tj_legend_label">Resource is fully loaded</div></td>
|
|
3197
|
-
<td class="tj_legend_spacer"></td>
|
|
3198
|
-
<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>
|
|
3199
|
-
<td class="tj_legend_item"><div class="tj_legend_label">Resource is partially loaded</div></td>
|
|
3200
|
-
<td class="tj_legend_spacer"></td>
|
|
3201
|
-
<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>
|
|
3202
|
-
<td class="tj_legend_item"><div class="tj_legend_label">Resource is available</div></td>
|
|
3203
|
-
<td class="tj_legend_spacer"></td>
|
|
3204
|
-
</tr>
|
|
3205
|
-
</table></div></td></tr>
|
|
3206
|
-
</table>
|
|
3207
|
-
<div class="copyright">Project: Test Version: 1.0 - Created on 2010-08-21 16:07:03 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.6</div>
|
|
3208
|
-
</div>
|
|
3209
|
-
</body>
|
|
3210
|
-
</html>
|