</li>
{% else %}
<li><a href="{% url telemeta-home %}" class="blue">{% trans "Home" %}</a></li>
- <li><a href="{% url telemeta-login %}" class="violet">{% trans "Sign in" %}</a></li>
+ <li><a href="{% url telemeta-login %}" class="red">{% trans "Sign in" %}</a></li>
{% endif %}
{% if user.is_authenticated %}
{% block modules %}
-{% if sound_pub_item %}
-<div id="module" class="module">
- <h3><img src="{% url telemeta-images "module_playlist.png" %}" alt="playlist" style="vertical-align:middle" />
- {% trans "Musical selection" %}</h3>
- <ul class="playlist">
- <li><a href="{% url telemeta-item-detail sound_pub_item.public_id %}"><b>{{ sound_pub_item }}</b></a>{% if sound_pub_item.alt_title %} ({{ sound_pub_item.alt_title }}){% endif %}<br /><span style="font-size: 90%">{{ sound_pub_item.location.fullnames|to_string }}</span><br />
-<iframe width='376' height='215' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='/archives/items/{{ sound_pub_item.public_id }}/player/362x130/'></iframe>
- </li>
- </ul>
-</div>
-{% endif %}
-
{% with "Last changes" as title %}
{% include "telemeta/inc/module_revisions.html" %}
{% endwith %}
{{ page_content|render_flatpage }}
</div>
-{% if sound_pub_items %}
-<div style="margin-top: 1ex;font-size: 90%; width: 66%;">
-<div>
-<h1><img src="{% url telemeta-images "playlist_title.png" %}" alt="playlists" style="vertical-align:middle" />
- {% trans "Musical selection" %}</h1>
-</div>
-{% for item in sound_pub_items %}
-<div style="float: left; margin: 3px;" align="center"><a href="{% url telemeta-item-detail item.public_id %}">{{ item }}</a>{% if item.alt_title %} ({{ item.alt_title }}){% endif %}<br /><span style="font-size: 80%">{{ item.location.fullnames|to_string }}</span><br />
-<iframe width='376' height='220' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='/archives/items/{{ item.public_id }}/player/362x130/'></iframe></div>
-{% endfor %}
-</div>
-{% endif %}
+<a href="{% url telemeta-login %}" class="component_icon button" id="action_red">{% trans "Connexion" %}</a>
</div>
{% endblock %}