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

41 lines
1.2 KiB
HTML
Raw Normal View History

2018-05-25 14:01:03 +00:00
{% load static wagtailcore_tags navigation information %}
2020-02-18 15:51:34 +00:00
{% get_site as the_site %}
2017-03-08 21:41:29 +00:00
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">
2020-02-18 15:51:34 +00:00
{% contact_info the_site=the_site %}
2017-04-08 13:47:03 +00:00
</div>
<div class="col-md-4" id="contact-form">
2020-02-18 15:51:34 +00:00
{% footer_form the_site=the_site %}
2022-02-07 06:49:14 +00:00
{% news_letter the_site=the_site %}
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">
2020-02-18 15:51:34 +00:00
{% contact_name the_site=the_site %}
&copy; 2020
2020-05-15 19:53:44 +00:00
&bull; <a href="https://public-health.ch/privacy/">Privacy</a>
&bull; <a href="https://public-health.ch/impressum/">Impressum</a>
2017-01-27 16:06:53 +00:00
</div>
2018-05-25 14:01:03 +00:00
2018-06-02 12:49:30 +00:00
<link rel="stylesheet" type="text/css" href="{% static 'libs/cookieconsent/build/cookieconsent.min.css' %}">