X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Finclude%2Fminifiche.tpl;h=0daa537eaf6fd055a6f7934d4c555868c373cd01;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=a355e144680e8635671eaebb1fd0fad3fcc6da37;hpb=61e0e8619a9e391d9536d1af3c8cd441491bbc99;p=platal.git diff --git a/templates/include/minifiche.tpl b/templates/include/minifiche.tpl index a355e14..0daa537 100644 --- a/templates/include/minifiche.tpl +++ b/templates/include/minifiche.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,128 +20,156 @@ {* *} {**************************************************************************} -
+{assign var=dead value=$profile->deathdate} +{if $smarty.session.auth ge AUTH_COOKIE} + {assign var=withAuth value=true} + {assign var=user value=$profile->owner()} + {if $user == null} + {assign var=hasowner value=false} + {assign var=registered value=false} + {else} + {assign var=hasowner value=true} + {if $user->state neq 'pending'} + {assign var=registered value=true} + {else} + {assign var=registered value=false} + {/if} + {/if} +{else} + {* Without auth, all profiles appear as registered and with owner *} + {assign var=hasowner value=true} + {assign var=registered value=true} + {assign var=withAuth value=false} +{/if} + + +
- {if $smarty.session.auth ge AUTH_COOKIE} + {if $withAuth}
- {$c.prenom} {$c.nom} + {$profile->directory_name}
{/if}
- {if $c.sexe}•{/if} - {if !$c.dcd && ($c.inscrit || $smarty.session.auth eq AUTH_PUBLIC)}{/if} - {if $c.nom_usage}{$c.nom_usage} {$c.prenom}
({$c.nom}){else}{$c.nom} {$c.prenom}{/if} - {if !$c.dcd && ($c.inscrit || $smarty.session.auth eq AUTH_PUBLIC)}
{/if} + {if $profile->isFemale()}•{/if} + {if !$dead && $registered}{/if} + {$profile->directory_name} + {if !$dead && $registered}{/if}
-
- {if $c.iso3166} - {$c.nat}  - {/if} - (X {$c.promo}{if $c.app0text}, {applis_fmt type=$c.app0type text=$c.app0text url=$c.app0url}{* - *}{/if}{if $c.app1text}, {applis_fmt type=$c.app1type text=$c.app1text url=$c.app1url}{/if}) - {if $c.dcd}décédé{if $c.sexe}e{/if} le {$c.deces|date_format}{/if} - {if $smarty.session.auth ge AUTH_COOKIE} - {if !$c.dcd && !$c.wasinscrit} - clique ici si tu connais son adresse email ! - {/if} - {/if} +
+ {foreach from=$profile->nationalities() item=country key=code} + {$code}  + {/foreach} + {$profile->promo()}{* + *}{foreach from=$profile->getExtraEducations(4) item=edu}, {display_education edu=$edu profile=$profile full=false}{/foreach}{* + *}{if $dead}, {"décédé"|sex:"décédée":$profile} le {$profile->deathdate|date_format}{/if}
- {if $smarty.session.auth ge AUTH_COOKIE} + {if $withAuth} {/if}
- {if $c.wasinscrit} - {if $c.web || $c.mobile || $c.countrytxt || $c.city || $c.region || $c.entreprise || $c.freetext || (!$c.dcd && !$c.actif )} + {if !$dead} + {assign var=address value=$profile->getMainAddress()} + {assign var=web value=$profile->getWebSite()} + {assign var=job value=$profile->getMainJob()} + {if $web || $profile->mobile || ($address && $address->country) || $job || !$registered || $user->lost} - {if $c.web} + {if $web} - - + + {/if} - {if $c.countrytxt || $c.city} + {if $address && $address->country} - - + + {/if} - {if $c.mobile && !$c.dcd} + {if $profile->mobile && !$dead} - - + + {/if} - {if $c.entreprise} + {if $job} - + {/if} - {if $c.freetext} + {if $withAuth} + {if !$registered && $hasowner} - - + - {/if} - {if !$c.dcd && !$c.actif && $c.wasinscrit && $smarty.session.auth ge AUTH_COOKIE} + {elseif $user->state neq 'disabled' && $user->lost} {/if} + {/if}
Page web:{$c.web}{$web.name} :{$web.address}
Géographie:{$c.city}{if $c.city && $c.countrytxt}, {/if}{$c.countrytxt}Géographie :{if $address->locality}{$address->locality}, {/if}{$address->country}
Mobile:{$c.mobile}Mobile :{$profile->mobile}
Profession:Profession : - {$c.entreprise} {if $c.secteur}({$c.secteur}){/if} - {if $c.fonction}
{$c.fonction}{/if} + {if $job->company->url|default:$job->user_site}{$job->company->name}{else}{$job->company->name}{/if} + {if $job->subsubsector} ({$job->subsubsector}){/if}{if $job->description}
{$job->description}{/if}
Commentaire:{$c.freetext|nl2br} + {"Ce"|sex:"Cette":$profile} camarade n'est pas {"inscrit"|sex:"inscrite":$profile}. + Si tu connais son adresse email, + n'hésite pas à nous la transmettre ! +
- Ce camarade n'a plus d'adresse de redirection valide. - - Si tu en connais une, n'hésite pas à nous la transmettre + {"Ce"|sex:"Cette":$profile} camarade n'a plus d'adresse de redirection valide. + + Si tu en connais une, n'hésite pas à nous la transmettre.
{/if} {/if}