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><!-- headerContainer -->
<div id="corpus"> <div id="corpus">
<h1 class="hide">Accueil : contenu</h1>
<div id="content"> <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"> <div id="contentBlock-1">
{% block messages %}{% if messages %} {% block messages %}{% if messages %}

View File

@ -1,44 +1,39 @@
{% extends "base.html" %} {% extends "base.html" %}
{% load i18n %} {% load i18n %}
{% block title %} {% block title %}Mon profil{% endblock %}
{% trans "Authentic - Account Management" %}
{% endblock %}
{% block content %} {% block content %}
<h2>{% trans "Account Management" %}</h2> <h1>Mon profil</h1>
<h3>{% trans "Profile" %}</h3>
<div id="profile"> <div id="profile">
{% if profile %} {% if profile %}
<dl>
{% for key, values in profile %}
<dt>{{ key|capfirst }}</dt>
<dd>{% if values|length == 1 %}{{ values.0 }}{% else %}
<ul> <ul>
{% for value in values %} {% for key, values in profile %}
<li>{{ value }}</li> <li>{{ key|capfirst }}&nbsp;:
{% endfor %} <strong>{% if values|length == 1 %}{{ values.0 }}{% else %}
</ul> <ul>{% for value in values %}<li>{{ value }}</li>
{% endif %} {% endfor %}</ul>{% endif %}</strong></li>
</dd>
{% endfor %} {% endfor %}
</dl>
{% endif %} {% endif %}
{% if allow_email_change %} {% 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 %} {% endif %}
{% if allow_profile_edit %} {% 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 %} {% endif %}
{% if allow_account_deletion %} {% 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 %} {% endif %}
</div> </div>
<h3>{% trans "Credentials" %}</h3> <h3>{% trans "Credentials" %}</h3>
{% for html_block in frontends_block %} {% for html_block in frontends_block %}
{{ html_block|safe }} {{ html_block|safe }}
{% endfor %} {% endfor %}
<!--
{% if federation_management %} {% if federation_management %}
<div id="federation-management"> <div id="federation-management">
<h3>{% trans "Federation management" %} <h3>{% trans "Federation management" %}
@ -60,5 +55,5 @@
</ul> </ul>
</div> </div>
{% endif %} {% endif %}
<p><a href="/">{% trans "Back" %}</a></p> -->
{% endblock %} {% endblock %}

View File

@ -5,7 +5,6 @@
{% trans "Authentic" %} {% trans "Authentic" %}
{% endblock %} {% endblock %}
{% block content %} {% block content %}
{% if account_management %} {% 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 .agendaCalendar .calendar-table tr.calendar-header,
.interieur.entrouvert #headerContainer, .interieur.entrouvert #headerContainer,
.interieur.entrouvert .agendaCalendar, .interieur.entrouvert .agendaCalendar,

View File

@ -95,17 +95,9 @@
</div><!-- headerContainer --> </div><!-- headerContainer -->
<div id="corpus"> <div id="corpus">
<h1 class="hide">Accueil : contenu</h1> <h1 class="hide">Accueil</h1>
<div id="content"> <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"> <div id="contentBlock-1">
{% block messages %}{% if messages %} {% block messages %}{% if messages %}