]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb_templates/templates/base.html
use jquery{-ui} from xstatic
[panikweb-esperanzah.git] / panikweb_templates / templates / base.html
1 {% load gadjo paniktags staticfiles %}<!DOCTYPE html>
2 <html>
3 <head>
4     <meta charset="UTF-8" />
5     <title>Radio Esperanzah! - {% block title %}{% endblock %}</title>
6         <meta name="viewport" content="width=device-width, initial-scale=1.0">
7     <link rel="icon" href="{{ STATIC_URL }}img/favicon-2019.png" type="image/png">
8     <link rel="apple-touch-icon" href="{{ STATIC_URL}}img/favicon-300x300-2019.png">
9     <link rel="canonical" href="{{ request.build_absolute_uri }}" />
10
11     <meta name="og:site_name" content="Radio Esperanzah!"/>
12     <meta name="twitter:site" content="@radioesperanzah" />
13
14     {% block head %}
15     <meta property="og:title" content="Radio Esperanzah! - 106.2 FM" />
16     <meta property="og:image" content="{{ site_url }}{% static 'img/favicon-300x300-2019.png' %}" />
17
18     <meta name="twitter:card" content="summary" />
19     <meta name="twitter:title" content="Radio Esperanzah! - 106.2 FM" />
20     <meta name="twitter:description" content="La radio du festival Esperanzah!, à partir du 31 juillet 2019 à Floreffe" />
21     <meta name="twitter:image" content="{{ site_url }}{% static 'img/favicon-300x300-2019-solid.png' %}" />
22
23     {% endblock %}
24
25 <link rel="alternate" type="application/rss+xml"  href="{% url 'rss-feed' %}" title="News rss feed">
26 <link rel="alternate" type="application/rss+xml"  href="{% url 'atom-feed' %}" title="News atom feed">
27 {% block podcasts-feed %}
28 <link rel="alternate" type="application/rss+xml"  href="{% url 'podcasts-feed' %}" title="Radio Panik Podcasts">
29 {% endblock %}
30
31     <link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" type="text/css" />
32
33     <script src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>
34     <script src="{% xstatic 'jquery-ui' 'jquery-ui.min.js' %}"></script>
35     <script type="text/javascript" src="{{ STATIC_URL }}js/audioPlayer.js"></script>
36     <script type="text/javascript" src="{{ STATIC_URL }}js/specifics.js"></script>
37
38     {% block extrascripts %}{% endblock %}
39 </head>
40
41 <body {% block bodyattr %}id="{{sectionName}}" class="section-{{sectionName}}"{% endblock %}>
42         <div id="All">
43                 <div id="Commons" >
44             <div class="sided" >
45                 <div id="backgroundBox">
46                         <div id="header_date">2-3-4 août 2019<br>Abbaye de Floreffe</div>
47                                 <a href="{% url 'home' %}" id="mainHeader"><div>
48                                         <h1 class="top" id="radiopanik">Radio Esperanzah! - 106.2 FM</h1>
49                                 </div></a>
50                                 <div id="Player" class="withoutPlaylist">
51                                         {% block listen %}{% player %}{% endblock %}
52                                 </div>
53                         </div>
54                     </div>
55                     <a target="_blank" id="www-esperanzah" href="https://www.esperanzah.be">←<br>site</a>
56                     <a target="_blank" id="facebook" href="https://www.facebook.com/RadioEsperanzah"></a>
57                     <a target="_blank" id="twitter" href="https://twitter.com/radioesperanzah"></a>
58                 </div>
59                 <div id="Changing" data-section="{{ sectionName }}">
60                         {% block toptitle %}{% endblock %}
61                         <div id="Nav">
62                                 {% block nav %}{% endblock %}
63                         </div>
64                         <div id="Main">
65                                 {% block main %}{% endblock %}
66                         </div>
67                         <div id="Related">
68                                 {% block related %}{% endblock %}
69                         </div>
70                 <div id="Footer">
71                         <p>
72                         Radio Esperanzah!, avec les énergies de
73                         <a href="http://www.48fm.be">48FM</a>,
74                         <a href="http://www.radiocampus.be">Radio Campus</a>,
75                         <a href="http://www.radiopanik.org">Radio Panik</a>,
76                         <a href="https://www.rqc.be/">RQC</a>,
77                         <a href="http://www.run.be">RUN</a>,
78                         <a href="http://youfm.be/">YouFM</a>,
79                         du <a href="http://www.esperanzah.be">festival</a>
80                         et des festivaliers.
81                         </p>
82                         <p><a href="{% url 'podcasts-feed' %}">🎧 S'abonner aux podcasts 🎧</a></p>
83                         <p>
84                         <a href="{% url 'espe-archives' %}">Archives des éditions précédentes</a>
85                         </p>
86                         <p>
87                         <a href="mailto:radio@esperanzah.be">Contact</a>
88                         </p>
89                 </div>
90                 </div>
91                 <div id="userLog"></div>
92         </div>
93 {% piwik %}
94
95 </body>
96 </html>