<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Login widget --> <#macro assets> <#-- RY This test should be replaced by controller logic which doesn't display any assets if the user is logged in. See NIHVIVO-1357. This test does nothing, since loginName has not been put into the data model. <#if ! loginName?has_content> --> ${stylesheets.add("/css/login.css")} ${scripts.add("/js/jquery.js", "/js/login/loginUtils.js")} <#-- ${headScripts.add("")} --> <#-- --> <#macro loginForm>

Log in

<#if infoMessage??>

${infoMessage}

<#if errorMessage??>

${errorMessage}

<#macro forcePasswordChange>

Log in

<#if errorMessage??>

${errorMessage}

Minimum of 6 characters in length.

or Cancel
<#macro alreadyLoggedIn>

Log in

You are already logged in. You may have been redirected to this page because you tried to access a page that you do not have permission to view.

<#macro error>

There was an error in the system.