<input type="text" tabindex="2" value="<?php 
echo isset($emailAddressConfirm) ? safeOutputToScreen($emailAddressConfirm) : '';
?>
" id="emailAddressConfirm" name="emailAddressConfirm" class="uiStyle" onFocus="showHideTip(this);"></label>
                            <div id="emailAddressConfirmTip" class="hidden formTip">
                                Please confirm your email address.
                            </div>
                        </li>

                        <li class="field-container"><label for="username">
                                <span class="field-name"><?php 
echo t("username", "username");
?>
</span>
                                <input type="text" tabindex="3" value="<?php 
echo isset($username) ? safeOutputToScreen($username) : '';
?>
" id="username" name="username" class="uiStyle" onFocus="showHideTip(this);"></label>
                            <div id="usernameTip" class="hidden formTip">
                                Your account username. 6 characters or more and alpha numeric.
                            </div>
                        </li>

                        <li class="field-container">
                            <span class="field-name"></span>
                            <input tabindex="99" type="submit" name="submit" value="<?php 
echo t("register", "register");
?>
" class="submitInput" />
                        </li>
                    </ul>
                </p>
                <form class="international" method="post" action="http://<?php 
echo _CONFIG_SITE_FULL_URL;
?>
/login.<?php 
echo SITE_CONFIG_PAGE_EXTENSION;
?>
" id="form-join" AUTOCOMPLETE="off">
                    <ul>
                        <li class="field-container"><label for="loginUsernameMain">
                                <span class="field-name"><?php 
echo t("username", "username");
?>
</span>
                                <input type="text" tabindex="1" value="<?php 
echo isset($loginUsername) ? safeOutputToScreen($loginUsername, 'abcdefghijklmnopqrstuvwxyz 1234567890_') : '';
?>
" id="loginUsernameMain" name="loginUsername" class="uiStyle" onFocus="showHideTip(this);"></label>
                            <div id="loginUsernameMainTip" class="hidden formTip">
                                <?php 
echo t("username_requirements", "Your account username. 6 characters or more and alpha numeric.");
?>
                            </div>
                        </li>

                        <li class="field-container"><label for="loginPasswordMain">
                                <span class="field-name"><?php 
echo t("password", "password");
?>
</span>
                                <input type="password" tabindex="2" value="" id="loginPasswordMain" name="loginPassword" class="uiStyle" onFocus="showHideTip(this);"></label>
                </p>
                <form class="international" method="post" action="http://<?php 
    echo _CONFIG_SITE_FULL_URL;
    ?>
/forgot_password.<?php 
    echo SITE_CONFIG_PAGE_EXTENSION;
    ?>
" id="form-join">
                    <ul>
                        <li class="field-container"><label for="emailAddress">
                                <span class="field-name"><?php 
    echo t("email_address", "email address");
    ?>
</span>
                                <input type="text" tabindex="1" value="<?php 
    echo isset($emailAddress) ? safeOutputToScreen($emailAddress) : '';
    ?>
" id="emailAddress" name="emailAddress" class="uiStyle" onFocus="showHideTip(this);"></label>
                            <div id="emailAddressTip" class="hidden formTip">
                                Your registered account email address.
                            </div>
                        </li>

                        <li class="field-container">
                            <span class="field-name"></span>
                            <input tabindex="99" type="submit" name="submit" value="<?php 
    echo t("request_reset", "request reset");
    ?>
" class="submitInput" />
                        </li>
                    </ul>
                            <li class="field-container">
                                <span class="field-name"></span>
                                <input tabindex="99" type="submit" name="submit" value="<?php 
    echo t("update_password", "update password");
    ?>
" class="submitInput" />
                            </li>
                        </ul>

                        <input type="hidden" value="1" name="submitme"/>
                        <input type="hidden" value="<?php 
    echo (int) $_REQUEST['u'];
    ?>
" name="u"/>
                        <input type="hidden" value="<?php 
    echo safeOutputToScreen($_REQUEST['h']);
    ?>
" name="h"/>
                    </form>
                <?php 
}
?>
            </div>
        </div>
    </div>

    <?php 
include_once "_bannerRightContent.inc.php";
?>
    <div class="clear"><!-- --></div>