HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/xdudes.com/templates/default_v3/template.login.php
<div class="wrapper">
    <div class="row">

        <!-- notice -->
        <div class="notification-col">
            <div class="notification info text-center">
                <p class="description">
                    You may login to your account using the form below.
                </p>
                <a href="<? echo $basehttp; ?>/signup">Not a member? Click here to sign up, its free!</a>
            </div>
            <? echo getMessages(); ?>
        </div>
        <!-- notice END -->

    </div>
    
    <div class="row">

        <form action='' method='POST' class="form-col -access">
            <div class="row">
                
                <div class="form-item -full">
                    <label for="username" class="form-label">Username</label>
                    <input type="text" name='ahd_username' class="form-control" id="username" placeholder="login" />
                </div>
                <div class="form-item -full">
                    <label for="password" class="form-label">Password</label>
                    <input type="password" name='ahd_password' class="form-control" id="password" placeholder="password" />
                </div>
                <div class="form-item -links">
                    <a href="<? echo $basehttp; ?>/forgot-password" class="fr__link">Forgot password.</a>
                </div>
                <div class="form-item -actions">
                    <button class="btn btn-nav" type="submit">Login</button>
                </div>
                
            </div>
        </form>

    </div>
</div>