From c233491c28bed8b4664de71f3c46a3c26d7b5c03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Thu, 29 Mar 2012 11:35:54 -0400 Subject: [PATCH] style apercu --- project/assets/css/rh_apercus.css | 1 + project/rh/templates/rh/include/dossier.html | 12 ++++++------ project/rh/templates/rh/include/poste.html | 18 +++++++++--------- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/project/assets/css/rh_apercus.css b/project/assets/css/rh_apercus.css index ff497fb..2ccc32d 100644 --- a/project/assets/css/rh_apercus.css +++ b/project/assets/css/rh_apercus.css @@ -4,3 +4,4 @@ table {margin: 2em;} table th, table td {border-left: 1px solid #D0E8F8; border-top: 1px solid #D0E8F8; padding: 5px;} .module {margin: 8px 0;} +.aligned label {width: 20em;} diff --git a/project/rh/templates/rh/include/dossier.html b/project/rh/templates/rh/include/dossier.html index 4441880..b79a74e 100644 --- a/project/rh/templates/rh/include/dossier.html +++ b/project/rh/templates/rh/include/dossier.html @@ -1,10 +1,10 @@ -
+

Annuaire

{% include "rh/form-row.html" with label="Région" value=dossier.poste.implantation.region %} {% include "rh/form-row.html" with label="Implantation" value=dossier.poste.implantation %}
-
+

Informations générales

{% include "rh/form-row.html" with label="Date début d'occupation" value=dossier.date_debut %} {% include "rh/form-row.html" with label="Date fin d'occupation" value=dossier.date_fin %} @@ -18,7 +18,7 @@ {% endif %}
-
+

Rémunération en cours

{% include "dae/embauche-remun-consulter.html" %} @@ -27,7 +27,7 @@ {% include "rh/include/pieces.html" %} -
+

Contrats

@@ -50,12 +50,12 @@
-
+

Historique de rémunération

{% include "rh/include/remunerations.html" with remunerations=dossier.remunerations %}
-
+

Commentaires

{% include "rh/include/commentaires.html" %}
diff --git a/project/rh/templates/rh/include/poste.html b/project/rh/templates/rh/include/poste.html index 6e6bad7..7ce37eb 100644 --- a/project/rh/templates/rh/include/poste.html +++ b/project/rh/templates/rh/include/poste.html @@ -1,19 +1,19 @@ -
+

Identification

{% include "rh/form-row.html" with label="Nom" value=poste.nom %} {% include "rh/form-row.html" with label="Implantation" value=poste.implantation %} - {% include "rh/form-row.html" with label="Type" value=poste.type_service %} + {% include "rh/form-row.html" with label="Type" value=poste.type_poste %} {% include "rh/form-row.html" with label="Service" value=poste.service %} {% include "rh/form-row.html" with label="Responsable" value=poste.responsable %}
-
+

Contrat

{% include "rh/form-row.html" with label="Régime de travail (% du temps complet)" value=poste.regime_travail %} {% include "rh/form-row.html" with label="Régime de travail (Nb. heures par semaine)" value=poste.regime_travail_nb_heure_semaine %}
-
+

Recrutement

{% include "rh/form-row.html" with label="Local" value=poste.local|yesno:"Oui,Non,Inconnu" %} {% include "rh/form-row.html" with label="Expatrié" value=poste.expatrie|yesno:"Oui,Non,Inconnu" %} @@ -23,7 +23,7 @@ {% include "rh/form-row.html" with label="Date fin" value=poste.date_fin|default:"s/o" %}
-
+

Rémunération

@@ -63,7 +63,7 @@
-
+

Comparatif

Device comparative : {{ poste.devise_comparaison }}

@@ -111,7 +111,7 @@
{% if poste.justification %} -
+

Justification

{{ poste.justification }} @@ -120,7 +120,7 @@ {% endif %} {% if financements|length > 0 %} -

+

Financement

@@ -146,7 +146,7 @@ {% include "rh/include/pieces.html" %} {% if dossiers|length > 0 %} -
+

Dossiers

-- 1.7.10.4