{** * templates/user/register.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. * * User registration form. * *} {strip} {assign var="pageTitle" value="user.register"} {include file="common/header.tpl"} {/strip}

{translate key="user.register.completeForm"}

{if !$implicitAuth} {if !$existingUser} {url|assign:"url" page="user" op="register" existingUser=1}

{translate key="user.register.alreadyRegisteredOtherJournal" registerUrl=$url}

{else} {url|assign:"url" page="user" op="register"}

{translate key="user.register.notAlreadyRegisteredOtherJournal" registerUrl=$url}

{/if}

{translate key="user.profile"}

{include file="common/formErrors.tpl"} {if $existingUser}

{translate key="user.register.loginToRegister"}

{/if} {/if}{* !$implicitAuth *} {if $source} {/if} {if count($formLocales) > 1 && !$existingUser} {/if}{* count($formLocales) > 1 && !$existingUser *} {if !$implicitAuth} {if !$existingUser} {/if}{* !$existingUser *} {if !$existingUser} {if $captchaEnabled} {if $reCaptchaEnabled} {else} {/if} {/if}{* $captchaEnabled *} {if count($availableLocales) > 1} {/if}{* count($availableLocales) > 1 *} {/if}{* !$existingUser *} {/if}{* !$implicitAuth *} {if $allowRegReader || $allowRegReader === null || $allowRegAuthor || $allowRegAuthor === null || $allowRegReviewer || $allowRegReviewer === null || ($currentJournal && $currentJournal->getSetting('publishingMode') == $smarty.const.PUBLISHING_MODE_SUBSCRIPTION && $enableOpenAccessNotification)} {/if} {/if}
{fieldLabel name="formLocale" key="form.formLanguage"} {url|assign:"userRegisterUrl" page="user" op="register" escape=false} {form_language_chooser form="register" url=$userRegisterUrl} {translate key="form.formLanguage.description"}
{fieldLabel name="username" required="true" key="user.username"}
{translate key="user.register.usernameRestriction"}
{fieldLabel name="password" required="true" key="user.password"}
{translate key="user.register.passwordLengthRestriction" length=$minPasswordLength}
{fieldLabel name="password2" required="true" key="user.repeatPassword"}
{fieldLabel name="recaptcha_challenge_field" required="true" key="common.captchaField"} {$reCaptchaHtml} {fieldLabel name="captcha" required="true" key="common.captchaField"} {translate key=
{translate key="common.captchaField.description"}
{fieldLabel name="salutation" key="user.salutation"}
{fieldLabel name="firstName" required="true" key="user.firstName"}
{fieldLabel name="middleName" key="user.middleName"}
{fieldLabel name="lastName" required="true" key="user.lastName"}
{fieldLabel name="initials" key="user.initials"}   {translate key="user.initialsExample"}
{fieldLabel name="gender-m" key="user.gender"}
{fieldLabel name="affiliation" key="user.affiliation"}
{translate key="user.affiliation.description"}
{fieldLabel name="signature" key="user.signature"}
{fieldLabel name="email" required="true" key="user.email"} {if $privacyStatement}{translate key="user.register.privacyStatement"}{/if}
{fieldLabel name="confirmEmail" required="true" key="user.confirmEmail"}
{fieldLabel name="orcid" key="user.orcid"}
{translate key="user.orcid.description"}
{fieldLabel name="userUrl" key="user.url"}
{fieldLabel name="phone" key="user.phone"}
{fieldLabel name="fax" key="user.fax"}
{fieldLabel name="mailingAddress" key="common.mailingAddress"}
{fieldLabel name="country" key="common.country"}
{fieldLabel name="biography" key="user.biography"}
{translate key="user.biography.description"}
{fieldLabel name="sendPassword" key="user.sendPassword"}
{translate key="user.workingLanguages"} {foreach from=$availableLocales key=localeKey item=localeName}
{/foreach}
{fieldLabel suppressId="true" name="registerAs" key="user.register.registerAs"} {if $allowRegReader || $allowRegReader === null} : {translate key="user.register.readerDescription"}
{/if} {if $currentJournal && $currentJournal->getSetting('publishingMode') == $smarty.const.PUBLISHING_MODE_SUBSCRIPTION && $enableOpenAccessNotification} : {translate key="user.register.openAccessNotificationDescription"}
{/if} {if $allowRegAuthor || $allowRegAuthor === null} : {translate key="user.register.authorDescription"}
{/if} {if $allowRegReviewer || $allowRegReviewer === null} : {if $existingUser}{translate key="user.register.reviewerDescriptionNoInterests"}{else}{translate key="user.register.reviewerDescription"}{/if}
{include file="form/interestsInput.tpl" FBV_interestsKeywords=$interestsKeywords FBV_interestsTextOnly=$interestsTextOnly}

{if ! $implicitAuth}

{translate key="common.requiredField"}

{/if}{* !$implicitAuth *}
{if $privacyStatement}

{translate key="user.register.privacyStatement"}

{$privacyStatement|nl2br}

{/if}
{include file="common/footer.tpl"}