{** * templates/user/publicProfileForm.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Public user profile form. *} {* Help Link *} {help file="user-profile.md" class="pkp_help_tab"}
{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="publicProfileNotification"} {fbvFormSection title="user.profile.form.profileImage"} {if $profileImage} {* Add a unique ID to prevent caching *} {translate key=
{translate key="common.delete"}
{/if} {/fbvFormSection} {fbvFormSection} {include file="controllers/fileUploadContainer.tpl" id="plupload"} {/fbvFormSection} {fbvFormSection} {fbvElement type="textarea" label="user.biography" multilingual="true" name="biography" id="biography" rich=true value=$biography} {/fbvFormSection} {fbvFormSection} {fbvElement type="text" label="user.url" name="userUrl" id="userUrl" value=$userUrl maxlength="255"} {/fbvFormSection} {fbvFormSection} {fbvElement type="text" label="user.orcid" name="orcid" id="orcid" value=$orcid maxlength="37"} {/fbvFormSection} {fbvFormButtons hideCancel=true submitText="common.save"}

{capture assign="privacyUrl"}{url router=$smarty.const.ROUTE_PAGE page="about" op="privacy"}{/capture} {translate key="user.privacyLink" privacyUrl=$privacyUrl}

{translate key="common.requiredField"}