~lss-team/lilsoftstats/trunk

« back to all changes in this revision

Viewing changes to login.html

  • Committer: Nick
  • Date: 2011-11-14 04:10:28 UTC
  • Revision ID: nick@little-apps.org-20111114041028-cvmpwq6z6hx3pkya
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
5
<title>Little Software Stats | Login</title>
 
6
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen" title="default" />
 
7
<!--  jquery core -->
 
8
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
 
9
 
 
10
<!-- Custom jquery scripts -->
 
11
<script src="js/jquery/custom_jquery.js" type="text/javascript"></script>
 
12
 
 
13
<!-- MUST BE THE LAST SCRIPT IN <HEAD></HEAD></HEAD> png fix -->
 
14
<script src="js/jquery/jquery.pngFix.pack.js" type="text/javascript"></script>
 
15
<script type="text/javascript">
 
16
$(document).ready(function(){
 
17
$(document).pngFix( );
 
18
});
 
19
</script>
 
20
</head>
 
21
<body id="login-bg"> 
 
22
 
 
23
<!-- Start: login-holder -->
 
24
<div id="login-holder">
 
25
 
 
26
        <!-- start logo -->
 
27
        <div id="logo-login">
 
28
                <a href="index.html"><img src="images/shared/logo.png" width="156" height="40" alt="" /></a>
 
29
        </div>
 
30
        <!-- end logo -->
 
31
        
 
32
        <div class="clear"></div>
 
33
        
 
34
        <!--  start loginbox ................................................................................. -->
 
35
        <div id="loginbox">
 
36
        <!--  start message-red -->
 
37
                                <div id="message-red" align="center">
 
38
                                        <table border="0" width="90%" cellpadding="0" cellspacing="0">
 
39
                                        <tr>
 
40
                                                <td class="red-left">Error. <span>Please try again.</span></td>
 
41
                                                <td class="red-right"><a class="close-red"><img src="images/table/icon_close_red.png"   alt="" /></a></td>
 
42
                                        </tr>
 
43
                                        </table>
 
44
                                </div>
 
45
                                <!--  end message-red -->
 
46
        <!--  start login-inner -->
 
47
        <div id="login-inner">
 
48
                <table border="0" cellpadding="0" cellspacing="0">
 
49
                        <tr>
 
50
                                <th>Username</th>
 
51
                                <td><input type="text"  class="login-inp" /></td>
 
52
                        </tr>
 
53
                        <tr>
 
54
                                <th>Password</th>
 
55
                                <td><input type="password" value="************"  onfocus="this.value=''" class="login-inp" /></td>
 
56
                        </tr>
 
57
                        <tr>
 
58
                                <td colspan="2" align="center"><a href="#" onclick="$('#siimage').attr('src', 'scripts/captcha.php?sid=' + Math.random()); return false"><img src="http://stats.little-apps.org/admin/scripts/captcha.php" alt="CAPTCHA" id="siimage" width="300" height="80" /></a></td>
 
59
                        </tr>
 
60
                        <tr>
 
61
                                <th>Security<br />Code</th>
 
62
                                <td><input type="text" class="login-inp" /></td>
 
63
                        </tr>
 
64
                        <tr>
 
65
                                <th></th>
 
66
                                <td><input type="button" class="submit-login"  /></td>
 
67
                        </tr>
 
68
                </table>
 
69
        </div>
 
70
        <!--  end login-inner -->
 
71
        <div class="clear"></div>
 
72
        <a href="" class="forgot-pwd">Forgot Password?</a>
 
73
 </div>
 
74
 <!--  end loginbox -->
 
75
 
 
76
        <!--  start forgotbox ................................................................................... -->
 
77
        <div id="forgotbox">
 
78
                <div id="forgotbox-text">Please send us your email and we'll reset your password.</div>
 
79
                <!--  start forgot-inner -->
 
80
                <div id="forgot-inner">
 
81
                <table border="0" cellpadding="0" cellspacing="0">
 
82
                <tr>
 
83
                        <th>Email address:</th>
 
84
                        <td><input type="text" value=""   class="login-inp" /></td>
 
85
                </tr>
 
86
                <tr>
 
87
                        <td colspan="2" align="center"><a href="#" onclick="$('#siimage').attr('src', 'scripts/captcha.php?sid=' + Math.random()); return false"><img src="http://stats.little-apps.org/admin/scripts/captcha.php" alt="CAPTCHA" id="siimage" width="300" height="80" /></a></td>
 
88
                </tr>
 
89
                <tr>
 
90
                        <th>Security<br />Code</th>
 
91
                        <td><input type="text" class="login-inp" /></td>
 
92
                </tr>
 
93
                <tr>
 
94
                        <th> </th>
 
95
                        <td><input type="button" class="submit-login"  /></td>
 
96
                </tr>
 
97
                </table>
 
98
                </div>
 
99
                <!--  end forgot-inner -->
 
100
                <div class="clear"></div>
 
101
                <a href="" class="back-login">Back to login</a>
 
102
        </div>
 
103
        <!--  end forgotbox -->
 
104
 
 
105
</div>
 
106
<!-- End: login-holder -->
 
107
</body>
 
108
</html>
 
 
b'\\ No newline at end of file'