{** * templates/sectionEditor/createReviewerForm.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. * * Form for editors to create reviewers. * *} {strip} {assign var="pageTitle" value="sectionEditor.review.createReviewer"} {include file="common/header.tpl"} {/strip}
{include file="common/formErrors.tpl"}
{if count($formLocales) > 1} {/if} {if count($availableLocales) > 1} {/if}
{fieldLabel name="formLocale" key="form.formLanguage"} {url|assign:"createReviewerUrl" op="createReviewer" path=$articleId escape=false} {form_language_chooser form="reviewerForm" url=$createReviewerUrl} {translate key="form.formLanguage.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" key="user.gender"}
{fieldLabel name="username" required="true" key="user.username"}   
{translate key="user.register.usernameRestriction"}
 
{fieldLabel name="affiliation" key="user.affiliation"}
{translate key="user.affiliation.description"}
{fieldLabel name="email" required="true" key="user.email"}
{fieldLabel name="orcid" key="user.orcid"}
{fieldLabel name="userUrl" key="user.url"}
{fieldLabel name="phone" key="user.phone"}
{fieldLabel name="fax" key="user.fax"}
{fieldLabel for="interests" key="user.interests"} {include file="form/interestsInput.tpl" FBV_interestsKeywords=$interestsKeywords FBV_interestsTextOnly=$interestsTextOnly}
{fieldLabel name="gossip" key="user.gossip"}
{fieldLabel name="mailingAddress" key="common.mailingAddress"}
{fieldLabel name="country" key="common.country"}
{fieldLabel name="biography" key="user.biography"}
{translate key="user.biography.description"}
{translate key="user.workingLanguages"} {foreach from=$availableLocales key=localeKey item=localeName}
{/foreach}

{translate key="common.requiredField"}

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