{** * templates/user/publicProfileForm.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Public user profile form. *} {* Help Link *} {help file="user-profile" class="pkp_help_tab"} {* Form for deleting the profile image (placed here to avoid nesting forms) *}
{csrf}
{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=
{/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="46"} {/fbvFormSection} {call_hook name="User::PublicProfile::AdditionalItems"}

{capture assign="privacyUrl"}{url router=\PKP\core\PKPApplication::ROUTE_PAGE page="about" op="privacy"}{/capture} {translate key="user.privacyLink" privacyUrl=$privacyUrl}

{translate key="common.requiredField"}

{fbvFormButtons hideCancel=true submitText="common.save"}