]> git.0d.be Git - panikweb.git/blob - panikweb_templates/templates/base.html
templates: add youfm & rqc to footer
[panikweb.git] / panikweb_templates / templates / base.html
1 {% load paniktags staticfiles compress %}<!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     {% compress js %}
34     <script type="text/javascript" src="{{ STATIC_URL }}js/jquery-1.10.2.min.js"></script>
35     <script type="text/javascript" src="{{ STATIC_URL }}js/jquery-ui-1.10.4.custom.min.js"></script>
36     <script type="text/javascript" src="{{ STATIC_URL }}js/audioPlayer.js"></script>
37     <script type="text/javascript" src="{{ STATIC_URL }}js/specifics.js"></script>
38     {% endcompress %}
39
40     {% block extrascripts %}{% endblock %}
41 </head>
42
43 <body {% block bodyattr %}id="{{sectionName}}" class="section-{{sectionName}}"{% endblock %}>
44         <div id="All">
45                 <div id="Commons" >
46             <div class="sided" >
47                 <div id="backgroundBox">
48                         <div id="header_date">2-3-4 août 2019<br>Abbaye de Floreffe</div>
49                                 <a href="{% url 'home' %}" id="mainHeader"><div>
50                                         <h1 class="top" id="radiopanik">Radio Esperanzah! - 106.2 FM</h1>
51                                 </div></a>
52                                 <div id="Player" class="withoutPlaylist">
53                                         {% block listen %}{% player %}{% endblock %}
54                                 </div>
55                         </div>
56                     </div>
57                     <a target="_blank" id="www-esperanzah" href="https://www.esperanzah.be">←<br>site</a>
58                     <a target="_blank" id="facebook" href="https://www.facebook.com/RadioEsperanzah"></a>
59                     <a target="_blank" id="twitter" href="https://twitter.com/radioesperanzah"></a>
60                 </div>
61                 <div id="Changing" data-section="{{ sectionName }}">
62                         {% block toptitle %}{% endblock %}
63                         <div id="Nav">
64                                 {% block nav %}{% endblock %}
65                         </div>
66                         <div id="Main">
67                                 {% block main %}{% endblock %}
68                         </div>
69                         <div id="Related">
70                                 {% block related %}{% endblock %}
71                         </div>
72                 <div id="Footer">
73                         <p>
74                         Radio Esperanzah!, avec les énergies de
75                         <a href="http://www.48fm.be">48FM</a>,
76                         <a href="http://www.radiocampus.be">Radio Campus</a>,
77                         <a href="http://www.radiopanik.org">Radio Panik</a>,
78                         <a href="https://www.rqc.be/">RQC</a>,
79                         <a href="http://www.run.be">RUN</a>,
80                         <a href="http://youfm.be/">YouFM</a>,
81                         du <a href="http://www.esperanzah.be">festival</a>
82                         et des festivaliers.
83                         </p>
84                         <p><a href="{% url 'podcasts-feed' %}">🎧 S'abonner aux podcasts 🎧</a></p>
85                         <p>
86                         <a href="{% url 'espe-archives' %}">Archives des éditions précédentes</a>
87                         </p>
88                         <p>
89                         <a href="mailto:radio@esperanzah.be">Contact</a>
90                         </p>
91                 </div>
92                 </div>
93                 <div id="userLog"></div>
94         </div>
95 {% piwik %}
96
97 </body>
98 </html>