add aix player branding
authorcavaliet
Tue, 11 Jun 2013 16:51:21 +0200
changeset 22 a396c4047f3f
parent 21 f5296d2dac57
child 23 2c2cd6f3f0a8
add aix player branding
src/aixweb/static/aixweb/img/logo-aix.png
src/aixweb/templates/metadatacomposer/aix/composer_player_about.html
Binary file src/aixweb/static/aixweb/img/logo-aix.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/aixweb/templates/metadatacomposer/aix/composer_player_about.html	Tue Jun 11 16:51:21 2013 +0200
@@ -0,0 +1,13 @@
+{% load static %}
+                    <h2 class="annotation-title">À propos des Webdocs</h2>
+                    <h3>Une collaboration</h3>
+                    <ul class="about-collaboration">
+                        <li>
+                            <img src="{% static 'aixweb/img/logo-aix.png' %}" alt="Logo du Festival d’Art Lyrique d’Aix-en-Provence" />
+                            <p>Festival d’Art Lyrique d’Aix-en-Provence</p>
+                        </li>
+                        <li>
+                            <img src="{% static 'metadatacomposer/img/logo-iri.png' %}" alt="Logo de l’Institut de Recherche et d’Innovation" />
+                            <p>Institut de Recherche et d’Innovation</p>
+                        </li>
+                    </ul>
\ No newline at end of file