Projet

Général

Profil

Télécharger (2,9 ko) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / ozwillo_theme / templates / footer.html @ 68c5207c

1 14fbb44a Serghei MIHAI
{% set current_lang = request.environ.CKAN_LANG %}
2 61b34555 Frédéric Péters
<footer id="t3-footer" class="wrap t3-footer">
3
4
	<section class="t3-sitemap">
5
					<!-- FOOT NAVIGATION -->
6
			<div class="container">
7
					<!-- SPOTLIGHT -->
8
	<div class="t3-spotlight t3-footnav  row">
9 68c5207c Guillaume Denis
		<div class=" col-lg-6 col-md-6 col-sm-3 col-xs-12">
10
			<div id="oz-footer-well">
11
			  <img src="/img/logo.png">
12
			  <p>{% trans %}A platform of interactive services{% endtrans %}<br>
13
			     {% trans %}for a common good of data{% endtrans %}
14
			  </p>
15
			  <p>
16
				  <a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects"><img src="/img/CIP.png" alt="CIP"/></a>
17
				  <a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects"><img src="/img/EU.png" alt="EU"/></a>
18
				  <a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects"><img src="/img/PIA.png" alt="PIA"/></a>
19
				  <a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects"><img src="/img/FR.png" alt="FR"/></a>
20
				</p>
21
			</div>
22
		</div>
23
		<div class=" col-lg-2 col-md-2 col-sm-3 col-xs-4">
24
								<div class="t3-module module " id="Mod141"><div class="module-inner"><div class="module-ct"><ul class="nav navbar-nav navbar-footer">
25 14fbb44a Serghei MIHAI
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/discover">{% trans %}Discovering{% endtrans %}</a></li>
26
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/news">{% trans %}News{% endtrans %}</a></li>
27
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/co-construct">{% trans %}Co-construct{% endtrans %}</a></li>
28
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/let-s-go">{% trans %}Let's go{% endtrans %}</a></li></ul>
29 61b34555 Frédéric Péters
</div></div></div>
30
							</div>
31
					<div class=" col-lg-2 col-md-2 col-sm-3 col-xs-4">
32 68c5207c Guillaume Denis
								<div class="t3-module module " id="Mod142"><div class="module-inner"><div class="module-ct"><ul class="nav navbar-nav navbar-footer">
33 14fbb44a Serghei MIHAI
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/contact">{% trans %}Contact{% endtrans %}</a></li>
34
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/l-equipe-projet-oasis">{% trans %}Project team{% endtrans %}</a></li>
35
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects">{% trans %}Projects{% endtrans %}</a></li></ul>
36 61b34555 Frédéric Péters
</div></div></div>
37
							</div>
38
					<div class=" col-lg-2 col-md-2 col-sm-3 col-xs-4">
39 68c5207c Guillaume Denis
								<div class="t3-module module " id="Mod143"><div class="module-inner"><div class="module-ct"><ul class="nav navbar-nav navbar-footer">
40 14fbb44a Serghei MIHAI
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/guide-utilisateur">{% trans %}User guide{% endtrans %}</a></li>
41
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/terms">{% trans %}General terms of use{% endtrans %}</a></li>
42
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/legal-notices">{% trans %}Legal Notices{% endtrans %}</a></li>
43
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/co-construct">{% trans %}Governance{% endtrans %}</a></li></ul>
44 61b34555 Frédéric Péters
</div></div></div>
45
							</div>
46
			</div>
47
<!-- SPOTLIGHT -->			</div>
48
			<!-- //FOOT NAVIGATION -->
49
			</section>
50
51
52
</footer>