1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
Files
checktheroads-hyperglass/hyperglass/render/templates/results.html.j2
2019-10-10 01:58:45 -07:00

19 lines
938 B
HTML

<div class="container animsition" data-animsition-out-class="fade-out-left" data-animsition-in-class="fade-in-right"
id="hg-results">
<div class="row align-items-center mb-md-1 mb-lg-3 mb-xl-3 px-0 py-3 py-md-1 mx-0 mw-100 mw-md-none">
<div class="d-flex col-12 col-lg-9 justify-content-center justify-content-lg-start text-center text-lg-left pl-lg-1"
data-href="/" id="hg-title-col">
{% import "templates/title.html.j2" as title %}
{{ title.title(branding, primary_asn, size_title="h1", size_subtitle="h4", direction="left") }}
</div>
<div id="hg-results-title"
class="d-flex col-12 col-lg-3 mb-0 mt-md-3 mb-md-2 px-1 px-md-0">
</div>
</div>
<div class="row mt-lg-1 mx-0 mw-100 mw-md-none">
<div class="col align-self-center">
<div class="accordion" id="hg-accordion">
</div>
</div>
</div>
</div>