Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
{assign var=userId value=$user->getId()}
{php}$this->assign('pathArray', array($this->get_template_vars('userId'), $this->get_template_vars('groupId')));{/php}
<div id="member"><li><a href="javascript:openRTWindow('{url op="editorialTeamBio" path=$pathArray}')">{$user->getFullName()|escape}</a>{if $user->getLocalizedAffiliation()}, {$user->getLocalizedAffiliation()|escape}{/if}{if $user->getCountry()}{assign var=countryCode value=$user->getCountry()}{assign var=country value=$countries.$countryCode}, {$country|escape}{/if}</li></div>
$groupId = isset($args[1])?(int)$args[1]:0;if($groupId) {
$groupDao =& DAORegistry::getDAO('GroupDAO');
$group =& $groupDao->getById($groupId);
}
$templateMgr->assign_by_ref('group', $group);
{if $group}<h1>{$group->getLocalizedTitle()}</h1>{else}<h1>{translate key="about.editorialTeam"}</h1>{/if}{assign var=user value=$member->getUser()}"{assign var=userId value=$user->getId()}
{php}$this->assign('pathArray', array($this->get_template_vars('userId'), $this->get_template_vars('groupId')));{/php}javascript:openRTWindow('{url op="editorialTeamBio" path=$pathArray}')$group =& $groupDao->getById($groupId);$group =& $groupDao->getGroup($groupId);Return to OJS Technical Support
Users browsing this forum: No registered users and 4 guests