public-health-ch/publichealth/templates/footer.html

42 lines
1.2 KiB
HTML
Raw Normal View History

2018-05-25 14:01:03 +00:00
{% load static wagtailcore_tags navigation information %}
2017-03-08 21:41:29 +00:00
{% get_site_root as site_root %}
2017-01-27 16:06:53 +00:00
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
2017-04-08 12:33:03 +00:00
<div class="col-md-4">
<!-- Bottom Menu -->
{% footer_menu parent=site_root calling_page=self %}
2017-04-08 14:01:08 +00:00
<!-- Search form -->
<form action="/search/" method="get" id="search-form">
<input type="text" name="query" value="" class="form-control">
<button type="submit" title="Search">
<span class="glyphicon glyphicon-search" aria-hidden="false"></span>
</button>
</form>
2017-04-08 12:33:03 +00:00
</div>
2017-05-10 21:16:34 +00:00
<a name="contact-info"></a>
2017-05-15 20:35:49 +00:00
<div class="col-md-4" id="contact-info">
2017-04-08 13:47:03 +00:00
{% contact_info %}
</div>
<div class="col-md-4" id="contact-form">
2017-05-11 08:12:55 +00:00
{% footer_form %}
2017-04-08 13:47:03 +00:00
</div>
2017-01-27 16:06:53 +00:00
</div><!-- /row -->
</div><!-- /container -->
</footer>
<div class="copyright">
2018-05-28 15:55:41 +00:00
&copy; 2018 Public Health Schweiz
2018-05-28 16:51:02 +00:00
&bull; <a href="/privacy/">Privacy Terms</a>
2018-05-28 15:55:41 +00:00
&bull; Code by <a href="https://madewithwagtail.org/developers/dataletsch/" target="_blank">Datalets</a>
2017-01-27 16:06:53 +00:00
</div>
2018-05-25 14:01:03 +00:00
{% if site_root.slug == "sphc" %}
<link rel="stylesheet" type="text/css" href="{% static 'css/sphc.css' %}">
{% endif %}
2018-06-02 12:49:30 +00:00
<link rel="stylesheet" type="text/css" href="{% static 'libs/cookieconsent/build/cookieconsent.min.css' %}">