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,14 +1,14 @@
|
|
|
1
|
-
WBS;Name;Id;Duration
|
|
2
|
-
1;Plan Work;plan;19.8
|
|
3
|
-
1.1; Plan A;plan.plan_a;11.4
|
|
4
|
-
1.2; Plan B;plan.plan_b;9.2
|
|
5
|
-
1.3; Plan C;plan.plan_c;4.4
|
|
6
|
-
2;Execute Work;execute;
|
|
7
|
-
2.1; Step 1;execute.ex1;25.4
|
|
8
|
-
2.2; Step 2;execute.ex2;
|
|
9
|
-
2.2.1; Step 2.1;execute.ex2.ex2_1;1.4
|
|
10
|
-
2.2.2; Step 2.2;execute.ex2.ex2_2;4.4
|
|
11
|
-
2.3; Milestone 1;execute.ms1;0.0
|
|
12
|
-
2.4; Step 3;execute.ex3;15.4
|
|
13
|
-
2.5; Step 4;execute.ex4;1.4
|
|
14
|
-
3;Check Work;check;4.4
|
|
1
|
+
"WBS";"Name";"Id";"Duration"
|
|
2
|
+
1;"Plan Work";"plan";19.8
|
|
3
|
+
1.1;" Plan A";"plan.plan_a";11.4
|
|
4
|
+
1.2;" Plan B";"plan.plan_b";9.2
|
|
5
|
+
1.3;" Plan C";"plan.plan_c";4.4
|
|
6
|
+
2;"Execute Work";"execute";32.4
|
|
7
|
+
2.1;" Step 1";"execute.ex1";25.4
|
|
8
|
+
2.2;" Step 2";"execute.ex2";32.4
|
|
9
|
+
"2.2.1";" Step 2.1";"execute.ex2.ex2_1";1.4
|
|
10
|
+
"2.2.2";" Step 2.2";"execute.ex2.ex2_2";4.4
|
|
11
|
+
2.3;" Milestone 1";"execute.ms1";0.0
|
|
12
|
+
2.4;" Step 3";"execute.ex3";15.4
|
|
13
|
+
2.5;" Step 4";"execute.ex4";1.4
|
|
14
|
+
3;"Check Work";"check";4.4
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
Duration;Id
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
25.4;execute.ex1
|
|
5
|
-
19.8;plan
|
|
6
|
-
15.4;execute.ex3
|
|
7
|
-
11.4;plan.plan_a
|
|
8
|
-
9.2;plan.plan_b
|
|
9
|
-
4.4;check
|
|
10
|
-
4.4;execute.ex2.ex2_2
|
|
11
|
-
4.4;plan.plan_c
|
|
12
|
-
1.4;execute.ex2.ex2_1
|
|
13
|
-
1.4;execute.ex4
|
|
14
|
-
0.0;execute.ms1
|
|
1
|
+
"Duration";"Id"
|
|
2
|
+
32.4;"execute"
|
|
3
|
+
32.4;"execute.ex2"
|
|
4
|
+
25.4;"execute.ex1"
|
|
5
|
+
19.8;"plan"
|
|
6
|
+
15.4;"execute.ex3"
|
|
7
|
+
11.4;"plan.plan_a"
|
|
8
|
+
9.2;"plan.plan_b"
|
|
9
|
+
4.4;"check"
|
|
10
|
+
4.4;"execute.ex2.ex2_2"
|
|
11
|
+
4.4;"plan.plan_c"
|
|
12
|
+
1.4;"execute.ex2.ex2_1"
|
|
13
|
+
1.4;"execute.ex4"
|
|
14
|
+
0.0;"execute.ms1"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
Effort;WBS;Id
|
|
2
|
-
0.0;2.3;execute.ms1
|
|
3
|
-
2.0;2.2.1;execute.ex2.ex2_1
|
|
4
|
-
2.0;2.5;execute.ex4
|
|
5
|
-
5.0;3;check
|
|
6
|
-
5.0;1.3;plan.plan_c
|
|
7
|
-
7.5;1.2;plan.plan_b
|
|
8
|
-
10.0;2.2.2;execute.ex2.ex2_2
|
|
9
|
-
10.0;1.1;plan.plan_a
|
|
10
|
-
12.0;2.2;execute.ex2
|
|
11
|
-
12.0;2.4;execute.ex3
|
|
12
|
-
20.0;2.1;execute.ex1
|
|
13
|
-
22.5;1;plan
|
|
14
|
-
46.0;2;execute
|
|
1
|
+
"Effort";"WBS";"Id"
|
|
2
|
+
0.0;2.3;"execute.ms1"
|
|
3
|
+
2.0;"2.2.1";"execute.ex2.ex2_1"
|
|
4
|
+
2.0;2.5;"execute.ex4"
|
|
5
|
+
5.0;3;"check"
|
|
6
|
+
5.0;1.3;"plan.plan_c"
|
|
7
|
+
7.5;1.2;"plan.plan_b"
|
|
8
|
+
10.0;"2.2.2";"execute.ex2.ex2_2"
|
|
9
|
+
10.0;1.1;"plan.plan_a"
|
|
10
|
+
12.0;2.2;"execute.ex2"
|
|
11
|
+
12.0;2.4;"execute.ex3"
|
|
12
|
+
20.0;2.1;"execute.ex1"
|
|
13
|
+
22.5;1;"plan"
|
|
14
|
+
46.0;2;"execute"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
Start;WBS;Id
|
|
2
|
-
2008-02-11-09:00:00;3;check
|
|
3
|
-
2008-02-08-18:00:00;2.3;execute.ms1
|
|
4
|
-
2008-02-04-09:00:00;2.2.2;execute.ex2.ex2_2
|
|
5
|
-
2008-02-04-09:00:00;2.5;execute.ex4
|
|
6
|
-
2008-01-09-09:00:00;2.4;execute.ex3
|
|
7
|
-
2008-01-07-09:00:00;2
|
|
8
|
-
2008-01-07-09:00:00;2.
|
|
9
|
-
2008-01-
|
|
10
|
-
2008-01-
|
|
11
|
-
2007-12-31-09:00:00;1.3;plan.plan_c
|
|
12
|
-
2007-12-17-09:00:00;1.1;plan.plan_a
|
|
13
|
-
2007-12-17-09:00:00;1.2;plan.plan_b
|
|
14
|
-
2007-12-16-00:00:00;1;plan
|
|
1
|
+
"Start";"WBS";"Id"
|
|
2
|
+
"2008-02-11-09:00:00";3;"check"
|
|
3
|
+
"2008-02-08-18:00:00";2.3;"execute.ms1"
|
|
4
|
+
"2008-02-04-09:00:00";"2.2.2";"execute.ex2.ex2_2"
|
|
5
|
+
"2008-02-04-09:00:00";2.5;"execute.ex4"
|
|
6
|
+
"2008-01-09-09:00:00";2.4;"execute.ex3"
|
|
7
|
+
"2008-01-07-09:00:00";2;"execute"
|
|
8
|
+
"2008-01-07-09:00:00";2.1;"execute.ex1"
|
|
9
|
+
"2008-01-07-09:00:00";2.2;"execute.ex2"
|
|
10
|
+
"2008-01-07-09:00:00";"2.2.1";"execute.ex2.ex2_1"
|
|
11
|
+
"2007-12-31-09:00:00";1.3;"plan.plan_c"
|
|
12
|
+
"2007-12-17-09:00:00";1.1;"plan.plan_a"
|
|
13
|
+
"2007-12-17-09:00:00";1.2;"plan.plan_b"
|
|
14
|
+
"2007-12-16-00:00:00";1;"plan"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
WBS;Name;Start;End;Duration;Effort;2007-12-10-00:00:00;2007-12-17-00:00:00;2007-12-24-00:00:00;2007-12-31-00:00:00;2008-01-07-00:00:00;2008-01-14-00:00:00;2008-01-21-00:00:00;2008-01-28-00:00:00;2008-02-04-00:00:00;2008-02-11-00:00:00;2008-02-18-00:00:00
|
|
2
|
-
1;Plan Work;2007-12-16-00:00:00;2008-01-04-18:00:00;19.8;22.5;"";10.0;7.5;5.0;"";"";"";"";"";"";""
|
|
3
|
-
1.1; Plan A;2007-12-17-09:00:00;2007-12-28-18:00:00;11.4;10.0;"";5.0;5.0;"";"";"";"";"";"";"";""
|
|
4
|
-
1.2; Plan B;2007-12-17-09:00:00;2007-12-26-14:00:00;9.2;7.5;"";5.0;2.5;"";"";"";"";"";"";"";""
|
|
5
|
-
1.3; Plan C;2007-12-31-09:00:00;2008-01-04-18:00:00;4.4;5.0;"";"";"";5.0;"";"";"";"";"";"";""
|
|
6
|
-
2;Execute Work;2008-01-
|
|
7
|
-
2.1; Step 1;2008-01-07-09:00:00;2008-02-01-18:00:00;25.4;20.0;"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
|
|
8
|
-
2.2; Step 2;2008-01-
|
|
9
|
-
2.2.1; Step 2.1;2008-01-07-09:00:00;2008-01-08-18:00:00;1.4;2.0;"";"";"";"";2.0;"";"";"";"";"";""
|
|
10
|
-
2.2.2; Step 2.2;2008-02-04-09:00:00;2008-02-08-18:00:00;4.4;10.0;"";"";"";"";"";"";"";"";10.0;"";""
|
|
11
|
-
2.
|
|
12
|
-
2.
|
|
13
|
-
2.
|
|
14
|
-
3;Check Work;2008-02-11-09:00:00;2008-02-15-18:00:00;4.4;5.0;"";"";"";"";"";"";"";"";"";5.0;""
|
|
1
|
+
"WBS";"Name";"Start";"End";"Duration";"Effort";"2007-12-03-00:00:00";"2007-12-10-00:00:00";"2007-12-17-00:00:00";"2007-12-24-00:00:00";"2007-12-31-00:00:00";"2008-01-07-00:00:00";"2008-01-14-00:00:00";"2008-01-21-00:00:00";"2008-01-28-00:00:00";"2008-02-04-00:00:00";"2008-02-11-00:00:00";"2008-02-18-00:00:00"
|
|
2
|
+
1;"Plan Work";"2007-12-16-00:00:00";"2008-01-04-18:00:00";19.8;22.5;"";"";10.0;7.5;5.0;"";"";"";"";"";"";""
|
|
3
|
+
1.1;" Plan A";"2007-12-17-09:00:00";"2007-12-28-18:00:00";11.4;10.0;"";"";5.0;5.0;"";"";"";"";"";"";"";""
|
|
4
|
+
1.2;" Plan B";"2007-12-17-09:00:00";"2007-12-26-14:00:00";9.2;7.5;"";"";5.0;2.5;"";"";"";"";"";"";"";""
|
|
5
|
+
1.3;" Plan C";"2007-12-31-09:00:00";"2008-01-04-18:00:00";4.4;5.0;"";"";"";"";5.0;"";"";"";"";"";"";""
|
|
6
|
+
2;"Execute Work";"2008-01-07-09:00:00";"2008-02-08-18:00:00";32.4;46.0;"";"";"";"";"";10.0;10.0;9.0;5.0;12.0;"";""
|
|
7
|
+
2.1;" Step 1";"2008-01-07-09:00:00";"2008-02-01-18:00:00";25.4;20.0;"";"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
|
|
8
|
+
2.2;" Step 2";"2008-01-07-09:00:00";"2008-02-08-18:00:00";32.4;12.0;"";"";"";"";"";2.0;"";"";"";10.0;"";""
|
|
9
|
+
"2.2.1";" Step 2.1";"2008-01-07-09:00:00";"2008-01-08-18:00:00";1.4;2.0;"";"";"";"";"";2.0;"";"";"";"";"";""
|
|
10
|
+
"2.2.2";" Step 2.2";"2008-02-04-09:00:00";"2008-02-08-18:00:00";4.4;10.0;"";"";"";"";"";"";"";"";"";10.0;"";""
|
|
11
|
+
2.4;" Step 3";"2008-01-09-09:00:00";"2008-01-24-18:00:00";15.4;12.0;"";"";"";"";"";3.0;5.0;4.0;"";"";"";""
|
|
12
|
+
2.5;" Step 4";"2008-02-04-09:00:00";"2008-02-05-18:00:00";1.4;2.0;"";"";"";"";"";"";"";"";"";2.0;"";""
|
|
13
|
+
2.3;" Milestone 1";"2008-02-08-18:00:00";"2008-02-08-18:00:00";0.0;0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
14
|
+
3;"Check Work";"2008-02-11-09:00:00";"2008-02-15-18:00:00";4.4;5.0;"";"";"";"";"";"";"";"";"";"";5.0;""
|
|
@@ -1,24 +1,32 @@
|
|
|
1
|
-
WBS;Name;Start;End;Duration;Effort;2007-12-10-00:00:00;2007-12-17-00:00:00;2007-12-24-00:00:00;2007-12-31-00:00:00;2008-01-07-00:00:00;2008-01-14-00:00:00;2008-01-21-00:00:00;2008-01-28-00:00:00;2008-02-04-00:00:00;2008-02-11-00:00:00;2008-02-18-00:00:00
|
|
2
|
-
1;Plan Work;2007-12-16-00:00:00;2008-01-04-18:00:00;19.8;22.5;"";10.0;7.5;5.0;"";"";"";"";"";"";""
|
|
3
|
-
1
|
|
4
|
-
|
|
5
|
-
1.
|
|
6
|
-
|
|
7
|
-
1.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
2.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
2.
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
"WBS";"Name";"Start";"End";"Duration";"Effort";"2007-12-03-00:00:00";"2007-12-10-00:00:00";"2007-12-17-00:00:00";"2007-12-24-00:00:00";"2007-12-31-00:00:00";"2008-01-07-00:00:00";"2008-01-14-00:00:00";"2008-01-21-00:00:00";"2008-01-28-00:00:00";"2008-02-04-00:00:00";"2008-02-11-00:00:00";"2008-02-18-00:00:00"
|
|
2
|
+
1;"Plan Work";"2007-12-16-00:00:00";"2008-01-04-18:00:00";19.8;22.5;"";"";10.0;7.5;5.0;"";"";"";"";"";"";""
|
|
3
|
+
1;" Jill";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
4
|
+
2;" Joe";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
5
|
+
1.1;" Plan A";"2007-12-17-09:00:00";"2007-12-28-18:00:00";11.4;10.0;"";"";5.0;5.0;"";"";"";"";"";"";"";""
|
|
6
|
+
2;" Joe";"";"";"";10.0;"";"";5.0;5.0;"";"";"";"";"";"";"";""
|
|
7
|
+
1.2;" Plan B";"2007-12-17-09:00:00";"2007-12-26-14:00:00";9.2;7.5;"";"";5.0;2.5;"";"";"";"";"";"";"";""
|
|
8
|
+
1;" Jill";"";"";"";7.5;"";"";5.0;2.5;"";"";"";"";"";"";"";""
|
|
9
|
+
1.3;" Plan C";"2007-12-31-09:00:00";"2008-01-04-18:00:00";4.4;5.0;"";"";"";"";5.0;"";"";"";"";"";"";""
|
|
10
|
+
1;" Jill";"";"";"";5.0;"";"";"";"";5.0;"";"";"";"";"";"";""
|
|
11
|
+
2;"Execute Work";"2008-01-07-09:00:00";"2008-02-08-18:00:00";32.4;46.0;"";"";"";"";"";10.0;10.0;9.0;5.0;12.0;"";""
|
|
12
|
+
3;" Jack";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
13
|
+
1;" Jill";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
14
|
+
2;" Joe";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
15
|
+
2.1;" Step 1";"2008-01-07-09:00:00";"2008-02-01-18:00:00";25.4;20.0;"";"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
|
|
16
|
+
1;" Jill";"";"";"";20.0;"";"";"";"";"";5.0;5.0;5.0;5.0;"";"";""
|
|
17
|
+
2.2;" Step 2";"2008-01-07-09:00:00";"2008-02-08-18:00:00";32.4;12.0;"";"";"";"";"";2.0;"";"";"";10.0;"";""
|
|
18
|
+
3;" Jack";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
19
|
+
1;" Jill";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
20
|
+
2;" Joe";"";"";"";0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
21
|
+
"2.2.1";" Step 2.1";"2008-01-07-09:00:00";"2008-01-08-18:00:00";1.4;2.0;"";"";"";"";"";2.0;"";"";"";"";"";""
|
|
22
|
+
2;" Joe";"";"";"";2.0;"";"";"";"";"";2.0;"";"";"";"";"";""
|
|
23
|
+
"2.2.2";" Step 2.2";"2008-02-04-09:00:00";"2008-02-08-18:00:00";4.4;10.0;"";"";"";"";"";"";"";"";"";10.0;"";""
|
|
24
|
+
3;" Jack";"";"";"";5.0;"";"";"";"";"";"";"";"";"";5.0;"";""
|
|
25
|
+
1;" Jill";"";"";"";5.0;"";"";"";"";"";"";"";"";"";5.0;"";""
|
|
26
|
+
2.4;" Step 3";"2008-01-09-09:00:00";"2008-01-24-18:00:00";15.4;12.0;"";"";"";"";"";3.0;5.0;4.0;"";"";"";""
|
|
27
|
+
3;" Jack";"";"";"";12.0;"";"";"";"";"";3.0;5.0;4.0;"";"";"";""
|
|
28
|
+
2.5;" Step 4";"2008-02-04-09:00:00";"2008-02-05-18:00:00";1.4;2.0;"";"";"";"";"";"";"";"";"";2.0;"";""
|
|
29
|
+
2;" Joe";"";"";"";2.0;"";"";"";"";"";"";"";"";"";2.0;"";""
|
|
30
|
+
2.3;" Milestone 1";"2008-02-08-18:00:00";"2008-02-08-18:00:00";0.0;0.0;"";"";"";"";"";"";"";"";"";"";"";""
|
|
31
|
+
3;"Check Work";"2008-02-11-09:00:00";"2008-02-15-18:00:00";4.4;5.0;"";"";"";"";"";"";"";"";"";"";5.0;""
|
|
32
|
+
1;" Jill";"";"";"";5.0;"";"";"";"";"";"";"";"";"";"";5.0;""
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"Name";"2007-12-31";"2008-01-07";"2008-01-14";"Duration";"2007-12-31";"2008-01-07";"2008-01-14";"Effort"
|
|
2
|
+
"Jack";"";3.0;5.0;"";"";3.0;5.0;8.0
|
|
3
|
+
" Execute Work";"";3.0;5.0;32.4;"";3.0;5.0;8.0
|
|
4
|
+
" Step 3";"";3.0;5.0;15.4;"";3.0;5.0;8.0
|
|
5
|
+
"Jill";5.0;5.0;5.0;"";5.0;5.0;5.0;15.0
|
|
6
|
+
" Plan Work";5.0;"";"";19.8;5.0;"";"";5.0
|
|
7
|
+
" Plan C";5.0;"";"";4.4;5.0;"";"";5.0
|
|
8
|
+
" Execute Work";"";5.0;5.0;32.4;"";5.0;5.0;10.0
|
|
9
|
+
" Step 1";"";5.0;5.0;25.4;"";5.0;5.0;10.0
|
|
10
|
+
"Joe";"";2.0;"";"";"";2.0;"";2.0
|
|
11
|
+
" Execute Work";"";2.0;"";32.4;"";2.0;"";2.0
|
|
12
|
+
" Step 2";"";2.0;"";32.4;"";2.0;"";2.0
|
|
13
|
+
" Step 2.1";"";2.0;"";1.4;"";2.0;"";2.0
|
|
@@ -17,16 +17,20 @@ h3 { font-size:16px; }
|
|
|
17
17
|
}
|
|
18
18
|
i.tj_journal { font-size:9px; }
|
|
19
19
|
h1.tj_journal {
|
|
20
|
+
font-size:16px;
|
|
21
|
+
margin-left:0px;
|
|
22
|
+
}
|
|
23
|
+
h2.tj_journal {
|
|
20
24
|
font-size:14px;
|
|
21
25
|
margin-left:10px;
|
|
22
26
|
}
|
|
23
|
-
|
|
27
|
+
h3.tj_journal {
|
|
24
28
|
margin-top:5px;
|
|
25
29
|
font-size:13px;
|
|
26
30
|
margin-bottom:1px;
|
|
27
31
|
margin-left:20px;
|
|
28
32
|
}
|
|
29
|
-
|
|
33
|
+
h4.tj_journal {
|
|
30
34
|
font-size:12px;
|
|
31
35
|
margin-left:30px;
|
|
32
36
|
}
|
|
@@ -108,6 +112,7 @@ p.tj_journal {
|
|
|
108
112
|
width:100%;
|
|
109
113
|
border-spacing:0px;
|
|
110
114
|
position: relative;
|
|
115
|
+
overflow:hidden;
|
|
111
116
|
}
|
|
112
117
|
|
|
113
118
|
/* The symbol is the icon to the left of the text label in a table
|
|
@@ -1,842 +1,851 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="
|
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
|
|
3
|
-
<!-- This file has been generated by taskjuggler3 v0.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.7 -->
|
|
4
4
|
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
5
5
|
<head>
|
|
6
6
|
<title>TaskJuggler Report - depArrows</title>
|
|
7
|
-
<
|
|
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>
|
|
8
11
|
</head>
|
|
12
|
+
<!-- Dynamic Report ID: 0 -->
|
|
9
13
|
<body>
|
|
10
14
|
<script src="scripts/wz_tooltip.js" type="text/javascript"></script>
|
|
11
15
|
<noscript><div style="text-align:center; color:#FF0000">This page requires Javascript for full functionality. Please enable it
|
|
12
16
|
in your browser settings!
|
|
13
17
|
</div></noscript>
|
|
14
|
-
<div
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</div>
|
|
45
|
-
<div class="
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
<div class="
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
<div class="
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
<div class="
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
<div class="
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
<div class="
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
<div class="
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
<div class="
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
<div class="
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
<div class="
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
<div class="
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
<div class="
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
<div class="
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
<div class="
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
<div class="
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
<div class="
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
</div></div
|
|
725
|
-
</tr>
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
<
|
|
729
|
-
|
|
730
|
-
<
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
<
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
<
|
|
739
|
-
|
|
740
|
-
<
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
<
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
<
|
|
749
|
-
|
|
750
|
-
<
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
<
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
<
|
|
759
|
-
|
|
760
|
-
<
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
<
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
<
|
|
769
|
-
|
|
770
|
-
<
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
<
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
<
|
|
779
|
-
|
|
780
|
-
<
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
<
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
<
|
|
789
|
-
|
|
790
|
-
<
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
<
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
<div
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
<
|
|
809
|
-
<
|
|
810
|
-
<
|
|
811
|
-
<
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
<div
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
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="min-width:0px; width:0px; "></td>
|
|
25
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; font-weight:bold; ">Name</td>
|
|
26
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
27
|
+
</tr></table></td>
|
|
28
|
+
<td rowspan="37" style="padding:0px; vertical-align:top;"><div class="tabback" style="position:relative; overflow:auto; width:440px; height:809px;"><div style="margin:0px; padding:0px; position:absolute; overflow:hidden; top:0px; left:0px; width:440px; height:809px; font-size:10px;">
|
|
29
|
+
<div class="tabback" style="margin:0px; padding:0px; position:relative; width:440px; height:39px; font-size:9px; ">
|
|
30
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:-40px; top:0px; width:619px; height:19px; "><div style="padding:3px; ">Oct 2009</div></div>
|
|
31
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:0px; top:20px; width:18px; height:19px; "><div style="padding:3px; ">3</div></div>
|
|
32
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:19px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
|
|
33
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:39px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
|
|
34
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:59px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
|
|
35
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:79px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
|
|
36
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:99px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
|
|
37
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:119px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
|
|
38
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:139px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
|
|
39
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:159px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
|
|
40
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:179px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
|
|
41
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:199px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">13</div></div>
|
|
42
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:220px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
|
|
43
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:240px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
|
|
44
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:260px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
|
|
45
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:280px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
|
|
46
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:300px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
|
|
47
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:320px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
|
|
48
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:340px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
|
|
49
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:360px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
|
|
50
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:380px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
|
|
51
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:400px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
|
|
52
|
+
<div class="tabhead" style="font-weight:bold; position:absolute; left:420px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
|
|
53
|
+
</div>
|
|
54
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:40px; width:440px; height:21px; font-size:10px;">
|
|
55
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
56
|
+
<div class="tj_gantt_frame" style="left:179px; top:0px; width:21px; height:21px;"></div>
|
|
57
|
+
<div class="tj_diamond_top" style="left:183px; top:3px;"></div>
|
|
58
|
+
<div class="tj_diamond_bottom" style="left:183px; top:10px;"></div>
|
|
59
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
60
|
+
</div>
|
|
61
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:62px; width:440px; height:21px; font-size:10px;">
|
|
62
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
63
|
+
<div class="tj_gantt_frame" style="left:189px; top:0px; width:21px; height:21px;"></div>
|
|
64
|
+
<div class="tj_diamond_top" style="left:193px; top:3px;"></div>
|
|
65
|
+
<div class="tj_diamond_bottom" style="left:193px; top:10px;"></div>
|
|
66
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
67
|
+
</div>
|
|
68
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:84px; width:440px; height:21px; font-size:10px;">
|
|
69
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
70
|
+
<div class="tj_gantt_frame" style="left:210px; top:0px; width:21px; height:21px;"></div>
|
|
71
|
+
<div class="tj_diamond_top" style="left:214px; top:3px;"></div>
|
|
72
|
+
<div class="tj_diamond_bottom" style="left:214px; top:10px;"></div>
|
|
73
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:106px; width:440px; height:21px; font-size:10px;">
|
|
76
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
77
|
+
<div class="tj_gantt_frame" style="left:139px; top:0px; width:41px; height:21px;"></div>
|
|
78
|
+
<div class="taskbarframe" style="left:139px; top:4px; width:41px; height:12px;"></div>
|
|
79
|
+
<div class="taskbar" style="left:140px; top:5px; width:39px; height:10px;"></div>
|
|
80
|
+
<div class="progressbar" style="left:140px; top:7px; width:19px; height:6px;"></div>
|
|
81
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
82
|
+
</div>
|
|
83
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:128px; width:440px; height:21px; font-size:10px;">
|
|
84
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
85
|
+
<div class="tj_gantt_frame" style="left:210px; top:0px; width:21px; height:21px;"></div>
|
|
86
|
+
<div class="tj_diamond_top" style="left:214px; top:3px;"></div>
|
|
87
|
+
<div class="tj_diamond_bottom" style="left:214px; top:10px;"></div>
|
|
88
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
89
|
+
</div>
|
|
90
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:150px; width:440px; height:21px; font-size:10px;">
|
|
91
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
92
|
+
<div class="tj_gantt_frame" style="left:189px; top:0px; width:21px; height:21px;"></div>
|
|
93
|
+
<div class="tj_diamond_top" style="left:193px; top:3px;"></div>
|
|
94
|
+
<div class="tj_diamond_bottom" style="left:193px; top:10px;"></div>
|
|
95
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
96
|
+
</div>
|
|
97
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:172px; width:440px; height:21px; font-size:10px;">
|
|
98
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
99
|
+
<div class="tj_gantt_frame" style="left:179px; top:0px; width:21px; height:21px;"></div>
|
|
100
|
+
<div class="tj_diamond_top" style="left:183px; top:3px;"></div>
|
|
101
|
+
<div class="tj_diamond_bottom" style="left:183px; top:10px;"></div>
|
|
102
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
103
|
+
</div>
|
|
104
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:194px; width:440px; height:21px; font-size:10px;">
|
|
105
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
106
|
+
<div class="tj_gantt_frame" style="left:139px; top:0px; width:21px; height:21px;"></div>
|
|
107
|
+
<div class="tj_diamond_top" style="left:143px; top:3px;"></div>
|
|
108
|
+
<div class="tj_diamond_bottom" style="left:143px; top:10px;"></div>
|
|
109
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
110
|
+
</div>
|
|
111
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:216px; width:440px; height:21px; font-size:10px;">
|
|
112
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
113
|
+
<div class="tj_gantt_frame" style="left:149px; top:0px; width:21px; height:21px;"></div>
|
|
114
|
+
<div class="tj_diamond_top" style="left:153px; top:3px;"></div>
|
|
115
|
+
<div class="tj_diamond_bottom" style="left:153px; top:10px;"></div>
|
|
116
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
117
|
+
</div>
|
|
118
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:238px; width:440px; height:21px; font-size:10px;">
|
|
119
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
120
|
+
<div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
|
|
121
|
+
<div class="tj_diamond_top" style="left:173px; top:3px;"></div>
|
|
122
|
+
<div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
|
|
123
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
124
|
+
</div>
|
|
125
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:260px; width:440px; height:21px; font-size:10px;">
|
|
126
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
127
|
+
<div class="tj_gantt_frame" style="left:139px; top:0px; width:61px; height:21px;"></div>
|
|
128
|
+
<div class="taskbarframe" style="left:139px; top:4px; width:61px; height:12px;"></div>
|
|
129
|
+
<div class="taskbar" style="left:140px; top:5px; width:59px; height:10px;"></div>
|
|
130
|
+
<div class="progressbar" style="left:140px; top:7px; width:29px; height:6px;"></div>
|
|
131
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
132
|
+
</div>
|
|
133
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:282px; width:440px; height:21px; font-size:10px;">
|
|
134
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
135
|
+
<div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
|
|
136
|
+
<div class="tj_diamond_top" style="left:173px; top:3px;"></div>
|
|
137
|
+
<div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
|
|
138
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
139
|
+
</div>
|
|
140
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:304px; width:440px; height:21px; font-size:10px;">
|
|
141
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
142
|
+
<div class="tj_gantt_frame" style="left:149px; top:0px; width:21px; height:21px;"></div>
|
|
143
|
+
<div class="tj_diamond_top" style="left:153px; top:3px;"></div>
|
|
144
|
+
<div class="tj_diamond_bottom" style="left:153px; top:10px;"></div>
|
|
145
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
146
|
+
</div>
|
|
147
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:326px; width:440px; height:21px; font-size:10px;">
|
|
148
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
149
|
+
<div class="tj_gantt_frame" style="left:139px; top:0px; width:21px; height:21px;"></div>
|
|
150
|
+
<div class="tj_diamond_top" style="left:143px; top:3px;"></div>
|
|
151
|
+
<div class="tj_diamond_bottom" style="left:143px; top:10px;"></div>
|
|
152
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
153
|
+
</div>
|
|
154
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:348px; width:440px; height:21px; font-size:10px;">
|
|
155
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
156
|
+
<div class="tj_gantt_frame" style="left:199px; top:0px; width:21px; height:21px;"></div>
|
|
157
|
+
<div class="tj_diamond_top" style="left:203px; top:3px;"></div>
|
|
158
|
+
<div class="tj_diamond_bottom" style="left:203px; top:10px;"></div>
|
|
159
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
160
|
+
</div>
|
|
161
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:370px; width:440px; height:21px; font-size:10px;">
|
|
162
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
163
|
+
<div class="tj_gantt_frame" style="left:210px; top:0px; width:21px; height:21px;"></div>
|
|
164
|
+
<div class="tj_diamond_top" style="left:214px; top:3px;"></div>
|
|
165
|
+
<div class="tj_diamond_bottom" style="left:214px; top:10px;"></div>
|
|
166
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
167
|
+
</div>
|
|
168
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:392px; width:440px; height:21px; font-size:10px;">
|
|
169
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
170
|
+
<div class="tj_gantt_frame" style="left:230px; top:0px; width:21px; height:21px;"></div>
|
|
171
|
+
<div class="tj_diamond_top" style="left:234px; top:3px;"></div>
|
|
172
|
+
<div class="tj_diamond_bottom" style="left:234px; top:10px;"></div>
|
|
173
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
174
|
+
</div>
|
|
175
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:414px; width:440px; height:21px; font-size:10px;">
|
|
176
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
177
|
+
<div class="tj_gantt_frame" style="left:139px; top:0px; width:61px; height:21px;"></div>
|
|
178
|
+
<div class="taskbarframe" style="left:139px; top:4px; width:61px; height:12px;"></div>
|
|
179
|
+
<div class="taskbar" style="left:140px; top:5px; width:59px; height:10px;"></div>
|
|
180
|
+
<div class="progressbar" style="left:140px; top:7px; width:29px; height:6px;"></div>
|
|
181
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
182
|
+
</div>
|
|
183
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:436px; width:440px; height:21px; font-size:10px;">
|
|
184
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
185
|
+
<div class="tj_gantt_frame" style="left:250px; top:0px; width:21px; height:21px;"></div>
|
|
186
|
+
<div class="tj_diamond_top" style="left:254px; top:3px;"></div>
|
|
187
|
+
<div class="tj_diamond_bottom" style="left:254px; top:10px;"></div>
|
|
188
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
189
|
+
</div>
|
|
190
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:458px; width:440px; height:21px; font-size:10px;">
|
|
191
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
192
|
+
<div class="tj_gantt_frame" style="left:270px; top:0px; width:21px; height:21px;"></div>
|
|
193
|
+
<div class="tj_diamond_top" style="left:274px; top:3px;"></div>
|
|
194
|
+
<div class="tj_diamond_bottom" style="left:274px; top:10px;"></div>
|
|
195
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
196
|
+
</div>
|
|
197
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:480px; width:440px; height:21px; font-size:10px;">
|
|
198
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
199
|
+
<div class="tj_gantt_frame" style="left:290px; top:0px; width:21px; height:21px;"></div>
|
|
200
|
+
<div class="tj_diamond_top" style="left:294px; top:3px;"></div>
|
|
201
|
+
<div class="tj_diamond_bottom" style="left:294px; top:10px;"></div>
|
|
202
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
203
|
+
</div>
|
|
204
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:502px; width:440px; height:21px; font-size:10px;">
|
|
205
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
206
|
+
<div class="tj_gantt_frame" style="left:139px; top:0px; width:21px; height:21px;"></div>
|
|
207
|
+
<div class="taskbarframe" style="left:139px; top:4px; width:21px; height:12px;"></div>
|
|
208
|
+
<div class="taskbar" style="left:140px; top:5px; width:19px; height:10px;"></div>
|
|
209
|
+
<div class="progressbar" style="left:140px; top:7px; width:9px; height:6px;"></div>
|
|
210
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
211
|
+
</div>
|
|
212
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:524px; width:440px; height:21px; font-size:10px;">
|
|
213
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
214
|
+
<div class="tj_gantt_frame" style="left:159px; top:0px; width:21px; height:21px;"></div>
|
|
215
|
+
<div class="tj_diamond_top" style="left:163px; top:3px;"></div>
|
|
216
|
+
<div class="tj_diamond_bottom" style="left:163px; top:10px;"></div>
|
|
217
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
218
|
+
</div>
|
|
219
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:546px; width:440px; height:21px; font-size:10px;">
|
|
220
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
221
|
+
<div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
|
|
222
|
+
<div class="tj_diamond_top" style="left:173px; top:3px;"></div>
|
|
223
|
+
<div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
|
|
224
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
225
|
+
</div>
|
|
226
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:568px; width:440px; height:21px; font-size:10px;">
|
|
227
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
228
|
+
<div class="tj_gantt_frame" style="left:189px; top:0px; width:21px; height:21px;"></div>
|
|
229
|
+
<div class="tj_diamond_top" style="left:193px; top:3px;"></div>
|
|
230
|
+
<div class="tj_diamond_bottom" style="left:193px; top:10px;"></div>
|
|
231
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
232
|
+
</div>
|
|
233
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:590px; width:440px; height:21px; font-size:10px;">
|
|
234
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
235
|
+
<div class="tj_gantt_frame" style="left:210px; top:0px; width:21px; height:21px;"></div>
|
|
236
|
+
<div class="tj_diamond_top" style="left:214px; top:3px;"></div>
|
|
237
|
+
<div class="tj_diamond_bottom" style="left:214px; top:10px;"></div>
|
|
238
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
239
|
+
</div>
|
|
240
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:612px; width:440px; height:21px; font-size:10px;">
|
|
241
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
242
|
+
<div class="tj_gantt_frame" style="left:230px; top:0px; width:21px; height:21px;"></div>
|
|
243
|
+
<div class="tj_diamond_top" style="left:234px; top:3px;"></div>
|
|
244
|
+
<div class="tj_diamond_bottom" style="left:234px; top:10px;"></div>
|
|
245
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
246
|
+
</div>
|
|
247
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:634px; width:440px; height:21px; font-size:10px;">
|
|
248
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
249
|
+
<div class="tj_gantt_frame" style="left:250px; top:0px; width:21px; height:21px;"></div>
|
|
250
|
+
<div class="tj_diamond_top" style="left:254px; top:3px;"></div>
|
|
251
|
+
<div class="tj_diamond_bottom" style="left:254px; top:10px;"></div>
|
|
252
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
253
|
+
</div>
|
|
254
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:656px; width:440px; height:21px; font-size:10px;">
|
|
255
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
256
|
+
<div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
|
|
257
|
+
<div class="tj_diamond_top" style="left:173px; top:3px;"></div>
|
|
258
|
+
<div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
|
|
259
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
260
|
+
</div>
|
|
261
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:678px; width:440px; height:21px; font-size:10px;">
|
|
262
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
263
|
+
<div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
|
|
264
|
+
<div class="tj_diamond_top" style="left:173px; top:3px;"></div>
|
|
265
|
+
<div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
|
|
266
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
267
|
+
</div>
|
|
268
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:700px; width:440px; height:21px; font-size:10px;">
|
|
269
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
270
|
+
<div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
|
|
271
|
+
<div class="tj_diamond_top" style="left:173px; top:3px;"></div>
|
|
272
|
+
<div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
|
|
273
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
274
|
+
</div>
|
|
275
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:722px; width:440px; height:21px; font-size:10px;">
|
|
276
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
277
|
+
<div class="tj_gantt_frame" style="left:139px; top:0px; width:21px; height:21px;"></div>
|
|
278
|
+
<div class="taskbarframe" style="left:139px; top:4px; width:21px; height:12px;"></div>
|
|
279
|
+
<div class="taskbar" style="left:140px; top:5px; width:19px; height:10px;"></div>
|
|
280
|
+
<div class="progressbar" style="left:140px; top:7px; width:9px; height:6px;"></div>
|
|
281
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
282
|
+
</div>
|
|
283
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:744px; width:440px; height:21px; font-size:10px;">
|
|
284
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
285
|
+
<div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
|
|
286
|
+
<div class="tj_diamond_top" style="left:173px; top:3px;"></div>
|
|
287
|
+
<div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
|
|
288
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
289
|
+
</div>
|
|
290
|
+
<div class="taskcell2" style="margin:0px; padding:0px; position:absolute; left:0px; top:766px; width:440px; height:21px; font-size:10px;">
|
|
291
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
292
|
+
<div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
|
|
293
|
+
<div class="tj_diamond_top" style="left:173px; top:3px;"></div>
|
|
294
|
+
<div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
|
|
295
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
296
|
+
</div>
|
|
297
|
+
<div class="taskcell1" style="margin:0px; padding:0px; position:absolute; left:0px; top:788px; width:440px; height:21px; font-size:10px;">
|
|
298
|
+
<div class="tabvline" style="left:579px; top:0px; width:1px; height:21px;"></div>
|
|
299
|
+
<div class="tj_gantt_frame" style="left:169px; top:0px; width:21px; height:21px;"></div>
|
|
300
|
+
<div class="tj_diamond_top" style="left:173px; top:3px;"></div>
|
|
301
|
+
<div class="tj_diamond_bottom" style="left:173px; top:10px;"></div>
|
|
302
|
+
<div class="nowline" style="left:7316px; top:0px; width:1px; height:21px;"></div>
|
|
303
|
+
</div>
|
|
304
|
+
<div class="depline" style="left:180px; top:116px; width:6px; height:1px;"></div>
|
|
305
|
+
<div class="depline" style="left:185px; top:116px; width:1px; height:9px;"></div>
|
|
306
|
+
<div class="depline" style="left:183px; top:124px; width:3px; height:1px;"></div>
|
|
307
|
+
<div class="depline" style="left:183px; top:124px; width:1px; height:37px;"></div>
|
|
308
|
+
<div class="depline" style="left:183px; top:160px; width:11px; height:1px;"></div>
|
|
309
|
+
<div class="depline" style="left:180px; top:116px; width:6px; height:1px;"></div>
|
|
310
|
+
<div class="depline" style="left:185px; top:108px; width:1px; height:9px;"></div>
|
|
311
|
+
<div class="depline" style="left:183px; top:108px; width:3px; height:1px;"></div>
|
|
312
|
+
<div class="depline" style="left:183px; top:72px; width:1px; height:37px;"></div>
|
|
313
|
+
<div class="depline" style="left:183px; top:72px; width:11px; height:1px;"></div>
|
|
314
|
+
<div class="depline" style="left:180px; top:116px; width:9px; height:1px;"></div>
|
|
315
|
+
<div class="depline" style="left:188px; top:105px; width:1px; height:12px;"></div>
|
|
316
|
+
<div class="depline" style="left:173px; top:105px; width:16px; height:1px;"></div>
|
|
317
|
+
<div class="depline" style="left:173px; top:50px; width:1px; height:56px;"></div>
|
|
318
|
+
<div class="depline" style="left:173px; top:50px; width:11px; height:1px;"></div>
|
|
319
|
+
<div class="depline" style="left:180px; top:116px; width:9px; height:1px;"></div>
|
|
320
|
+
<div class="depline" style="left:188px; top:116px; width:1px; height:12px;"></div>
|
|
321
|
+
<div class="depline" style="left:173px; top:127px; width:16px; height:1px;"></div>
|
|
322
|
+
<div class="depline" style="left:173px; top:127px; width:1px; height:56px;"></div>
|
|
323
|
+
<div class="depline" style="left:173px; top:182px; width:11px; height:1px;"></div>
|
|
324
|
+
<div class="depline" style="left:180px; top:116px; width:12px; height:1px;"></div>
|
|
325
|
+
<div class="depline" style="left:191px; top:116px; width:1px; height:23px;"></div>
|
|
326
|
+
<div class="depline" style="left:191px; top:138px; width:24px; height:1px;"></div>
|
|
327
|
+
<div class="depline" style="left:180px; top:116px; width:12px; height:1px;"></div>
|
|
328
|
+
<div class="depline" style="left:191px; top:94px; width:1px; height:23px;"></div>
|
|
329
|
+
<div class="depline" style="left:191px; top:94px; width:24px; height:1px;"></div>
|
|
330
|
+
<div class="depline" style="left:140px; top:270px; width:6px; height:1px;"></div>
|
|
331
|
+
<div class="depline" style="left:145px; top:262px; width:1px; height:9px;"></div>
|
|
332
|
+
<div class="depline" style="left:143px; top:262px; width:3px; height:1px;"></div>
|
|
333
|
+
<div class="depline" style="left:143px; top:226px; width:1px; height:37px;"></div>
|
|
334
|
+
<div class="depline" style="left:143px; top:226px; width:11px; height:1px;"></div>
|
|
335
|
+
<div class="depline" style="left:140px; top:270px; width:6px; height:1px;"></div>
|
|
336
|
+
<div class="depline" style="left:145px; top:270px; width:1px; height:9px;"></div>
|
|
337
|
+
<div class="depline" style="left:143px; top:278px; width:3px; height:1px;"></div>
|
|
338
|
+
<div class="depline" style="left:143px; top:278px; width:1px; height:37px;"></div>
|
|
339
|
+
<div class="depline" style="left:143px; top:314px; width:11px; height:1px;"></div>
|
|
340
|
+
<div class="depline" style="left:140px; top:270px; width:9px; height:1px;"></div>
|
|
341
|
+
<div class="depline" style="left:148px; top:270px; width:1px; height:12px;"></div>
|
|
342
|
+
<div class="depline" style="left:133px; top:281px; width:16px; height:1px;"></div>
|
|
343
|
+
<div class="depline" style="left:133px; top:281px; width:1px; height:56px;"></div>
|
|
344
|
+
<div class="depline" style="left:133px; top:336px; width:11px; height:1px;"></div>
|
|
345
|
+
<div class="depline" style="left:140px; top:270px; width:9px; height:1px;"></div>
|
|
346
|
+
<div class="depline" style="left:148px; top:259px; width:1px; height:12px;"></div>
|
|
347
|
+
<div class="depline" style="left:133px; top:259px; width:16px; height:1px;"></div>
|
|
348
|
+
<div class="depline" style="left:133px; top:204px; width:1px; height:56px;"></div>
|
|
349
|
+
<div class="depline" style="left:133px; top:204px; width:11px; height:1px;"></div>
|
|
350
|
+
<div class="depline" style="left:140px; top:270px; width:12px; height:1px;"></div>
|
|
351
|
+
<div class="depline" style="left:151px; top:270px; width:1px; height:23px;"></div>
|
|
352
|
+
<div class="depline" style="left:151px; top:292px; width:23px; height:1px;"></div>
|
|
353
|
+
<div class="depline" style="left:140px; top:270px; width:12px; height:1px;"></div>
|
|
354
|
+
<div class="depline" style="left:151px; top:248px; width:1px; height:23px;"></div>
|
|
355
|
+
<div class="depline" style="left:151px; top:248px; width:23px; height:1px;"></div>
|
|
356
|
+
<div class="depline" style="left:200px; top:424px; width:6px; height:1px;"></div>
|
|
357
|
+
<div class="depline" style="left:205px; top:416px; width:1px; height:9px;"></div>
|
|
358
|
+
<div class="depline" style="left:204px; top:416px; width:2px; height:1px;"></div>
|
|
359
|
+
<div class="depline" style="left:204px; top:380px; width:1px; height:37px;"></div>
|
|
360
|
+
<div class="depline" style="left:204px; top:380px; width:11px; height:1px;"></div>
|
|
361
|
+
<div class="depline" style="left:200px; top:424px; width:9px; height:1px;"></div>
|
|
362
|
+
<div class="depline" style="left:208px; top:416px; width:1px; height:9px;"></div>
|
|
363
|
+
<div class="depline" style="left:193px; top:416px; width:16px; height:1px;"></div>
|
|
364
|
+
<div class="depline" style="left:193px; top:358px; width:1px; height:59px;"></div>
|
|
365
|
+
<div class="depline" style="left:193px; top:358px; width:11px; height:1px;"></div>
|
|
366
|
+
<div class="depline" style="left:200px; top:424px; width:12px; height:1px;"></div>
|
|
367
|
+
<div class="depline" style="left:211px; top:402px; width:1px; height:23px;"></div>
|
|
368
|
+
<div class="depline" style="left:211px; top:402px; width:24px; height:1px;"></div>
|
|
369
|
+
<div class="depline" style="left:200px; top:424px; width:6px; height:1px;"></div>
|
|
370
|
+
<div class="depline" style="left:205px; top:424px; width:1px; height:67px;"></div>
|
|
371
|
+
<div class="depline" style="left:205px; top:490px; width:90px; height:1px;"></div>
|
|
372
|
+
<div class="depline" style="left:200px; top:424px; width:9px; height:1px;"></div>
|
|
373
|
+
<div class="depline" style="left:208px; top:424px; width:1px; height:45px;"></div>
|
|
374
|
+
<div class="depline" style="left:208px; top:468px; width:67px; height:1px;"></div>
|
|
375
|
+
<div class="depline" style="left:200px; top:424px; width:12px; height:1px;"></div>
|
|
376
|
+
<div class="depline" style="left:211px; top:424px; width:1px; height:23px;"></div>
|
|
377
|
+
<div class="depline" style="left:211px; top:446px; width:44px; height:1px;"></div>
|
|
378
|
+
<div class="depline" style="left:160px; top:512px; width:6px; height:1px;"></div>
|
|
379
|
+
<div class="depline" style="left:165px; top:512px; width:1px; height:9px;"></div>
|
|
380
|
+
<div class="depline" style="left:153px; top:520px; width:13px; height:1px;"></div>
|
|
381
|
+
<div class="depline" style="left:153px; top:520px; width:1px; height:59px;"></div>
|
|
382
|
+
<div class="depline" style="left:153px; top:578px; width:41px; height:1px;"></div>
|
|
383
|
+
<div class="depline" style="left:160px; top:512px; width:9px; height:1px;"></div>
|
|
384
|
+
<div class="depline" style="left:168px; top:512px; width:1px; height:12px;"></div>
|
|
385
|
+
<div class="depline" style="left:150px; top:523px; width:19px; height:1px;"></div>
|
|
386
|
+
<div class="depline" style="left:150px; top:523px; width:1px; height:78px;"></div>
|
|
387
|
+
<div class="depline" style="left:150px; top:600px; width:65px; height:1px;"></div>
|
|
388
|
+
<div class="depline" style="left:160px; top:512px; width:19px; height:1px;"></div>
|
|
389
|
+
<div class="depline" style="left:178px; top:512px; width:1px; height:32px;"></div>
|
|
390
|
+
<div class="depline" style="left:163px; top:543px; width:16px; height:1px;"></div>
|
|
391
|
+
<div class="depline" style="left:163px; top:543px; width:1px; height:80px;"></div>
|
|
392
|
+
<div class="depline" style="left:163px; top:622px; width:72px; height:1px;"></div>
|
|
393
|
+
<div class="depline" style="left:160px; top:512px; width:22px; height:1px;"></div>
|
|
394
|
+
<div class="depline" style="left:181px; top:512px; width:1px; height:35px;"></div>
|
|
395
|
+
<div class="depline" style="left:160px; top:546px; width:22px; height:1px;"></div>
|
|
396
|
+
<div class="depline" style="left:160px; top:546px; width:1px; height:99px;"></div>
|
|
397
|
+
<div class="depline" style="left:160px; top:644px; width:95px; height:1px;"></div>
|
|
398
|
+
<div class="depline" style="left:160px; top:512px; width:29px; height:1px;"></div>
|
|
399
|
+
<div class="depline" style="left:188px; top:512px; width:1px; height:54px;"></div>
|
|
400
|
+
<div class="depline" style="left:157px; top:565px; width:32px; height:1px;"></div>
|
|
401
|
+
<div class="depline" style="left:157px; top:556px; width:1px; height:10px;"></div>
|
|
402
|
+
<div class="depline" style="left:157px; top:556px; width:17px; height:1px;"></div>
|
|
403
|
+
<div class="depline" style="left:160px; top:512px; width:32px; height:1px;"></div>
|
|
404
|
+
<div class="depline" style="left:191px; top:512px; width:1px; height:57px;"></div>
|
|
405
|
+
<div class="depline" style="left:147px; top:568px; width:45px; height:1px;"></div>
|
|
406
|
+
<div class="depline" style="left:147px; top:534px; width:1px; height:35px;"></div>
|
|
407
|
+
<div class="depline" style="left:147px; top:534px; width:17px; height:1px;"></div>
|
|
408
|
+
<div class="depline" style="left:160px; top:732px; width:6px; height:1px;"></div>
|
|
409
|
+
<div class="depline" style="left:165px; top:724px; width:1px; height:9px;"></div>
|
|
410
|
+
<div class="depline" style="left:163px; top:724px; width:3px; height:1px;"></div>
|
|
411
|
+
<div class="depline" style="left:163px; top:666px; width:1px; height:59px;"></div>
|
|
412
|
+
<div class="depline" style="left:163px; top:666px; width:11px; height:1px;"></div>
|
|
413
|
+
<div class="depline" style="left:160px; top:732px; width:6px; height:1px;"></div>
|
|
414
|
+
<div class="depline" style="left:165px; top:732px; width:1px; height:9px;"></div>
|
|
415
|
+
<div class="depline" style="left:163px; top:740px; width:3px; height:1px;"></div>
|
|
416
|
+
<div class="depline" style="left:163px; top:740px; width:1px; height:59px;"></div>
|
|
417
|
+
<div class="depline" style="left:163px; top:798px; width:11px; height:1px;"></div>
|
|
418
|
+
<div class="depline" style="left:160px; top:732px; width:9px; height:1px;"></div>
|
|
419
|
+
<div class="depline" style="left:168px; top:732px; width:1px; height:12px;"></div>
|
|
420
|
+
<div class="depline" style="left:160px; top:743px; width:9px; height:1px;"></div>
|
|
421
|
+
<div class="depline" style="left:160px; top:743px; width:1px; height:34px;"></div>
|
|
422
|
+
<div class="depline" style="left:160px; top:776px; width:14px; height:1px;"></div>
|
|
423
|
+
<div class="depline" style="left:160px; top:732px; width:9px; height:1px;"></div>
|
|
424
|
+
<div class="depline" style="left:168px; top:721px; width:1px; height:12px;"></div>
|
|
425
|
+
<div class="depline" style="left:160px; top:721px; width:9px; height:1px;"></div>
|
|
426
|
+
<div class="depline" style="left:160px; top:688px; width:1px; height:34px;"></div>
|
|
427
|
+
<div class="depline" style="left:160px; top:688px; width:14px; height:1px;"></div>
|
|
428
|
+
<div class="depline" style="left:160px; top:732px; width:29px; height:1px;"></div>
|
|
429
|
+
<div class="depline" style="left:188px; top:701px; width:1px; height:32px;"></div>
|
|
430
|
+
<div class="depline" style="left:157px; top:701px; width:32px; height:1px;"></div>
|
|
431
|
+
<div class="depline" style="left:157px; top:701px; width:1px; height:10px;"></div>
|
|
432
|
+
<div class="depline" style="left:157px; top:710px; width:17px; height:1px;"></div>
|
|
433
|
+
<div class="depline" style="left:160px; top:732px; width:29px; height:1px;"></div>
|
|
434
|
+
<div class="depline" style="left:188px; top:732px; width:1px; height:32px;"></div>
|
|
435
|
+
<div class="depline" style="left:157px; top:763px; width:32px; height:1px;"></div>
|
|
436
|
+
<div class="depline" style="left:157px; top:754px; width:1px; height:10px;"></div>
|
|
437
|
+
<div class="depline" style="left:157px; top:754px; width:17px; height:1px;"></div>
|
|
438
|
+
<div class="tj_arrow_head" style="left:188px; top:155px;"></div>
|
|
439
|
+
<div class="tj_arrow_head" style="left:188px; top:67px;"></div>
|
|
440
|
+
<div class="tj_arrow_head" style="left:178px; top:45px;"></div>
|
|
441
|
+
<div class="tj_arrow_head" style="left:178px; top:177px;"></div>
|
|
442
|
+
<div class="tj_arrow_head" style="left:209px; top:133px;"></div>
|
|
443
|
+
<div class="tj_arrow_head" style="left:209px; top:89px;"></div>
|
|
444
|
+
<div class="tj_arrow_head" style="left:148px; top:221px;"></div>
|
|
445
|
+
<div class="tj_arrow_head" style="left:148px; top:309px;"></div>
|
|
446
|
+
<div class="tj_arrow_head" style="left:138px; top:331px;"></div>
|
|
447
|
+
<div class="tj_arrow_head" style="left:138px; top:199px;"></div>
|
|
448
|
+
<div class="tj_arrow_head" style="left:168px; top:287px;"></div>
|
|
449
|
+
<div class="tj_arrow_head" style="left:168px; top:243px;"></div>
|
|
450
|
+
<div class="tj_arrow_head" style="left:209px; top:375px;"></div>
|
|
451
|
+
<div class="tj_arrow_head" style="left:198px; top:353px;"></div>
|
|
452
|
+
<div class="tj_arrow_head" style="left:229px; top:397px;"></div>
|
|
453
|
+
<div class="tj_arrow_head" style="left:289px; top:485px;"></div>
|
|
454
|
+
<div class="tj_arrow_head" style="left:269px; top:463px;"></div>
|
|
455
|
+
<div class="tj_arrow_head" style="left:249px; top:441px;"></div>
|
|
456
|
+
<div class="tj_arrow_head" style="left:188px; top:573px;"></div>
|
|
457
|
+
<div class="tj_arrow_head" style="left:209px; top:595px;"></div>
|
|
458
|
+
<div class="tj_arrow_head" style="left:229px; top:617px;"></div>
|
|
459
|
+
<div class="tj_arrow_head" style="left:249px; top:639px;"></div>
|
|
460
|
+
<div class="tj_arrow_head" style="left:168px; top:551px;"></div>
|
|
461
|
+
<div class="tj_arrow_head" style="left:158px; top:529px;"></div>
|
|
462
|
+
<div class="tj_arrow_head" style="left:168px; top:661px;"></div>
|
|
463
|
+
<div class="tj_arrow_head" style="left:168px; top:793px;"></div>
|
|
464
|
+
<div class="tj_arrow_head" style="left:168px; top:771px;"></div>
|
|
465
|
+
<div class="tj_arrow_head" style="left:168px; top:683px;"></div>
|
|
466
|
+
<div class="tj_arrow_head" style="left:168px; top:705px;"></div>
|
|
467
|
+
<div class="tj_arrow_head" style="left:168px; top:749px;"></div>
|
|
468
|
+
</div></div></td>
|
|
469
|
+
</tr>
|
|
470
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
471
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
472
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
473
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID10641960', TITLE, 'as1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
474
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">as1</td>
|
|
475
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
476
|
+
</tr></table>
|
|
477
|
+
<div class="tj_tooltip_box" id="ID10641960" style="cursor:help"><div>
|
|
478
|
+
<b>ID:</b> _Task_3</div></div>
|
|
479
|
+
</td></tr>
|
|
480
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
481
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
482
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
483
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID10633740', TITLE, 'as2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
484
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">as2</td>
|
|
485
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
486
|
+
</tr></table>
|
|
487
|
+
<div class="tj_tooltip_box" id="ID10633740" style="cursor:help"><div>
|
|
488
|
+
<b>ID:</b> _Task_4</div></div>
|
|
489
|
+
</td></tr>
|
|
490
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
491
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
492
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
493
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID10627200', TITLE, 'as3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
494
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">as3</td>
|
|
495
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
496
|
+
</tr></table>
|
|
497
|
+
<div class="tj_tooltip_box" id="ID10627200" style="cursor:help"><div>
|
|
498
|
+
<b>ID:</b> _Task_2</div></div>
|
|
499
|
+
</td></tr>
|
|
500
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
501
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
502
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
503
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID10621000', TITLE, 'atask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
504
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">atask</td>
|
|
505
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
506
|
+
</tr></table>
|
|
507
|
+
<div class="tj_tooltip_box" id="ID10621000" style="cursor:help"><div>
|
|
508
|
+
<b>ID:</b> at</div></div>
|
|
509
|
+
</td></tr>
|
|
510
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
511
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
512
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
513
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID10616940', TITLE, 'au1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
514
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">au1</td>
|
|
515
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
516
|
+
</tr></table>
|
|
517
|
+
<div class="tj_tooltip_box" id="ID10616940" style="cursor:help"><div>
|
|
518
|
+
<b>ID:</b> _Task_6</div></div>
|
|
519
|
+
</td></tr>
|
|
520
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
521
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
522
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
523
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID10609700', TITLE, 'au2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
524
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">au2</td>
|
|
525
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
526
|
+
</tr></table>
|
|
527
|
+
<div class="tj_tooltip_box" id="ID10609700" style="cursor:help"><div>
|
|
528
|
+
<b>ID:</b> _Task_5</div></div>
|
|
529
|
+
</td></tr>
|
|
530
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
531
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
532
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
533
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID10565740', TITLE, 'au3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
534
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">au3</td>
|
|
535
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
536
|
+
</tr></table>
|
|
537
|
+
<div class="tj_tooltip_box" id="ID10565740" style="cursor:help"><div>
|
|
538
|
+
<b>ID:</b> _Task_7</div></div>
|
|
539
|
+
</td></tr>
|
|
540
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
541
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
542
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
543
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID10561160', TITLE, 'bs1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
544
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bs1</td>
|
|
545
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
546
|
+
</tr></table>
|
|
547
|
+
<div class="tj_tooltip_box" id="ID10561160" style="cursor:help"><div>
|
|
548
|
+
<b>ID:</b> _Task_13</div></div>
|
|
549
|
+
</td></tr>
|
|
550
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
551
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
552
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
553
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7788160', TITLE, 'bs2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
554
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bs2</td>
|
|
555
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
556
|
+
</tr></table>
|
|
557
|
+
<div class="tj_tooltip_box" id="ID7788160" style="cursor:help"><div>
|
|
558
|
+
<b>ID:</b> _Task_14</div></div>
|
|
559
|
+
</td></tr>
|
|
560
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
561
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
562
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
563
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7684760', TITLE, 'bs3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
564
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bs3</td>
|
|
565
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
566
|
+
</tr></table>
|
|
567
|
+
<div class="tj_tooltip_box" id="ID7684760" style="cursor:help"><div>
|
|
568
|
+
<b>ID:</b> _Task_9</div></div>
|
|
569
|
+
</td></tr>
|
|
570
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
571
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
572
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
573
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7654540', TITLE, 'btask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
574
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">btask</td>
|
|
575
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
576
|
+
</tr></table>
|
|
577
|
+
<div class="tj_tooltip_box" id="ID7654540" style="cursor:help"><div>
|
|
578
|
+
<b>ID:</b> bt</div></div>
|
|
579
|
+
</td></tr>
|
|
580
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
581
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
582
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
583
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7623900', TITLE, 'bu1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
584
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bu1</td>
|
|
585
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
586
|
+
</tr></table>
|
|
587
|
+
<div class="tj_tooltip_box" id="ID7623900" style="cursor:help"><div>
|
|
588
|
+
<b>ID:</b> _Task_12</div></div>
|
|
589
|
+
</td></tr>
|
|
590
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
591
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
592
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
593
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7600920', TITLE, 'bu2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
594
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bu2</td>
|
|
595
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
596
|
+
</tr></table>
|
|
597
|
+
<div class="tj_tooltip_box" id="ID7600920" style="cursor:help"><div>
|
|
598
|
+
<b>ID:</b> _Task_10</div></div>
|
|
599
|
+
</td></tr>
|
|
600
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
601
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
602
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
603
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7577340', TITLE, 'bu3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
604
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">bu3</td>
|
|
605
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
606
|
+
</tr></table>
|
|
607
|
+
<div class="tj_tooltip_box" id="ID7577340" style="cursor:help"><div>
|
|
608
|
+
<b>ID:</b> _Task_11</div></div>
|
|
609
|
+
</td></tr>
|
|
610
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
611
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
612
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
613
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7556080', TITLE, 'cs1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
614
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cs1</td>
|
|
615
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
616
|
+
</tr></table>
|
|
617
|
+
<div class="tj_tooltip_box" id="ID7556080" style="cursor:help"><div>
|
|
618
|
+
<b>ID:</b> _Task_16</div></div>
|
|
619
|
+
</td></tr>
|
|
620
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
621
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
622
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
623
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7544440', TITLE, 'cs2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
624
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cs2</td>
|
|
625
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
626
|
+
</tr></table>
|
|
627
|
+
<div class="tj_tooltip_box" id="ID7544440" style="cursor:help"><div>
|
|
628
|
+
<b>ID:</b> _Task_18</div></div>
|
|
629
|
+
</td></tr>
|
|
630
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
631
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
632
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
633
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7531880', TITLE, 'cs3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
634
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cs3</td>
|
|
635
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
636
|
+
</tr></table>
|
|
637
|
+
<div class="tj_tooltip_box" id="ID7531880" style="cursor:help"><div>
|
|
638
|
+
<b>ID:</b> _Task_21</div></div>
|
|
639
|
+
</td></tr>
|
|
640
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
641
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
642
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
643
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7510780', TITLE, 'ctask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
644
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">ctask</td>
|
|
645
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
646
|
+
</tr></table>
|
|
647
|
+
<div class="tj_tooltip_box" id="ID7510780" style="cursor:help"><div>
|
|
648
|
+
<b>ID:</b> ct</div></div>
|
|
649
|
+
</td></tr>
|
|
650
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
651
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
652
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
653
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7434180', TITLE, 'cu1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
654
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cu1</td>
|
|
655
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
656
|
+
</tr></table>
|
|
657
|
+
<div class="tj_tooltip_box" id="ID7434180" style="cursor:help"><div>
|
|
658
|
+
<b>ID:</b> _Task_19</div></div>
|
|
659
|
+
</td></tr>
|
|
660
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
661
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
662
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
663
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7405420', TITLE, 'cu2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
664
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cu2</td>
|
|
665
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
666
|
+
</tr></table>
|
|
667
|
+
<div class="tj_tooltip_box" id="ID7405420" style="cursor:help"><div>
|
|
668
|
+
<b>ID:</b> _Task_17</div></div>
|
|
669
|
+
</td></tr>
|
|
670
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
671
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
672
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
673
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7365180', TITLE, 'cu3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
674
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">cu3</td>
|
|
675
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
676
|
+
</tr></table>
|
|
677
|
+
<div class="tj_tooltip_box" id="ID7365180" style="cursor:help"><div>
|
|
678
|
+
<b>ID:</b> _Task_20</div></div>
|
|
679
|
+
</td></tr>
|
|
680
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
681
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
682
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
683
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7345860', TITLE, 'dtask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
684
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">dtask</td>
|
|
685
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
686
|
+
</tr></table>
|
|
687
|
+
<div class="tj_tooltip_box" id="ID7345860" style="cursor:help"><div>
|
|
688
|
+
<b>ID:</b> dt</div></div>
|
|
689
|
+
</td></tr>
|
|
690
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
691
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
692
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
693
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7313020', TITLE, 'du1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
694
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du1</td>
|
|
695
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
696
|
+
</tr></table>
|
|
697
|
+
<div class="tj_tooltip_box" id="ID7313020" style="cursor:help"><div>
|
|
698
|
+
<b>ID:</b> _Task_23</div></div>
|
|
699
|
+
</td></tr>
|
|
700
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
701
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
702
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
703
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7306060', TITLE, 'du2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
704
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du2</td>
|
|
705
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
706
|
+
</tr></table>
|
|
707
|
+
<div class="tj_tooltip_box" id="ID7306060" style="cursor:help"><div>
|
|
708
|
+
<b>ID:</b> _Task_24</div></div>
|
|
709
|
+
</td></tr>
|
|
710
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
711
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
712
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
713
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7300300', TITLE, 'du3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
714
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du3</td>
|
|
715
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
716
|
+
</tr></table>
|
|
717
|
+
<div class="tj_tooltip_box" id="ID7300300" style="cursor:help"><div>
|
|
718
|
+
<b>ID:</b> _Task_25</div></div>
|
|
719
|
+
</td></tr>
|
|
720
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
721
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
722
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
723
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7291860', TITLE, 'du4')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
724
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du4</td>
|
|
725
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
726
|
+
</tr></table>
|
|
727
|
+
<div class="tj_tooltip_box" id="ID7291860" style="cursor:help"><div>
|
|
728
|
+
<b>ID:</b> _Task_26</div></div>
|
|
729
|
+
</td></tr>
|
|
730
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
731
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
732
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
733
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7249340', TITLE, 'du5')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
734
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du5</td>
|
|
735
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
736
|
+
</tr></table>
|
|
737
|
+
<div class="tj_tooltip_box" id="ID7249340" style="cursor:help"><div>
|
|
738
|
+
<b>ID:</b> _Task_27</div></div>
|
|
739
|
+
</td></tr>
|
|
740
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
741
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
742
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
743
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7228280', TITLE, 'du6')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
744
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">du6</td>
|
|
745
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
746
|
+
</tr></table>
|
|
747
|
+
<div class="tj_tooltip_box" id="ID7228280" style="cursor:help"><div>
|
|
748
|
+
<b>ID:</b> _Task_28</div></div>
|
|
749
|
+
</td></tr>
|
|
750
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
751
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
752
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
753
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7203460', TITLE, 'es1')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
754
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">es1</td>
|
|
755
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
756
|
+
</tr></table>
|
|
757
|
+
<div class="tj_tooltip_box" id="ID7203460" style="cursor:help"><div>
|
|
758
|
+
<b>ID:</b> _Task_30</div></div>
|
|
759
|
+
</td></tr>
|
|
760
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
761
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
762
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
763
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID7171640', TITLE, 'es2')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
764
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">es2</td>
|
|
765
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
766
|
+
</tr></table>
|
|
767
|
+
<div class="tj_tooltip_box" id="ID7171640" style="cursor:help"><div>
|
|
768
|
+
<b>ID:</b> _Task_31</div></div>
|
|
769
|
+
</td></tr>
|
|
770
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
771
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
772
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
773
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID6989320', TITLE, 'es3')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
774
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">es3</td>
|
|
775
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
776
|
+
</tr></table>
|
|
777
|
+
<div class="tj_tooltip_box" id="ID6989320" style="cursor:help"><div>
|
|
778
|
+
<b>ID:</b> _Task_32</div></div>
|
|
779
|
+
</td></tr>
|
|
780
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
781
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
782
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
783
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID6963380', TITLE, 'etask')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
784
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">etask</td>
|
|
785
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
786
|
+
</tr></table>
|
|
787
|
+
<div class="tj_tooltip_box" id="ID6963380" style="cursor:help"><div>
|
|
788
|
+
<b>ID:</b> et</div></div>
|
|
789
|
+
</td></tr>
|
|
790
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
791
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
792
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
793
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID6916640', TITLE, 'eu4')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
794
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">eu4</td>
|
|
795
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
796
|
+
</tr></table>
|
|
797
|
+
<div class="tj_tooltip_box" id="ID6916640" style="cursor:help"><div>
|
|
798
|
+
<b>ID:</b> _Task_33</div></div>
|
|
799
|
+
</td></tr>
|
|
800
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell2">
|
|
801
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
802
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
803
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID6845560', TITLE, 'eu5')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
804
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">eu5</td>
|
|
805
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
806
|
+
</tr></table>
|
|
807
|
+
<div class="tj_tooltip_box" id="ID6845560" style="cursor:help"><div>
|
|
808
|
+
<b>ID:</b> _Task_34</div></div>
|
|
809
|
+
</td></tr>
|
|
810
|
+
<tr class="tabline" style="height:21px; font-size:12px; "><td class="taskcell1">
|
|
811
|
+
<table cellspacing="0" class="tj_table_cell" style="text-align:left; height:14px; "><tr>
|
|
812
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
813
|
+
<td class="tj_table_cell_icon" onclick="TagToTip('ID6755080', TITLE, 'eu6')" style="cursor:help; "><img alt="Icon" src="icons/task.png"></img></td>
|
|
814
|
+
<td class="tj_table_cell_label" style="white-space:nowrap; height:18px; ">eu6</td>
|
|
815
|
+
<td style="min-width:0px; width:0px; "></td>
|
|
816
|
+
</tr></table>
|
|
817
|
+
<div class="tj_tooltip_box" id="ID6755080" style="cursor:help"><div>
|
|
818
|
+
<b>ID:</b> _Task_35</div></div>
|
|
819
|
+
</td></tr>
|
|
820
|
+
</tbody></table></td></tr>
|
|
821
|
+
<tr><td><div class="tj_table_legend_frame"><table cellspacing="1" class="tj_table_legend"><tr class="tj_legend_row">
|
|
822
|
+
<td class="tj_legend_spacer"></td>
|
|
823
|
+
<td class="tj_legend_item"><div class="tj_legend_symbol" style="top:3px">
|
|
824
|
+
<div class="tj_gantt_frame" style="left:5px; top:0px; width:36px; height:15px;"></div>
|
|
825
|
+
<div class="containerbar" style="left:5px; top:2px; width:36px; height:5px;"></div>
|
|
826
|
+
<div class="tj_gantt_jag" style="left:5px; top:7px;"></div>
|
|
827
|
+
<div class="tj_gantt_jag" style="left:31px; top:7px;"></div>
|
|
828
|
+
</div></td>
|
|
829
|
+
<td class="tj_legend_item"><div class="tj_legend_label">Container Task</div></td>
|
|
830
|
+
<td class="tj_legend_spacer"></td>
|
|
831
|
+
<td class="tj_legend_item"><div class="tj_legend_symbol" style="top:3px">
|
|
832
|
+
<div class="tj_gantt_frame" style="left:5px; top:0px; width:31px; height:15px;"></div>
|
|
833
|
+
<div class="taskbarframe" style="left:5px; top:1px; width:31px; height:12px;"></div>
|
|
834
|
+
<div class="taskbar" style="left:6px; top:2px; width:29px; height:10px;"></div>
|
|
835
|
+
<div class="progressbar" style="left:6px; top:4px; width:14px; height:6px;"></div>
|
|
836
|
+
</div></td>
|
|
837
|
+
<td class="tj_legend_item"><div class="tj_legend_label">Normal Task</div></td>
|
|
838
|
+
<td class="tj_legend_spacer"></td>
|
|
839
|
+
<td class="tj_legend_item"><div class="tj_legend_symbol" style="top:3px">
|
|
840
|
+
<div class="tj_gantt_frame" style="left:3px; top:0px; width:15px; height:15px;"></div>
|
|
841
|
+
<div class="tj_diamond_top" style="left:4px; top:0px;"></div>
|
|
842
|
+
<div class="tj_diamond_bottom" style="left:4px; top:7px;"></div>
|
|
843
|
+
</div></td>
|
|
844
|
+
<td class="tj_legend_item"><div class="tj_legend_label">Milestone</div></td>
|
|
845
|
+
<td class="tj_legend_spacer"></td>
|
|
846
|
+
</tr></table></div></td></tr>
|
|
847
|
+
</table>
|
|
848
|
+
<div class="copyright">Project: Dependency Arrows Version: 1.0 - Created on 2010-10-03 20:03:12 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.7</div>
|
|
840
849
|
</div>
|
|
841
850
|
</body>
|
|
842
851
|
</html>
|