X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fgeneral.tpl;h=22fb6531a7d04541c58b332b503e0db38dfc478f;hb=79d0b9af2cbd1d1a0683666cab99dafda15a313c;hp=799004a588f90f542aff73790060cb2513ce70fa;hpb=96d80a35f4abef2b94d2f2b8f5442230141398d1;p=platal.git diff --git a/templates/profile/general.tpl b/templates/profile/general.tpl index 799004a..22fb653 100644 --- a/templates/profile/general.tpl +++ b/templates/profile/general.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -22,7 +22,7 @@ - + - + {if $viewPrivate} + + {/if} + {if $isMe} + {/if} - {foreach from=$search_names item=sn key=id} - {include file="profile/general.searchname.tpl" i=$id sn=$sn - class="names_advanced" style="display: none" error_name=$errors.search_names} + {include file="profile/general.public_names.tpl" names=$search_names.public_names} + {foreach from=$search_names.private_names key=id item=name} + {include file="profile/general.private_name.tpl"} {/foreach} - + + + + + + + - + + + {if !$isMe} + + + + + + {/if} + + - + - +
NomsNoms{if t($validation)} (validations en attente de modération){/if}
@@ -31,12 +31,13 @@ {$public_name} + {icon name="page_edit" title="Plus de détail"}
{icon name="flag_red" title="site privé"} Affichage privé @@ -44,7 +45,10 @@ {$private_name}
Comment t'appeller
@@ -55,25 +59,25 @@
- Gestion de tes noms, prénoms, surnoms... - Ils déterminent la façon dont ton nom apparaît sur les annuaires - en ligne et papier et ta fiche apparaitra quand on cherche un de ces noms. Pour plus - d'explications sur l'icône suivante - {icon name="information" title="Plus d'infos"}.
+ Gestion des noms, prénoms, surnoms... + Ils déterminent la façon dont + {if $isMe}ton{else}son{/if} nom apparaît sur les annuaires + en ligne et papier et ta fiche apparaitra quand on cherche un de ces noms.
Si un de tes noms commence par une particule, coche la case en bout de ligne.
+ @@ -97,56 +101,138 @@ Promotion - {if !$promo_choice} - {$promo} - + {if !t($promo_choice)} + {$profile->promo()} + {else} - {foreach from=$promo_choice item="promo_to_display"} - + {/foreach} {/if} - {icon name="page_edit" title="modifier"} + {icon name="page_edit" title="modifier"} +
Date de naissance
+ Date de décès +
+ Date de naissance de référence + + {if $birthdate_ref eq 0} + + {else} + {$birthdate_ref} + {/if} +
Nationalité - + {select_nat valeur=$nationality1 pad=1} {icon name=add title="Ajouter une nationalité"}
- + {select_nat valeur=$nationality2 pad=1} {icon name=cross title="Supprimer cette nationalité"}
- + {select_nat valeur=$nationality3 pad=1} {icon name=cross title="Supprimer cette nationalité"}
+ + + + + {foreach from=$main_edus key=eduid item=main_edu} + {cycle values="impair, pair" assign=class} + + + + + + + + + + + + + + + + + {/foreach} +
+
+ + {icon name="flag_green" title="site public"} +
+ Formations à l'École polytechnique +
Cycle :{$main_edu.cycle}
Promotion :{$main_edu.promo_year}
Domaine de formation : + +
Description de la formation : + + + +
+ @@ -178,12 +260,13 @@
@@ -161,10 +247,6 @@ {cycle values="impair, pair" assign=class} {include file="profile/general.edu.tpl" eduid=$eduid edu=$edu edu_fields=$edu_fields class=$class} {/foreach} - {if $edus|@count eq 0} - {cycle values="impair, pair" assign=class} - {include file="profile/general.edu.tpl" eduid=0 edu=0 class=$class} - {/if} {cycle values="impair, pair" assign=class} {assign var=eduaddid value=$edus|@count}
- Si ta formation ne figure pas dans la liste, + Si la formation que tu cherches ne figure pas dans la liste, contacte-nous.
+{if $viewPrivate || $isMe} @@ -197,18 +280,18 @@ {if $nouvellephoto} {/if} @@ -218,11 +301,12 @@ quelque part (sur ton ordinateur ou sur Internet) d'une photo d'identité (dans un fichier au format JPEG, PNG ou GIF).
- Éditer ta photo + Éditer ta photo
-
Ta photo actuelle
-  [ PHOTO ] +
Photo actuelle
+  [ PHOTO ]
Photo en attente de validation
- + Ta fiche avec cette photo
-  [ PHOTO ] +  [ PHOTO ]
+{/if} @@ -249,15 +333,15 @@ {/if}
- + {icon name=add title="Ajouter un téléphone"} Ajouter un téléphone
- {if $email_error} + {if t($email_error)} {include file="include/emails.combobox.tpl" name="email_directory" val=$email_directory_error error=$email_error i="0"} - {else}{include file="include/emails.combobox.tpl" name="email_directory" val=$email_directory error=$email_error i="0"}{/if} + {else}{include file="include/emails.combobox.tpl" name="email_directory" val=$email_directory error=false i="0"}{/if} - + + + + {foreach from=$hobbies item=hobby key=id} + {include file="profile/general.hobby.tpl" hobby=$hobby i=$id} + {/foreach} + + + + {if $viewPrivate || $isMe} + {/if}
Messageries, networking et sites web @@ -267,13 +351,13 @@ {include file="profile/general.networking.tpl" nw=$network i=$id} {/foreach}
+
+ Sports, loisirs, hobbies… +
+ +
@@ -306,6 +408,7 @@ id="freetext" rows="8" cols="50" >{$freetext}
{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}