copa 0.0.1
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/.gitignore +4 -0
- data/Gemfile +6 -0
- data/Rakefile +11 -0
- data/copa.gemspec +21 -0
- data/lib/copa.rb +8 -0
- data/lib/copa/action.rb +38 -0
- data/lib/copa/nokogiri.rb +13 -0
- data/lib/copa/version.rb +3 -0
- data/test/fixtures/ola-mundo.html +2200 -0
- data/test/test_action.rb +35 -0
- data/test/test_copa.rb +8 -0
- data/test/test_helper.rb +6 -0
- metadata +82 -0
data/.gitignore
ADDED
data/Gemfile
ADDED
data/Rakefile
ADDED
data/copa.gemspec
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
$:.push File.expand_path("../lib", __FILE__)
|
3
|
+
require "copa/version"
|
4
|
+
|
5
|
+
Gem::Specification.new do |s|
|
6
|
+
s.name = "copa"
|
7
|
+
s.version = Copa::VERSION
|
8
|
+
s.platform = Gem::Platform::RUBY
|
9
|
+
s.authors = ["Duke"]
|
10
|
+
s.email = ["duke@uberduke.com"]
|
11
|
+
s.homepage = "https://github.com/emersonvinicius/copa"
|
12
|
+
s.summary = %q{API to copatransparente.org.br}
|
13
|
+
s.description = %q{API in Ruby to acess data of copatransparente.org.br}
|
14
|
+
|
15
|
+
s.rubyforge_project = "copa"
|
16
|
+
|
17
|
+
s.files = `git ls-files`.split("\n")
|
18
|
+
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
19
|
+
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
20
|
+
s.require_paths = ["lib"]
|
21
|
+
end
|
data/lib/copa.rb
ADDED
data/lib/copa/action.rb
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
module Copa
|
2
|
+
class Action
|
3
|
+
def initialize(id)
|
4
|
+
@id = id
|
5
|
+
@data = ::Nokogiri::HTML ::RestClient.get(url) # TODO: test it
|
6
|
+
end
|
7
|
+
|
8
|
+
def url
|
9
|
+
"#{URL_BASE}/acoes/#{@id}"
|
10
|
+
end
|
11
|
+
|
12
|
+
def type
|
13
|
+
field("#parent-fieldname-tipo")
|
14
|
+
end
|
15
|
+
|
16
|
+
def justification
|
17
|
+
field("#parent-fieldname-justificativa")
|
18
|
+
end
|
19
|
+
|
20
|
+
def price
|
21
|
+
field("#parent-fieldname-custo_estimado_por_lote")
|
22
|
+
end
|
23
|
+
|
24
|
+
def state
|
25
|
+
field "#parent-fieldname-uf"
|
26
|
+
end
|
27
|
+
|
28
|
+
def city
|
29
|
+
# field "#parent-fieldname-municipio"
|
30
|
+
end
|
31
|
+
|
32
|
+
private
|
33
|
+
|
34
|
+
def field(selector)
|
35
|
+
@data.search(selector).to_clean_text
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
data/lib/copa/version.rb
ADDED
@@ -0,0 +1,2200 @@
|
|
1
|
+
|
2
|
+
<!DOCTYPE html PUBLIC
|
3
|
+
"-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br">
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
<head>
|
16
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
17
|
+
|
18
|
+
<!-- Forces IE8+ into newest rendering engine even if on an intranet. This has to be defined before any script/style tags. -->
|
19
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
20
|
+
|
21
|
+
|
22
|
+
<base href="http://www.copatransparente.gov.br/portalCopa/acoes/arena-fonte-nova-parceria-publico-privada/" /><!--[if lt IE 7]></base><![endif]-->
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
<link rel="kss-base-url" href="http://www.copatransparente.gov.br/portalCopa/acoes/arena-fonte-nova-parceria-publico-privada/" />
|
28
|
+
|
29
|
+
|
30
|
+
<link rel="stylesheet" type="text/css" href="http://www.copatransparente.gov.br/portalCopa/portal_css/Tema%20para%20o%20Portal%20da%20Copa/base-cachekey3425.css" />
|
31
|
+
<!--[if lt IE 8]>
|
32
|
+
|
33
|
+
<link rel="stylesheet" type="text/css" media="screen" href="http://www.copatransparente.gov.br/portalCopa/portal_css/Tema%20para%20o%20Portal%20da%20Copa/IEFixes-cachekey2852.css" />
|
34
|
+
<![endif]-->
|
35
|
+
|
36
|
+
<style type="text/css" media="screen">@import url(http://www.copatransparente.gov.br/portalCopa/portal_css/Tema%20para%20o%20Portal%20da%20Copa/resourceportalcopa.tema.stylesheetsmain-cachekey6011.css);</style>
|
37
|
+
<link rel="stylesheet" type="text/css" media="all" href="http://www.copatransparente.gov.br/portalCopa/portal_css/Tema%20para%20o%20Portal%20da%20Copa/ploneCustom-cachekey4383.css" />
|
38
|
+
|
39
|
+
|
40
|
+
<link rel="kinetic-stylesheet" type="text/css" href="http://www.copatransparente.gov.br/portalCopa/portal_kss/Tema%20para%20o%20Portal%20da%20Copa/resourcetinymce.ksstinymce-cachekey0685.kss" />
|
41
|
+
<link rel="kinetic-stylesheet" type="text/css" href="http://www.copatransparente.gov.br/portalCopa/portal_kss/Tema%20para%20o%20Portal%20da%20Copa/at-cachekey4707.kss" />
|
42
|
+
|
43
|
+
<script type="text/javascript" src="http://www.copatransparente.gov.br/portalCopa/portal_javascripts/Tema%20para%20o%20Portal%20da%20Copa/jquery-cachekey4439.js"></script>
|
44
|
+
<!--[if lt IE 8]>
|
45
|
+
|
46
|
+
<script type="text/javascript" src="http://www.copatransparente.gov.br/portalCopa/portal_javascripts/Tema%20para%20o%20Portal%20da%20Copa/iefixes-cachekey4673.js"></script>
|
47
|
+
<![endif]-->
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
<title>Arena Fonte Nova - Parceria Público Privada — Portal de Acompanhamento de Gastos para a Copa do Mundo de Futebol de 2014</title>
|
52
|
+
|
53
|
+
|
54
|
+
<link rel="shortcut icon" type="image/x-icon" href="http://www.copatransparente.gov.br/portalCopa/favicon.ico" />
|
55
|
+
<link rel="apple-touch-icon" href="http://www.copatransparente.gov.br/portalCopa/touch_icon.png" />
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
<link rel="home" href="http://www.copatransparente.gov.br/portalCopa" title="Página inicial" />
|
60
|
+
|
61
|
+
<link rel="contents" href="http://www.copatransparente.gov.br/portalCopa/sitemap" title="Mapa do Site" />
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
<link rel="search" href="http://www.copatransparente.gov.br/portalCopa/search_form" title="Buscar neste site" />
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
<style type="text/css" media="all"><!-- @import url(http://www.copatransparente.gov.br/portalCopa/datagridwidget.css); --></style>
|
79
|
+
|
80
|
+
|
81
|
+
<style type="text/css" media="all"><!-- @import url(http://www.copatransparente.gov.br/portalCopa/jscalendar/calendar-system.css); --></style>
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
<script type="text/javascript" charset="iso-8859-1" src="http://www.copatransparente.gov.br/portalCopa/widgets/js/textcount.js">
|
90
|
+
</script>
|
91
|
+
|
92
|
+
|
93
|
+
<script type="text/javascript" charset="iso-8859-1" src="http://www.copatransparente.gov.br/portalCopa/datagridwidget.js">
|
94
|
+
</script>
|
95
|
+
|
96
|
+
|
97
|
+
<script type="text/javascript" charset="iso-8859-1" src="http://www.copatransparente.gov.br/portalCopa/widgets/js/keywordmultiselect.js">
|
98
|
+
</script>
|
99
|
+
|
100
|
+
|
101
|
+
<script type="text/javascript" charset="iso-8859-1" src="http://www.copatransparente.gov.br/portalCopa/referencebrowser.js">
|
102
|
+
</script>
|
103
|
+
|
104
|
+
|
105
|
+
<script type="text/javascript" charset="iso-8859-1" src="http://www.copatransparente.gov.br/portalCopa/jscalendar/calendar_stripped.js">
|
106
|
+
</script>
|
107
|
+
|
108
|
+
|
109
|
+
<script type="text/javascript" charset="iso-8859-1" src="http://www.copatransparente.gov.br/portalCopa/jscalendar/calendar-en.js">
|
110
|
+
</script>
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
<meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />
|
116
|
+
<meta name="generator" content="Plone - http://plone.org" />
|
117
|
+
|
118
|
+
|
119
|
+
<link rel="stylesheet" href="http://www.copatransparente.gov.br/portalCopa/++resource++portalcopa.tema.stylesheets/css/custom.css" type="text/css" media="all" />
|
120
|
+
|
121
|
+
</head>
|
122
|
+
|
123
|
+
<body class="template-base_view portaltype-acao section-acoes icons-on" dir="ltr">
|
124
|
+
|
125
|
+
<div id="visual-portal-wrapper">
|
126
|
+
|
127
|
+
<div id="portal-top" class="row">
|
128
|
+
<div class="cell width-full position-0"> <!-- TODO: Temporary, this one should be in the template that is inserted -->
|
129
|
+
<div id="portal-header">
|
130
|
+
<p class="hiddenStructure">
|
131
|
+
<a accesskey="2" href="http://www.copatransparente.gov.br/portalCopa/acoes/arena-fonte-nova-parceria-publico-privada#content">Ir para o conteúdo.</a> |
|
132
|
+
|
133
|
+
<a accesskey="6" href="http://www.copatransparente.gov.br/portalCopa/acoes/arena-fonte-nova-parceria-publico-privada#portlet-navigation-tree">Ir para a navegação</a>
|
134
|
+
</p>
|
135
|
+
|
136
|
+
<div id="portal-personaltools-wrapper">
|
137
|
+
|
138
|
+
<h5 class="hiddenStructure">Ferramentas Pessoais</h5>
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
<dl class="actionMenu deactivated" id="portal-personaltools">
|
143
|
+
<dt id="anon-personalbar">
|
144
|
+
|
145
|
+
<a href="http://www.copatransparente.gov.br/portalCopa/login_form" id="personaltools-login">Acessar</a>
|
146
|
+
|
147
|
+
</dt>
|
148
|
+
</dl>
|
149
|
+
|
150
|
+
</div>
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
<div id="portal-searchbox">
|
155
|
+
<form name="searchform" id="searchGadget_form" action="http://www.copatransparente.gov.br/portalCopa/search">
|
156
|
+
|
157
|
+
<div class="LSBox">
|
158
|
+
<label class="hiddenStructure" for="searchGadget">Busca</label>
|
159
|
+
|
160
|
+
<input name="SearchableText" type="text" size="18" title="Buscar no Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />
|
161
|
+
|
162
|
+
<input class="searchButton" type="submit" value="Buscar" />
|
163
|
+
|
164
|
+
<div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>
|
165
|
+
</div>
|
166
|
+
</form>
|
167
|
+
|
168
|
+
<div id="portal-advanced-search" class="hiddenStructure">
|
169
|
+
<a href="http://www.copatransparente.gov.br/portalCopa/search_form" accesskey="5">Busca Avançada…</a>
|
170
|
+
</div>
|
171
|
+
|
172
|
+
</div>
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
<h5 class="hiddenStructure">Seções</h5>
|
177
|
+
|
178
|
+
<ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://www.copatransparente.gov.br/portalCopa" title="">Página Inicial</a></li><li id="portaltab-acoes" class="selected"><a href="http://www.copatransparente.gov.br/portalCopa/acoes" title="Todas as Ações">Ações</a></li></ul>
|
179
|
+
|
180
|
+
</div>
|
181
|
+
|
182
|
+
</div>
|
183
|
+
</div>
|
184
|
+
<div id="portal-columns" class="row">
|
185
|
+
|
186
|
+
<div id="portal-column-content" class="cell width-full position-0">
|
187
|
+
|
188
|
+
<div id="viewlet-above-content"><div id="portal-breadcrumbs">
|
189
|
+
|
190
|
+
<span id="breadcrumbs-you-are-here">Você está aqui:</span>
|
191
|
+
<span id="breadcrumbs-home">
|
192
|
+
<a href="http://www.copatransparente.gov.br/portalCopa">Página Inicial</a>
|
193
|
+
<span class="breadcrumbSeparator">
|
194
|
+
›
|
195
|
+
|
196
|
+
</span>
|
197
|
+
</span>
|
198
|
+
<span id="breadcrumbs-1" dir="ltr">
|
199
|
+
|
200
|
+
<a href="http://www.copatransparente.gov.br/portalCopa/acoes">Ações</a>
|
201
|
+
<span class="breadcrumbSeparator">
|
202
|
+
›
|
203
|
+
|
204
|
+
</span>
|
205
|
+
|
206
|
+
|
207
|
+
</span>
|
208
|
+
<span id="breadcrumbs-2" dir="ltr">
|
209
|
+
|
210
|
+
|
211
|
+
|
212
|
+
<span id="breadcrumbs-current">Arena Fonte Nova - Parceria Público Privada</span>
|
213
|
+
|
214
|
+
</span>
|
215
|
+
|
216
|
+
</div>
|
217
|
+
</div>
|
218
|
+
|
219
|
+
|
220
|
+
<div class="">
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
<dl class="portalMessage info" id="kssPortalMessage" style="display:none">
|
227
|
+
<dt>Info</dt>
|
228
|
+
<dd></dd>
|
229
|
+
</dl>
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
<div id="content">
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
<h1 id="parent-fieldname-title" class="documentFirstHeading">
|
246
|
+
Arena Fonte Nova - Parceria Público Privada
|
247
|
+
</h1>
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
<div id="content-core">
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-tipo">
|
296
|
+
|
297
|
+
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
<label class="formQuestion"><span>Tipo</span>:</label>
|
302
|
+
|
303
|
+
<br />
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
|
308
|
+
<span class="" id="parent-fieldname-tipo">
|
309
|
+
Obras / Serviços de engenharia
|
310
|
+
</span>
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
</div>
|
317
|
+
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-funcao_de_governo">
|
323
|
+
|
324
|
+
|
325
|
+
|
326
|
+
|
327
|
+
|
328
|
+
<label class="formQuestion"><span>Função de governo</span>:</label>
|
329
|
+
|
330
|
+
<br />
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
<span class="" id="parent-fieldname-funcao_de_governo">
|
336
|
+
Esporte
|
337
|
+
</span>
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
</div>
|
344
|
+
|
345
|
+
|
346
|
+
|
347
|
+
|
348
|
+
|
349
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-forma_de_intervencao">
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
|
354
|
+
|
355
|
+
<label class="formQuestion"><span>Forma de intervenção</span>:</label>
|
356
|
+
|
357
|
+
<br />
|
358
|
+
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
<span class="" id="parent-fieldname-forma_de_intervencao">
|
363
|
+
Estádios
|
364
|
+
</span>
|
365
|
+
|
366
|
+
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
</div>
|
371
|
+
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
|
376
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-uf">
|
377
|
+
|
378
|
+
|
379
|
+
|
380
|
+
|
381
|
+
|
382
|
+
<label class="formQuestion"><span>UF</span>:</label>
|
383
|
+
|
384
|
+
<br />
|
385
|
+
|
386
|
+
|
387
|
+
|
388
|
+
|
389
|
+
<span class="" id="parent-fieldname-uf">
|
390
|
+
BA
|
391
|
+
</span>
|
392
|
+
|
393
|
+
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
</div>
|
398
|
+
|
399
|
+
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-municipio">
|
404
|
+
|
405
|
+
|
406
|
+
|
407
|
+
|
408
|
+
|
409
|
+
<label class="formQuestion"><span>Município</span>:</label>
|
410
|
+
|
411
|
+
<br />
|
412
|
+
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
<span class="" id="parent-fieldname-municipio">
|
417
|
+
Salvador
|
418
|
+
</span>
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
</div>
|
425
|
+
|
426
|
+
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-localizacao_da_sede">
|
431
|
+
|
432
|
+
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
<label class="formQuestion"><span>Localização da Sede da Copa</span>:</label>
|
437
|
+
|
438
|
+
<br />
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
|
443
|
+
<span class="" id="parent-fieldname-localizacao_da_sede">
|
444
|
+
Salvador
|
445
|
+
</span>
|
446
|
+
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
|
451
|
+
</div>
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-ente_executor">
|
458
|
+
|
459
|
+
|
460
|
+
|
461
|
+
|
462
|
+
|
463
|
+
<label class="formQuestion"><span>Ente executor</span>:</label>
|
464
|
+
|
465
|
+
<br />
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
<span class="" id="parent-fieldname-ente_executor">
|
471
|
+
Estado
|
472
|
+
</span>
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
|
478
|
+
</div>
|
479
|
+
|
480
|
+
|
481
|
+
|
482
|
+
|
483
|
+
|
484
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-orgao_responsavel">
|
485
|
+
|
486
|
+
|
487
|
+
|
488
|
+
|
489
|
+
|
490
|
+
<label class="formQuestion"><span>Órgão/Entidade responsável pela execução</span>:</label>
|
491
|
+
|
492
|
+
<br />
|
493
|
+
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
<span class="" id="parent-fieldname-orgao_responsavel">
|
498
|
+
Secretaria do Trabalho, Emprego, Renda e Esporte
|
499
|
+
</span>
|
500
|
+
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
|
505
|
+
</div>
|
506
|
+
|
507
|
+
|
508
|
+
|
509
|
+
|
510
|
+
|
511
|
+
<div class="field ArchetypesField-ComputedField" id="archetypes-fieldname-gestor">
|
512
|
+
|
513
|
+
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
<label class="formQuestion"><span>Gestor Responsável</span>:</label>
|
518
|
+
|
519
|
+
<br />
|
520
|
+
|
521
|
+
|
522
|
+
|
523
|
+
André Luiz Barros Cerejo
|
524
|
+
|
525
|
+
|
526
|
+
|
527
|
+
|
528
|
+
</div>
|
529
|
+
|
530
|
+
|
531
|
+
|
532
|
+
|
533
|
+
|
534
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-numero_processo">
|
535
|
+
|
536
|
+
|
537
|
+
|
538
|
+
|
539
|
+
|
540
|
+
<label class="formQuestion"><span>Número do Processo</span>:</label>
|
541
|
+
|
542
|
+
<br />
|
543
|
+
|
544
|
+
|
545
|
+
|
546
|
+
|
547
|
+
<span class="" id="parent-fieldname-numero_processo">
|
548
|
+
1600090035372
|
549
|
+
</span>
|
550
|
+
|
551
|
+
|
552
|
+
|
553
|
+
|
554
|
+
|
555
|
+
</div>
|
556
|
+
|
557
|
+
|
558
|
+
|
559
|
+
|
560
|
+
|
561
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-numero_contrato">
|
562
|
+
|
563
|
+
|
564
|
+
|
565
|
+
|
566
|
+
|
567
|
+
<label class="formQuestion"><span>Número do Contrato</span>:</label>
|
568
|
+
|
569
|
+
<br />
|
570
|
+
|
571
|
+
|
572
|
+
|
573
|
+
|
574
|
+
<span class="" id="parent-fieldname-numero_contrato">
|
575
|
+
02/2010
|
576
|
+
</span>
|
577
|
+
|
578
|
+
|
579
|
+
|
580
|
+
|
581
|
+
|
582
|
+
</div>
|
583
|
+
|
584
|
+
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-numero_convenio">
|
589
|
+
|
590
|
+
|
591
|
+
|
592
|
+
|
593
|
+
|
594
|
+
<label class="formQuestion"><span>Número do Convênio</span>:</label>
|
595
|
+
|
596
|
+
<br />
|
597
|
+
|
598
|
+
|
599
|
+
|
600
|
+
|
601
|
+
<span class="" id="parent-fieldname-numero_convenio">
|
602
|
+
|
603
|
+
</span>
|
604
|
+
|
605
|
+
|
606
|
+
|
607
|
+
|
608
|
+
|
609
|
+
</div>
|
610
|
+
|
611
|
+
|
612
|
+
|
613
|
+
|
614
|
+
|
615
|
+
<div class="field ArchetypesField-TextField" id="archetypes-fieldname-justificativa">
|
616
|
+
|
617
|
+
|
618
|
+
|
619
|
+
|
620
|
+
|
621
|
+
<label class="formQuestion"><span>Justificativa</span>:</label>
|
622
|
+
|
623
|
+
<br />
|
624
|
+
|
625
|
+
|
626
|
+
|
627
|
+
|
628
|
+
<div class="" id="parent-fieldname-justificativa">
|
629
|
+
Construção de Arena multiuso, voltada à realização dos jogos da Copa das Confederações de 2013 e da Copa do Mundo de 2014, em atendimento aos requisitos técnicos do Caderno de Encargos da FIFA.
|
630
|
+
|
631
|
+
</div>
|
632
|
+
|
633
|
+
|
634
|
+
|
635
|
+
|
636
|
+
|
637
|
+
</div>
|
638
|
+
|
639
|
+
|
640
|
+
|
641
|
+
|
642
|
+
|
643
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-classificacao_funcional">
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
|
648
|
+
|
649
|
+
<label class="formQuestion"><span>Classificação funcional e programática</span>:</label>
|
650
|
+
|
651
|
+
<br />
|
652
|
+
|
653
|
+
|
654
|
+
|
655
|
+
|
656
|
+
<span class="" id="parent-fieldname-classificacao_funcional">
|
657
|
+
|
658
|
+
</span>
|
659
|
+
|
660
|
+
|
661
|
+
|
662
|
+
|
663
|
+
|
664
|
+
</div>
|
665
|
+
|
666
|
+
|
667
|
+
|
668
|
+
|
669
|
+
|
670
|
+
<div class="field ArchetypesField-TextField" id="archetypes-fieldname-legado">
|
671
|
+
|
672
|
+
|
673
|
+
|
674
|
+
|
675
|
+
|
676
|
+
<label class="formQuestion"><span>Legado</span>:</label>
|
677
|
+
|
678
|
+
<br />
|
679
|
+
|
680
|
+
|
681
|
+
|
682
|
+
|
683
|
+
<div class="" id="parent-fieldname-legado">
|
684
|
+
Estádio voltado à realização de atividades esportivas, bem como de grandes eventos culturais, artísticos, religiosos e outros, proporcionando à população da cidade do Salvador um novo equipamento dotado de segurança e conforto.
|
685
|
+
|
686
|
+
</div>
|
687
|
+
|
688
|
+
|
689
|
+
|
690
|
+
|
691
|
+
|
692
|
+
</div>
|
693
|
+
|
694
|
+
|
695
|
+
|
696
|
+
|
697
|
+
|
698
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-forma_de_administracao_do_legado">
|
699
|
+
|
700
|
+
|
701
|
+
|
702
|
+
|
703
|
+
|
704
|
+
<label class="formQuestion"><span>Forma de administração do legado</span>:</label>
|
705
|
+
|
706
|
+
<br />
|
707
|
+
|
708
|
+
|
709
|
+
|
710
|
+
|
711
|
+
<span class="" id="parent-fieldname-forma_de_administracao_do_legado">
|
712
|
+
PPP Estadual
|
713
|
+
</span>
|
714
|
+
|
715
|
+
|
716
|
+
|
717
|
+
|
718
|
+
|
719
|
+
</div>
|
720
|
+
|
721
|
+
|
722
|
+
|
723
|
+
|
724
|
+
|
725
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-metas">
|
726
|
+
|
727
|
+
|
728
|
+
|
729
|
+
|
730
|
+
|
731
|
+
<label class="formQuestion"><span>Metas</span>:</label>
|
732
|
+
|
733
|
+
<br />
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
|
738
|
+
|
739
|
+
<table class="datagridwidget-table-view listing">
|
740
|
+
<thead>
|
741
|
+
<tr>
|
742
|
+
<th class="">Quantidade</th>
|
743
|
+
<th class="">Unidade</th>
|
744
|
+
</tr>
|
745
|
+
</thead>
|
746
|
+
<tbody>
|
747
|
+
</tbody>
|
748
|
+
</table>
|
749
|
+
|
750
|
+
|
751
|
+
|
752
|
+
|
753
|
+
|
754
|
+
</div>
|
755
|
+
|
756
|
+
|
757
|
+
|
758
|
+
|
759
|
+
|
760
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-custo_estimado_por_lote">
|
761
|
+
|
762
|
+
|
763
|
+
|
764
|
+
|
765
|
+
|
766
|
+
<label class="formQuestion"><span>Custo estimado total</span>:</label>
|
767
|
+
|
768
|
+
<br />
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
|
773
|
+
<span class="" id="parent-fieldname-custo_estimado_por_lote">
|
774
|
+
R$ 591.711.185,00
|
775
|
+
</span>
|
776
|
+
|
777
|
+
|
778
|
+
|
779
|
+
|
780
|
+
|
781
|
+
</div>
|
782
|
+
|
783
|
+
|
784
|
+
|
785
|
+
|
786
|
+
|
787
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-custo_estimado_mensal">
|
788
|
+
|
789
|
+
|
790
|
+
|
791
|
+
|
792
|
+
|
793
|
+
<label class="formQuestion"><span>Custo estimado mensal (quando se tratar de atividade)</span>:</label>
|
794
|
+
|
795
|
+
<br />
|
796
|
+
|
797
|
+
|
798
|
+
|
799
|
+
|
800
|
+
<span class="" id="parent-fieldname-custo_estimado_mensal">
|
801
|
+
|
802
|
+
</span>
|
803
|
+
|
804
|
+
|
805
|
+
|
806
|
+
|
807
|
+
|
808
|
+
</div>
|
809
|
+
|
810
|
+
|
811
|
+
|
812
|
+
|
813
|
+
|
814
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-cronograma_basico">
|
815
|
+
|
816
|
+
|
817
|
+
|
818
|
+
|
819
|
+
|
820
|
+
<label class="formQuestion"><span>Cronograma - Básico</span>:</label>
|
821
|
+
|
822
|
+
<br />
|
823
|
+
|
824
|
+
|
825
|
+
|
826
|
+
|
827
|
+
|
828
|
+
<table class="datagridwidget-table-view listing">
|
829
|
+
<thead>
|
830
|
+
<tr>
|
831
|
+
<th class="">Marco</th>
|
832
|
+
<th class="">Data Prevista</th>
|
833
|
+
<th class="">Data Relizada</th>
|
834
|
+
</tr>
|
835
|
+
</thead>
|
836
|
+
<tbody>
|
837
|
+
|
838
|
+
|
839
|
+
<tr class="even">
|
840
|
+
|
841
|
+
<td class="col-1">
|
842
|
+
|
843
|
+
<span>
|
844
|
+
|
845
|
+
<div>Data de elaboração do Projeto Básico</div>
|
846
|
+
|
847
|
+
</span>
|
848
|
+
</td>
|
849
|
+
|
850
|
+
|
851
|
+
<td class="col-2">
|
852
|
+
|
853
|
+
<span>
|
854
|
+
|
855
|
+
<div></div>
|
856
|
+
|
857
|
+
</span>
|
858
|
+
</td>
|
859
|
+
|
860
|
+
|
861
|
+
<td class="col-3">
|
862
|
+
|
863
|
+
<span>
|
864
|
+
|
865
|
+
<div></div>
|
866
|
+
|
867
|
+
</span>
|
868
|
+
</td>
|
869
|
+
|
870
|
+
</tr>
|
871
|
+
|
872
|
+
|
873
|
+
|
874
|
+
|
875
|
+
<tr class="odd">
|
876
|
+
|
877
|
+
<td class="col-1">
|
878
|
+
|
879
|
+
<span>
|
880
|
+
|
881
|
+
<div>Data de elaboração do Projeto Executivo</div>
|
882
|
+
|
883
|
+
</span>
|
884
|
+
</td>
|
885
|
+
|
886
|
+
|
887
|
+
<td class="col-2">
|
888
|
+
|
889
|
+
<span>
|
890
|
+
|
891
|
+
<div></div>
|
892
|
+
|
893
|
+
</span>
|
894
|
+
</td>
|
895
|
+
|
896
|
+
|
897
|
+
<td class="col-3">
|
898
|
+
|
899
|
+
<span>
|
900
|
+
|
901
|
+
<div></div>
|
902
|
+
|
903
|
+
</span>
|
904
|
+
</td>
|
905
|
+
|
906
|
+
</tr>
|
907
|
+
|
908
|
+
|
909
|
+
|
910
|
+
|
911
|
+
<tr class="even">
|
912
|
+
|
913
|
+
<td class="col-1">
|
914
|
+
|
915
|
+
<span>
|
916
|
+
|
917
|
+
<div>Data de publicação do Edital de Licitação</div>
|
918
|
+
|
919
|
+
</span>
|
920
|
+
</td>
|
921
|
+
|
922
|
+
|
923
|
+
<td class="col-2">
|
924
|
+
|
925
|
+
<span>
|
926
|
+
|
927
|
+
<div></div>
|
928
|
+
|
929
|
+
</span>
|
930
|
+
</td>
|
931
|
+
|
932
|
+
|
933
|
+
<td class="col-3">
|
934
|
+
|
935
|
+
<span>
|
936
|
+
|
937
|
+
<div>15.10.2009</div>
|
938
|
+
|
939
|
+
</span>
|
940
|
+
</td>
|
941
|
+
|
942
|
+
</tr>
|
943
|
+
|
944
|
+
|
945
|
+
|
946
|
+
|
947
|
+
<tr class="odd">
|
948
|
+
|
949
|
+
<td class="col-1">
|
950
|
+
|
951
|
+
<span>
|
952
|
+
|
953
|
+
<div>Data de entrega das propostas</div>
|
954
|
+
|
955
|
+
</span>
|
956
|
+
</td>
|
957
|
+
|
958
|
+
|
959
|
+
<td class="col-2">
|
960
|
+
|
961
|
+
<span>
|
962
|
+
|
963
|
+
<div></div>
|
964
|
+
|
965
|
+
</span>
|
966
|
+
</td>
|
967
|
+
|
968
|
+
|
969
|
+
<td class="col-3">
|
970
|
+
|
971
|
+
<span>
|
972
|
+
|
973
|
+
<div></div>
|
974
|
+
|
975
|
+
</span>
|
976
|
+
</td>
|
977
|
+
|
978
|
+
</tr>
|
979
|
+
|
980
|
+
|
981
|
+
|
982
|
+
|
983
|
+
<tr class="even">
|
984
|
+
|
985
|
+
<td class="col-1">
|
986
|
+
|
987
|
+
<span>
|
988
|
+
|
989
|
+
<div>Data de abertura das propostas</div>
|
990
|
+
|
991
|
+
</span>
|
992
|
+
</td>
|
993
|
+
|
994
|
+
|
995
|
+
<td class="col-2">
|
996
|
+
|
997
|
+
<span>
|
998
|
+
|
999
|
+
<div></div>
|
1000
|
+
|
1001
|
+
</span>
|
1002
|
+
</td>
|
1003
|
+
|
1004
|
+
|
1005
|
+
<td class="col-3">
|
1006
|
+
|
1007
|
+
<span>
|
1008
|
+
|
1009
|
+
<div>30/11/2009</div>
|
1010
|
+
|
1011
|
+
</span>
|
1012
|
+
</td>
|
1013
|
+
|
1014
|
+
</tr>
|
1015
|
+
|
1016
|
+
|
1017
|
+
|
1018
|
+
|
1019
|
+
<tr class="odd">
|
1020
|
+
|
1021
|
+
<td class="col-1">
|
1022
|
+
|
1023
|
+
<span>
|
1024
|
+
|
1025
|
+
<div>Data do Licenciamento Ambiental</div>
|
1026
|
+
|
1027
|
+
</span>
|
1028
|
+
</td>
|
1029
|
+
|
1030
|
+
|
1031
|
+
<td class="col-2">
|
1032
|
+
|
1033
|
+
<span>
|
1034
|
+
|
1035
|
+
<div></div>
|
1036
|
+
|
1037
|
+
</span>
|
1038
|
+
</td>
|
1039
|
+
|
1040
|
+
|
1041
|
+
<td class="col-3">
|
1042
|
+
|
1043
|
+
<span>
|
1044
|
+
|
1045
|
+
<div>01/10/2010</div>
|
1046
|
+
|
1047
|
+
</span>
|
1048
|
+
</td>
|
1049
|
+
|
1050
|
+
</tr>
|
1051
|
+
|
1052
|
+
|
1053
|
+
|
1054
|
+
|
1055
|
+
<tr class="even">
|
1056
|
+
|
1057
|
+
<td class="col-1">
|
1058
|
+
|
1059
|
+
<span>
|
1060
|
+
|
1061
|
+
<div>Data da Contratação</div>
|
1062
|
+
|
1063
|
+
</span>
|
1064
|
+
</td>
|
1065
|
+
|
1066
|
+
|
1067
|
+
<td class="col-2">
|
1068
|
+
|
1069
|
+
<span>
|
1070
|
+
|
1071
|
+
<div></div>
|
1072
|
+
|
1073
|
+
</span>
|
1074
|
+
</td>
|
1075
|
+
|
1076
|
+
|
1077
|
+
<td class="col-3">
|
1078
|
+
|
1079
|
+
<span>
|
1080
|
+
|
1081
|
+
<div>21/01/2010</div>
|
1082
|
+
|
1083
|
+
</span>
|
1084
|
+
</td>
|
1085
|
+
|
1086
|
+
</tr>
|
1087
|
+
|
1088
|
+
|
1089
|
+
</tbody>
|
1090
|
+
</table>
|
1091
|
+
|
1092
|
+
|
1093
|
+
|
1094
|
+
|
1095
|
+
|
1096
|
+
</div>
|
1097
|
+
|
1098
|
+
|
1099
|
+
|
1100
|
+
|
1101
|
+
|
1102
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-cronograma_etapas">
|
1103
|
+
|
1104
|
+
|
1105
|
+
|
1106
|
+
|
1107
|
+
|
1108
|
+
<label class="formQuestion"><span>Cronograma - Datas de conclusão das etapas</span>:</label>
|
1109
|
+
|
1110
|
+
<br />
|
1111
|
+
|
1112
|
+
|
1113
|
+
|
1114
|
+
|
1115
|
+
|
1116
|
+
<table class="datagridwidget-table-view listing">
|
1117
|
+
<thead>
|
1118
|
+
<tr>
|
1119
|
+
<th class="">Número</th>
|
1120
|
+
<th class="">Descrição</th>
|
1121
|
+
<th class="">Data Prevista</th>
|
1122
|
+
<th class="">Data Realizada</th>
|
1123
|
+
</tr>
|
1124
|
+
</thead>
|
1125
|
+
<tbody>
|
1126
|
+
</tbody>
|
1127
|
+
</table>
|
1128
|
+
|
1129
|
+
|
1130
|
+
|
1131
|
+
|
1132
|
+
|
1133
|
+
</div>
|
1134
|
+
|
1135
|
+
|
1136
|
+
|
1137
|
+
|
1138
|
+
|
1139
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-resposavel_licitacao">
|
1140
|
+
|
1141
|
+
|
1142
|
+
|
1143
|
+
|
1144
|
+
|
1145
|
+
<label class="formQuestion"><span>Responsável pela comissão de licitação ou pelo pregão</span>:</label>
|
1146
|
+
|
1147
|
+
<br />
|
1148
|
+
|
1149
|
+
|
1150
|
+
|
1151
|
+
|
1152
|
+
|
1153
|
+
<table class="datagridwidget-table-view listing">
|
1154
|
+
<thead>
|
1155
|
+
<tr>
|
1156
|
+
<th class="">Nome</th>
|
1157
|
+
<th class="">CPF</th>
|
1158
|
+
</tr>
|
1159
|
+
</thead>
|
1160
|
+
<tbody>
|
1161
|
+
|
1162
|
+
|
1163
|
+
<tr class="even">
|
1164
|
+
|
1165
|
+
<td class="col-1">
|
1166
|
+
|
1167
|
+
<span>
|
1168
|
+
|
1169
|
+
<div>ROSANY MENDES DA SILVA</div>
|
1170
|
+
|
1171
|
+
</span>
|
1172
|
+
</td>
|
1173
|
+
|
1174
|
+
|
1175
|
+
<td class="col-2">
|
1176
|
+
|
1177
|
+
<span>
|
1178
|
+
|
1179
|
+
<div></div>
|
1180
|
+
|
1181
|
+
</span>
|
1182
|
+
</td>
|
1183
|
+
|
1184
|
+
</tr>
|
1185
|
+
|
1186
|
+
|
1187
|
+
|
1188
|
+
|
1189
|
+
<tr class="odd">
|
1190
|
+
|
1191
|
+
<td class="col-1">
|
1192
|
+
|
1193
|
+
<span>
|
1194
|
+
|
1195
|
+
<div></div>
|
1196
|
+
|
1197
|
+
</span>
|
1198
|
+
</td>
|
1199
|
+
|
1200
|
+
|
1201
|
+
<td class="col-2">
|
1202
|
+
|
1203
|
+
<span>
|
1204
|
+
|
1205
|
+
<div></div>
|
1206
|
+
|
1207
|
+
</span>
|
1208
|
+
</td>
|
1209
|
+
|
1210
|
+
</tr>
|
1211
|
+
|
1212
|
+
|
1213
|
+
</tbody>
|
1214
|
+
</table>
|
1215
|
+
|
1216
|
+
|
1217
|
+
|
1218
|
+
|
1219
|
+
|
1220
|
+
</div>
|
1221
|
+
|
1222
|
+
|
1223
|
+
|
1224
|
+
|
1225
|
+
|
1226
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-modalidade">
|
1227
|
+
|
1228
|
+
|
1229
|
+
|
1230
|
+
|
1231
|
+
|
1232
|
+
<label class="formQuestion"><span>Modalidade de Licitação</span>:</label>
|
1233
|
+
|
1234
|
+
<br />
|
1235
|
+
|
1236
|
+
|
1237
|
+
|
1238
|
+
|
1239
|
+
<span class="" id="parent-fieldname-modalidade">
|
1240
|
+
Concorrência
|
1241
|
+
</span>
|
1242
|
+
|
1243
|
+
|
1244
|
+
|
1245
|
+
|
1246
|
+
|
1247
|
+
</div>
|
1248
|
+
|
1249
|
+
|
1250
|
+
|
1251
|
+
|
1252
|
+
|
1253
|
+
<div class="field ArchetypesField-StringField" id="archetypes-fieldname-numero_ano">
|
1254
|
+
|
1255
|
+
|
1256
|
+
|
1257
|
+
|
1258
|
+
|
1259
|
+
<label class="formQuestion"><span>Número e ano</span>:</label>
|
1260
|
+
|
1261
|
+
<br />
|
1262
|
+
|
1263
|
+
|
1264
|
+
|
1265
|
+
|
1266
|
+
<span class="" id="parent-fieldname-numero_ano">
|
1267
|
+
01/2009
|
1268
|
+
</span>
|
1269
|
+
|
1270
|
+
|
1271
|
+
|
1272
|
+
|
1273
|
+
|
1274
|
+
</div>
|
1275
|
+
|
1276
|
+
|
1277
|
+
|
1278
|
+
|
1279
|
+
|
1280
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-empresas_que_retiraram_edital">
|
1281
|
+
|
1282
|
+
|
1283
|
+
|
1284
|
+
|
1285
|
+
|
1286
|
+
<label class="formQuestion"><span>Empresas que retiraram o edital de licitação</span>:</label>
|
1287
|
+
|
1288
|
+
<br />
|
1289
|
+
|
1290
|
+
|
1291
|
+
|
1292
|
+
|
1293
|
+
|
1294
|
+
<table class="datagridwidget-table-view listing">
|
1295
|
+
<thead>
|
1296
|
+
<tr>
|
1297
|
+
<th class="">Nome</th>
|
1298
|
+
<th class="">CNPJ</th>
|
1299
|
+
</tr>
|
1300
|
+
</thead>
|
1301
|
+
<tbody>
|
1302
|
+
</tbody>
|
1303
|
+
</table>
|
1304
|
+
|
1305
|
+
|
1306
|
+
|
1307
|
+
|
1308
|
+
|
1309
|
+
</div>
|
1310
|
+
|
1311
|
+
|
1312
|
+
|
1313
|
+
|
1314
|
+
|
1315
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-empresas_consorciadas">
|
1316
|
+
|
1317
|
+
|
1318
|
+
|
1319
|
+
|
1320
|
+
|
1321
|
+
<label class="formQuestion"><span>Empresas consorciadas</span>:</label>
|
1322
|
+
|
1323
|
+
<br />
|
1324
|
+
|
1325
|
+
|
1326
|
+
|
1327
|
+
|
1328
|
+
|
1329
|
+
<table class="datagridwidget-table-view listing">
|
1330
|
+
<thead>
|
1331
|
+
<tr>
|
1332
|
+
<th class="">Nome</th>
|
1333
|
+
<th class="">CNPJ</th>
|
1334
|
+
</tr>
|
1335
|
+
</thead>
|
1336
|
+
<tbody>
|
1337
|
+
|
1338
|
+
|
1339
|
+
<tr class="even">
|
1340
|
+
|
1341
|
+
<td class="col-1">
|
1342
|
+
|
1343
|
+
<span>
|
1344
|
+
|
1345
|
+
<div>CONSTRUTORA OAS LTDA</div>
|
1346
|
+
|
1347
|
+
</span>
|
1348
|
+
</td>
|
1349
|
+
|
1350
|
+
|
1351
|
+
<td class="col-2">
|
1352
|
+
|
1353
|
+
<span>
|
1354
|
+
|
1355
|
+
<div>14.310.577/0001-04</div>
|
1356
|
+
|
1357
|
+
</span>
|
1358
|
+
</td>
|
1359
|
+
|
1360
|
+
</tr>
|
1361
|
+
|
1362
|
+
|
1363
|
+
|
1364
|
+
|
1365
|
+
<tr class="odd">
|
1366
|
+
|
1367
|
+
<td class="col-1">
|
1368
|
+
|
1369
|
+
<span>
|
1370
|
+
|
1371
|
+
<div>ODEBRECHT INVESTIMENTOS EM INFRA-ESTRUTURA LTDA</div>
|
1372
|
+
|
1373
|
+
</span>
|
1374
|
+
</td>
|
1375
|
+
|
1376
|
+
|
1377
|
+
<td class="col-2">
|
1378
|
+
|
1379
|
+
<span>
|
1380
|
+
|
1381
|
+
<div>07.668.258/0001-00</div>
|
1382
|
+
|
1383
|
+
</span>
|
1384
|
+
</td>
|
1385
|
+
|
1386
|
+
</tr>
|
1387
|
+
|
1388
|
+
|
1389
|
+
</tbody>
|
1390
|
+
</table>
|
1391
|
+
|
1392
|
+
|
1393
|
+
|
1394
|
+
|
1395
|
+
|
1396
|
+
</div>
|
1397
|
+
|
1398
|
+
|
1399
|
+
|
1400
|
+
|
1401
|
+
|
1402
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-empresas_que_impugnaram">
|
1403
|
+
|
1404
|
+
|
1405
|
+
|
1406
|
+
|
1407
|
+
|
1408
|
+
<label class="formQuestion"><span>Empresas / associações que impugnaram o edital de licitação</span>:</label>
|
1409
|
+
|
1410
|
+
<br />
|
1411
|
+
|
1412
|
+
|
1413
|
+
|
1414
|
+
|
1415
|
+
|
1416
|
+
<table class="datagridwidget-table-view listing">
|
1417
|
+
<thead>
|
1418
|
+
<tr>
|
1419
|
+
<th class="">Nome</th>
|
1420
|
+
<th class="">CNPJ</th>
|
1421
|
+
</tr>
|
1422
|
+
</thead>
|
1423
|
+
<tbody>
|
1424
|
+
</tbody>
|
1425
|
+
</table>
|
1426
|
+
|
1427
|
+
|
1428
|
+
|
1429
|
+
|
1430
|
+
|
1431
|
+
</div>
|
1432
|
+
|
1433
|
+
|
1434
|
+
|
1435
|
+
|
1436
|
+
|
1437
|
+
<div class="field ArchetypesField-TextField" id="archetypes-fieldname-resultado_impugnacao">
|
1438
|
+
|
1439
|
+
|
1440
|
+
|
1441
|
+
|
1442
|
+
|
1443
|
+
<label class="formQuestion"><span>Resultado da impuganação</span>:</label>
|
1444
|
+
|
1445
|
+
<br />
|
1446
|
+
|
1447
|
+
|
1448
|
+
|
1449
|
+
|
1450
|
+
<div class="" id="parent-fieldname-resultado_impugnacao">
|
1451
|
+
|
1452
|
+
|
1453
|
+
</div>
|
1454
|
+
|
1455
|
+
|
1456
|
+
|
1457
|
+
|
1458
|
+
|
1459
|
+
</div>
|
1460
|
+
|
1461
|
+
|
1462
|
+
|
1463
|
+
|
1464
|
+
|
1465
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-empresas_que_apresentaram_propostas">
|
1466
|
+
|
1467
|
+
|
1468
|
+
|
1469
|
+
|
1470
|
+
|
1471
|
+
<label class="formQuestion"><span>Empresas / consórcios que apresentaram propostas ou lances</span>:</label>
|
1472
|
+
|
1473
|
+
<br />
|
1474
|
+
|
1475
|
+
|
1476
|
+
|
1477
|
+
|
1478
|
+
|
1479
|
+
<table class="datagridwidget-table-view listing">
|
1480
|
+
<thead>
|
1481
|
+
<tr>
|
1482
|
+
<th class="">Nome</th>
|
1483
|
+
<th class="">CNPJ</th>
|
1484
|
+
</tr>
|
1485
|
+
</thead>
|
1486
|
+
<tbody>
|
1487
|
+
|
1488
|
+
|
1489
|
+
<tr class="even">
|
1490
|
+
|
1491
|
+
<td class="col-1">
|
1492
|
+
|
1493
|
+
<span>
|
1494
|
+
|
1495
|
+
<div>ODEBRECHT INVESTIMENTOS EM INFRA-ESTRUTURA LTDA</div>
|
1496
|
+
|
1497
|
+
</span>
|
1498
|
+
</td>
|
1499
|
+
|
1500
|
+
|
1501
|
+
<td class="col-2">
|
1502
|
+
|
1503
|
+
<span>
|
1504
|
+
|
1505
|
+
<div>07.668.258/0001-00</div>
|
1506
|
+
|
1507
|
+
</span>
|
1508
|
+
</td>
|
1509
|
+
|
1510
|
+
</tr>
|
1511
|
+
|
1512
|
+
|
1513
|
+
|
1514
|
+
|
1515
|
+
<tr class="odd">
|
1516
|
+
|
1517
|
+
<td class="col-1">
|
1518
|
+
|
1519
|
+
<span>
|
1520
|
+
|
1521
|
+
<div>CONSTRUTORA OAS LTDA</div>
|
1522
|
+
|
1523
|
+
</span>
|
1524
|
+
</td>
|
1525
|
+
|
1526
|
+
|
1527
|
+
<td class="col-2">
|
1528
|
+
|
1529
|
+
<span>
|
1530
|
+
|
1531
|
+
<div>14.310.577/0001-04</div>
|
1532
|
+
|
1533
|
+
</span>
|
1534
|
+
</td>
|
1535
|
+
|
1536
|
+
</tr>
|
1537
|
+
|
1538
|
+
|
1539
|
+
</tbody>
|
1540
|
+
</table>
|
1541
|
+
|
1542
|
+
|
1543
|
+
|
1544
|
+
|
1545
|
+
|
1546
|
+
</div>
|
1547
|
+
|
1548
|
+
|
1549
|
+
|
1550
|
+
|
1551
|
+
|
1552
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-empresas_inabilitadas">
|
1553
|
+
|
1554
|
+
|
1555
|
+
|
1556
|
+
|
1557
|
+
|
1558
|
+
<label class="formQuestion"><span>Empresas / consórcios inabilitados</span>:</label>
|
1559
|
+
|
1560
|
+
<br />
|
1561
|
+
|
1562
|
+
|
1563
|
+
|
1564
|
+
|
1565
|
+
|
1566
|
+
<table class="datagridwidget-table-view listing">
|
1567
|
+
<thead>
|
1568
|
+
<tr>
|
1569
|
+
<th class="">Nome</th>
|
1570
|
+
<th class="">CNPJ</th>
|
1571
|
+
</tr>
|
1572
|
+
</thead>
|
1573
|
+
<tbody>
|
1574
|
+
</tbody>
|
1575
|
+
</table>
|
1576
|
+
|
1577
|
+
|
1578
|
+
|
1579
|
+
|
1580
|
+
|
1581
|
+
</div>
|
1582
|
+
|
1583
|
+
|
1584
|
+
|
1585
|
+
|
1586
|
+
|
1587
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-empresas_que_recorreram_da_inabilitacao">
|
1588
|
+
|
1589
|
+
|
1590
|
+
|
1591
|
+
|
1592
|
+
|
1593
|
+
<label class="formQuestion"><span>Empresas que recorreram da inabilitação</span>:</label>
|
1594
|
+
|
1595
|
+
<br />
|
1596
|
+
|
1597
|
+
|
1598
|
+
|
1599
|
+
|
1600
|
+
|
1601
|
+
<table class="datagridwidget-table-view listing">
|
1602
|
+
<thead>
|
1603
|
+
<tr>
|
1604
|
+
<th class="">Nome</th>
|
1605
|
+
<th class="">CNPJ</th>
|
1606
|
+
</tr>
|
1607
|
+
</thead>
|
1608
|
+
<tbody>
|
1609
|
+
</tbody>
|
1610
|
+
</table>
|
1611
|
+
|
1612
|
+
|
1613
|
+
|
1614
|
+
|
1615
|
+
|
1616
|
+
</div>
|
1617
|
+
|
1618
|
+
|
1619
|
+
|
1620
|
+
|
1621
|
+
|
1622
|
+
<div class="field ArchetypesField-TextField" id="archetypes-fieldname-resultado_recursos">
|
1623
|
+
|
1624
|
+
|
1625
|
+
|
1626
|
+
|
1627
|
+
|
1628
|
+
<label class="formQuestion"><span>Resultado dos recursos contra inabilitação</span>:</label>
|
1629
|
+
|
1630
|
+
<br />
|
1631
|
+
|
1632
|
+
|
1633
|
+
|
1634
|
+
|
1635
|
+
<div class="" id="parent-fieldname-resultado_recursos">
|
1636
|
+
|
1637
|
+
|
1638
|
+
</div>
|
1639
|
+
|
1640
|
+
|
1641
|
+
|
1642
|
+
|
1643
|
+
|
1644
|
+
</div>
|
1645
|
+
|
1646
|
+
|
1647
|
+
|
1648
|
+
|
1649
|
+
|
1650
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-empresa_vencedora">
|
1651
|
+
|
1652
|
+
|
1653
|
+
|
1654
|
+
|
1655
|
+
|
1656
|
+
<label class="formQuestion"><span>Empresa / consórcio vencedor</span>:</label>
|
1657
|
+
|
1658
|
+
<br />
|
1659
|
+
|
1660
|
+
|
1661
|
+
|
1662
|
+
|
1663
|
+
|
1664
|
+
<table class="datagridwidget-table-view listing">
|
1665
|
+
<thead>
|
1666
|
+
<tr>
|
1667
|
+
<th class="">Nome</th>
|
1668
|
+
<th class="">CNPJ</th>
|
1669
|
+
<th class="">UF</th>
|
1670
|
+
</tr>
|
1671
|
+
</thead>
|
1672
|
+
<tbody>
|
1673
|
+
|
1674
|
+
|
1675
|
+
<tr class="even">
|
1676
|
+
|
1677
|
+
<td class="col-1">
|
1678
|
+
|
1679
|
+
<span>
|
1680
|
+
|
1681
|
+
<div>CONSTRUTORA OAS LTDA</div>
|
1682
|
+
|
1683
|
+
</span>
|
1684
|
+
</td>
|
1685
|
+
|
1686
|
+
|
1687
|
+
<td class="col-2">
|
1688
|
+
|
1689
|
+
<span>
|
1690
|
+
|
1691
|
+
<div>14.310.577/0001-04</div>
|
1692
|
+
|
1693
|
+
</span>
|
1694
|
+
</td>
|
1695
|
+
|
1696
|
+
|
1697
|
+
<td class="col-3">
|
1698
|
+
|
1699
|
+
<span>
|
1700
|
+
|
1701
|
+
<div>SP</div>
|
1702
|
+
|
1703
|
+
</span>
|
1704
|
+
</td>
|
1705
|
+
|
1706
|
+
</tr>
|
1707
|
+
|
1708
|
+
|
1709
|
+
|
1710
|
+
|
1711
|
+
<tr class="odd">
|
1712
|
+
|
1713
|
+
<td class="col-1">
|
1714
|
+
|
1715
|
+
<span>
|
1716
|
+
|
1717
|
+
<div>ODEBRECHT INVESTIMENTOS EM INFRA-ESTRUTURA LTDA</div>
|
1718
|
+
|
1719
|
+
</span>
|
1720
|
+
</td>
|
1721
|
+
|
1722
|
+
|
1723
|
+
<td class="col-2">
|
1724
|
+
|
1725
|
+
<span>
|
1726
|
+
|
1727
|
+
<div>07.668.258/0001-00</div>
|
1728
|
+
|
1729
|
+
</span>
|
1730
|
+
</td>
|
1731
|
+
|
1732
|
+
|
1733
|
+
<td class="col-3">
|
1734
|
+
|
1735
|
+
<span>
|
1736
|
+
|
1737
|
+
<div>RJ</div>
|
1738
|
+
|
1739
|
+
</span>
|
1740
|
+
</td>
|
1741
|
+
|
1742
|
+
</tr>
|
1743
|
+
|
1744
|
+
|
1745
|
+
|
1746
|
+
|
1747
|
+
<tr class="even">
|
1748
|
+
|
1749
|
+
<td class="col-1">
|
1750
|
+
|
1751
|
+
<span>
|
1752
|
+
|
1753
|
+
<div></div>
|
1754
|
+
|
1755
|
+
</span>
|
1756
|
+
</td>
|
1757
|
+
|
1758
|
+
|
1759
|
+
<td class="col-2">
|
1760
|
+
|
1761
|
+
<span>
|
1762
|
+
|
1763
|
+
<div></div>
|
1764
|
+
|
1765
|
+
</span>
|
1766
|
+
</td>
|
1767
|
+
|
1768
|
+
|
1769
|
+
<td class="col-3">
|
1770
|
+
|
1771
|
+
<span>
|
1772
|
+
|
1773
|
+
<div></div>
|
1774
|
+
|
1775
|
+
</span>
|
1776
|
+
</td>
|
1777
|
+
|
1778
|
+
</tr>
|
1779
|
+
|
1780
|
+
|
1781
|
+
</tbody>
|
1782
|
+
</table>
|
1783
|
+
|
1784
|
+
|
1785
|
+
|
1786
|
+
|
1787
|
+
|
1788
|
+
</div>
|
1789
|
+
|
1790
|
+
|
1791
|
+
|
1792
|
+
|
1793
|
+
|
1794
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-valores_contratados">
|
1795
|
+
|
1796
|
+
|
1797
|
+
|
1798
|
+
|
1799
|
+
|
1800
|
+
<label class="formQuestion"><span>Valores contratados por lote</span>:</label>
|
1801
|
+
|
1802
|
+
<br />
|
1803
|
+
|
1804
|
+
|
1805
|
+
|
1806
|
+
|
1807
|
+
|
1808
|
+
<table class="datagridwidget-table-view listing">
|
1809
|
+
<thead>
|
1810
|
+
<tr>
|
1811
|
+
<th class="">Descrição</th>
|
1812
|
+
<th class=""> Valor</th>
|
1813
|
+
</tr>
|
1814
|
+
</thead>
|
1815
|
+
<tbody>
|
1816
|
+
|
1817
|
+
|
1818
|
+
<tr class="even">
|
1819
|
+
|
1820
|
+
<td class="col-1">
|
1821
|
+
|
1822
|
+
<span>
|
1823
|
+
|
1824
|
+
<div>lote unico</div>
|
1825
|
+
|
1826
|
+
</span>
|
1827
|
+
</td>
|
1828
|
+
|
1829
|
+
|
1830
|
+
<td class="col-2">
|
1831
|
+
|
1832
|
+
<span>
|
1833
|
+
|
1834
|
+
<div>R$ 591.711.185,00</div>
|
1835
|
+
|
1836
|
+
</span>
|
1837
|
+
</td>
|
1838
|
+
|
1839
|
+
</tr>
|
1840
|
+
|
1841
|
+
|
1842
|
+
</tbody>
|
1843
|
+
</table>
|
1844
|
+
|
1845
|
+
|
1846
|
+
|
1847
|
+
|
1848
|
+
|
1849
|
+
</div>
|
1850
|
+
|
1851
|
+
|
1852
|
+
|
1853
|
+
|
1854
|
+
|
1855
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-notas_empenho">
|
1856
|
+
|
1857
|
+
|
1858
|
+
|
1859
|
+
|
1860
|
+
|
1861
|
+
<label class="formQuestion"><span>Relação de Notas de Empenho</span>:</label>
|
1862
|
+
|
1863
|
+
<br />
|
1864
|
+
|
1865
|
+
|
1866
|
+
|
1867
|
+
|
1868
|
+
|
1869
|
+
<table class="datagridwidget-table-view listing">
|
1870
|
+
<thead>
|
1871
|
+
<tr>
|
1872
|
+
<th class="">Número da nota de empenho</th>
|
1873
|
+
<th class="">Data</th>
|
1874
|
+
<th class="">Valor</th>
|
1875
|
+
<th class="">Objeto do empenho/contrato</th>
|
1876
|
+
</tr>
|
1877
|
+
</thead>
|
1878
|
+
<tbody>
|
1879
|
+
</tbody>
|
1880
|
+
</table>
|
1881
|
+
|
1882
|
+
|
1883
|
+
|
1884
|
+
|
1885
|
+
|
1886
|
+
</div>
|
1887
|
+
|
1888
|
+
|
1889
|
+
|
1890
|
+
|
1891
|
+
|
1892
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-pagamentos">
|
1893
|
+
|
1894
|
+
|
1895
|
+
|
1896
|
+
|
1897
|
+
|
1898
|
+
<label class="formQuestion"><span>Pagamentos efetuados à Contratada</span>:</label>
|
1899
|
+
|
1900
|
+
<br />
|
1901
|
+
|
1902
|
+
|
1903
|
+
|
1904
|
+
|
1905
|
+
|
1906
|
+
<table class="datagridwidget-table-view listing">
|
1907
|
+
<thead>
|
1908
|
+
<tr>
|
1909
|
+
<th class="">Número da nota de empenho</th>
|
1910
|
+
<th class="">Data</th>
|
1911
|
+
<th class="">Valor</th>
|
1912
|
+
<th class="">Referência ao relatório de medição</th>
|
1913
|
+
</tr>
|
1914
|
+
</thead>
|
1915
|
+
<tbody>
|
1916
|
+
</tbody>
|
1917
|
+
</table>
|
1918
|
+
|
1919
|
+
|
1920
|
+
|
1921
|
+
|
1922
|
+
|
1923
|
+
</div>
|
1924
|
+
|
1925
|
+
|
1926
|
+
|
1927
|
+
|
1928
|
+
|
1929
|
+
<div class="field ArchetypesField-DataGridField" id="archetypes-fieldname-desembolsos">
|
1930
|
+
|
1931
|
+
|
1932
|
+
|
1933
|
+
|
1934
|
+
|
1935
|
+
<label class="formQuestion"><span>Quadro de Controle Orçamentário</span>:</label>
|
1936
|
+
|
1937
|
+
<br />
|
1938
|
+
|
1939
|
+
|
1940
|
+
|
1941
|
+
|
1942
|
+
|
1943
|
+
<table class="datagridwidget-table-view listing">
|
1944
|
+
<thead>
|
1945
|
+
<tr>
|
1946
|
+
<th class="">Ano da Dotação</th>
|
1947
|
+
<th class="">Valor Orçado na LOA</th>
|
1948
|
+
<th class="">Créditos Adicionais</th>
|
1949
|
+
<th class="">Valor Contingenciado</th>
|
1950
|
+
</tr>
|
1951
|
+
</thead>
|
1952
|
+
<tbody>
|
1953
|
+
</tbody>
|
1954
|
+
</table>
|
1955
|
+
|
1956
|
+
|
1957
|
+
|
1958
|
+
|
1959
|
+
|
1960
|
+
</div>
|
1961
|
+
|
1962
|
+
|
1963
|
+
|
1964
|
+
|
1965
|
+
|
1966
|
+
|
1967
|
+
|
1968
|
+
|
1969
|
+
|
1970
|
+
<dl>
|
1971
|
+
|
1972
|
+
|
1973
|
+
|
1974
|
+
<dt class="">
|
1975
|
+
|
1976
|
+
<span class="summary">
|
1977
|
+
<img width="16" height="16" src="http://www.copatransparente.gov.br/portalCopa/document_icon.gif" alt="Documento" />
|
1978
|
+
<a href="http://www.copatransparente.gov.br/portalCopa/acoes/arena-fonte-nova-parceria-publico-privada/contrato-parceria-publico-privada-fonte-nova" class="contenttype-documento state-published url">Contrato Parceria Público Privada Fonte Nova</a>
|
1979
|
+
</span>
|
1980
|
+
|
1981
|
+
<span class="documentByLine">
|
1982
|
+
|
1983
|
+
|
1984
|
+
|
1985
|
+
|
1986
|
+
|
1987
|
+
</span>
|
1988
|
+
|
1989
|
+
</dt>
|
1990
|
+
|
1991
|
+
|
1992
|
+
|
1993
|
+
|
1994
|
+
|
1995
|
+
|
1996
|
+
|
1997
|
+
|
1998
|
+
<dt class="">
|
1999
|
+
|
2000
|
+
<span class="summary">
|
2001
|
+
<img width="16" height="16" src="http://www.copatransparente.gov.br/portalCopa/document_icon.gif" alt="Documento" />
|
2002
|
+
<a href="http://www.copatransparente.gov.br/portalCopa/acoes/arena-fonte-nova-parceria-publico-privada/edital-fonte-nova-parceria-publico-privada" class="contenttype-documento state-published url">Edital Fonte Nova - Parceria Público-Privada</a>
|
2003
|
+
</span>
|
2004
|
+
|
2005
|
+
<span class="documentByLine">
|
2006
|
+
|
2007
|
+
|
2008
|
+
|
2009
|
+
|
2010
|
+
|
2011
|
+
</span>
|
2012
|
+
|
2013
|
+
</dt>
|
2014
|
+
|
2015
|
+
|
2016
|
+
|
2017
|
+
|
2018
|
+
|
2019
|
+
|
2020
|
+
|
2021
|
+
|
2022
|
+
<dt class="">
|
2023
|
+
|
2024
|
+
<span class="summary">
|
2025
|
+
<img width="16" height="16" src="http://www.copatransparente.gov.br/portalCopa/document_icon.gif" alt="Documento" />
|
2026
|
+
<a href="http://www.copatransparente.gov.br/portalCopa/acoes/arena-fonte-nova-parceria-publico-privada/termo-aditivo-no-01-contrato-administrativo-no-02-2010" class="contenttype-documento state-published url">Termo aditivo nº 01 - contrato administrativo nº 02/2010</a>
|
2027
|
+
</span>
|
2028
|
+
|
2029
|
+
<span class="documentByLine">
|
2030
|
+
|
2031
|
+
|
2032
|
+
|
2033
|
+
|
2034
|
+
|
2035
|
+
</span>
|
2036
|
+
|
2037
|
+
</dt>
|
2038
|
+
|
2039
|
+
|
2040
|
+
|
2041
|
+
|
2042
|
+
|
2043
|
+
|
2044
|
+
|
2045
|
+
|
2046
|
+
<dt class="">
|
2047
|
+
|
2048
|
+
<span class="summary">
|
2049
|
+
<img width="16" height="16" src="http://www.copatransparente.gov.br/portalCopa/document_icon.gif" alt="Documento" />
|
2050
|
+
<a href="http://www.copatransparente.gov.br/portalCopa/acoes/arena-fonte-nova-parceria-publico-privada/termo-aditivo-no-02-contrato-administrativo-no-02-2010" class="contenttype-documento state-published url">Termo aditivo nº 02 - contrato administrativo nº 02/2010</a>
|
2051
|
+
</span>
|
2052
|
+
|
2053
|
+
<span class="documentByLine">
|
2054
|
+
|
2055
|
+
|
2056
|
+
|
2057
|
+
|
2058
|
+
|
2059
|
+
</span>
|
2060
|
+
|
2061
|
+
</dt>
|
2062
|
+
|
2063
|
+
|
2064
|
+
|
2065
|
+
|
2066
|
+
|
2067
|
+
|
2068
|
+
|
2069
|
+
|
2070
|
+
<dt class="">
|
2071
|
+
|
2072
|
+
<span class="summary">
|
2073
|
+
<img width="16" height="16" src="http://www.copatransparente.gov.br/portalCopa/document_icon.gif" alt="Documento" />
|
2074
|
+
<a href="http://www.copatransparente.gov.br/portalCopa/acoes/arena-fonte-nova-parceria-publico-privada/anexo-edital-ppp-memorial-descritivo-da-arena-elementos-de-projeto-basico" class="contenttype-documento state-published url">Anexo Edital PPP - Memorial Descritivo da Arena - Elementos de Projeto Básico</a>
|
2075
|
+
</span>
|
2076
|
+
|
2077
|
+
<span class="documentByLine">
|
2078
|
+
|
2079
|
+
|
2080
|
+
|
2081
|
+
|
2082
|
+
|
2083
|
+
</span>
|
2084
|
+
|
2085
|
+
</dt>
|
2086
|
+
|
2087
|
+
|
2088
|
+
|
2089
|
+
|
2090
|
+
|
2091
|
+
</dl>
|
2092
|
+
|
2093
|
+
|
2094
|
+
|
2095
|
+
|
2096
|
+
|
2097
|
+
|
2098
|
+
|
2099
|
+
|
2100
|
+
|
2101
|
+
|
2102
|
+
|
2103
|
+
|
2104
|
+
|
2105
|
+
|
2106
|
+
|
2107
|
+
</div>
|
2108
|
+
|
2109
|
+
|
2110
|
+
|
2111
|
+
|
2112
|
+
<div class="visualClear"><!-- --></div>
|
2113
|
+
|
2114
|
+
<div class="documentActions">
|
2115
|
+
|
2116
|
+
|
2117
|
+
|
2118
|
+
|
2119
|
+
</div>
|
2120
|
+
|
2121
|
+
|
2122
|
+
|
2123
|
+
</div>
|
2124
|
+
|
2125
|
+
|
2126
|
+
|
2127
|
+
</div>
|
2128
|
+
|
2129
|
+
|
2130
|
+
<div id="viewlet-below-content">
|
2131
|
+
|
2132
|
+
|
2133
|
+
|
2134
|
+
|
2135
|
+
|
2136
|
+
|
2137
|
+
|
2138
|
+
</div>
|
2139
|
+
</div>
|
2140
|
+
|
2141
|
+
|
2142
|
+
|
2143
|
+
|
2144
|
+
|
2145
|
+
|
2146
|
+
</div>
|
2147
|
+
|
2148
|
+
|
2149
|
+
|
2150
|
+
<div class="row">
|
2151
|
+
<div class="cell width-full position-0">
|
2152
|
+
<div id="portal-footer" style="height:115px;">
|
2153
|
+
<p style="float:left; margin-top:7px;">
|
2154
|
+
<a href="http://www.senado.gov.br/" title="Senado Federal"><img src="++resource++portalcopa.tema.stylesheets/css/senado.jpg" /> </a><br />
|
2155
|
+
<a href="http://www2.camara.gov.br/" title="Câmara dos Deputados"><img src="++resource++portalcopa.tema.stylesheets/css/camara.jpg" /> </a> <br />
|
2156
|
+
<a href="http://www.tcu.gov.br/" title="Tribunal de Contas da União"><img src="++resource++portalcopa.tema.stylesheets/css/tcu.jpg" /> </a>
|
2157
|
+
</p>
|
2158
|
+
<a id="tcu_fiscaliza" href="http://www.fiscalizacopa2014.gov.br/" target="_blank" title="Fiscalização da Copa 2014 pelos Tribunais de Contas">
|
2159
|
+
<img src="++resource++portalcopa.tema.stylesheets/css/tcu_fiscaliza.png" width="104" height="104" align="right" style="margin-top:7px;" />
|
2160
|
+
</a>
|
2161
|
+
</div>
|
2162
|
+
</div>
|
2163
|
+
</div>
|
2164
|
+
|
2165
|
+
<div id="portal-colophon">
|
2166
|
+
|
2167
|
+
<div class="colophonWrapper">
|
2168
|
+
<ul>
|
2169
|
+
<li>
|
2170
|
+
<a href="http://plone.org" title="Este site foi feito usando o Plone, CMS/WCM de Código Aberto.">Impulsionado por Plone e Python</a>
|
2171
|
+
</li>
|
2172
|
+
</ul>
|
2173
|
+
</div>
|
2174
|
+
</div>
|
2175
|
+
|
2176
|
+
<ul id="portal-siteactions">
|
2177
|
+
|
2178
|
+
<li id="siteaction-sitemap"><a href="http://www.copatransparente.gov.br/portalCopa/sitemap" accesskey="3" title="Mapa do Site">Mapa do Site</a></li>
|
2179
|
+
<li id="siteaction-accessibility"><a href="http://www.copatransparente.gov.br/portalCopa/accessibility-info" accesskey="0" title="Acessibilidade">Acessibilidade</a></li>
|
2180
|
+
<li id="siteaction-contact"><a href="http://www.copatransparente.gov.br/portalCopa/contact-info" accesskey="9" title="Contato">Contato</a></li>
|
2181
|
+
</ul>
|
2182
|
+
|
2183
|
+
<script type="text/javascript">
|
2184
|
+
var _gaq = _gaq || [];
|
2185
|
+
_gaq.push(['_setAccount', 'UA-27295293-1']);
|
2186
|
+
_gaq.push(['_trackPageview']);
|
2187
|
+
|
2188
|
+
(function() {
|
2189
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
2190
|
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
2191
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
2192
|
+
})();
|
2193
|
+
</script>
|
2194
|
+
|
2195
|
+
|
2196
|
+
</div>
|
2197
|
+
</body>
|
2198
|
+
</html>
|
2199
|
+
|
2200
|
+
|