X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fprofile.tpl;h=ea76a362652acc2ddc7509ffce5910b76a4e1fec;hb=22771578c2d44fe4488546116a84e1561f083ed7;hp=53eecf47da9bc979f2721275d3d03c98ba1f0f3f;hpb=4abb0fe4bcefc73a18891e9768640d8811a09acc;p=platal.git diff --git a/templates/profile/profile.tpl b/templates/profile/profile.tpl index 53eecf4..ea76a36 100644 --- a/templates/profile/profile.tpl +++ b/templates/profile/profile.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2010 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -24,7 +24,7 @@ {/literal} -
{assign var=photo value=$profile->getPhoto(false)} {if $photo}Photo de {$profile->fullName()}{/if} - {if $logged && $view eq 'private' && ( $profile->section|smarty:nodefaults || $profile->getBinets()|smarty:nodefaults || ($owner && $owner->groups()|smarty:nodefaults))} + {if $logged && $view->isVisible(#Visibility::EXPORT_AX#) && ( $profile->section|smarty:nodefaults || $profile->getBinets()|smarty:nodefaults || ($owner && $owner->groups(true,true)|smarty:nodefaults))}

À l'X…

{if $profile->section}
Section : {$profile->section}
{/if} @@ -52,18 +54,20 @@ function chgMainWinLoc(strPage) {if $binets|@count}
Binet{if count($binets) > 1}s{/if} : {', '|implode:$profile->getBinetsNames()}
{/if} - {if $owner && $view eq 'private'} - {assign var=groups value=$owner->groupNames(true)} + {if $owner && $view->isVisible(#Visibility::EXPORT_AX#)} + {assign var=groups value=$owner->groups(true,true)} {if $groups|@count}
Groupe{if count($groups) > 1}s{/if} et institution{if count($groups) > 1}s{/if} X :
- {foreach from=$groups item=group key=gk}{if $gk != 0}, {/if}{$group.nom}{/foreach} + {foreach from=$groups item=group name=groups} + {if !$smarty.foreach.groups.first}, {/if} + {$group.nom} + {/foreach}
{/if} {/if} {/if} - {* 458752 stands for 0x70000 = Profile::NETWORKING_ALL *} - {assign var=networking value=$profile->getNetworking(458752)} + {assign var=networking value=$profile->getNetworking(#Profile::NETWORKING_ALL#)} {if count($networking) > 0}

Sur le web...

{foreach from=$networking item=network} @@ -87,7 +91,7 @@ function chgMainWinLoc(strPage)
{if $profile->isFemale()}•{/if} - {if $logged}{$profile->private_name}{else}{$profile->public_name}{/if} + {if $view->isVisible(#Visibility::EXPORT_PRIVATE#)}{$profile->private_name}{else}{$profile->public_name}{/if} {if $logged}  {if !$profile->isDead()}{* @@ -106,14 +110,17 @@ function chgMainWinLoc(strPage) {icon name=wrench title="administrer user"} {/if} - {if $owner->login() eq $smarty.session.hruid} + {if $smarty.session.user->isMyProfile($profile)} {icon name="user_edit" title="Modifier ma fiche"} + {elseif hasPerm('admin') || $smarty.session.user->canEdit($profile)} + + {icon name=user_edit title="modifier la fiche"} + {/if} - {/if}
- {if $logged && $view eq 'private'} + {if $logged && $view->isVisible(#Visibility::EXPORT_AX#) && $owner && $owner->state eq 'active'}
Fiche mise à jour
le {$profile->last_change|date_format} @@ -122,9 +129,9 @@ function chgMainWinLoc(strPage) {* 121634816 is Profile::PHONE_LINK_PROFILE | Profile::PHONE_TYPE_ANY = 0x7400000 *} {assign var=phones value=$profile->getPhones(121634816)} - {if ($logged && $view eq 'private') || count($phones) > 0} + {if ($logged && $view->isVisible(#Visibility::EXPORT_AX#)) || count($phones) > 0}
- {if $logged && $view eq 'private'} + {if $logged && $view->isVisible(#Visibility::EXPORT_AX#)} {/if} - {if $view eq 'public'} + {if $view->level() eq #Visibility::VIEW_PUBLIC#}
Cette fiche est publique et visible par tout internaute,
vous pouvez aussi voir celle réservée aux X.
- {elseif $view eq 'ax'} + {elseif $view->level() eq #Visibility::VIEW_AX#}
Cette fiche est privée et ne recense que les informations transmises à l'AX.