Blame view

web/view/layout.html.jinja2 4.35 KB
9390ec89   Goutte   Initial experimen...
1
2
3
4
5
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">

0332f168   Goutte   Initial support f...
6
    <title>{% block title %}Welcome{% endblock %} &#9737; {{ config.meta.title }}</title>
9390ec89   Goutte   Initial experimen...
7
8
9
10
11
12
13
14
15
16
17

    <meta name="description" content="{{ config.meta.description }}">
    <meta name="keywords"    content="{{ config.meta.keywords | join(', ') }}">
{% for author in config.authors | shuffle %}
    <meta name="author"      content="{{ author.name }} <{{ author.mail }}>">
{% endfor %}

    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="shortcut icon" href="{{ static('img/favicon.ico') }}">

c42fea3a   Goutte   Rework the CSS wi...
18
    <link href="https://fonts.googleapis.com/css?family=Baumans" rel="stylesheet">
80352490   Goutte   Multi model suppo...
19
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
23110c4a   Goutte   Add icons to the ...
20
    <link rel="stylesheet" type="text/css" href="{{ static('css/font-awesome.min.css') }}">
84cb553d   Goutte   Move to material ...
21
    <link rel="stylesheet" type="text/css" href="{{ static('css/material.min.css') }}">
9390ec89   Goutte   Initial experimen...
22
23
24
    <link rel="stylesheet" type="text/css" href="{{ static('css/main.css') }}">
{% block styles %}{% endblock %}

9390ec89   Goutte   Initial experimen...
25
26
27
28
29
{% block scripts_header %}{% endblock %}
  </head>

  <body>

05e269d1   Goutte   Show an error mes...
30
31
    <div id="nojs-alert" class="nojs">Heliopropa requires javascript. </div>

80352490   Goutte   Multi model suppo...
32
    <div id="page-container" class="mdl-layout mdl-layout--fixed-header container">
9390ec89   Goutte   Initial experimen...
33

8fa9e8e8   Goutte   Hide a CDPP logo ...
34
      <header class="header mdl-layout__header">
f6ed8d85   Goutte   Rework layout as ...
35
        <div class="mdl-layout__header-row">
a21f81d9   Goutte   Enable Venus and ...
36
          <span class="mdl-layout-title">CDPP / Heliopropa</span>
2a5f0e9b   Goutte   Force UTC. A bit ...
37
{#          <!-- Add spacer, to align navigation to the right -->#}
f6ed8d85   Goutte   Rework layout as ...
38
          <div class="mdl-layout-spacer"></div>
2a5f0e9b   Goutte   Force UTC. A bit ...
39
{#          <!-- Navigation. We hide it in small screens. -->#}
f6ed8d85   Goutte   Rework layout as ...
40
          <nav class="mdl-navigation mdl-layout--large-screen-only">
0332f168   Goutte   Initial support f...
41
            <span id="header-description">{{ config.header.description }}</span>
ea6c8d5d   Goutte   Add interval cons...
42
43
44
            <a class="mdl-navigation__link" href="https://onlinelibrary.wiley.com/doi/10.1029/2004JA010959/abstract">Tao's Model</a>
            <a class="mdl-navigation__link" href="http://planetaryspaceweather-europlanet.irap.omp.eu">Planetary Space Weather Services</a>
{#            <a class="mdl-navigation__link" href="https://ec.europa.eu/programmes/horizon2020/">Horizon 2020</a>#}
f6ed8d85   Goutte   Rework layout as ...
45
          </nav>
9390ec89   Goutte   Initial experimen...
46
47
48
        </div>
      </header>

80352490   Goutte   Multi model suppo...
49
      <div id="content" class="">
9390ec89   Goutte   Initial experimen...
50
{% block content %}
8856695e   Goutte   Fix layout.
51
        <p>Please override the "content" block in the page template.</p>
9390ec89   Goutte   Initial experimen...
52
{% endblock %}
9390ec89   Goutte   Initial experimen...
53
54
      </div>

f6ed8d85   Goutte   Rework layout as ...
55
56
      <footer class="mdl-mini-footer">
        <div class="mdl-mini-footer__left-section">
1324cc91   Goutte   Make the footer i...
57
          <p style="float: left; margin: 1.5em;">
d729e9cd   Goutte   Cleanup.
58
              <a class="mdl-mini-footer__link" href="https://gitlab.irap.omp.eu/CDPP/SPACEWEATHERONLINE">{{ version }}</a>
604616e4   Goutte   Misc changes from...
59
              <br />
1324cc91   Goutte   Make the footer i...
60
61
              {{ visits }} visits since 2017
          </p>
034132c6   Goutte   More changes from...
62
63
        </div>
        <div class="mdl-mini-footer__left-section">
a79c5268   Goutte   Add probes and co...
64
65
          <p class="disclaimer">
              The <a href="http://www.europlanet-2020-ri.eu/">Europlanet 2020 Research Infrastructure</a> project has received funding
a79c5268   Goutte   Add probes and co...
66
67
              from the <a href="https://ec.europa.eu/programmes/horizon2020/">European Union's Horizon 2020</a> research and innovation programme
              under grant agreement N°&nbsp;654208.
2cafab83   Goutte   Mention the pixel...
68
69
              <br>
              If you like the pixel art planets, you can <a href="https://www.redbubble.com/people/spacefruitdox/portfolio" title="We're not affiliated with the author of these images in any way, but they're nice and this is a way of saying thanks.">buy goodies</a> of them.
a79c5268   Goutte   Add probes and co...
70
          </p>
a79c5268   Goutte   Add probes and co...
71
72
        </div>
        <div class="mdl-mini-footer__right-section">
0af09c17   Goutte   Update the footer...
73
          <a href="http://www.cdpp.eu">
1324cc91   Goutte   Make the footer i...
74
75
            <img class="logo" src="{{ static('img/logo/logo_cdpp.png') }}" alt="CDPP" id="logo_cdpp" />
          </a>
a79c5268   Goutte   Add probes and co...
76
          &nbsp;&nbsp;&nbsp;
1324cc91   Goutte   Make the footer i...
77
78
79
          <a href="http://planetaryspaceweather-europlanet.irap.omp.eu/">
            <img class="logo" src="{{ static('img/logo/logo_europlanet.png') }}" alt="Europlanet" id="logo_europlanet" />
          </a>
f6ed8d85   Goutte   Rework layout as ...
80
        </div>
9390ec89   Goutte   Initial experimen...
81
      </footer>
f6ed8d85   Goutte   Rework layout as ...
82

9390ec89   Goutte   Initial experimen...
83
84
    </div>

2a5f0e9b   Goutte   Force UTC. A bit ...
85
    {# Please use enderjs instead of jquery #}
908b4423   Goutte   Bump to a newer j...
86
    <script type="application/javascript" src="{{ static('js/vendor/jquery-3.2.1.min.js') }}"></script>
2a5f0e9b   Goutte   Force UTC. A bit ...
87
88
    {# Material's js behaves very poorly, performance-wise. #}
{#    <script type="application/javascript" src="{{ static('js/vendor/material-custom.js') }}"></script>#}
9390ec89   Goutte   Initial experimen...
89
90
91
92
93
94
95
    <script type="application/javascript">
      jQuery().ready(function($){ $(".nojs").hide(); });
    </script>
{% block scripts_footer %}{% endblock %}

  </body>
</html>