fil d'ariane inutile sur ce site

This commit is contained in:
FontenaySousBois pseudo user 2014-12-18 22:42:46 +01:00
parent 5ef66bec7e
commit 8eb66c89dc
5 changed files with 29 additions and 40 deletions

View File

@ -94,17 +94,8 @@
</div><!-- headerContainer -->
<div id="corpus">
<h1 class="hide">Accueil : contenu</h1>
<div id="content">
{% block breadcrumb %}
<p id="ariane">Vous êtes ici&nbsp;:
<a href="{{ portal_url }}">Accueil</a>&nbsp;/
<span></span>
</p>
{% endblock %}
<br />
<div id="contentBlock-1">
{% block messages %}{% if messages %}

View File

@ -1,44 +1,39 @@
{% extends "base.html" %}
{% load i18n %}
{% block title %}
{% trans "Authentic - Account Management" %}
{% endblock %}
{% block title %}Mon profil{% endblock %}
{% block content %}
<h2>{% trans "Account Management" %}</h2>
<h3>{% trans "Profile" %}</h3>
<h1>Mon profil</h1>
<div id="profile">
{% if profile %}
<dl>
{% for key, values in profile %}
<dt>{{ key|capfirst }}</dt>
<dd>{% if values|length == 1 %}{{ values.0 }}{% else %}
<ul>
{% for value in values %}
<li>{{ value }}</li>
{% endfor %}
</ul>
{% endif %}
</dd>
{% for key, values in profile %}
<li>{{ key|capfirst }}&nbsp;:
<strong>{% if values|length == 1 %}{{ values.0 }}{% else %}
<ul>{% for value in values %}<li>{{ value }}</li>
{% endfor %}</ul>{% endif %}</strong></li>
{% endfor %}
</dl>
{% endif %}
{% if allow_email_change %}
<p><a href="{% url 'email-change' %}">{% trans "Change email" %}</a></p>
<p><a href="{% url 'email-change' %}">Changer mon adresse électronique</a></p>
{% endif %}
{% if allow_profile_edit %}
<p><a href="{% url 'profile_edit' %}">{% trans "Edit profile" %}</a></p>
<p><a href="{% url 'profile_edit' %}">Modifier les autres information de mon profil</a></p>
{% endif %}
{% if allow_account_deletion %}
<p><a href="{% url 'delete_account' %}">{% trans "Delete profile" %}</a></p>
<p><a href="{% url 'delete_account' %}">Supprimer mon compte</a></p>
{% endif %}
</div>
<h3>{% trans "Credentials" %}</h3>
{% for html_block in frontends_block %}
{{ html_block|safe }}
{% endfor %}
<!--
{% if federation_management %}
<div id="federation-management">
<h3>{% trans "Federation management" %}
@ -60,5 +55,5 @@
</ul>
</div>
{% endif %}
<p><a href="/">{% trans "Back" %}</a></p>
-->
{% endblock %}

View File

@ -5,7 +5,6 @@
{% trans "Authentic" %}
{% endblock %}
{% block content %}
{% if account_management %}

View File

@ -1,3 +1,15 @@
/* modif de mainstyle.css */
.interieur #content #contentBlock-1 {
margin-top: 2em;
}
interieur .agendaCalendar, .interieur .highlight.menu, #content .right, #content .colright, #content #contentBlock-2 {
margin-top: 1em;
}
/* classe "entrouvert" */
.interieur.entrouvert .agendaCalendar .calendar-table tr.calendar-header,
.interieur.entrouvert #headerContainer,
.interieur.entrouvert .agendaCalendar,

View File

@ -95,17 +95,9 @@
</div><!-- headerContainer -->
<div id="corpus">
<h1 class="hide">Accueil : contenu</h1>
<h1 class="hide">Accueil</h1>
<div id="content">
{% block breadcrumb %}
<p id="ariane">Vous êtes ici&nbsp;:
<a href="{{ portal_url }}">Accueil</a>&nbsp;/
<span></span>
</p>
{% endblock %}
<br />
<div id="contentBlock-1">
{% block messages %}{% if messages %}