-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (140 loc) · 6.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Phần mềm quản lý bán hàng</title>
<meta name="author" content="Pinet.,JSC"/>
<meta name="description"
content="Phần mềm quản lý bán hàng công ty cổ phần công nghệ và truyền thông pinet việt nam"/>
<meta name="keywords" content="phần mềm, quản lý, bán hàng"/>
<meta name="application-name" content="Phần mềm quản lý bán hàng"/>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Le styles -->
<link href="css/bootstrap/bootstrap.css" rel="stylesheet"/>
<link href="css/bootstrap/bootstrap-responsive.css" rel="stylesheet"/>
<link href="css/supr-theme/jquery.ui.supr.css" rel="stylesheet" type="text/css"/>
<link href="css/icons.css" rel="stylesheet" type="text/css"/>
<link href="plugins/forms/uniform/uniform.default.css" type="text/css" rel="stylesheet"/>
<!-- Main stylesheets -->
<link href="css/main.css" rel="stylesheet" type="text/css"/>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/apple-touch-icon-144-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/apple-touch-icon-114-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/apple-touch-icon-72-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon-57-precomposed.png"/>
</head>
<body class="loginPage">
<div class="container-fluid">
<div id="header">
<div class="row-fluid">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="dashboard.html">PINET.,<span class="slogan">jsc</span></a>
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
</div><!-- End .row-fluid -->
</div><!-- End #header -->
</div><!-- End .container-fluid -->
<div class="container-fluid">
<div class="loginContainer">
<form class="form-horizontal" action="dashboard.html" id="loginForm">
<div class="form-row row-fluid">
<div class="span12">
<div class="row-fluid">
<label class="form-label span12" for="username">
Username:
<span class="icon16 icomoon-icon-user-3 right gray marginR10"></span>
</label>
<input class="span12" id="username" type="text" name="username" value="Administrator"/>
</div>
</div>
</div>
<div class="form-row row-fluid">
<div class="span12">
<div class="row-fluid">
<label class="form-label span12" for="password">
Password:
<span class="icon16 icomoon-icon-locked right gray marginR10"></span>
<span class="forgot"><a href="#">Quên mật khẩu?</a></span>
</label>
<input class="span12" id="password" type="password" name="password" value="somepass"/>
</div>
</div>
</div>
<div class="form-row row-fluid">
<div class="span12">
<div class="row-fluid">
<div class="form-actions">
<div class="span12 controls">
<input type="checkbox" id="keepLoged" value="Value" class="styled" name="logged"/> Ghi
nhớ đăng nhập
<button type="submit" class="btn btn-info right" id="loginBtn"><span
class="icon16 icomoon-icon-enter white"></span> Đăng nhập
</button>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</div><!-- End .container-fluid -->
<!-- Le javascript
================================================== -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap/bootstrap.js"></script>
<script type="text/javascript" src="plugins/misc/touch-punch/jquery.ui.touch-punch.min.js"></script>
<script type="text/javascript" src="plugins/misc/ios-fix/ios-orientationchange-fix.js"></script>
<script type="text/javascript" src="plugins/forms/validate/jquery.validate.min.js"></script>
<script type="text/javascript" src="plugins/forms/uniform/jquery.uniform.min.js"></script>
<script type="text/javascript">
// document ready function
$(document).ready(function () {
$("input, textarea, select").not('.nostyle').uniform();
$("#loginForm").validate({
rules: {
username: {
required: true,
minlength: 4
},
password: {
required: true,
minlength: 6
}
},
messages: {
username: {
required: "Fill me please",
minlength: "My name is bigger"
},
password: {
required: "Please provide a password",
minlength: "My password is more that 6 chars"
}
}
});
});
</script>
<!-- NACHALO NA TYXO.BG BROYACH -->
<script type="text/javascript">
<!--
d = document;
d.write('<a href="https://www.tyxo.bg/?138779" title="Tyxo.bg counter"><img width="1" height="1" border="0" alt="Tyxo.bg counter" src="' + location.protocol + '//cnt.tyxo.bg/138779?rnd=' + Math.round(Math.random() * 2147483647));
d.write('&sp=' + screen.width + 'x' + screen.height + '&r=' + escape(d.referrer) + '"></a>');
//-->
</script>
<noscript><a href="http://www.tyxo.bg/?138779" title="Tyxo.bg counter"><img src="https://cnt.tyxo.bg/138779" width="1"
height="1" border="0"
alt="Tyxo.bg counter"/></a></noscript>
<!-- KRAI NA TYXO.BG BROYACH -->
</body>
</html>