Viewing File: /usr/local/cpanel/base/unprotected/cpanel-legacy/login_webmaild.html

<form action="/login/" method="post" %frame_target%>
    <input type="hidden" name="login_theme" value="%login_theme%" />
    <table width="200px" class="login" cellpadding="0" cellspacing="0">
        <tr>
            <td align="left" colspan="2"><strong>Login</strong></td>
        </tr>
        <tr>
            <td class="login_lines">Email</td>
            <td class="login_lines"><input autofocus="autofocus" type="text" tabindex="1" id="user" name="user" size="16" /></td>
        </tr>
        <tr class="row2">
            <td class="login_lines">Password&nbsp;</td>
            <td class="login_lines"><input type="password" tabindex="2" id="pass" name="pass" size="16" /></td>
        </tr>
        <tr>
            <td colspan="2" style="text-align: center"><input type="submit" tabindex="3" id="login" value="Login" class="input-button" /></td>
        </tr>
    </table>
</form>
<script type="text/javascript">
//<![CDATA[
/* Must not include external javascript -jnk 06.20.09 */
    document.getElementById("user").focus();
//]]>
</script>

Back to Directory File Manager