{** * templates/user/publicProfile.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Public user profile display. * *} {strip} {assign var="pageTitle" value="user.profile.publicProfile"} {url|assign:"url" op="profile"}{include file="common/header.tpl"} {/strip}
{assign var="profileImage" value=$user->getSetting('profileImage')} {if $profileImage} {translate key= {/if}

{$user->getFullName()|escape} {if $isUserLoggedIn} {url|assign:"mailUrl" page="user" op="email" to=$user->getEmail()|to_array} {icon name="mail" url=$mailUrl} {/if}

{if $user->getLocalizedAffiliation()} {/if}{* $user->getLocalizedAffiliation() *} {if $user->getLocalizedBiography()} {/if}{* $user->getLocalizedBiography() *}
{translate key="user.affiliation"} {$user->getLocalizedAffiliation()|escape|nl2br}
{translate key="user.biography"} {$user->getLocalizedBiography()|strip_unsafe_html}
{* id="mainContent" *} {include file="common/footer.tpl"}