create-specment 0.2.8 → 0.3.0
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.
- package/bin/commands/create.d.ts +0 -1
- package/bin/constants/languages.d.ts +0 -1
- package/bin/core/interactive-setup.d.ts +0 -1
- package/bin/core/interactive-setup.js +17 -10
- package/bin/core/interactive-setup.js.map +1 -1
- package/bin/core/interactive-setup.test.d.ts +0 -1
- package/bin/core/interactive-setup.test.js +7 -7
- package/bin/core/interactive-setup.test.js.map +1 -1
- package/bin/core/project-generator.d.ts +0 -1
- package/bin/core/project-generator.js +5 -8
- package/bin/core/project-generator.js.map +1 -1
- package/bin/features/index.d.ts +0 -1
- package/bin/features/index.js +15 -13
- package/bin/features/index.js.map +1 -1
- package/bin/generators/docusaurus-config.d.ts +0 -1
- package/bin/generators/docusaurus-config.js +211 -264
- package/bin/generators/docusaurus-config.js.map +1 -1
- package/bin/generators/package-json.d.ts +0 -1
- package/bin/generators/package-json.js +45 -91
- package/bin/generators/package-json.js.map +1 -1
- package/bin/generators/template-files.d.ts +0 -1
- package/bin/generators/template-files.js +625 -229
- package/bin/generators/template-files.js.map +1 -1
- package/bin/index.d.ts +0 -1
- package/bin/index.js.map +1 -1
- package/bin/templates/index.d.ts +0 -1
- package/bin/templates/index.js +36 -24
- package/bin/templates/index.js.map +1 -1
- package/bin/tests/integration.test.d.ts +0 -1
- package/bin/tests/integration.test.js +34 -34
- package/bin/tests/integration.test.js.map +1 -1
- package/bin/types/index.d.ts +1 -21
- package/bin/utils/config-merger.d.ts +0 -1
- package/bin/utils/config-merger.js +0 -1
- package/bin/utils/config-merger.js.map +1 -1
- package/bin/utils/errors.d.ts +0 -1
- package/bin/utils/install.d.ts +0 -1
- package/bin/utils/install.js +3 -3
- package/bin/utils/install.js.map +1 -1
- package/bin/utils/message-formatter.d.ts +0 -1
- package/bin/utils/template-processor.d.ts +0 -1
- package/bin/utils/template-processor.js +2 -3
- package/bin/utils/template-processor.js.map +1 -1
- package/bin/utils/template-processor.test.d.ts +0 -1
- package/bin/utils/template-processor.test.js +22 -22
- package/bin/utils/template-processor.test.js.map +1 -1
- package/bin/utils/version.d.ts +0 -1
- package/bin/utils/version.js +3 -3
- package/bin/utils/version.js.map +1 -1
- package/package.json +2 -7
- package/templates/docs/01-overview/_assumptions-constraints.mdx +19 -0
- package/templates/docs/01-overview/_business-context.mdx +18 -0
- package/templates/docs/01-overview/_firm-proposal.mdx +52 -0
- package/templates/docs/01-overview/_gap-analysis.mdx +18 -0
- package/templates/docs/01-overview/_project/342/200/221charter.mdx +23 -0
- package/templates/docs/01-overview/_requirements-specification.mdx +73 -0
- package/templates/docs/01-overview/_risks.mdx +16 -0
- package/templates/docs/01-overview/_scope.mdx +24 -0
- package/templates/docs/01-overview/_stakeholders.mdx +24 -0
- package/templates/docs/01-overview/as-is.mdx +64 -0
- package/templates/docs/01-overview/glossary.mdx +41 -0
- package/templates/docs/01-overview/index.mdx +41 -0
- package/templates/docs/01-overview/odsc.mdx +72 -0
- package/templates/docs/01-overview/roadmap.mdx +27 -0
- package/templates/docs/01-overview/system-context.mdx +22 -0
- package/templates/docs/01-overview/to-be.mdx +102 -0
- package/templates/docs/02-requirements/_category_.yaml +2 -0
- package/templates/docs/02-requirements/functional/_category_.json +8 -0
- package/templates/docs/02-requirements/functional/_req-template.mdx +46 -0
- package/templates/docs/02-requirements/functional/req-001.mdx +52 -0
- package/templates/docs/02-requirements/index.mdx +14 -0
- package/templates/docs/02-requirements/non-functional/_category_.json +8 -0
- package/templates/docs/02-requirements/non-functional/_nfr-template.mdx +42 -0
- package/templates/docs/02-requirements/non-functional/nfr-001.mdx +57 -0
- package/templates/docs/02-requirements/non-functional/nfr-002.mdx +57 -0
- package/templates/docs/03-external/business-model.mdx +14 -0
- package/templates/docs/03-external/img/business-model-by-claude.xml +107 -0
- package/templates/docs/03-external/img/business-model.xml +84 -0
- package/templates/docs/03-external/img/docsVersionDropdown.png +0 -0
- package/templates/docs/03-external/img/gantt.xml +1 -0
- package/templates/docs/03-external/img/localeDropdown.png +0 -0
- package/templates/docs/03-external/index.mdx +46 -0
- package/templates/docs/04-internal/batches/_category_.yaml +2 -0
- package/templates/docs/04-internal/batches/import-products.mdx +64 -0
- package/templates/docs/04-internal/batches/index.mdx +25 -0
- package/templates/docs/04-internal/index.mdx +32 -0
- package/templates/docs/04-internal/policies/_category_.yaml +2 -0
- package/templates/docs/04-internal/policies/branch-naming-rules.mdx +110 -0
- package/templates/docs/04-internal/policies/github.mdx +100 -0
- package/templates/docs/04-internal/policies/pull-request-operation-flow.mdx +118 -0
- package/templates/docs/04-internal/rules/_category_.yaml +2 -0
- package/templates/docs/04-internal/rules/database.mdx +139 -0
- package/templates/docs/04-internal/rules/document-creation-rules.mdx +39 -0
- package/templates/docs/04-internal/rules/index.mdx +10 -0
- package/templates/docs/04-internal/rules/markdown.mdx +148 -0
- package/templates/docs/04-internal/rules/review-process.mdx +32 -0
- package/templates/docs/04-internal/screens/_category_.yaml +2 -0
- package/templates/docs/04-internal/screens/dashboard.mdx +17 -0
- package/templates/docs/04-internal/screens/index.mdx +20 -0
- package/templates/docs/04-internal/screens/login.mdx +18 -0
- package/templates/docs/04-internal/screens/menu.mdx +17 -0
- package/templates/docs/04-internal/tables/_category_.yaml +2 -0
- package/templates/docs/04-internal/tables/customer_details.mdx +35 -0
- package/templates/docs/04-internal/tables/customers.mdx +35 -0
- package/templates/docs/04-internal/tables/index.mdx +11 -0
- package/templates/docs/index.module.css +96 -0
- package/templates/docs/index.tsx +48 -0
- package/templates/docs/intro.md +47 -0
- package/templates/docs/introduction/document-editing/_category_.yml +2 -0
- package/templates/docs/introduction/document-editing/how-to.mdx +31 -0
- package/templates/docs/introduction/index.mdx +35 -0
- package/templates/docs/introduction/operational-policies/_category_.yaml +2 -0
- package/templates/docs/introduction/operational-policies/github.mdx +33 -0
- package/templates/docs/introduction/operational-policies/img/branch-naming-rules.svg +73 -0
- package/templates/docs/introduction/operational-policies/sharepoint.mdx +28 -0
- package/templates/package.json.template +46 -0
- package/templates/src/components/Highlight/index.tsx +68 -0
- package/templates/src/components/PriorityMatrix/index.tsx +97 -0
- package/templates/src/components/TBD/index.tsx +16 -0
- package/templates/src/css/custom.css +81 -0
- package/templates/src/types/requirements.ts +19 -0
- package/templates/static/img/business-model.drawio.svg +4 -0
- package/templates/static/img/gantt.drawio.svg +1152 -0
- package/templates/static/img/logo.svg +21 -0
- package/bin/commands/create.d.ts.map +0 -1
- package/bin/constants/languages.d.ts.map +0 -1
- package/bin/core/interactive-setup.d.ts.map +0 -1
- package/bin/core/interactive-setup.test.d.ts.map +0 -1
- package/bin/core/project-generator.d.ts.map +0 -1
- package/bin/features/index.d.ts.map +0 -1
- package/bin/generators/docusaurus-config.d.ts.map +0 -1
- package/bin/generators/package-json.d.ts.map +0 -1
- package/bin/generators/template-files.d.ts.map +0 -1
- package/bin/index.d.ts.map +0 -1
- package/bin/plugins/i18n-integration.d.ts +0 -25
- package/bin/plugins/i18n-integration.d.ts.map +0 -1
- package/bin/plugins/i18n-integration.js +0 -310
- package/bin/plugins/i18n-integration.js.map +0 -1
- package/bin/plugins/plantuml-integration.d.ts +0 -17
- package/bin/plugins/plantuml-integration.d.ts.map +0 -1
- package/bin/plugins/plantuml-integration.js +0 -112
- package/bin/plugins/plantuml-integration.js.map +0 -1
- package/bin/plugins/redoc-integration.d.ts +0 -25
- package/bin/plugins/redoc-integration.d.ts.map +0 -1
- package/bin/plugins/redoc-integration.js +0 -373
- package/bin/plugins/redoc-integration.js.map +0 -1
- package/bin/plugins/search-integration.d.ts +0 -20
- package/bin/plugins/search-integration.d.ts.map +0 -1
- package/bin/plugins/search-integration.js +0 -169
- package/bin/plugins/search-integration.js.map +0 -1
- package/bin/templates/index.d.ts.map +0 -1
- package/bin/templates/template-definitions.d.ts +0 -10
- package/bin/templates/template-definitions.d.ts.map +0 -1
- package/bin/templates/template-definitions.js +0 -517
- package/bin/templates/template-definitions.js.map +0 -1
- package/bin/tests/integration.test.d.ts.map +0 -1
- package/bin/types/index.d.ts.map +0 -1
- package/bin/utils/config-merger.d.ts.map +0 -1
- package/bin/utils/errors.d.ts.map +0 -1
- package/bin/utils/install.d.ts.map +0 -1
- package/bin/utils/message-formatter.d.ts.map +0 -1
- package/bin/utils/template-processor.d.ts.map +0 -1
- package/bin/utils/template-processor.test.d.ts.map +0 -1
- package/bin/utils/version.d.ts.map +0 -1
- package/templates/classic-spec/docusaurus.config.js.template +0 -106
- package/templates/classic-spec/package.json.template +0 -36
- package/templates/external-design/docusaurus.config.js.template +0 -123
- package/templates/external-design/package.json.template +0 -36
- package/templates/internal-design/docusaurus.config.js.template +0 -123
- package/templates/internal-design/package.json.template +0 -36
- package/templates/project-analysis/docusaurus.config.js.template +0 -113
- package/templates/project-analysis/package.json.template +0 -36
- package/templates/requirements/docusaurus.config.js.template +0 -119
- package/templates/requirements/package.json.template +0 -36
|
@@ -0,0 +1,1152 @@
|
|
|
1
|
+
<svg host="65bd71144e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="1583px" height="562px" viewBox="-0.5 -0.5 1583 562" content="<mxfile><diagram id="qLppkndqiyMEPJ68bgeH" name="Page-1">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</diagram></mxfile>">
|
|
2
|
+
<defs/>
|
|
3
|
+
<g>
|
|
4
|
+
<rect x="0.5" y="41" width="40" height="20" fill="#adc3d9" stroke="#deedff" pointer-events="all"/>
|
|
5
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
6
|
+
<text x="20" y="55.5">
|
|
7
|
+
1
|
|
8
|
+
</text>
|
|
9
|
+
</g>
|
|
10
|
+
<rect x="40.5" y="41" width="320" height="20" fill="#adc3d9" stroke="#deedff" pointer-events="all"/>
|
|
11
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
12
|
+
<text x="42" y="55.5">
|
|
13
|
+
Complete project execution
|
|
14
|
+
</text>
|
|
15
|
+
</g>
|
|
16
|
+
<rect x="360.5" y="41" width="80" height="20" fill="#adc3d9" stroke="#deedff" pointer-events="all"/>
|
|
17
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
18
|
+
<text x="400" y="55.5">
|
|
19
|
+
35 days
|
|
20
|
+
</text>
|
|
21
|
+
</g>
|
|
22
|
+
<rect x="440.5" y="41" width="80" height="20" fill="#adc3d9" stroke="#deedff" pointer-events="all"/>
|
|
23
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
24
|
+
<text x="480" y="55.5">
|
|
25
|
+
16.04.12
|
|
26
|
+
</text>
|
|
27
|
+
</g>
|
|
28
|
+
<rect x="520.5" y="41" width="80" height="20" fill="#adc3d9" stroke="#deedff" pointer-events="all"/>
|
|
29
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
30
|
+
<text x="560" y="55.5">
|
|
31
|
+
1.06.12
|
|
32
|
+
</text>
|
|
33
|
+
</g>
|
|
34
|
+
<rect x="600.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
35
|
+
<rect x="0.5" y="61" width="40" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
36
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
37
|
+
<text x="20" y="75.5">
|
|
38
|
+
2
|
|
39
|
+
</text>
|
|
40
|
+
</g>
|
|
41
|
+
<rect x="40.5" y="61" width="320" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
42
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
43
|
+
<text x="42" y="75.5">
|
|
44
|
+
Engineering
|
|
45
|
+
</text>
|
|
46
|
+
</g>
|
|
47
|
+
<rect x="360.5" y="61" width="80" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
48
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
49
|
+
<text x="400" y="75.5">
|
|
50
|
+
35 days
|
|
51
|
+
</text>
|
|
52
|
+
</g>
|
|
53
|
+
<rect x="440.5" y="61" width="80" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
54
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
55
|
+
<text x="480" y="75.5">
|
|
56
|
+
16.04.12
|
|
57
|
+
</text>
|
|
58
|
+
</g>
|
|
59
|
+
<rect x="520.5" y="61" width="80" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
60
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
61
|
+
<text x="560" y="75.5">
|
|
62
|
+
1.06.12
|
|
63
|
+
</text>
|
|
64
|
+
</g>
|
|
65
|
+
<rect x="0.5" y="81" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
66
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
67
|
+
<text x="20" y="95.5">
|
|
68
|
+
3
|
|
69
|
+
</text>
|
|
70
|
+
</g>
|
|
71
|
+
<rect x="40.5" y="81" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
72
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
73
|
+
<text x="42" y="95.5">
|
|
74
|
+
Project examination
|
|
75
|
+
</text>
|
|
76
|
+
</g>
|
|
77
|
+
<rect x="360.5" y="81" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
78
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
79
|
+
<text x="400" y="95.5">
|
|
80
|
+
1 day
|
|
81
|
+
</text>
|
|
82
|
+
</g>
|
|
83
|
+
<rect x="440.5" y="81" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
84
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
85
|
+
<text x="480" y="95.5">
|
|
86
|
+
16.04.12
|
|
87
|
+
</text>
|
|
88
|
+
</g>
|
|
89
|
+
<rect x="520.5" y="81" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
90
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
91
|
+
<text x="560" y="95.5">
|
|
92
|
+
16.04.12
|
|
93
|
+
</text>
|
|
94
|
+
</g>
|
|
95
|
+
<rect x="0.5" y="101" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
96
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
97
|
+
<text x="20" y="115.5">
|
|
98
|
+
4
|
|
99
|
+
</text>
|
|
100
|
+
</g>
|
|
101
|
+
<rect x="40.5" y="101" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
102
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
103
|
+
<text x="42" y="115.5">
|
|
104
|
+
Material specification
|
|
105
|
+
</text>
|
|
106
|
+
</g>
|
|
107
|
+
<rect x="360.5" y="101" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
108
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
109
|
+
<text x="400" y="115.5">
|
|
110
|
+
2 days
|
|
111
|
+
</text>
|
|
112
|
+
</g>
|
|
113
|
+
<rect x="440.5" y="101" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
114
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
115
|
+
<text x="480" y="115.5">
|
|
116
|
+
17.04.12
|
|
117
|
+
</text>
|
|
118
|
+
</g>
|
|
119
|
+
<rect x="520.5" y="101" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
120
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
121
|
+
<text x="560" y="115.5">
|
|
122
|
+
18.04.12
|
|
123
|
+
</text>
|
|
124
|
+
</g>
|
|
125
|
+
<rect x="0.5" y="121" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
126
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
127
|
+
<text x="20" y="135.5">
|
|
128
|
+
5
|
|
129
|
+
</text>
|
|
130
|
+
</g>
|
|
131
|
+
<rect x="40.5" y="121" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
132
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
133
|
+
<text x="42" y="135.5">
|
|
134
|
+
Material ordering
|
|
135
|
+
</text>
|
|
136
|
+
</g>
|
|
137
|
+
<rect x="360.5" y="121" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
138
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
139
|
+
<text x="400" y="135.5">
|
|
140
|
+
1 day
|
|
141
|
+
</text>
|
|
142
|
+
</g>
|
|
143
|
+
<rect x="440.5" y="121" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
144
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
145
|
+
<text x="480" y="135.5">
|
|
146
|
+
19.04.12
|
|
147
|
+
</text>
|
|
148
|
+
</g>
|
|
149
|
+
<rect x="520.5" y="121" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
150
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
151
|
+
<text x="560" y="135.5">
|
|
152
|
+
19.04.12
|
|
153
|
+
</text>
|
|
154
|
+
</g>
|
|
155
|
+
<rect x="0.5" y="141" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
156
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
157
|
+
<text x="20" y="155.5">
|
|
158
|
+
6
|
|
159
|
+
</text>
|
|
160
|
+
</g>
|
|
161
|
+
<rect x="40.5" y="141" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
162
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
163
|
+
<text x="42" y="155.5">
|
|
164
|
+
Equipment layouting
|
|
165
|
+
</text>
|
|
166
|
+
</g>
|
|
167
|
+
<rect x="360.5" y="141" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
168
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
169
|
+
<text x="400" y="155.5">
|
|
170
|
+
3 days
|
|
171
|
+
</text>
|
|
172
|
+
</g>
|
|
173
|
+
<rect x="440.5" y="141" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
174
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
175
|
+
<text x="480" y="155.5">
|
|
176
|
+
20.04.12
|
|
177
|
+
</text>
|
|
178
|
+
</g>
|
|
179
|
+
<rect x="520.5" y="141" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
180
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
181
|
+
<text x="560" y="155.5">
|
|
182
|
+
24.04.12
|
|
183
|
+
</text>
|
|
184
|
+
</g>
|
|
185
|
+
<rect x="0.5" y="161" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
186
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
187
|
+
<text x="20" y="175.5">
|
|
188
|
+
7
|
|
189
|
+
</text>
|
|
190
|
+
</g>
|
|
191
|
+
<rect x="40.5" y="161" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
192
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
193
|
+
<text x="42" y="175.5">
|
|
194
|
+
Supervision and meetings
|
|
195
|
+
</text>
|
|
196
|
+
</g>
|
|
197
|
+
<rect x="360.5" y="161" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
198
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
199
|
+
<text x="400" y="175.5">
|
|
200
|
+
27 days
|
|
201
|
+
</text>
|
|
202
|
+
</g>
|
|
203
|
+
<rect x="440.5" y="161" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
204
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
205
|
+
<text x="480" y="175.5">
|
|
206
|
+
25.04.12
|
|
207
|
+
</text>
|
|
208
|
+
</g>
|
|
209
|
+
<rect x="520.5" y="161" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
210
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
211
|
+
<text x="560" y="175.5">
|
|
212
|
+
31.05.12
|
|
213
|
+
</text>
|
|
214
|
+
</g>
|
|
215
|
+
<rect x="0.5" y="181" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
216
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
217
|
+
<text x="20" y="195.5">
|
|
218
|
+
8
|
|
219
|
+
</text>
|
|
220
|
+
</g>
|
|
221
|
+
<rect x="40.5" y="181" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
222
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
223
|
+
<text x="42" y="195.5">
|
|
224
|
+
Bill of works
|
|
225
|
+
</text>
|
|
226
|
+
</g>
|
|
227
|
+
<rect x="360.5" y="181" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
228
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
229
|
+
<text x="400" y="195.5">
|
|
230
|
+
1 day
|
|
231
|
+
</text>
|
|
232
|
+
</g>
|
|
233
|
+
<rect x="440.5" y="181" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
234
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
235
|
+
<text x="480" y="195.5">
|
|
236
|
+
1.06.12
|
|
237
|
+
</text>
|
|
238
|
+
</g>
|
|
239
|
+
<rect x="520.5" y="181" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
240
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
241
|
+
<text x="560" y="195.5">
|
|
242
|
+
1.06.12
|
|
243
|
+
</text>
|
|
244
|
+
</g>
|
|
245
|
+
<rect x="0.5" y="201" width="40" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
246
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
247
|
+
<text x="20" y="215.5">
|
|
248
|
+
9
|
|
249
|
+
</text>
|
|
250
|
+
</g>
|
|
251
|
+
<rect x="40.5" y="201" width="320" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
252
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
253
|
+
<text x="42" y="215.5">
|
|
254
|
+
Workshop
|
|
255
|
+
</text>
|
|
256
|
+
</g>
|
|
257
|
+
<rect x="360.5" y="201" width="80" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
258
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
259
|
+
<text x="400" y="215.5">
|
|
260
|
+
20 days
|
|
261
|
+
</text>
|
|
262
|
+
</g>
|
|
263
|
+
<rect x="440.5" y="201" width="80" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
264
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
265
|
+
<text x="480" y="215.5">
|
|
266
|
+
24.04.12
|
|
267
|
+
</text>
|
|
268
|
+
</g>
|
|
269
|
+
<rect x="520.5" y="201" width="80" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
270
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
271
|
+
<text x="560" y="215.5">
|
|
272
|
+
21.05.12
|
|
273
|
+
</text>
|
|
274
|
+
</g>
|
|
275
|
+
<rect x="0.5" y="221" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
276
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
277
|
+
<text x="20" y="235.5">
|
|
278
|
+
10
|
|
279
|
+
</text>
|
|
280
|
+
</g>
|
|
281
|
+
<rect x="40.5" y="221" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
282
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
283
|
+
<text x="42" y="235.5">
|
|
284
|
+
Project examination and material comparison
|
|
285
|
+
</text>
|
|
286
|
+
</g>
|
|
287
|
+
<rect x="360.5" y="221" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
288
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
289
|
+
<text x="400" y="235.5">
|
|
290
|
+
2 days
|
|
291
|
+
</text>
|
|
292
|
+
</g>
|
|
293
|
+
<rect x="440.5" y="221" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
294
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
295
|
+
<text x="480" y="235.5">
|
|
296
|
+
24.04.12
|
|
297
|
+
</text>
|
|
298
|
+
</g>
|
|
299
|
+
<rect x="520.5" y="221" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
300
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
301
|
+
<text x="560" y="235.5">
|
|
302
|
+
25.04.12
|
|
303
|
+
</text>
|
|
304
|
+
</g>
|
|
305
|
+
<rect x="0.5" y="241" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
306
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
307
|
+
<text x="20" y="255.5">
|
|
308
|
+
11
|
|
309
|
+
</text>
|
|
310
|
+
</g>
|
|
311
|
+
<rect x="40.5" y="241" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
312
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
313
|
+
<text x="42" y="255.5">
|
|
314
|
+
Preparing distribution boards
|
|
315
|
+
</text>
|
|
316
|
+
</g>
|
|
317
|
+
<rect x="360.5" y="241" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
318
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
319
|
+
<text x="400" y="255.5">
|
|
320
|
+
2 days
|
|
321
|
+
</text>
|
|
322
|
+
</g>
|
|
323
|
+
<rect x="440.5" y="241" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
324
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
325
|
+
<text x="480" y="255.5">
|
|
326
|
+
26.04.12
|
|
327
|
+
</text>
|
|
328
|
+
</g>
|
|
329
|
+
<rect x="520.5" y="241" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
330
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
331
|
+
<text x="560" y="255.5">
|
|
332
|
+
27.04.12
|
|
333
|
+
</text>
|
|
334
|
+
</g>
|
|
335
|
+
<rect x="0.5" y="261" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
336
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
337
|
+
<text x="20" y="275.5">
|
|
338
|
+
12
|
|
339
|
+
</text>
|
|
340
|
+
</g>
|
|
341
|
+
<rect x="40.5" y="261" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
342
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
343
|
+
<text x="42" y="275.5">
|
|
344
|
+
Mounting equipment
|
|
345
|
+
</text>
|
|
346
|
+
</g>
|
|
347
|
+
<rect x="360.5" y="261" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
348
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
349
|
+
<text x="400" y="275.5">
|
|
350
|
+
3 days
|
|
351
|
+
</text>
|
|
352
|
+
</g>
|
|
353
|
+
<rect x="440.5" y="261" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
354
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
355
|
+
<text x="480" y="275.5">
|
|
356
|
+
30.04.12
|
|
357
|
+
</text>
|
|
358
|
+
</g>
|
|
359
|
+
<rect x="520.5" y="261" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
360
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
361
|
+
<text x="560" y="275.5">
|
|
362
|
+
2.05.12
|
|
363
|
+
</text>
|
|
364
|
+
</g>
|
|
365
|
+
<rect x="0.5" y="281" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
366
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
367
|
+
<text x="20" y="295.5">
|
|
368
|
+
13
|
|
369
|
+
</text>
|
|
370
|
+
</g>
|
|
371
|
+
<rect x="40.5" y="281" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
372
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
373
|
+
<text x="42" y="295.5">
|
|
374
|
+
Wiring
|
|
375
|
+
</text>
|
|
376
|
+
</g>
|
|
377
|
+
<rect x="360.5" y="281" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
378
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
379
|
+
<text x="400" y="295.5">
|
|
380
|
+
10 days
|
|
381
|
+
</text>
|
|
382
|
+
</g>
|
|
383
|
+
<rect x="440.5" y="281" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
384
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
385
|
+
<text x="480" y="295.5">
|
|
386
|
+
3.05.12
|
|
387
|
+
</text>
|
|
388
|
+
</g>
|
|
389
|
+
<rect x="520.5" y="281" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
390
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
391
|
+
<text x="560" y="295.5">
|
|
392
|
+
16.05.12
|
|
393
|
+
</text>
|
|
394
|
+
</g>
|
|
395
|
+
<rect x="0.5" y="301" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
396
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
397
|
+
<text x="20" y="315.5">
|
|
398
|
+
14
|
|
399
|
+
</text>
|
|
400
|
+
</g>
|
|
401
|
+
<rect x="40.5" y="301" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
402
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
403
|
+
<text x="42" y="315.5">
|
|
404
|
+
Testing
|
|
405
|
+
</text>
|
|
406
|
+
</g>
|
|
407
|
+
<rect x="360.5" y="301" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
408
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
409
|
+
<text x="400" y="315.5">
|
|
410
|
+
2 days
|
|
411
|
+
</text>
|
|
412
|
+
</g>
|
|
413
|
+
<rect x="440.5" y="301" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
414
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
415
|
+
<text x="480" y="315.5">
|
|
416
|
+
17.05.12
|
|
417
|
+
</text>
|
|
418
|
+
</g>
|
|
419
|
+
<rect x="520.5" y="301" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
420
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
421
|
+
<text x="560" y="315.5">
|
|
422
|
+
18.05.12
|
|
423
|
+
</text>
|
|
424
|
+
</g>
|
|
425
|
+
<rect x="0.5" y="321" width="40" height="20" fill="#ffffff" stroke="#deedff" pointer-events="all"/>
|
|
426
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
427
|
+
<text x="20" y="335.5">
|
|
428
|
+
15
|
|
429
|
+
</text>
|
|
430
|
+
</g>
|
|
431
|
+
<rect x="40.5" y="321" width="320" height="20" fill="#ffffff" stroke="#deedff" pointer-events="all"/>
|
|
432
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
433
|
+
<text x="42" y="335.5">
|
|
434
|
+
Packaging
|
|
435
|
+
</text>
|
|
436
|
+
</g>
|
|
437
|
+
<rect x="360.5" y="321" width="80" height="20" fill="#ffffff" stroke="#deedff" pointer-events="all"/>
|
|
438
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
439
|
+
<text x="400" y="335.5">
|
|
440
|
+
1 day
|
|
441
|
+
</text>
|
|
442
|
+
</g>
|
|
443
|
+
<rect x="440.5" y="321" width="80" height="20" fill="#ffffff" stroke="#deedff" pointer-events="all"/>
|
|
444
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
445
|
+
<text x="480" y="335.5">
|
|
446
|
+
21.05.12
|
|
447
|
+
</text>
|
|
448
|
+
</g>
|
|
449
|
+
<rect x="520.5" y="321" width="80" height="20" fill="#ffffff" stroke="#deedff" pointer-events="all"/>
|
|
450
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
451
|
+
<text x="560" y="335.5">
|
|
452
|
+
21.05.12
|
|
453
|
+
</text>
|
|
454
|
+
</g>
|
|
455
|
+
<rect x="0.5" y="341" width="40" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
456
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
457
|
+
<text x="20" y="355.5">
|
|
458
|
+
16
|
|
459
|
+
</text>
|
|
460
|
+
</g>
|
|
461
|
+
<rect x="40.5" y="341" width="320" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
462
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
463
|
+
<text x="42" y="355.5">
|
|
464
|
+
Field
|
|
465
|
+
</text>
|
|
466
|
+
</g>
|
|
467
|
+
<rect x="360.5" y="341" width="80" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
468
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
469
|
+
<text x="400" y="355.5">
|
|
470
|
+
31 days
|
|
471
|
+
</text>
|
|
472
|
+
</g>
|
|
473
|
+
<rect x="440.5" y="341" width="80" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
474
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
475
|
+
<text x="480" y="355.5">
|
|
476
|
+
19.04.12
|
|
477
|
+
</text>
|
|
478
|
+
</g>
|
|
479
|
+
<rect x="520.5" y="341" width="80" height="20" fill="#cce5ff" stroke="#deedff" pointer-events="all"/>
|
|
480
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
481
|
+
<text x="560" y="355.5">
|
|
482
|
+
31.05.12
|
|
483
|
+
</text>
|
|
484
|
+
</g>
|
|
485
|
+
<rect x="0.5" y="361" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
486
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
487
|
+
<text x="20" y="375.5">
|
|
488
|
+
17
|
|
489
|
+
</text>
|
|
490
|
+
</g>
|
|
491
|
+
<rect x="40.5" y="361" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
492
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
493
|
+
<text x="42" y="375.5">
|
|
494
|
+
Field preparations and digging
|
|
495
|
+
</text>
|
|
496
|
+
</g>
|
|
497
|
+
<rect x="360.5" y="361" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
498
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
499
|
+
<text x="400" y="375.5">
|
|
500
|
+
7 days
|
|
501
|
+
</text>
|
|
502
|
+
</g>
|
|
503
|
+
<rect x="440.5" y="361" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
504
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
505
|
+
<text x="480" y="375.5">
|
|
506
|
+
19.04.12
|
|
507
|
+
</text>
|
|
508
|
+
</g>
|
|
509
|
+
<rect x="520.5" y="361" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
510
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
511
|
+
<text x="560" y="375.5">
|
|
512
|
+
27.04.12
|
|
513
|
+
</text>
|
|
514
|
+
</g>
|
|
515
|
+
<rect x="0.5" y="381" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
516
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
517
|
+
<text x="20" y="395.5">
|
|
518
|
+
18
|
|
519
|
+
</text>
|
|
520
|
+
</g>
|
|
521
|
+
<rect x="40.5" y="381" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
522
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
523
|
+
<text x="42" y="395.5">
|
|
524
|
+
Cable laying
|
|
525
|
+
</text>
|
|
526
|
+
</g>
|
|
527
|
+
<rect x="360.5" y="381" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
528
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
529
|
+
<text x="400" y="395.5">
|
|
530
|
+
4 days
|
|
531
|
+
</text>
|
|
532
|
+
</g>
|
|
533
|
+
<rect x="440.5" y="381" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
534
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
535
|
+
<text x="480" y="395.5">
|
|
536
|
+
30.04.12
|
|
537
|
+
</text>
|
|
538
|
+
</g>
|
|
539
|
+
<rect x="520.5" y="381" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
540
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
541
|
+
<text x="560" y="395.5">
|
|
542
|
+
3.05.12
|
|
543
|
+
</text>
|
|
544
|
+
</g>
|
|
545
|
+
<rect x="0.5" y="401" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
546
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
547
|
+
<text x="20" y="415.5">
|
|
548
|
+
19
|
|
549
|
+
</text>
|
|
550
|
+
</g>
|
|
551
|
+
<rect x="40.5" y="401" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
552
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
553
|
+
<text x="42" y="415.5">
|
|
554
|
+
Installation laying
|
|
555
|
+
</text>
|
|
556
|
+
</g>
|
|
557
|
+
<rect x="360.5" y="401" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
558
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
559
|
+
<text x="400" y="415.5">
|
|
560
|
+
13 days
|
|
561
|
+
</text>
|
|
562
|
+
</g>
|
|
563
|
+
<rect x="440.5" y="401" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
564
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
565
|
+
<text x="480" y="415.5">
|
|
566
|
+
4.05.12
|
|
567
|
+
</text>
|
|
568
|
+
</g>
|
|
569
|
+
<rect x="520.5" y="401" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
570
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
571
|
+
<text x="560" y="415.5">
|
|
572
|
+
22.05.12
|
|
573
|
+
</text>
|
|
574
|
+
</g>
|
|
575
|
+
<rect x="0.5" y="421" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
576
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
577
|
+
<text x="20" y="435.5">
|
|
578
|
+
20
|
|
579
|
+
</text>
|
|
580
|
+
</g>
|
|
581
|
+
<rect x="40.5" y="421" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
582
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
583
|
+
<text x="42" y="435.5">
|
|
584
|
+
Mount distribution boards
|
|
585
|
+
</text>
|
|
586
|
+
</g>
|
|
587
|
+
<rect x="360.5" y="421" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
588
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
589
|
+
<text x="400" y="435.5">
|
|
590
|
+
1 day
|
|
591
|
+
</text>
|
|
592
|
+
</g>
|
|
593
|
+
<rect x="440.5" y="421" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
594
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
595
|
+
<text x="480" y="435.5">
|
|
596
|
+
23.05.12
|
|
597
|
+
</text>
|
|
598
|
+
</g>
|
|
599
|
+
<rect x="520.5" y="421" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
600
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
601
|
+
<text x="560" y="435.5">
|
|
602
|
+
23.05.12
|
|
603
|
+
</text>
|
|
604
|
+
</g>
|
|
605
|
+
<rect x="0.5" y="441" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
606
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
607
|
+
<text x="20" y="455.5">
|
|
608
|
+
21
|
|
609
|
+
</text>
|
|
610
|
+
</g>
|
|
611
|
+
<rect x="40.5" y="441" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
612
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
613
|
+
<text x="42" y="455.5">
|
|
614
|
+
Wiring distribution boards
|
|
615
|
+
</text>
|
|
616
|
+
</g>
|
|
617
|
+
<rect x="360.5" y="441" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
618
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
619
|
+
<text x="400" y="455.5">
|
|
620
|
+
4 days
|
|
621
|
+
</text>
|
|
622
|
+
</g>
|
|
623
|
+
<rect x="440.5" y="441" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
624
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
625
|
+
<text x="480" y="455.5">
|
|
626
|
+
24.05.12
|
|
627
|
+
</text>
|
|
628
|
+
</g>
|
|
629
|
+
<rect x="520.5" y="441" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
630
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
631
|
+
<text x="560" y="455.5">
|
|
632
|
+
29.05.12
|
|
633
|
+
</text>
|
|
634
|
+
</g>
|
|
635
|
+
<rect x="0.5" y="461" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
636
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
637
|
+
<text x="20" y="475.5">
|
|
638
|
+
22
|
|
639
|
+
</text>
|
|
640
|
+
</g>
|
|
641
|
+
<rect x="40.5" y="461" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
642
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px">
|
|
643
|
+
<text x="42" y="475.5">
|
|
644
|
+
Testing
|
|
645
|
+
</text>
|
|
646
|
+
</g>
|
|
647
|
+
<rect x="360.5" y="461" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
648
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
649
|
+
<text x="400" y="475.5">
|
|
650
|
+
2 days
|
|
651
|
+
</text>
|
|
652
|
+
</g>
|
|
653
|
+
<rect x="440.5" y="461" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
654
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
655
|
+
<text x="480" y="475.5">
|
|
656
|
+
30.05.12
|
|
657
|
+
</text>
|
|
658
|
+
</g>
|
|
659
|
+
<rect x="520.5" y="461" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
660
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
661
|
+
<text x="560" y="475.5">
|
|
662
|
+
31.05.12
|
|
663
|
+
</text>
|
|
664
|
+
</g>
|
|
665
|
+
<rect x="0.5" y="481" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
666
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
667
|
+
<text x="20" y="495.5">
|
|
668
|
+
23
|
|
669
|
+
</text>
|
|
670
|
+
</g>
|
|
671
|
+
<rect x="40.5" y="481" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
672
|
+
<rect x="360.5" y="481" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
673
|
+
<rect x="440.5" y="481" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
674
|
+
<rect x="520.5" y="481" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
675
|
+
<rect x="0.5" y="501" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
676
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
677
|
+
<text x="20" y="515.5">
|
|
678
|
+
24
|
|
679
|
+
</text>
|
|
680
|
+
</g>
|
|
681
|
+
<rect x="40.5" y="501" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
682
|
+
<rect x="360.5" y="501" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
683
|
+
<rect x="440.5" y="501" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
684
|
+
<rect x="520.5" y="501" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
685
|
+
<rect x="0.5" y="521" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
686
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
687
|
+
<text x="20" y="535.5">
|
|
688
|
+
25
|
|
689
|
+
</text>
|
|
690
|
+
</g>
|
|
691
|
+
<rect x="40.5" y="521" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
692
|
+
<rect x="360.5" y="521" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
693
|
+
<rect x="440.5" y="521" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
694
|
+
<rect x="520.5" y="521" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
695
|
+
<rect x="0.5" y="541" width="40" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
696
|
+
<g fill="rgb(0, 0, 0)" font-family="Helvetica" text-anchor="middle" font-size="12px">
|
|
697
|
+
<text x="20" y="555.5">
|
|
698
|
+
26
|
|
699
|
+
</text>
|
|
700
|
+
</g>
|
|
701
|
+
<rect x="40.5" y="541" width="320" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
702
|
+
<rect x="360.5" y="541" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
703
|
+
<rect x="440.5" y="541" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
704
|
+
<rect x="520.5" y="541" width="80" height="20" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
705
|
+
<rect x="620.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
706
|
+
<rect x="640.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
707
|
+
<rect x="660.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
708
|
+
<rect x="680.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
709
|
+
<rect x="700.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
710
|
+
<rect x="720.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
711
|
+
<rect x="740.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
712
|
+
<rect x="760.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
713
|
+
<rect x="780.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
714
|
+
<rect x="800.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
715
|
+
<rect x="820.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
716
|
+
<rect x="840.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
717
|
+
<rect x="860.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
718
|
+
<rect x="880.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
719
|
+
<rect x="900.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
720
|
+
<rect x="920.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
721
|
+
<rect x="940.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
722
|
+
<rect x="960.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
723
|
+
<rect x="980.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
724
|
+
<rect x="1000.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
725
|
+
<rect x="1020.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
726
|
+
<rect x="1040.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
727
|
+
<rect x="1060.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
728
|
+
<rect x="1080.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
729
|
+
<rect x="1100.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
730
|
+
<rect x="1120.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
731
|
+
<rect x="1140.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
732
|
+
<rect x="1160.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
733
|
+
<rect x="1180.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
734
|
+
<rect x="1200.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
735
|
+
<rect x="1220.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
736
|
+
<rect x="1240.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
737
|
+
<rect x="1260.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
738
|
+
<rect x="1280.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
739
|
+
<rect x="1300.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
740
|
+
<rect x="1320.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
741
|
+
<rect x="1340.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
742
|
+
<rect x="1360.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
743
|
+
<rect x="1380.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
744
|
+
<rect x="1400.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
745
|
+
<rect x="1420.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
746
|
+
<rect x="1440.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
747
|
+
<rect x="1460.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
748
|
+
<rect x="1480.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
749
|
+
<rect x="1500.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
750
|
+
<rect x="1520.5" y="41" width="20" height="520" fill="rgb(255, 255, 255)" stroke="#deedff" pointer-events="all"/>
|
|
751
|
+
<rect x="1540.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
752
|
+
<rect x="1560.5" y="41" width="20" height="520" fill="#d4e1ff" stroke="#deedff" pointer-events="all"/>
|
|
753
|
+
<rect x="40.5" y="1" width="320" height="40" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
754
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
755
|
+
<text x="200" y="25.5">
|
|
756
|
+
Task Name
|
|
757
|
+
</text>
|
|
758
|
+
</g>
|
|
759
|
+
<rect x="0.5" y="1" width="40" height="40" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
760
|
+
<rect x="600.5" y="1" width="140" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
761
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
762
|
+
<text x="670" y="15.5">
|
|
763
|
+
16 Apr 12
|
|
764
|
+
</text>
|
|
765
|
+
</g>
|
|
766
|
+
<rect x="600.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
767
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
768
|
+
<text x="610" y="35.5">
|
|
769
|
+
M
|
|
770
|
+
</text>
|
|
771
|
+
</g>
|
|
772
|
+
<rect x="620.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
773
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
774
|
+
<text x="630" y="35.5">
|
|
775
|
+
T
|
|
776
|
+
</text>
|
|
777
|
+
</g>
|
|
778
|
+
<rect x="640.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
779
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
780
|
+
<text x="650" y="35.5">
|
|
781
|
+
W
|
|
782
|
+
</text>
|
|
783
|
+
</g>
|
|
784
|
+
<rect x="660.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
785
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
786
|
+
<text x="670" y="35.5">
|
|
787
|
+
T
|
|
788
|
+
</text>
|
|
789
|
+
</g>
|
|
790
|
+
<rect x="680.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
791
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
792
|
+
<text x="690" y="35.5">
|
|
793
|
+
F
|
|
794
|
+
</text>
|
|
795
|
+
</g>
|
|
796
|
+
<rect x="700.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
797
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
798
|
+
<text x="710" y="35.5">
|
|
799
|
+
S
|
|
800
|
+
</text>
|
|
801
|
+
</g>
|
|
802
|
+
<rect x="720.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
803
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
804
|
+
<text x="730" y="35.5">
|
|
805
|
+
S
|
|
806
|
+
</text>
|
|
807
|
+
</g>
|
|
808
|
+
<rect x="360.5" y="1" width="80" height="40" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
809
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
810
|
+
<text x="400" y="25.5">
|
|
811
|
+
Duration
|
|
812
|
+
</text>
|
|
813
|
+
</g>
|
|
814
|
+
<rect x="440.5" y="1" width="80" height="40" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
815
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
816
|
+
<text x="480" y="25.5">
|
|
817
|
+
Start
|
|
818
|
+
</text>
|
|
819
|
+
</g>
|
|
820
|
+
<rect x="520.5" y="1" width="80" height="40" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
821
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
822
|
+
<text x="560" y="25.5">
|
|
823
|
+
ETA
|
|
824
|
+
</text>
|
|
825
|
+
</g>
|
|
826
|
+
<rect x="740.5" y="1" width="140" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
827
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
828
|
+
<text x="810" y="15.5">
|
|
829
|
+
23 Apr 12
|
|
830
|
+
</text>
|
|
831
|
+
</g>
|
|
832
|
+
<rect x="740.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
833
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
834
|
+
<text x="750" y="35.5">
|
|
835
|
+
M
|
|
836
|
+
</text>
|
|
837
|
+
</g>
|
|
838
|
+
<rect x="760.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
839
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
840
|
+
<text x="770" y="35.5">
|
|
841
|
+
T
|
|
842
|
+
</text>
|
|
843
|
+
</g>
|
|
844
|
+
<rect x="780.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
845
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
846
|
+
<text x="790" y="35.5">
|
|
847
|
+
W
|
|
848
|
+
</text>
|
|
849
|
+
</g>
|
|
850
|
+
<rect x="800.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
851
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
852
|
+
<text x="810" y="35.5">
|
|
853
|
+
T
|
|
854
|
+
</text>
|
|
855
|
+
</g>
|
|
856
|
+
<rect x="820.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
857
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
858
|
+
<text x="830" y="35.5">
|
|
859
|
+
F
|
|
860
|
+
</text>
|
|
861
|
+
</g>
|
|
862
|
+
<rect x="840.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
863
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
864
|
+
<text x="850" y="35.5">
|
|
865
|
+
S
|
|
866
|
+
</text>
|
|
867
|
+
</g>
|
|
868
|
+
<rect x="860.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
869
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
870
|
+
<text x="870" y="35.5">
|
|
871
|
+
S
|
|
872
|
+
</text>
|
|
873
|
+
</g>
|
|
874
|
+
<rect x="880.5" y="1" width="140" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
875
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
876
|
+
<text x="950" y="15.5">
|
|
877
|
+
30 Apr 12
|
|
878
|
+
</text>
|
|
879
|
+
</g>
|
|
880
|
+
<rect x="880.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
881
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
882
|
+
<text x="890" y="35.5">
|
|
883
|
+
M
|
|
884
|
+
</text>
|
|
885
|
+
</g>
|
|
886
|
+
<rect x="900.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
887
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
888
|
+
<text x="910" y="35.5">
|
|
889
|
+
T
|
|
890
|
+
</text>
|
|
891
|
+
</g>
|
|
892
|
+
<rect x="920.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
893
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
894
|
+
<text x="930" y="35.5">
|
|
895
|
+
W
|
|
896
|
+
</text>
|
|
897
|
+
</g>
|
|
898
|
+
<rect x="940.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
899
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
900
|
+
<text x="950" y="35.5">
|
|
901
|
+
T
|
|
902
|
+
</text>
|
|
903
|
+
</g>
|
|
904
|
+
<rect x="960.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
905
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
906
|
+
<text x="970" y="35.5">
|
|
907
|
+
F
|
|
908
|
+
</text>
|
|
909
|
+
</g>
|
|
910
|
+
<rect x="980.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
911
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
912
|
+
<text x="990" y="35.5">
|
|
913
|
+
S
|
|
914
|
+
</text>
|
|
915
|
+
</g>
|
|
916
|
+
<rect x="1000.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
917
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
918
|
+
<text x="1010" y="35.5">
|
|
919
|
+
S
|
|
920
|
+
</text>
|
|
921
|
+
</g>
|
|
922
|
+
<rect x="1020.5" y="1" width="140" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
923
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
924
|
+
<text x="1090" y="15.5">
|
|
925
|
+
7 May 12
|
|
926
|
+
</text>
|
|
927
|
+
</g>
|
|
928
|
+
<rect x="1020.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
929
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
930
|
+
<text x="1030" y="35.5">
|
|
931
|
+
M
|
|
932
|
+
</text>
|
|
933
|
+
</g>
|
|
934
|
+
<rect x="1040.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
935
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
936
|
+
<text x="1050" y="35.5">
|
|
937
|
+
T
|
|
938
|
+
</text>
|
|
939
|
+
</g>
|
|
940
|
+
<rect x="1060.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
941
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
942
|
+
<text x="1070" y="35.5">
|
|
943
|
+
W
|
|
944
|
+
</text>
|
|
945
|
+
</g>
|
|
946
|
+
<rect x="1080.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
947
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
948
|
+
<text x="1090" y="35.5">
|
|
949
|
+
T
|
|
950
|
+
</text>
|
|
951
|
+
</g>
|
|
952
|
+
<rect x="1100.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
953
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
954
|
+
<text x="1110" y="35.5">
|
|
955
|
+
F
|
|
956
|
+
</text>
|
|
957
|
+
</g>
|
|
958
|
+
<rect x="1120.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
959
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
960
|
+
<text x="1130" y="35.5">
|
|
961
|
+
S
|
|
962
|
+
</text>
|
|
963
|
+
</g>
|
|
964
|
+
<rect x="1140.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
965
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
966
|
+
<text x="1150" y="35.5">
|
|
967
|
+
S
|
|
968
|
+
</text>
|
|
969
|
+
</g>
|
|
970
|
+
<rect x="1160.5" y="1" width="140" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
971
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
972
|
+
<text x="1230" y="15.5">
|
|
973
|
+
14 May 12
|
|
974
|
+
</text>
|
|
975
|
+
</g>
|
|
976
|
+
<rect x="1160.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
977
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
978
|
+
<text x="1170" y="35.5">
|
|
979
|
+
M
|
|
980
|
+
</text>
|
|
981
|
+
</g>
|
|
982
|
+
<rect x="1180.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
983
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
984
|
+
<text x="1190" y="35.5">
|
|
985
|
+
T
|
|
986
|
+
</text>
|
|
987
|
+
</g>
|
|
988
|
+
<rect x="1200.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
989
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
990
|
+
<text x="1210" y="35.5">
|
|
991
|
+
W
|
|
992
|
+
</text>
|
|
993
|
+
</g>
|
|
994
|
+
<rect x="1220.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
995
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
996
|
+
<text x="1230" y="35.5">
|
|
997
|
+
T
|
|
998
|
+
</text>
|
|
999
|
+
</g>
|
|
1000
|
+
<rect x="1240.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1001
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1002
|
+
<text x="1250" y="35.5">
|
|
1003
|
+
F
|
|
1004
|
+
</text>
|
|
1005
|
+
</g>
|
|
1006
|
+
<rect x="1260.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1007
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1008
|
+
<text x="1270" y="35.5">
|
|
1009
|
+
S
|
|
1010
|
+
</text>
|
|
1011
|
+
</g>
|
|
1012
|
+
<rect x="1280.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1013
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1014
|
+
<text x="1290" y="35.5">
|
|
1015
|
+
S
|
|
1016
|
+
</text>
|
|
1017
|
+
</g>
|
|
1018
|
+
<rect x="1300.5" y="1" width="140" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1019
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1020
|
+
<text x="1370" y="15.5">
|
|
1021
|
+
21 May 12
|
|
1022
|
+
</text>
|
|
1023
|
+
</g>
|
|
1024
|
+
<rect x="1300.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1025
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1026
|
+
<text x="1310" y="35.5">
|
|
1027
|
+
M
|
|
1028
|
+
</text>
|
|
1029
|
+
</g>
|
|
1030
|
+
<rect x="1320.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1031
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1032
|
+
<text x="1330" y="35.5">
|
|
1033
|
+
T
|
|
1034
|
+
</text>
|
|
1035
|
+
</g>
|
|
1036
|
+
<rect x="1340.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1037
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1038
|
+
<text x="1350" y="35.5">
|
|
1039
|
+
W
|
|
1040
|
+
</text>
|
|
1041
|
+
</g>
|
|
1042
|
+
<rect x="1360.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1043
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1044
|
+
<text x="1370" y="35.5">
|
|
1045
|
+
T
|
|
1046
|
+
</text>
|
|
1047
|
+
</g>
|
|
1048
|
+
<rect x="1380.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1049
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1050
|
+
<text x="1390" y="35.5">
|
|
1051
|
+
F
|
|
1052
|
+
</text>
|
|
1053
|
+
</g>
|
|
1054
|
+
<rect x="1400.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1055
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1056
|
+
<text x="1410" y="35.5">
|
|
1057
|
+
S
|
|
1058
|
+
</text>
|
|
1059
|
+
</g>
|
|
1060
|
+
<rect x="1420.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1061
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1062
|
+
<text x="1430" y="35.5">
|
|
1063
|
+
S
|
|
1064
|
+
</text>
|
|
1065
|
+
</g>
|
|
1066
|
+
<rect x="1440.5" y="1" width="140" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1067
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1068
|
+
<text x="1510" y="15.5">
|
|
1069
|
+
28 May 12
|
|
1070
|
+
</text>
|
|
1071
|
+
</g>
|
|
1072
|
+
<rect x="1440.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1073
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1074
|
+
<text x="1450" y="35.5">
|
|
1075
|
+
M
|
|
1076
|
+
</text>
|
|
1077
|
+
</g>
|
|
1078
|
+
<rect x="1460.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1079
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1080
|
+
<text x="1470" y="35.5">
|
|
1081
|
+
T
|
|
1082
|
+
</text>
|
|
1083
|
+
</g>
|
|
1084
|
+
<rect x="1480.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1085
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1086
|
+
<text x="1490" y="35.5">
|
|
1087
|
+
W
|
|
1088
|
+
</text>
|
|
1089
|
+
</g>
|
|
1090
|
+
<rect x="1500.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1091
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1092
|
+
<text x="1510" y="35.5">
|
|
1093
|
+
T
|
|
1094
|
+
</text>
|
|
1095
|
+
</g>
|
|
1096
|
+
<rect x="1520.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1097
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1098
|
+
<text x="1530" y="35.5">
|
|
1099
|
+
F
|
|
1100
|
+
</text>
|
|
1101
|
+
</g>
|
|
1102
|
+
<rect x="1540.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1103
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1104
|
+
<text x="1550" y="35.5">
|
|
1105
|
+
S
|
|
1106
|
+
</text>
|
|
1107
|
+
</g>
|
|
1108
|
+
<rect x="1560.5" y="21" width="20" height="20" fill="#23445d" stroke="#ffffff" stroke-width="2" pointer-events="all"/>
|
|
1109
|
+
<g fill="#FFFFFF" font-family="Helvetica" font-weight="bold" text-anchor="middle" font-size="12px">
|
|
1110
|
+
<text x="1570" y="35.5">
|
|
1111
|
+
S
|
|
1112
|
+
</text>
|
|
1113
|
+
</g>
|
|
1114
|
+
<rect x="600.5" y="61" width="940" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="#000000" stroke-opacity="0.5" stroke-width="2" pointer-events="all"/>
|
|
1115
|
+
<path d="M 623.49 101 L 623.49 95.95 C 623.49 95.66 623.72 95.43 624.01 95.43 L 626.58 95.43 L 626.58 96.77 L 630.5 93.89 L 626.58 91 L 626.58 92.34 L 624.01 92.34 C 622.05 92.4 620.5 94 620.5 95.95 L 620.5 101 Z" fill="#ae4132" stroke="none" transform="rotate(90,625.5,96)" pointer-events="all"/>
|
|
1116
|
+
<rect x="600.5" y="81" width="20" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1117
|
+
<rect x="620.5" y="101" width="40" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1118
|
+
<rect x="660.5" y="121" width="20" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1119
|
+
<rect x="780.5" y="161" width="740" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1120
|
+
<rect x="1520.5" y="181" width="20" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1121
|
+
<path d="M 663.49 121 L 663.49 115.95 C 663.49 115.66 663.72 115.43 664.01 115.43 L 666.58 115.43 L 666.58 116.77 L 670.5 113.89 L 666.58 111 L 666.58 112.34 L 664.01 112.34 C 662.05 112.4 660.5 114 660.5 115.95 L 660.5 121 Z" fill="#ae4132" stroke="none" transform="rotate(90,665.5,116)" pointer-events="all"/>
|
|
1122
|
+
<path d="M 683.49 141 L 683.49 135.95 C 683.49 135.66 683.72 135.43 684.01 135.43 L 686.58 135.43 L 686.58 136.77 L 690.5 133.89 L 686.58 131 L 686.58 132.34 L 684.01 132.34 C 682.05 132.4 680.5 134 680.5 135.95 L 680.5 141 Z" fill="#ae4132" stroke="none" transform="rotate(90,685.5,136)" pointer-events="all"/>
|
|
1123
|
+
<path d="M 1523.49 181 L 1523.49 175.95 C 1523.49 175.81 1523.54 175.68 1523.64 175.58 C 1523.74 175.49 1523.87 175.43 1524.01 175.43 L 1526.58 175.43 L 1526.58 176.77 L 1530.5 173.89 L 1526.58 171 L 1526.58 172.34 L 1524.01 172.34 C 1522.05 172.4 1520.5 174 1520.5 175.95 L 1520.5 181 Z" fill="#ae4132" stroke="none" transform="rotate(90,1525.5,176)" pointer-events="all"/>
|
|
1124
|
+
<rect x="680.5" y="141" width="100" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1125
|
+
<path d="M 783.49 161 L 783.49 155.95 C 783.49 155.66 783.72 155.43 784.01 155.43 L 786.58 155.43 L 786.58 156.77 L 790.5 153.89 L 786.58 151 L 786.58 152.34 L 784.01 152.34 C 782.05 152.4 780.5 154 780.5 155.95 L 780.5 161 Z" fill="#ae4132" stroke="none" transform="rotate(90,785.5,156)" pointer-events="all"/>
|
|
1126
|
+
<rect x="600.5" y="41" width="940" height="20" rx="1.2" ry="1.2" fill="#ae4132" stroke="#000000" stroke-width="2" pointer-events="all"/>
|
|
1127
|
+
<rect x="760.5" y="221" width="40" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1128
|
+
<rect x="760.5" y="201" width="560" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="#000000" stroke-opacity="0.5" stroke-width="2" pointer-events="all"/>
|
|
1129
|
+
<rect x="800.5" y="241" width="80" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1130
|
+
<rect x="880.5" y="261" width="60" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1131
|
+
<rect x="940.5" y="281" width="280" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1132
|
+
<rect x="1220.5" y="301" width="80" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1133
|
+
<rect x="1300.5" y="321" width="20" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1134
|
+
<rect x="660.5" y="361" width="220" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1135
|
+
<rect x="880.5" y="381" width="80" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1136
|
+
<rect x="960.5" y="401" width="380" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1137
|
+
<rect x="1340.5" y="421" width="20" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1138
|
+
<rect x="1360.5" y="441" width="120" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1139
|
+
<rect x="1480.5" y="461" width="40" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="none" pointer-events="all"/>
|
|
1140
|
+
<rect x="660.5" y="341" width="860" height="20" rx="1.2" ry="1.2" fill-opacity="0.5" fill="#ae4132" stroke="#000000" stroke-opacity="0.5" stroke-width="2" pointer-events="all"/>
|
|
1141
|
+
<path d="M 803.49 241 L 803.49 235.95 C 803.49 235.66 803.72 235.43 804.01 235.43 L 806.58 235.43 L 806.58 236.77 L 810.5 233.89 L 806.58 231 L 806.58 232.34 L 804.01 232.34 C 802.05 232.4 800.5 234 800.5 235.95 L 800.5 241 Z" fill="#ae4132" stroke="none" transform="rotate(90,805.5,236)" pointer-events="all"/>
|
|
1142
|
+
<path d="M 883.49 261 L 883.49 255.95 C 883.49 255.66 883.72 255.43 884.01 255.43 L 886.58 255.43 L 886.58 256.77 L 890.5 253.89 L 886.58 251 L 886.58 252.34 L 884.01 252.34 C 882.05 252.4 880.5 254 880.5 255.95 L 880.5 261 Z" fill="#ae4132" stroke="none" transform="rotate(90,885.5,256)" pointer-events="all"/>
|
|
1143
|
+
<path d="M 943.49 281 L 943.49 275.95 C 943.49 275.66 943.72 275.43 944.01 275.43 L 946.58 275.43 L 946.58 276.77 L 950.5 273.89 L 946.58 271 L 946.58 272.34 L 944.01 272.34 C 942.05 272.4 940.5 274 940.5 275.95 L 940.5 281 Z" fill="#ae4132" stroke="none" transform="rotate(90,945.5,276)" pointer-events="all"/>
|
|
1144
|
+
<path d="M 1223.49 301 L 1223.49 295.95 C 1223.49 295.81 1223.54 295.68 1223.64 295.58 C 1223.74 295.49 1223.87 295.43 1224.01 295.43 L 1226.58 295.43 L 1226.58 296.77 L 1230.5 293.89 L 1226.58 291 L 1226.58 292.34 L 1224.01 292.34 C 1222.05 292.4 1220.5 294 1220.5 295.95 L 1220.5 301 Z" fill="#ae4132" stroke="none" transform="rotate(90,1225.5,296)" pointer-events="all"/>
|
|
1145
|
+
<path d="M 1303.49 321 L 1303.49 315.95 C 1303.49 315.81 1303.54 315.68 1303.64 315.58 C 1303.74 315.49 1303.87 315.43 1304.01 315.43 L 1306.58 315.43 L 1306.58 316.77 L 1310.5 313.89 L 1306.58 311 L 1306.58 312.34 L 1304.01 312.34 C 1302.05 312.4 1300.5 314 1300.5 315.95 L 1300.5 321 Z" fill="#ae4132" stroke="none" transform="rotate(90,1305.5,316)" pointer-events="all"/>
|
|
1146
|
+
<path d="M 883.49 381 L 883.49 375.95 C 883.49 375.66 883.72 375.43 884.01 375.43 L 886.58 375.43 L 886.58 376.77 L 890.5 373.89 L 886.58 371 L 886.58 372.34 L 884.01 372.34 C 882.05 372.4 880.5 374 880.5 375.95 L 880.5 381 Z" fill="#ae4132" stroke="none" transform="rotate(90,885.5,376)" pointer-events="all"/>
|
|
1147
|
+
<path d="M 963.49 401 L 963.49 395.95 C 963.49 395.66 963.72 395.43 964.01 395.43 L 966.58 395.43 L 966.58 396.77 L 970.5 393.89 L 966.58 391 L 966.58 392.34 L 964.01 392.34 C 962.05 392.4 960.5 394 960.5 395.95 L 960.5 401 Z" fill="#ae4132" stroke="none" transform="rotate(90,965.5,396)" pointer-events="all"/>
|
|
1148
|
+
<path d="M 1343.49 421 L 1343.49 415.95 C 1343.49 415.81 1343.54 415.68 1343.64 415.58 C 1343.74 415.49 1343.87 415.43 1344.01 415.43 L 1346.58 415.43 L 1346.58 416.77 L 1350.5 413.89 L 1346.58 411 L 1346.58 412.34 L 1344.01 412.34 C 1342.05 412.4 1340.5 414 1340.5 415.95 L 1340.5 421 Z" fill="#ae4132" stroke="none" transform="rotate(90,1345.5,416)" pointer-events="all"/>
|
|
1149
|
+
<path d="M 1363.49 441 L 1363.49 435.95 C 1363.49 435.81 1363.54 435.68 1363.64 435.58 C 1363.74 435.49 1363.87 435.43 1364.01 435.43 L 1366.58 435.43 L 1366.58 436.77 L 1370.5 433.89 L 1366.58 431 L 1366.58 432.34 L 1364.01 432.34 C 1362.05 432.4 1360.5 434 1360.5 435.95 L 1360.5 441 Z" fill="#ae4132" stroke="none" transform="rotate(90,1365.5,436)" pointer-events="all"/>
|
|
1150
|
+
<path d="M 1483.49 461 L 1483.49 455.95 C 1483.49 455.81 1483.54 455.68 1483.64 455.58 C 1483.74 455.49 1483.87 455.43 1484.01 455.43 L 1486.58 455.43 L 1486.58 456.77 L 1490.5 453.89 L 1486.58 451 L 1486.58 452.34 L 1484.01 452.34 C 1482.05 452.4 1480.5 454 1480.5 455.95 L 1480.5 461 Z" fill="#ae4132" stroke="none" transform="rotate(90,1485.5,456)" pointer-events="all"/>
|
|
1151
|
+
</g>
|
|
1152
|
+
</svg>
|