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

41 lines
1.2 KiB
HTML
Raw Permalink Normal View History

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