<!--<?xml version='1.0' encoding='UTF-8' ?>-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:p="http://primefaces.org/ui"
      xmlns:h="http://java.sun.com/jsf/html">

    <h:head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <link href="../resources/css/login.css" rel="stylesheet" type="text/css" />
        <title>Data Management System Login</title>

    </h:head>

    <h:body>
        <div id="top" class="topContent">
            <div id="topLeft" class="topLeftContent">
                <ui:insert name="topLeft">
                    <h:graphicImage alt="ANL Logo" url="../resources/images/AnlLogo167x75.png"/>
                </ui:insert>
            </div>
            <div>
                <div id="topRight" class="topRightContent">
                    <ui:insert name="topRight"/>
                </div>
                <div id="topCenter" class="topCenterContent">
                    <ui:insert name="topCenter">
                        <h1>Data Management System Portal</h1>
                    </ui:insert>
                </div>
            </div>
        </div>

        <div id="middle" class="middleContent">
            <p/>
            <div class="pageTitle">
                <h2>Data Management Portal Login Help</h2>
            </div> 
        </div>

        <div id="bottom" class="sectionText"> 
            Login Help
            <p/>

            SharePoint
            <p/>
            Are you remembering to enter your username like this: anl\username? The "anl\" prefix is required.

            <p/>

            Internet Explorer
            <p/>
            If your Argonne account has been renamed (that is, your username has been changed), and you are using Internet Explorer as your browser, you may need to delete an existing, outdated security certificate as follows:
            <p/>
            In Internet Explorer, go to Tools -> Internet Options -> Content -> Certificates -> Personal.
            <p/>
            Select the certificate with the old username (issued by ANLIssuingCAv010) and click the "Remove" button.
            <p/>
            Clear the browser cache, close all browser windows, and restart the browser.
            <p/>
            Firefox
            <p/>
            In Firefox, clear the browser cache and cookies, close all browser windows, and restart the browser.

            <p/>
            Password Problems
            <p/>
            Passwords can be changed and reset, and accounts can be unlocked via a set of self-service tools available online.

        </div>
    </h:body>

</html>