-
Notifications
You must be signed in to change notification settings - Fork 0
/
Log_in.aspx
74 lines (65 loc) · 3.43 KB
/
Log_in.aspx
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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Log_in.aspx.cs" Inherits="MET_Station.Log_in" %>
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Hệ thống quan trắc thời tiết</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords"
content="Report Login Form Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<!-- //Meta tag Keywords -->
<link href="//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap" rel="stylesheet">
<!--/Style-CSS -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="all" />
<!--//Style-CSS -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css" type="text/css" media="all">
<style type="text/css">
.auto-style2 {
text-align: center;
margin-left: 141px;
}
.auto-style3 {
width: 403px;
margin-right: 0px;
}
</style>
</head>
<body>
<!-- form section start -->
<section class="w3l-hotair-form">
<h1>TRẠM QUAN TRẮC THỜI TIẾT</h1>
<div class="container">
<!-- /form -->
<div class="workinghny-form-grid">
<div class="main-hotair">
<div class="content-wthree">
<h2>Đăng Nhập</h2>
<form id="form1" runat="server" class="auto-style3">
<asp:TextBox ID="txttaikhoan" runat="server" Width="357px"></asp:TextBox>
<ajaxToolkit:TextBoxWatermarkExtender ID="txttaikhoan_TextBoxWatermarkExtender" runat="server" BehaviorID="txttaikhoan_TextBoxWatermarkExtender" TargetControlID="txttaikhoan" WatermarkText="Tài Khoản" />
<asp:TextBox ID="txtmatkhau" runat="server" Width="358px" TextMode="Password"></asp:TextBox>
<ajaxToolkit:TextBoxWatermarkExtender ID="txtmatkhau_TextBoxWatermarkExtender" runat="server" BehaviorID="txtmatkhau_TextBoxWatermarkExtender" TargetControlID="txtmatkhau" WatermarkText="Mật khẩu" />
<asp:Button ID="btdangnhap" runat="server" BackColor="#D291BC" CssClass="auto-style2" ForeColor="White" Text="Đăng Nhập" Width="122px" OnClick="btdangnhap_Click" />
<p class="account">Bạn chưa có tài khoản ? <a href="#signup">Đăng ký</a></p>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
</form>
</div>
<div class="w3l_form align-self">
<div class="left_grid_info">
<img src="assets/images/loginimage.png" alt="" class="img-fluid"></div>
</div>
</div>
</div>
<!-- //form -->
</div>
<!-- copyright-->
<div class="copyright text-center">
<p class="copy-footer-29">© 06-2022 Hệ thống quan trắc thời tiết | Phát triển bởi nhóm 7</p>
</div>
<!-- //copyright-->
</section>
<!-- //form section start -->
</body>
</html>