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,1719 +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 - Shift</title>
|
|
7
|
-
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
8
|
-
<meta content="TaskJuggler Report" name="description"/>
|
|
9
|
-
<meta content="taskjuggler, project, management" name="keywords"/>
|
|
10
|
-
<link href="css/tjreport.css" rel="stylesheet" type="text/css"></link>
|
|
11
|
-
</head>
|
|
12
|
-
<!-- Dynamic Report ID: 0 -->
|
|
13
|
-
<body>
|
|
14
|
-
<script src="scripts/wz_tooltip.js" type="text/javascript"></script>
|
|
15
|
-
<noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
|
|
16
|
-
in your browser settings!
|
|
17
|
-
</div></noscript>
|
|
18
|
-
<div class="tj_page">
|
|
19
|
-
<!-- Dynamic Report ID: 0 -->
|
|
20
|
-
<table cellspacing="1" class="tj_table_frame">
|
|
21
|
-
<tr><td><table cellspacing="1" class="tj_table"><tbody>
|
|
22
|
-
<tr class="tabhead" style="height:39px; font-size:15px;">
|
|
23
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
24
|
-
<td style="width:0px; "></td>
|
|
25
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td>
|
|
26
|
-
<td style="width:0px; "></td>
|
|
27
|
-
</tr></table></td>
|
|
28
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
29
|
-
<td style="width:0px; "></td>
|
|
30
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Start</td>
|
|
31
|
-
<td style="width:0px; "></td>
|
|
32
|
-
</tr></table></td>
|
|
33
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
34
|
-
<td style="width:0px; "></td>
|
|
35
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">End</td>
|
|
36
|
-
<td style="width:0px; "></td>
|
|
37
|
-
</tr></table></td>
|
|
38
|
-
<td rowspan="10" style="padding:0px; vertical-align:top;"><div class="tabback" style="position:relative; overflow:auto; width:450px; margin-top:-1px; margin-bottom:-1px; height:215px;"><div style="margin: 0px; padding: 0px; position: absolute; top: 0px;left: 0px; width: 450px; height: 193px; "><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="12"><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="30"><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
|
-
<td class="tabcell" colspan="11"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
51
|
-
<td style="width:0px; "></td>
|
|
52
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Oct 2007</td>
|
|
53
|
-
<td style="width:0px; "></td>
|
|
54
|
-
</tr></table></td>
|
|
55
|
-
</tr>
|
|
56
|
-
<tr class="tabhead" style="height:19px; font-size:10px;">
|
|
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; ">20</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; ">21</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; ">22</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; ">23</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; ">24</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; ">25</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; ">26</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; ">27</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; ">28</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; ">29</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; ">30</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; ">31</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; ">1</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; ">2</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; ">3</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; ">4</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; ">5</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; ">6</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; ">7</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; ">8</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; ">9</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; ">10</td>
|
|
165
|
-
<td style="width:0px; "></td>
|
|
166
|
-
</tr></table></td>
|
|
167
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
168
|
-
<td style="width:0px; "></td>
|
|
169
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">11</td>
|
|
170
|
-
<td style="width:0px; "></td>
|
|
171
|
-
</tr></table></td>
|
|
172
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
173
|
-
<td style="width:0px; "></td>
|
|
174
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">12</td>
|
|
175
|
-
<td style="width:0px; "></td>
|
|
176
|
-
</tr></table></td>
|
|
177
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
178
|
-
<td style="width:0px; "></td>
|
|
179
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">13</td>
|
|
180
|
-
<td style="width:0px; "></td>
|
|
181
|
-
</tr></table></td>
|
|
182
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
183
|
-
<td style="width:0px; "></td>
|
|
184
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">14</td>
|
|
185
|
-
<td style="width:0px; "></td>
|
|
186
|
-
</tr></table></td>
|
|
187
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
188
|
-
<td style="width:0px; "></td>
|
|
189
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">15</td>
|
|
190
|
-
<td style="width:0px; "></td>
|
|
191
|
-
</tr></table></td>
|
|
192
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
193
|
-
<td style="width:0px; "></td>
|
|
194
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">16</td>
|
|
195
|
-
<td style="width:0px; "></td>
|
|
196
|
-
</tr></table></td>
|
|
197
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
198
|
-
<td style="width:0px; "></td>
|
|
199
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">17</td>
|
|
200
|
-
<td style="width:0px; "></td>
|
|
201
|
-
</tr></table></td>
|
|
202
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
203
|
-
<td style="width:0px; "></td>
|
|
204
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">18</td>
|
|
205
|
-
<td style="width:0px; "></td>
|
|
206
|
-
</tr></table></td>
|
|
207
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
208
|
-
<td style="width:0px; "></td>
|
|
209
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">19</td>
|
|
210
|
-
<td style="width:0px; "></td>
|
|
211
|
-
</tr></table></td>
|
|
212
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
213
|
-
<td style="width:0px; "></td>
|
|
214
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">20</td>
|
|
215
|
-
<td style="width:0px; "></td>
|
|
216
|
-
</tr></table></td>
|
|
217
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
218
|
-
<td style="width:0px; "></td>
|
|
219
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">21</td>
|
|
220
|
-
<td style="width:0px; "></td>
|
|
221
|
-
</tr></table></td>
|
|
222
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
223
|
-
<td style="width:0px; "></td>
|
|
224
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">22</td>
|
|
225
|
-
<td style="width:0px; "></td>
|
|
226
|
-
</tr></table></td>
|
|
227
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
228
|
-
<td style="width:0px; "></td>
|
|
229
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">23</td>
|
|
230
|
-
<td style="width:0px; "></td>
|
|
231
|
-
</tr></table></td>
|
|
232
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
233
|
-
<td style="width:0px; "></td>
|
|
234
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">24</td>
|
|
235
|
-
<td style="width:0px; "></td>
|
|
236
|
-
</tr></table></td>
|
|
237
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
238
|
-
<td style="width:0px; "></td>
|
|
239
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">25</td>
|
|
240
|
-
<td style="width:0px; "></td>
|
|
241
|
-
</tr></table></td>
|
|
242
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
243
|
-
<td style="width:0px; "></td>
|
|
244
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">26</td>
|
|
245
|
-
<td style="width:0px; "></td>
|
|
246
|
-
</tr></table></td>
|
|
247
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
248
|
-
<td style="width:0px; "></td>
|
|
249
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">27</td>
|
|
250
|
-
<td style="width:0px; "></td>
|
|
251
|
-
</tr></table></td>
|
|
252
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
253
|
-
<td style="width:0px; "></td>
|
|
254
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">28</td>
|
|
255
|
-
<td style="width:0px; "></td>
|
|
256
|
-
</tr></table></td>
|
|
257
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
258
|
-
<td style="width:0px; "></td>
|
|
259
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">29</td>
|
|
260
|
-
<td style="width:0px; "></td>
|
|
261
|
-
</tr></table></td>
|
|
262
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
263
|
-
<td style="width:0px; "></td>
|
|
264
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">30</td>
|
|
265
|
-
<td style="width:0px; "></td>
|
|
266
|
-
</tr></table></td>
|
|
267
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
268
|
-
<td style="width:0px; "></td>
|
|
269
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">1</td>
|
|
270
|
-
<td style="width:0px; "></td>
|
|
271
|
-
</tr></table></td>
|
|
272
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
273
|
-
<td style="width:0px; "></td>
|
|
274
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">2</td>
|
|
275
|
-
<td style="width:0px; "></td>
|
|
276
|
-
</tr></table></td>
|
|
277
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
278
|
-
<td style="width:0px; "></td>
|
|
279
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">3</td>
|
|
280
|
-
<td style="width:0px; "></td>
|
|
281
|
-
</tr></table></td>
|
|
282
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
283
|
-
<td style="width:0px; "></td>
|
|
284
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">4</td>
|
|
285
|
-
<td style="width:0px; "></td>
|
|
286
|
-
</tr></table></td>
|
|
287
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
288
|
-
<td style="width:0px; "></td>
|
|
289
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">5</td>
|
|
290
|
-
<td style="width:0px; "></td>
|
|
291
|
-
</tr></table></td>
|
|
292
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
293
|
-
<td style="width:0px; "></td>
|
|
294
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">6</td>
|
|
295
|
-
<td style="width:0px; "></td>
|
|
296
|
-
</tr></table></td>
|
|
297
|
-
<td class="tabhead_offduty"><table cellspacing="0" class="tj_table_cell" style="text-align:center; "><tr>
|
|
298
|
-
<td style="width:0px; "></td>
|
|
299
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">7</td>
|
|
300
|
-
<td style="width:0px; "></td>
|
|
301
|
-
</tr></table></td>
|
|
302
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
303
|
-
<td style="width:0px; "></td>
|
|
304
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">8</td>
|
|
305
|
-
<td style="width:0px; "></td>
|
|
306
|
-
</tr></table></td>
|
|
307
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
308
|
-
<td style="width:0px; "></td>
|
|
309
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">9</td>
|
|
310
|
-
<td style="width:0px; "></td>
|
|
311
|
-
</tr></table></td>
|
|
312
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
313
|
-
<td style="width:0px; "></td>
|
|
314
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">10</td>
|
|
315
|
-
<td style="width:0px; "></td>
|
|
316
|
-
</tr></table></td>
|
|
317
|
-
<td class="tabcell"><table cellspacing="0" class="tj_table_header_cell" style="text-align:center; "><tr>
|
|
318
|
-
<td style="width:0px; "></td>
|
|
319
|
-
<td class="tj_table_cell_label" style="white-space:normal; max-width:20px; font-weight:bold; ">11</td>
|
|
320
|
-
<td style="width:0px; "></td>
|
|
321
|
-
</tr></table></td>
|
|
322
|
-
</tr>
|
|
323
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
324
|
-
<td class="taskcell1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
325
|
-
<td style="width:0px; "></td>
|
|
326
|
-
<td style="width:0px; "></td>
|
|
327
|
-
</tr></table></td>
|
|
328
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
329
|
-
<td style="width:0px; "></td>
|
|
330
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
331
|
-
<td style="width:0px; "></td>
|
|
332
|
-
</tr></table></td>
|
|
333
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
334
|
-
<td style="width:0px; "></td>
|
|
335
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
336
|
-
<td style="width:0px; "></td>
|
|
337
|
-
</tr></table></td>
|
|
338
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
339
|
-
<td style="width:0px; "></td>
|
|
340
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
341
|
-
<td style="width:0px; "></td>
|
|
342
|
-
</tr></table></td>
|
|
343
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
344
|
-
<td style="width:0px; "></td>
|
|
345
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
346
|
-
<td style="width:0px; "></td>
|
|
347
|
-
</tr></table></td>
|
|
348
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
349
|
-
<td style="width:0px; "></td>
|
|
350
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
351
|
-
<td style="width:0px; "></td>
|
|
352
|
-
</tr></table></td>
|
|
353
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
354
|
-
<td style="width:0px; "></td>
|
|
355
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0d</td>
|
|
356
|
-
<td style="width:0px; "></td>
|
|
357
|
-
</tr></table></td>
|
|
358
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
359
|
-
<td style="width:0px; "></td>
|
|
360
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0w</td>
|
|
361
|
-
<td style="width:0px; "></td>
|
|
362
|
-
</tr></table></td>
|
|
363
|
-
<td class="calconttask1"><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.0w</td>
|
|
366
|
-
<td style="width:0px; "></td>
|
|
367
|
-
</tr></table></td>
|
|
368
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
369
|
-
<td style="width:0px; "></td>
|
|
370
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0w</td>
|
|
371
|
-
<td style="width:0px; "></td>
|
|
372
|
-
</tr></table></td>
|
|
373
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
374
|
-
<td style="width:0px; "></td>
|
|
375
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0w</td>
|
|
376
|
-
<td style="width:0px; "></td>
|
|
377
|
-
</tr></table></td>
|
|
378
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
379
|
-
<td style="width:0px; "></td>
|
|
380
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
381
|
-
<td style="width:0px; "></td>
|
|
382
|
-
</tr></table></td>
|
|
383
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
384
|
-
<td style="width:0px; "></td>
|
|
385
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
386
|
-
<td style="width:0px; "></td>
|
|
387
|
-
</tr></table></td>
|
|
388
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
389
|
-
<td style="width:0px; "></td>
|
|
390
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.4d</td>
|
|
391
|
-
<td style="width:0px; "></td>
|
|
392
|
-
</tr></table></td>
|
|
393
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
394
|
-
<td style="width:0px; "></td>
|
|
395
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.4d</td>
|
|
396
|
-
<td style="width:0px; "></td>
|
|
397
|
-
</tr></table></td>
|
|
398
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
399
|
-
<td style="width:0px; "></td>
|
|
400
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.1d</td>
|
|
401
|
-
<td style="width:0px; "></td>
|
|
402
|
-
</tr></table></td>
|
|
403
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
404
|
-
<td style="width:0px; "></td>
|
|
405
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.9d</td>
|
|
406
|
-
<td style="width:0px; "></td>
|
|
407
|
-
</tr></table></td>
|
|
408
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
409
|
-
<td style="width:0px; "></td>
|
|
410
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.1d</td>
|
|
411
|
-
<td style="width:0px; "></td>
|
|
412
|
-
</tr></table></td>
|
|
413
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
414
|
-
<td style="width:0px; "></td>
|
|
415
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
416
|
-
<td style="width:0px; "></td>
|
|
417
|
-
</tr></table></td>
|
|
418
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
419
|
-
<td style="width:0px; "></td>
|
|
420
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
421
|
-
<td style="width:0px; "></td>
|
|
422
|
-
</tr></table></td>
|
|
423
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
424
|
-
<td style="width:0px; "></td>
|
|
425
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.1d</td>
|
|
426
|
-
<td style="width:0px; "></td>
|
|
427
|
-
</tr></table></td>
|
|
428
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
429
|
-
<td style="width:0px; "></td>
|
|
430
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.9d</td>
|
|
431
|
-
<td style="width:0px; "></td>
|
|
432
|
-
</tr></table></td>
|
|
433
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
434
|
-
<td style="width:0px; "></td>
|
|
435
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.1d</td>
|
|
436
|
-
<td style="width:0px; "></td>
|
|
437
|
-
</tr></table></td>
|
|
438
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
439
|
-
<td style="width:0px; "></td>
|
|
440
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.9d</td>
|
|
441
|
-
<td style="width:0px; "></td>
|
|
442
|
-
</tr></table></td>
|
|
443
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
444
|
-
<td style="width:0px; "></td>
|
|
445
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.1d</td>
|
|
446
|
-
<td style="width:0px; "></td>
|
|
447
|
-
</tr></table></td>
|
|
448
|
-
<td class="calconttask1" 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="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
453
|
-
<td style="width:0px; "></td>
|
|
454
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
455
|
-
<td style="width:0px; "></td>
|
|
456
|
-
</tr></table></td>
|
|
457
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
458
|
-
<td style="width:0px; "></td>
|
|
459
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
460
|
-
<td style="width:0px; "></td>
|
|
461
|
-
</tr></table></td>
|
|
462
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
463
|
-
<td style="width:0px; "></td>
|
|
464
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
465
|
-
<td style="width:0px; "></td>
|
|
466
|
-
</tr></table></td>
|
|
467
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
468
|
-
<td style="width:0px; "></td>
|
|
469
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
470
|
-
<td style="width:0px; "></td>
|
|
471
|
-
</tr></table></td>
|
|
472
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
473
|
-
<td style="width:0px; "></td>
|
|
474
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
475
|
-
<td style="width:0px; "></td>
|
|
476
|
-
</tr></table></td>
|
|
477
|
-
<td class="calconttask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
478
|
-
<td style="width:0px; "></td>
|
|
479
|
-
<td style="width:0px; "></td>
|
|
480
|
-
</tr></table></td>
|
|
481
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
482
|
-
<td style="width:0px; "></td>
|
|
483
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
484
|
-
<td style="width:0px; "></td>
|
|
485
|
-
</tr></table></td>
|
|
486
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
487
|
-
<td style="width:0px; "></td>
|
|
488
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
489
|
-
<td style="width:0px; "></td>
|
|
490
|
-
</tr></table></td>
|
|
491
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
492
|
-
<td style="width:0px; "></td>
|
|
493
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
494
|
-
<td style="width:0px; "></td>
|
|
495
|
-
</tr></table></td>
|
|
496
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
497
|
-
<td style="width:0px; "></td>
|
|
498
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
499
|
-
<td style="width:0px; "></td>
|
|
500
|
-
</tr></table></td>
|
|
501
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
502
|
-
<td style="width:0px; "></td>
|
|
503
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.4d</td>
|
|
504
|
-
<td style="width:0px; "></td>
|
|
505
|
-
</tr></table></td>
|
|
506
|
-
<td class="calconttask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
507
|
-
<td style="width:0px; "></td>
|
|
508
|
-
<td style="width:0px; "></td>
|
|
509
|
-
</tr></table></td>
|
|
510
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
511
|
-
<td style="width:0px; "></td>
|
|
512
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.8d</td>
|
|
513
|
-
<td style="width:0px; "></td>
|
|
514
|
-
</tr></table></td>
|
|
515
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
516
|
-
<td style="width:0px; "></td>
|
|
517
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0d</td>
|
|
518
|
-
<td style="width:0px; "></td>
|
|
519
|
-
</tr></table></td>
|
|
520
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
521
|
-
<td style="width:0px; "></td>
|
|
522
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.3d</td>
|
|
523
|
-
<td style="width:0px; "></td>
|
|
524
|
-
</tr></table></td>
|
|
525
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
526
|
-
<td style="width:0px; "></td>
|
|
527
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0d</td>
|
|
528
|
-
<td style="width:0px; "></td>
|
|
529
|
-
</tr></table></td>
|
|
530
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
531
|
-
<td style="width:0px; "></td>
|
|
532
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.3d</td>
|
|
533
|
-
<td style="width:0px; "></td>
|
|
534
|
-
</tr></table></td>
|
|
535
|
-
<td class="calconttask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
536
|
-
<td style="width:0px; "></td>
|
|
537
|
-
<td style="width:0px; "></td>
|
|
538
|
-
</tr></table></td>
|
|
539
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
540
|
-
<td style="width:0px; "></td>
|
|
541
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
542
|
-
<td style="width:0px; "></td>
|
|
543
|
-
</tr></table></td>
|
|
544
|
-
<td class="calconttask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
545
|
-
<td style="width:0px; "></td>
|
|
546
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
547
|
-
<td style="width:0px; "></td>
|
|
548
|
-
</tr></table></td>
|
|
549
|
-
<td class="taskcell1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
550
|
-
<td style="width:0px; "></td>
|
|
551
|
-
<td style="width:0px; "></td>
|
|
552
|
-
</tr></table></td>
|
|
553
|
-
</tr>
|
|
554
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
555
|
-
<td class="taskcell2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
556
|
-
<td style="width:0px; "></td>
|
|
557
|
-
<td style="width:0px; "></td>
|
|
558
|
-
</tr></table></td>
|
|
559
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
560
|
-
<td style="width:0px; "></td>
|
|
561
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
562
|
-
<td style="width:0px; "></td>
|
|
563
|
-
</tr></table></td>
|
|
564
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
565
|
-
<td style="width:0px; "></td>
|
|
566
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
567
|
-
<td style="width:0px; "></td>
|
|
568
|
-
</tr></table></td>
|
|
569
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
570
|
-
<td style="width:0px; "></td>
|
|
571
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
572
|
-
<td style="width:0px; "></td>
|
|
573
|
-
</tr></table></td>
|
|
574
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
575
|
-
<td style="width:0px; "></td>
|
|
576
|
-
<td style="width:0px; "></td>
|
|
577
|
-
</tr></table></td>
|
|
578
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
579
|
-
<td style="width:0px; "></td>
|
|
580
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
581
|
-
<td style="width:0px; "></td>
|
|
582
|
-
</tr></table></td>
|
|
583
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
584
|
-
<td style="width:0px; "></td>
|
|
585
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
586
|
-
<td style="width:0px; "></td>
|
|
587
|
-
</tr></table></td>
|
|
588
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
589
|
-
<td style="width:0px; "></td>
|
|
590
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
591
|
-
<td style="width:0px; "></td>
|
|
592
|
-
</tr></table></td>
|
|
593
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
594
|
-
<td style="width:0px; "></td>
|
|
595
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
596
|
-
<td style="width:0px; "></td>
|
|
597
|
-
</tr></table></td>
|
|
598
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
599
|
-
<td style="width:0px; "></td>
|
|
600
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
601
|
-
<td style="width:0px; "></td>
|
|
602
|
-
</tr></table></td>
|
|
603
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
604
|
-
<td style="width:0px; "></td>
|
|
605
|
-
<td style="width:0px; "></td>
|
|
606
|
-
</tr></table></td>
|
|
607
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
608
|
-
<td style="width:0px; "></td>
|
|
609
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
610
|
-
<td style="width:0px; "></td>
|
|
611
|
-
</tr></table></td>
|
|
612
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
613
|
-
<td style="width:0px; "></td>
|
|
614
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
615
|
-
<td style="width:0px; "></td>
|
|
616
|
-
</tr></table></td>
|
|
617
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
618
|
-
<td style="width:0px; "></td>
|
|
619
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
620
|
-
<td style="width:0px; "></td>
|
|
621
|
-
</tr></table></td>
|
|
622
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
623
|
-
<td style="width:0px; "></td>
|
|
624
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
625
|
-
<td style="width:0px; "></td>
|
|
626
|
-
</tr></table></td>
|
|
627
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
628
|
-
<td style="width:0px; "></td>
|
|
629
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
630
|
-
<td style="width:0px; "></td>
|
|
631
|
-
</tr></table></td>
|
|
632
|
-
<td class="caltask2" colspan="2"><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
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
637
|
-
<td style="width:0px; "></td>
|
|
638
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
639
|
-
<td style="width:0px; "></td>
|
|
640
|
-
</tr></table></td>
|
|
641
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
642
|
-
<td style="width:0px; "></td>
|
|
643
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
644
|
-
<td style="width:0px; "></td>
|
|
645
|
-
</tr></table></td>
|
|
646
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
647
|
-
<td style="width:0px; "></td>
|
|
648
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
649
|
-
<td style="width:0px; "></td>
|
|
650
|
-
</tr></table></td>
|
|
651
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
652
|
-
<td style="width:0px; "></td>
|
|
653
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
654
|
-
<td style="width:0px; "></td>
|
|
655
|
-
</tr></table></td>
|
|
656
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
657
|
-
<td style="width:0px; "></td>
|
|
658
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
659
|
-
<td style="width:0px; "></td>
|
|
660
|
-
</tr></table></td>
|
|
661
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
662
|
-
<td style="width:0px; "></td>
|
|
663
|
-
<td style="width:0px; "></td>
|
|
664
|
-
</tr></table></td>
|
|
665
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
666
|
-
<td style="width:0px; "></td>
|
|
667
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
668
|
-
<td style="width:0px; "></td>
|
|
669
|
-
</tr></table></td>
|
|
670
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
671
|
-
<td style="width:0px; "></td>
|
|
672
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
673
|
-
<td style="width:0px; "></td>
|
|
674
|
-
</tr></table></td>
|
|
675
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
676
|
-
<td style="width:0px; "></td>
|
|
677
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
678
|
-
<td style="width:0px; "></td>
|
|
679
|
-
</tr></table></td>
|
|
680
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
681
|
-
<td style="width:0px; "></td>
|
|
682
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
683
|
-
<td style="width:0px; "></td>
|
|
684
|
-
</tr></table></td>
|
|
685
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
686
|
-
<td style="width:0px; "></td>
|
|
687
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
688
|
-
<td style="width:0px; "></td>
|
|
689
|
-
</tr></table></td>
|
|
690
|
-
<td class="caltask2" colspan="2"><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="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
695
|
-
<td style="width:0px; "></td>
|
|
696
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
697
|
-
<td style="width:0px; "></td>
|
|
698
|
-
</tr></table></td>
|
|
699
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
700
|
-
<td style="width:0px; "></td>
|
|
701
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
702
|
-
<td style="width:0px; "></td>
|
|
703
|
-
</tr></table></td>
|
|
704
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
705
|
-
<td style="width:0px; "></td>
|
|
706
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
707
|
-
<td style="width:0px; "></td>
|
|
708
|
-
</tr></table></td>
|
|
709
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
710
|
-
<td style="width:0px; "></td>
|
|
711
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
712
|
-
<td style="width:0px; "></td>
|
|
713
|
-
</tr></table></td>
|
|
714
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
715
|
-
<td style="width:0px; "></td>
|
|
716
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
717
|
-
<td style="width:0px; "></td>
|
|
718
|
-
</tr></table></td>
|
|
719
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
720
|
-
<td style="width:0px; "></td>
|
|
721
|
-
<td style="width:0px; "></td>
|
|
722
|
-
</tr></table></td>
|
|
723
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
724
|
-
<td style="width:0px; "></td>
|
|
725
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
726
|
-
<td style="width:0px; "></td>
|
|
727
|
-
</tr></table></td>
|
|
728
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
729
|
-
<td style="width:0px; "></td>
|
|
730
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
731
|
-
<td style="width:0px; "></td>
|
|
732
|
-
</tr></table></td>
|
|
733
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
734
|
-
<td style="width:0px; "></td>
|
|
735
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
736
|
-
<td style="width:0px; "></td>
|
|
737
|
-
</tr></table></td>
|
|
738
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
739
|
-
<td style="width:0px; "></td>
|
|
740
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
741
|
-
<td style="width:0px; "></td>
|
|
742
|
-
</tr></table></td>
|
|
743
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
744
|
-
<td style="width:0px; "></td>
|
|
745
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
746
|
-
<td style="width:0px; "></td>
|
|
747
|
-
</tr></table></td>
|
|
748
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
749
|
-
<td style="width:0px; "></td>
|
|
750
|
-
<td style="width:0px; "></td>
|
|
751
|
-
</tr></table></td>
|
|
752
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
753
|
-
<td style="width:0px; "></td>
|
|
754
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
755
|
-
<td style="width:0px; "></td>
|
|
756
|
-
</tr></table></td>
|
|
757
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
758
|
-
<td style="width:0px; "></td>
|
|
759
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
760
|
-
<td style="width:0px; "></td>
|
|
761
|
-
</tr></table></td>
|
|
762
|
-
<td class="taskcell2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
763
|
-
<td style="width:0px; "></td>
|
|
764
|
-
<td style="width:0px; "></td>
|
|
765
|
-
</tr></table></td>
|
|
766
|
-
</tr>
|
|
767
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
768
|
-
<td class="taskcell1" colspan="5"><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="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
773
|
-
<td style="width:0px; "></td>
|
|
774
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
775
|
-
<td style="width:0px; "></td>
|
|
776
|
-
</tr></table></td>
|
|
777
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
778
|
-
<td style="width:0px; "></td>
|
|
779
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
780
|
-
<td style="width:0px; "></td>
|
|
781
|
-
</tr></table></td>
|
|
782
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
783
|
-
<td style="width:0px; "></td>
|
|
784
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
785
|
-
<td style="width:0px; "></td>
|
|
786
|
-
</tr></table></td>
|
|
787
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
788
|
-
<td style="width:0px; "></td>
|
|
789
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
790
|
-
<td style="width:0px; "></td>
|
|
791
|
-
</tr></table></td>
|
|
792
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
793
|
-
<td style="width:0px; "></td>
|
|
794
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
795
|
-
<td style="width:0px; "></td>
|
|
796
|
-
</tr></table></td>
|
|
797
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
798
|
-
<td style="width:0px; "></td>
|
|
799
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
800
|
-
<td style="width:0px; "></td>
|
|
801
|
-
</tr></table></td>
|
|
802
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
803
|
-
<td style="width:0px; "></td>
|
|
804
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
805
|
-
<td style="width:0px; "></td>
|
|
806
|
-
</tr></table></td>
|
|
807
|
-
<td class="caltask1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
808
|
-
<td style="width:0px; "></td>
|
|
809
|
-
<td style="width:0px; "></td>
|
|
810
|
-
</tr></table></td>
|
|
811
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
812
|
-
<td style="width:0px; "></td>
|
|
813
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
814
|
-
<td style="width:0px; "></td>
|
|
815
|
-
</tr></table></td>
|
|
816
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
817
|
-
<td style="width:0px; "></td>
|
|
818
|
-
<td style="width:0px; "></td>
|
|
819
|
-
</tr></table></td>
|
|
820
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
821
|
-
<td style="width:0px; "></td>
|
|
822
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
823
|
-
<td style="width:0px; "></td>
|
|
824
|
-
</tr></table></td>
|
|
825
|
-
<td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
826
|
-
<td style="width:0px; "></td>
|
|
827
|
-
<td style="width:0px; "></td>
|
|
828
|
-
</tr></table></td>
|
|
829
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
830
|
-
<td style="width:0px; "></td>
|
|
831
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
832
|
-
<td style="width:0px; "></td>
|
|
833
|
-
</tr></table></td>
|
|
834
|
-
<td class="caltask1"><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="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
839
|
-
<td style="width:0px; "></td>
|
|
840
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
841
|
-
<td style="width:0px; "></td>
|
|
842
|
-
</tr></table></td>
|
|
843
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
844
|
-
<td style="width:0px; "></td>
|
|
845
|
-
<td style="width:0px; "></td>
|
|
846
|
-
</tr></table></td>
|
|
847
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
848
|
-
<td style="width:0px; "></td>
|
|
849
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
850
|
-
<td style="width:0px; "></td>
|
|
851
|
-
</tr></table></td>
|
|
852
|
-
<td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
853
|
-
<td style="width:0px; "></td>
|
|
854
|
-
<td style="width:0px; "></td>
|
|
855
|
-
</tr></table></td>
|
|
856
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
857
|
-
<td style="width:0px; "></td>
|
|
858
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
859
|
-
<td style="width:0px; "></td>
|
|
860
|
-
</tr></table></td>
|
|
861
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
862
|
-
<td style="width:0px; "></td>
|
|
863
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
864
|
-
<td style="width:0px; "></td>
|
|
865
|
-
</tr></table></td>
|
|
866
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
867
|
-
<td style="width:0px; "></td>
|
|
868
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
869
|
-
<td style="width:0px; "></td>
|
|
870
|
-
</tr></table></td>
|
|
871
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
872
|
-
<td style="width:0px; "></td>
|
|
873
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
874
|
-
<td style="width:0px; "></td>
|
|
875
|
-
</tr></table></td>
|
|
876
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
877
|
-
<td style="width:0px; "></td>
|
|
878
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
879
|
-
<td style="width:0px; "></td>
|
|
880
|
-
</tr></table></td>
|
|
881
|
-
<td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
882
|
-
<td style="width:0px; "></td>
|
|
883
|
-
<td style="width:0px; "></td>
|
|
884
|
-
</tr></table></td>
|
|
885
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
886
|
-
<td style="width:0px; "></td>
|
|
887
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
888
|
-
<td style="width:0px; "></td>
|
|
889
|
-
</tr></table></td>
|
|
890
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
891
|
-
<td style="width:0px; "></td>
|
|
892
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</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" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
911
|
-
<td style="width:0px; "></td>
|
|
912
|
-
<td style="width:0px; "></td>
|
|
913
|
-
</tr></table></td>
|
|
914
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
915
|
-
<td style="width:0px; "></td>
|
|
916
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
917
|
-
<td style="width:0px; "></td>
|
|
918
|
-
</tr></table></td>
|
|
919
|
-
<td class="taskcell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
920
|
-
<td style="width:0px; "></td>
|
|
921
|
-
<td style="width:0px; "></td>
|
|
922
|
-
</tr></table></td>
|
|
923
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
924
|
-
<td style="width:0px; "></td>
|
|
925
|
-
<td style="width:0px; "></td>
|
|
926
|
-
</tr></table></td>
|
|
927
|
-
<td class="taskcell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
928
|
-
<td style="width:0px; "></td>
|
|
929
|
-
<td style="width:0px; "></td>
|
|
930
|
-
</tr></table></td>
|
|
931
|
-
</tr>
|
|
932
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
933
|
-
<td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
934
|
-
<td style="width:0px; "></td>
|
|
935
|
-
<td style="width:0px; "></td>
|
|
936
|
-
</tr></table></td>
|
|
937
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
938
|
-
<td style="width:0px; "></td>
|
|
939
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
940
|
-
<td style="width:0px; "></td>
|
|
941
|
-
</tr></table></td>
|
|
942
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
943
|
-
<td style="width:0px; "></td>
|
|
944
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
945
|
-
<td style="width:0px; "></td>
|
|
946
|
-
</tr></table></td>
|
|
947
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
948
|
-
<td style="width:0px; "></td>
|
|
949
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
950
|
-
<td style="width:0px; "></td>
|
|
951
|
-
</tr></table></td>
|
|
952
|
-
<td class="caltask2"><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="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
958
|
-
<td style="width:0px; "></td>
|
|
959
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
960
|
-
<td style="width:0px; "></td>
|
|
961
|
-
</tr></table></td>
|
|
962
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
963
|
-
<td style="width:0px; "></td>
|
|
964
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
965
|
-
<td style="width:0px; "></td>
|
|
966
|
-
</tr></table></td>
|
|
967
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
968
|
-
<td style="width:0px; "></td>
|
|
969
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
970
|
-
<td style="width:0px; "></td>
|
|
971
|
-
</tr></table></td>
|
|
972
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
973
|
-
<td style="width:0px; "></td>
|
|
974
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
975
|
-
<td style="width:0px; "></td>
|
|
976
|
-
</tr></table></td>
|
|
977
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
978
|
-
<td style="width:0px; "></td>
|
|
979
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
980
|
-
<td style="width:0px; "></td>
|
|
981
|
-
</tr></table></td>
|
|
982
|
-
<td class="caltask2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
983
|
-
<td style="width:0px; "></td>
|
|
984
|
-
<td style="width:0px; "></td>
|
|
985
|
-
</tr></table></td>
|
|
986
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
987
|
-
<td style="width:0px; "></td>
|
|
988
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
989
|
-
<td style="width:0px; "></td>
|
|
990
|
-
</tr></table></td>
|
|
991
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
992
|
-
<td style="width:0px; "></td>
|
|
993
|
-
<td style="width:0px; "></td>
|
|
994
|
-
</tr></table></td>
|
|
995
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
996
|
-
<td style="width:0px; "></td>
|
|
997
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
998
|
-
<td style="width:0px; "></td>
|
|
999
|
-
</tr></table></td>
|
|
1000
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1001
|
-
<td style="width:0px; "></td>
|
|
1002
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
1003
|
-
<td style="width:0px; "></td>
|
|
1004
|
-
</tr></table></td>
|
|
1005
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1006
|
-
<td style="width:0px; "></td>
|
|
1007
|
-
<td style="width:0px; "></td>
|
|
1008
|
-
</tr></table></td>
|
|
1009
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1010
|
-
<td style="width:0px; "></td>
|
|
1011
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
1012
|
-
<td style="width:0px; "></td>
|
|
1013
|
-
</tr></table></td>
|
|
1014
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1015
|
-
<td style="width:0px; "></td>
|
|
1016
|
-
<td style="width:0px; "></td>
|
|
1017
|
-
</tr></table></td>
|
|
1018
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1019
|
-
<td style="width:0px; "></td>
|
|
1020
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
1021
|
-
<td style="width:0px; "></td>
|
|
1022
|
-
</tr></table></td>
|
|
1023
|
-
<td class="caltask2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1024
|
-
<td style="width:0px; "></td>
|
|
1025
|
-
<td style="width:0px; "></td>
|
|
1026
|
-
</tr></table></td>
|
|
1027
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1028
|
-
<td style="width:0px; "></td>
|
|
1029
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1030
|
-
<td style="width:0px; "></td>
|
|
1031
|
-
</tr></table></td>
|
|
1032
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1033
|
-
<td style="width:0px; "></td>
|
|
1034
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1035
|
-
<td style="width:0px; "></td>
|
|
1036
|
-
</tr></table></td>
|
|
1037
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1038
|
-
<td style="width:0px; "></td>
|
|
1039
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1040
|
-
<td style="width:0px; "></td>
|
|
1041
|
-
</tr></table></td>
|
|
1042
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1043
|
-
<td style="width:0px; "></td>
|
|
1044
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1045
|
-
<td style="width:0px; "></td>
|
|
1046
|
-
</tr></table></td>
|
|
1047
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1048
|
-
<td style="width:0px; "></td>
|
|
1049
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1050
|
-
<td style="width:0px; "></td>
|
|
1051
|
-
</tr></table></td>
|
|
1052
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1053
|
-
<td style="width:0px; "></td>
|
|
1054
|
-
<td style="width:0px; "></td>
|
|
1055
|
-
</tr></table></td>
|
|
1056
|
-
<td class="caltask2"><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; ">1.0d</td>
|
|
1059
|
-
<td style="width:0px; "></td>
|
|
1060
|
-
</tr></table></td>
|
|
1061
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1062
|
-
<td style="width:0px; "></td>
|
|
1063
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1064
|
-
<td style="width:0px; "></td>
|
|
1065
|
-
</tr></table></td>
|
|
1066
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1067
|
-
<td style="width:0px; "></td>
|
|
1068
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1069
|
-
<td style="width:0px; "></td>
|
|
1070
|
-
</tr></table></td>
|
|
1071
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1072
|
-
<td style="width:0px; "></td>
|
|
1073
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1074
|
-
<td style="width:0px; "></td>
|
|
1075
|
-
</tr></table></td>
|
|
1076
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1077
|
-
<td style="width:0px; "></td>
|
|
1078
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1079
|
-
<td style="width:0px; "></td>
|
|
1080
|
-
</tr></table></td>
|
|
1081
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1082
|
-
<td style="width:0px; "></td>
|
|
1083
|
-
<td style="width:0px; "></td>
|
|
1084
|
-
</tr></table></td>
|
|
1085
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1086
|
-
<td style="width:0px; "></td>
|
|
1087
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1088
|
-
<td style="width:0px; "></td>
|
|
1089
|
-
</tr></table></td>
|
|
1090
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1091
|
-
<td style="width:0px; "></td>
|
|
1092
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1093
|
-
<td style="width:0px; "></td>
|
|
1094
|
-
</tr></table></td>
|
|
1095
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1096
|
-
<td style="width:0px; "></td>
|
|
1097
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1098
|
-
<td style="width:0px; "></td>
|
|
1099
|
-
</tr></table></td>
|
|
1100
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1101
|
-
<td style="width:0px; "></td>
|
|
1102
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1103
|
-
<td style="width:0px; "></td>
|
|
1104
|
-
</tr></table></td>
|
|
1105
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1106
|
-
<td style="width:0px; "></td>
|
|
1107
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0h</td>
|
|
1108
|
-
<td style="width:0px; "></td>
|
|
1109
|
-
</tr></table></td>
|
|
1110
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1111
|
-
<td style="width:0px; "></td>
|
|
1112
|
-
<td style="width:0px; "></td>
|
|
1113
|
-
</tr></table></td>
|
|
1114
|
-
<td class="taskcell2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1115
|
-
<td style="width:0px; "></td>
|
|
1116
|
-
<td style="width:0px; "></td>
|
|
1117
|
-
</tr></table></td>
|
|
1118
|
-
</tr>
|
|
1119
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1120
|
-
<td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1121
|
-
<td style="width:0px; "></td>
|
|
1122
|
-
<td style="width:0px; "></td>
|
|
1123
|
-
</tr></table></td>
|
|
1124
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1125
|
-
<td style="width:0px; "></td>
|
|
1126
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
1127
|
-
<td style="width:0px; "></td>
|
|
1128
|
-
</tr></table></td>
|
|
1129
|
-
<td class="caltask1"><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; ">4.0h</td>
|
|
1132
|
-
<td style="width:0px; "></td>
|
|
1133
|
-
</tr></table></td>
|
|
1134
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1135
|
-
<td style="width:0px; "></td>
|
|
1136
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
1137
|
-
<td style="width:0px; "></td>
|
|
1138
|
-
</tr></table></td>
|
|
1139
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1140
|
-
<td style="width:0px; "></td>
|
|
1141
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1142
|
-
<td style="width:0px; "></td>
|
|
1143
|
-
</tr></table></td>
|
|
1144
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1145
|
-
<td style="width:0px; "></td>
|
|
1146
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1147
|
-
<td style="width:0px; "></td>
|
|
1148
|
-
</tr></table></td>
|
|
1149
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1150
|
-
<td style="width:0px; "></td>
|
|
1151
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1152
|
-
<td style="width:0px; "></td>
|
|
1153
|
-
</tr></table></td>
|
|
1154
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1155
|
-
<td style="width:0px; "></td>
|
|
1156
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1157
|
-
<td style="width:0px; "></td>
|
|
1158
|
-
</tr></table></td>
|
|
1159
|
-
<td class="caltask1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1160
|
-
<td style="width:0px; "></td>
|
|
1161
|
-
<td style="width:0px; "></td>
|
|
1162
|
-
</tr></table></td>
|
|
1163
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1164
|
-
<td style="width:0px; "></td>
|
|
1165
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
1166
|
-
<td style="width:0px; "></td>
|
|
1167
|
-
</tr></table></td>
|
|
1168
|
-
<td class="caltask1" colspan="4"><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="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1173
|
-
<td style="width:0px; "></td>
|
|
1174
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
1175
|
-
<td style="width:0px; "></td>
|
|
1176
|
-
</tr></table></td>
|
|
1177
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1178
|
-
<td style="width:0px; "></td>
|
|
1179
|
-
<td style="width:0px; "></td>
|
|
1180
|
-
</tr></table></td>
|
|
1181
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1182
|
-
<td style="width:0px; "></td>
|
|
1183
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">6.0h</td>
|
|
1184
|
-
<td style="width:0px; "></td>
|
|
1185
|
-
</tr></table></td>
|
|
1186
|
-
<td class="caltask1" colspan="3"><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="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1191
|
-
<td style="width:0px; "></td>
|
|
1192
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1193
|
-
<td style="width:0px; "></td>
|
|
1194
|
-
</tr></table></td>
|
|
1195
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1196
|
-
<td style="width:0px; "></td>
|
|
1197
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1198
|
-
<td style="width:0px; "></td>
|
|
1199
|
-
</tr></table></td>
|
|
1200
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1201
|
-
<td style="width:0px; "></td>
|
|
1202
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1203
|
-
<td style="width:0px; "></td>
|
|
1204
|
-
</tr></table></td>
|
|
1205
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1206
|
-
<td style="width:0px; "></td>
|
|
1207
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1208
|
-
<td style="width:0px; "></td>
|
|
1209
|
-
</tr></table></td>
|
|
1210
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1211
|
-
<td style="width:0px; "></td>
|
|
1212
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1213
|
-
<td style="width:0px; "></td>
|
|
1214
|
-
</tr></table></td>
|
|
1215
|
-
<td class="caltask1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1216
|
-
<td style="width:0px; "></td>
|
|
1217
|
-
<td style="width:0px; "></td>
|
|
1218
|
-
</tr></table></td>
|
|
1219
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1220
|
-
<td style="width:0px; "></td>
|
|
1221
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1222
|
-
<td style="width:0px; "></td>
|
|
1223
|
-
</tr></table></td>
|
|
1224
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1225
|
-
<td style="width:0px; "></td>
|
|
1226
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1227
|
-
<td style="width:0px; "></td>
|
|
1228
|
-
</tr></table></td>
|
|
1229
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1230
|
-
<td style="width:0px; "></td>
|
|
1231
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1232
|
-
<td style="width:0px; "></td>
|
|
1233
|
-
</tr></table></td>
|
|
1234
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1235
|
-
<td style="width:0px; "></td>
|
|
1236
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1237
|
-
<td style="width:0px; "></td>
|
|
1238
|
-
</tr></table></td>
|
|
1239
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1240
|
-
<td style="width:0px; "></td>
|
|
1241
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1242
|
-
<td style="width:0px; "></td>
|
|
1243
|
-
</tr></table></td>
|
|
1244
|
-
<td class="caltask1" colspan="2"><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="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1249
|
-
<td style="width:0px; "></td>
|
|
1250
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1251
|
-
<td style="width:0px; "></td>
|
|
1252
|
-
</tr></table></td>
|
|
1253
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1254
|
-
<td style="width:0px; "></td>
|
|
1255
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1256
|
-
<td style="width:0px; "></td>
|
|
1257
|
-
</tr></table></td>
|
|
1258
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1259
|
-
<td style="width:0px; "></td>
|
|
1260
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2.0h</td>
|
|
1261
|
-
<td style="width:0px; "></td>
|
|
1262
|
-
</tr></table></td>
|
|
1263
|
-
<td class="taskcell1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1264
|
-
<td style="width:0px; "></td>
|
|
1265
|
-
<td style="width:0px; "></td>
|
|
1266
|
-
</tr></table></td>
|
|
1267
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1268
|
-
<td style="width:0px; "></td>
|
|
1269
|
-
<td style="width:0px; "></td>
|
|
1270
|
-
</tr></table></td>
|
|
1271
|
-
<td class="taskcell1" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1272
|
-
<td style="width:0px; "></td>
|
|
1273
|
-
<td style="width:0px; "></td>
|
|
1274
|
-
</tr></table></td>
|
|
1275
|
-
</tr>
|
|
1276
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1277
|
-
<td class="taskcell2" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1278
|
-
<td style="width:0px; "></td>
|
|
1279
|
-
<td style="width:0px; "></td>
|
|
1280
|
-
</tr></table></td>
|
|
1281
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1282
|
-
<td style="width:0px; "></td>
|
|
1283
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
1284
|
-
<td style="width:0px; "></td>
|
|
1285
|
-
</tr></table></td>
|
|
1286
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1287
|
-
<td style="width:0px; "></td>
|
|
1288
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
1289
|
-
<td style="width:0px; "></td>
|
|
1290
|
-
</tr></table></td>
|
|
1291
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1292
|
-
<td style="width:0px; "></td>
|
|
1293
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">4.0h</td>
|
|
1294
|
-
<td style="width:0px; "></td>
|
|
1295
|
-
</tr></table></td>
|
|
1296
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1297
|
-
<td style="width:0px; "></td>
|
|
1298
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1299
|
-
<td style="width:0px; "></td>
|
|
1300
|
-
</tr></table></td>
|
|
1301
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1302
|
-
<td style="width:0px; "></td>
|
|
1303
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1304
|
-
<td style="width:0px; "></td>
|
|
1305
|
-
</tr></table></td>
|
|
1306
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1307
|
-
<td style="width:0px; "></td>
|
|
1308
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1309
|
-
<td style="width:0px; "></td>
|
|
1310
|
-
</tr></table></td>
|
|
1311
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1312
|
-
<td style="width:0px; "></td>
|
|
1313
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1314
|
-
<td style="width:0px; "></td>
|
|
1315
|
-
</tr></table></td>
|
|
1316
|
-
<td class="caltask2" 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="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1321
|
-
<td style="width:0px; "></td>
|
|
1322
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1323
|
-
<td style="width:0px; "></td>
|
|
1324
|
-
</tr></table></td>
|
|
1325
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1326
|
-
<td style="width:0px; "></td>
|
|
1327
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1328
|
-
<td style="width:0px; "></td>
|
|
1329
|
-
</tr></table></td>
|
|
1330
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1331
|
-
<td style="width:0px; "></td>
|
|
1332
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1333
|
-
<td style="width:0px; "></td>
|
|
1334
|
-
</tr></table></td>
|
|
1335
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1336
|
-
<td style="width:0px; "></td>
|
|
1337
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1338
|
-
<td style="width:0px; "></td>
|
|
1339
|
-
</tr></table></td>
|
|
1340
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1341
|
-
<td style="width:0px; "></td>
|
|
1342
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1343
|
-
<td style="width:0px; "></td>
|
|
1344
|
-
</tr></table></td>
|
|
1345
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1346
|
-
<td style="width:0px; "></td>
|
|
1347
|
-
<td style="width:0px; "></td>
|
|
1348
|
-
</tr></table></td>
|
|
1349
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1350
|
-
<td style="width:0px; "></td>
|
|
1351
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1352
|
-
<td style="width:0px; "></td>
|
|
1353
|
-
</tr></table></td>
|
|
1354
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1355
|
-
<td style="width:0px; "></td>
|
|
1356
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1357
|
-
<td style="width:0px; "></td>
|
|
1358
|
-
</tr></table></td>
|
|
1359
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1360
|
-
<td style="width:0px; "></td>
|
|
1361
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1362
|
-
<td style="width:0px; "></td>
|
|
1363
|
-
</tr></table></td>
|
|
1364
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1365
|
-
<td style="width:0px; "></td>
|
|
1366
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1367
|
-
<td style="width:0px; "></td>
|
|
1368
|
-
</tr></table></td>
|
|
1369
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1370
|
-
<td style="width:0px; "></td>
|
|
1371
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1372
|
-
<td style="width:0px; "></td>
|
|
1373
|
-
</tr></table></td>
|
|
1374
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1375
|
-
<td style="width:0px; "></td>
|
|
1376
|
-
<td style="width:0px; "></td>
|
|
1377
|
-
</tr></table></td>
|
|
1378
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1379
|
-
<td style="width:0px; "></td>
|
|
1380
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1381
|
-
<td style="width:0px; "></td>
|
|
1382
|
-
</tr></table></td>
|
|
1383
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1384
|
-
<td style="width:0px; "></td>
|
|
1385
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1386
|
-
<td style="width:0px; "></td>
|
|
1387
|
-
</tr></table></td>
|
|
1388
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1389
|
-
<td style="width:0px; "></td>
|
|
1390
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1391
|
-
<td style="width:0px; "></td>
|
|
1392
|
-
</tr></table></td>
|
|
1393
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1394
|
-
<td style="width:0px; "></td>
|
|
1395
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1396
|
-
<td style="width:0px; "></td>
|
|
1397
|
-
</tr></table></td>
|
|
1398
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1399
|
-
<td style="width:0px; "></td>
|
|
1400
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1401
|
-
<td style="width:0px; "></td>
|
|
1402
|
-
</tr></table></td>
|
|
1403
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1404
|
-
<td style="width:0px; "></td>
|
|
1405
|
-
<td style="width:0px; "></td>
|
|
1406
|
-
</tr></table></td>
|
|
1407
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1408
|
-
<td style="width:0px; "></td>
|
|
1409
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1410
|
-
<td style="width:0px; "></td>
|
|
1411
|
-
</tr></table></td>
|
|
1412
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1413
|
-
<td style="width:0px; "></td>
|
|
1414
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1415
|
-
<td style="width:0px; "></td>
|
|
1416
|
-
</tr></table></td>
|
|
1417
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1418
|
-
<td style="width:0px; "></td>
|
|
1419
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1420
|
-
<td style="width:0px; "></td>
|
|
1421
|
-
</tr></table></td>
|
|
1422
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1423
|
-
<td style="width:0px; "></td>
|
|
1424
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1425
|
-
<td style="width:0px; "></td>
|
|
1426
|
-
</tr></table></td>
|
|
1427
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1428
|
-
<td style="width:0px; "></td>
|
|
1429
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">3.0h</td>
|
|
1430
|
-
<td style="width:0px; "></td>
|
|
1431
|
-
</tr></table></td>
|
|
1432
|
-
<td class="caltask2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1433
|
-
<td style="width:0px; "></td>
|
|
1434
|
-
<td style="width:0px; "></td>
|
|
1435
|
-
</tr></table></td>
|
|
1436
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1437
|
-
<td style="width:0px; "></td>
|
|
1438
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1439
|
-
<td style="width:0px; "></td>
|
|
1440
|
-
</tr></table></td>
|
|
1441
|
-
<td class="caltask2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1442
|
-
<td style="width:0px; "></td>
|
|
1443
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1444
|
-
<td style="width:0px; "></td>
|
|
1445
|
-
</tr></table></td>
|
|
1446
|
-
<td class="taskcell2" colspan="3"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1447
|
-
<td style="width:0px; "></td>
|
|
1448
|
-
<td style="width:0px; "></td>
|
|
1449
|
-
</tr></table></td>
|
|
1450
|
-
<td class="offduty2" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1451
|
-
<td style="width:0px; "></td>
|
|
1452
|
-
<td style="width:0px; "></td>
|
|
1453
|
-
</tr></table></td>
|
|
1454
|
-
<td class="taskcell2" colspan="4"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1455
|
-
<td style="width:0px; "></td>
|
|
1456
|
-
<td style="width:0px; "></td>
|
|
1457
|
-
</tr></table></td>
|
|
1458
|
-
</tr>
|
|
1459
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1460
|
-
<td class="taskcell1" colspan="5"><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" colspan="2"><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="taskcell1" colspan="5"><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="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1477
|
-
<td style="width:0px; "></td>
|
|
1478
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1479
|
-
<td style="width:0px; "></td>
|
|
1480
|
-
</tr></table></td>
|
|
1481
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1482
|
-
<td style="width:0px; "></td>
|
|
1483
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1484
|
-
<td style="width:0px; "></td>
|
|
1485
|
-
</tr></table></td>
|
|
1486
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1487
|
-
<td style="width:0px; "></td>
|
|
1488
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1489
|
-
<td style="width:0px; "></td>
|
|
1490
|
-
</tr></table></td>
|
|
1491
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1492
|
-
<td style="width:0px; "></td>
|
|
1493
|
-
<td style="width:0px; "></td>
|
|
1494
|
-
</tr></table></td>
|
|
1495
|
-
<td class="caltask1"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1496
|
-
<td style="width:0px; "></td>
|
|
1497
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">1.0d</td>
|
|
1498
|
-
<td style="width:0px; "></td>
|
|
1499
|
-
</tr></table></td>
|
|
1500
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1501
|
-
<td style="width:0px; "></td>
|
|
1502
|
-
<td style="width:0px; "></td>
|
|
1503
|
-
</tr></table></td>
|
|
1504
|
-
<td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1505
|
-
<td style="width:0px; "></td>
|
|
1506
|
-
<td style="width:0px; "></td>
|
|
1507
|
-
</tr></table></td>
|
|
1508
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1509
|
-
<td style="width:0px; "></td>
|
|
1510
|
-
<td style="width:0px; "></td>
|
|
1511
|
-
</tr></table></td>
|
|
1512
|
-
<td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1513
|
-
<td style="width:0px; "></td>
|
|
1514
|
-
<td style="width:0px; "></td>
|
|
1515
|
-
</tr></table></td>
|
|
1516
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1517
|
-
<td style="width:0px; "></td>
|
|
1518
|
-
<td style="width:0px; "></td>
|
|
1519
|
-
</tr></table></td>
|
|
1520
|
-
<td class="taskcell1" colspan="5"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1521
|
-
<td style="width:0px; "></td>
|
|
1522
|
-
<td style="width:0px; "></td>
|
|
1523
|
-
</tr></table></td>
|
|
1524
|
-
<td class="offduty1" colspan="2"><table cellspacing="0" class="tj_table_cell" style="text-align:center; height:14px; "><tr>
|
|
1525
|
-
<td style="width:0px; "></td>
|
|
1526
|
-
<td style="width:0px; "></td>
|
|
1527
|
-
</tr></table></td>
|
|
1528
|
-
<td class="taskcell1" 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="offduty1" colspan="2"><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="taskcell1" colspan="4"><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
|
-
</tr>
|
|
1541
|
-
</tbody></table></div></div></td>
|
|
1542
|
-
</tr>
|
|
1543
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1544
|
-
<td class="taskcell1">
|
|
1545
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1546
|
-
<td style="width:0px; "></td>
|
|
1547
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10887980', TITLE, 'Project')" style="cursor:help; "><img alt="Icon" src="icons/taskgroup.png"></img></td>
|
|
1548
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">Project</td>
|
|
1549
|
-
<td style="width:0px; "></td>
|
|
1550
|
-
</tr></table>
|
|
1551
|
-
<div class="tj_tooltip_box" id="ID10887980" style="cursor:help"><div>
|
|
1552
|
-
<b>ID:</b> prj</div></div>
|
|
1553
|
-
</td>
|
|
1554
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1555
|
-
<td style="width:0px; "></td>
|
|
1556
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2007-08-22</td>
|
|
1557
|
-
<td style="width:0px; "></td>
|
|
1558
|
-
</tr></table></td>
|
|
1559
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1560
|
-
<td style="width:0px; "></td>
|
|
1561
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; font-weight:bold; ">2007-10-09</td>
|
|
1562
|
-
<td style="width:0px; "></td>
|
|
1563
|
-
</tr></table></td>
|
|
1564
|
-
</tr>
|
|
1565
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1566
|
-
<td class="taskcell2">
|
|
1567
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1568
|
-
<td style="width:8px; "></td>
|
|
1569
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10835320', TITLE, 'Default Task')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
1570
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Default Task</td>
|
|
1571
|
-
<td style="width:0px; "></td>
|
|
1572
|
-
</tr></table>
|
|
1573
|
-
<div class="tj_tooltip_box" id="ID10835320" style="cursor:help"><div>
|
|
1574
|
-
<b>ID:</b> prj.default</div></div>
|
|
1575
|
-
</td>
|
|
1576
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1577
|
-
<td style="width:0px; "></td>
|
|
1578
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-08-22</td>
|
|
1579
|
-
<td style="width:0px; "></td>
|
|
1580
|
-
</tr></table></td>
|
|
1581
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1582
|
-
<td style="width:0px; "></td>
|
|
1583
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-10-09</td>
|
|
1584
|
-
<td style="width:0px; "></td>
|
|
1585
|
-
</tr></table></td>
|
|
1586
|
-
</tr>
|
|
1587
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1588
|
-
<td class="taskcell1">
|
|
1589
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1590
|
-
<td style="width:8px; "></td>
|
|
1591
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10799520', TITLE, 'MDF Task')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
1592
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">MDF Task</td>
|
|
1593
|
-
<td style="width:0px; "></td>
|
|
1594
|
-
</tr></table>
|
|
1595
|
-
<div class="tj_tooltip_box" id="ID10799520" style="cursor:help"><div>
|
|
1596
|
-
<b>ID:</b> prj.mdf</div></div>
|
|
1597
|
-
</td>
|
|
1598
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1599
|
-
<td style="width:0px; "></td>
|
|
1600
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-08-25</td>
|
|
1601
|
-
<td style="width:0px; "></td>
|
|
1602
|
-
</tr></table></td>
|
|
1603
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1604
|
-
<td style="width:0px; "></td>
|
|
1605
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-10-01</td>
|
|
1606
|
-
<td style="width:0px; "></td>
|
|
1607
|
-
</tr></table></td>
|
|
1608
|
-
</tr>
|
|
1609
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1610
|
-
<td class="taskcell2">
|
|
1611
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1612
|
-
<td style="width:8px; "></td>
|
|
1613
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10744840', TITLE, 'TTSS Task')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
1614
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">TTSS Task</td>
|
|
1615
|
-
<td style="width:0px; "></td>
|
|
1616
|
-
</tr></table>
|
|
1617
|
-
<div class="tj_tooltip_box" id="ID10744840" style="cursor:help"><div>
|
|
1618
|
-
<b>ID:</b> prj.ttss</div></div>
|
|
1619
|
-
</td>
|
|
1620
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1621
|
-
<td style="width:0px; "></td>
|
|
1622
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-08-25</td>
|
|
1623
|
-
<td style="width:0px; "></td>
|
|
1624
|
-
</tr></table></td>
|
|
1625
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1626
|
-
<td style="width:0px; "></td>
|
|
1627
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-10-05</td>
|
|
1628
|
-
<td style="width:0px; "></td>
|
|
1629
|
-
</tr></table></td>
|
|
1630
|
-
</tr>
|
|
1631
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1632
|
-
<td class="taskcell1">
|
|
1633
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1634
|
-
<td style="width:8px; "></td>
|
|
1635
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10712820', TITLE, 'TT Task')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
1636
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">TT Task</td>
|
|
1637
|
-
<td style="width:0px; "></td>
|
|
1638
|
-
</tr></table>
|
|
1639
|
-
<div class="tj_tooltip_box" id="ID10712820" style="cursor:help"><div>
|
|
1640
|
-
<b>ID:</b> prj.tt</div></div>
|
|
1641
|
-
</td>
|
|
1642
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1643
|
-
<td style="width:0px; "></td>
|
|
1644
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-08-25</td>
|
|
1645
|
-
<td style="width:0px; "></td>
|
|
1646
|
-
</tr></table></td>
|
|
1647
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1648
|
-
<td style="width:0px; "></td>
|
|
1649
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-10-03</td>
|
|
1650
|
-
<td style="width:0px; "></td>
|
|
1651
|
-
</tr></table></td>
|
|
1652
|
-
</tr>
|
|
1653
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1654
|
-
<td class="taskcell2">
|
|
1655
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1656
|
-
<td style="width:8px; "></td>
|
|
1657
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10674300', TITLE, 'Task with shift morning')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
1658
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Task with shift morning</td>
|
|
1659
|
-
<td style="width:0px; "></td>
|
|
1660
|
-
</tr></table>
|
|
1661
|
-
<div class="tj_tooltip_box" id="ID10674300" style="cursor:help"><div>
|
|
1662
|
-
<b>ID:</b> prj.work1</div></div>
|
|
1663
|
-
</td>
|
|
1664
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1665
|
-
<td style="width:0px; "></td>
|
|
1666
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-08-25</td>
|
|
1667
|
-
<td style="width:0px; "></td>
|
|
1668
|
-
</tr></table></td>
|
|
1669
|
-
<td class="taskcell2"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1670
|
-
<td style="width:0px; "></td>
|
|
1671
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-10-02</td>
|
|
1672
|
-
<td style="width:0px; "></td>
|
|
1673
|
-
</tr></table></td>
|
|
1674
|
-
</tr>
|
|
1675
|
-
<tr class="tabline" style="height:21px; font-size:12px; ">
|
|
1676
|
-
<td class="taskcell1">
|
|
1677
|
-
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1678
|
-
<td style="width:8px; "></td>
|
|
1679
|
-
<td class="tj_table_cell_icon" onclick="TagToTip('ID10642580', TITLE, 'Vacation on Thursday')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
1680
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">Vacation on Thursday</td>
|
|
1681
|
-
<td style="width:0px; "></td>
|
|
1682
|
-
</tr></table>
|
|
1683
|
-
<div class="tj_tooltip_box" id="ID10642580" style="cursor:help"><div>
|
|
1684
|
-
<b>ID:</b> prj.vac_test</div></div>
|
|
1685
|
-
</td>
|
|
1686
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1687
|
-
<td style="width:0px; "></td>
|
|
1688
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-09-03</td>
|
|
1689
|
-
<td style="width:0px; "></td>
|
|
1690
|
-
</tr></table></td>
|
|
1691
|
-
<td class="taskcell1"><table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
1692
|
-
<td style="width:0px; "></td>
|
|
1693
|
-
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">2007-09-07</td>
|
|
1694
|
-
<td style="width:0px; "></td>
|
|
1695
|
-
</tr></table></td>
|
|
1696
|
-
</tr>
|
|
1697
|
-
<tr style="height:20px">
|
|
1698
|
-
<td></td>
|
|
1699
|
-
<td></td>
|
|
1700
|
-
<td></td>
|
|
1701
|
-
</tr>
|
|
1702
|
-
</tbody></table></td></tr>
|
|
1703
|
-
<tr><td><div class="tj_table_legend_frame"><table cellspacing="1" class="tj_table_legend"><tr class="tj_legend_row">
|
|
1704
|
-
<td class="tj_legend_spacer"></td>
|
|
1705
|
-
<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>
|
|
1706
|
-
<td class="tj_legend_item"><div class="tj_legend_label">Container Task</div></td>
|
|
1707
|
-
<td class="tj_legend_spacer"></td>
|
|
1708
|
-
<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>
|
|
1709
|
-
<td class="tj_legend_item"><div class="tj_legend_label">Task</div></td>
|
|
1710
|
-
<td class="tj_legend_spacer"></td>
|
|
1711
|
-
<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>
|
|
1712
|
-
<td class="tj_legend_item"><div class="tj_legend_label">Off duty time</div></td>
|
|
1713
|
-
<td class="tj_legend_spacer"></td>
|
|
1714
|
-
</tr></table></div></td></tr>
|
|
1715
|
-
</table>
|
|
1716
|
-
<div class="copyright">Project: Test Version: 1.0 - Created on 2010-06-16 19:11:23 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.5</div>
|
|
1717
|
-
</div>
|
|
1718
|
-
</body>
|
|
1719
|
-
</html>
|