Beispiel #1
0
									"<input type='hidden' name='_screen_height' value='"+ screen.height + "'/>" +
									"<input type='hidden' name='_has_pdf_plugin' value='"+ ((pdfInfo && pdfInfo['acrobat'] && (pdfInfo['acrobat'] === 'installed')) ? 1 : 0) + "'/>"
								);
							});
						</script>
					</form>
<?php 
if (AuthenticationManager::supports(__CA_AUTH_ADAPTER_FEATURE_RESET_PASSWORDS__)) {
    ?>
					<div id="forgotLink"><?php 
    print caNavLink($this->request, _t("Forgot your password?"), 'forgotLink', 'system/auth', 'forgot', '');
    ?>
</div>
<?php 
} else {
    if ($vs_adapter_account_link = AuthenticationManager::getAccountManagementLink()) {
        ?>
	<div id="forgotLink"><a href="<?php 
        print $vs_adapter_account_link;
        ?>
" target="_blank"><?php 
        print _t("Manage your account");
        ?>
</a></div>
<?php 
    }
}
?>
				</div><!-- end loginForm -->
			</div><!-- end loginBox -->
		</div><!-- end center -->