1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

re-add query help

This commit is contained in:
checktheroads
2019-08-20 18:52:29 -07:00
parent 918ef85a8d
commit bfb89a5e5a
5 changed files with 97 additions and 26 deletions

View File

@@ -29,7 +29,7 @@
{% block content %}
{% endblock %}
</main>
<button class="animsition btn btn-link text-primary hg-back" id="hg-back-btn" data-animsition-out-class="fade-out-left" data-animsition-in-class="fade-in-left">
<button class="animsition btn btn-link text-primary hg-back d-none" id="hg-back-btn" data-animsition-out-class="fade-out-left" data-animsition-in-class="fade-in-left">
<i class="remixicon-arrow-left-s-line"></i>
</button>
{% include "templates/footer.html.j2" %}

View File

@@ -2,16 +2,27 @@
<nav class="navbar fixed-bottom navbar-footer bg-footer">
<div class="container-fluid text-center p-0">
<div class="col-auto float-left">
<a class="btn btn-link hg-footer-item" href="#" data-toggle="popover" title="{{ branding.text.terms }}"
data-content="{{ details.footer.content | safe }}"><small>{{ branding.text.terms }}</small></a>
<div class="d-none" id="hg-footer-terms-html">{{ details.footer.content | safe }}</div>
<a class="btn btn-link hg-footer-item" id="hg-footer-terms-btn" href="#" data-toggle="popover"
title="{{ branding.text.terms }}"><small>{{ branding.text.terms }}</small></a>
</div>
<div class="col-auto float-left">
<a class="btn btn-link" href="#"><small>{{ branding.text.info }}</small></a>
<div class="d-none" id="hg-footer-help-html">{{ rendered_help.content | safe }}</div>
<a class="btn btn-link hg-footer-item" id="hg-footer-help-btn" href="#" data-toggle="popover"
title="{{ branding.text.info }}"><small>{{ branding.text.info }}</small></a>
</div>
<div class="col-auto mr-auto"></div>
{% if branding.credit.enable %}
<div class="col-auto float-right">
<a class="btn btn-link" href="#"><small><i class="remixicon-braces-line" id="hg-credit"></i></small></a>
<div class="d-none" id="hg-footer-credit-title">
Powered by <a href="https://github.com/checktheroads/hyperglass" target="_blank">hyperglass</a>.
</div>
<div class="d-none" id="hg-footer-credit-content">
Source code licensed <a href="https://github.com/checktheroads/hyperglass/blob/master/LICENSE"
target="_blank">BSD 3-Clause Clear.</a>
</div>
<a class="btn btn-link" id="hg-footer-credit-btn" href="#" data-toggle="popover"><small><i
class="remixicon-code-s-slash-line"></i></small></a>
</div>
{% endif %}
{% if branding.peering_db.enable %}