Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add #2

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
416 changes: 416 additions & 0 deletions DTDD.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Laptop/acer.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Laptop/apple.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Laptop/asus.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Laptop/dell.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Laptop/gigabyte.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Laptop/hp.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Laptop/laptop-page3.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Laptop/lenovo.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Laptop/microsoft.html

Large diffs are not rendered by default.

431 changes: 431 additions & 0 deletions MTB.html

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions PhuKien.html

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions PhuKien1.html

Large diffs are not rendered by default.

347 changes: 347 additions & 0 deletions PhuKien2.html

Large diffs are not rendered by default.

410 changes: 410 additions & 0 deletions Smartphone/DT1plus.html

Large diffs are not rendered by default.

410 changes: 410 additions & 0 deletions Smartphone/DThuawei.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Smartphone/DToppo.html

Large diffs are not rendered by default.

407 changes: 407 additions & 0 deletions Smartphone/DTpixel.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Smartphone/DTrealme.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Smartphone/DTsamsung.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Smartphone/DTvivo.html

Large diffs are not rendered by default.

416 changes: 416 additions & 0 deletions Smartphone/DTxiaomi.html

Large diffs are not rendered by default.

301 changes: 301 additions & 0 deletions Tablet/MTBhuawei.html

Large diffs are not rendered by default.

412 changes: 412 additions & 0 deletions Tablet/MTBlenovo.html

Large diffs are not rendered by default.

412 changes: 412 additions & 0 deletions Tablet/MTBsamsung.html

Large diffs are not rendered by default.

412 changes: 412 additions & 0 deletions Tablet/MTBxiaomi.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Web 1/LTWebvaUD_Nhom13_7/project
Submodule project deleted from a5ee2d
97 changes: 97 additions & 0 deletions admin.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Administrator</title>
<link rel="icon" href="./img/HHPC_logo.ico" type="image/x-icon">
<link rel="stylesheet" href="./style.css">
</head>

<body>

<header>
<nav class="navigation">
<button class="btnLogin-popup">Login</button>
</nav>
</header>

<div class="wrapper">
<span class="icon-close">
<ion-icon name="close-outline"></ion-icon>
</span>

<div class="form-box login">
<h2>Login Administrator</h2>
<form action="#">
<div class="input-box">
<span class="icon"><ion-icon name="mail"></ion-icon>
</span>
<input type="email" name="" id="" required>
<label for="">Email</label>
</div>
<div class="input-box">
<span class="icon"><ion-icon name="lock-closed"></ion-icon>
</span>
<input type="password" name="" id="" required>
<label for="">Password</label>
</div>
<div class="remember-forgot">
<label for="">
<input type="checkbox" name="" id="">Remember me
</label>
<a href="#">Forgot Password?</a>
</div>
<button type="submit" class="btn">Login
</button>
<div class="login-register">
<p>Don't have an account?<a href="#" class="register-link">Register</a></p>
</div>
</form>
</div>

<div class="form-box register">
<h2>Registration</h2>
<form action="#">
<div class="input-box">
<span class="icon">
<ion-icon name="person"></ion-icon>
</span>
<input type="text" name="" id="" required>
<label for="">Username</label>
</div>
<div class="input-box">
<span class="icon"><ion-icon name="mail"></ion-icon>
</span>
<input type="email" name="" id="" required>
<label for="">Email</label>
</div>
<div class="input-box">
<span class="icon"><ion-icon name="lock-closed"></ion-icon>
</span>
<input type="password" name="" id="" required>
<label for="">Password</label>
</div>
<div class="remember-forgot">
<label for="">
<input type="checkbox" name="" id="">
I agree to the terms & conditions
</label>
</div>
<button type="submit" class="btn">Register
</button>
<div class="login-register">
<p>Already have an account?<a href="#" class="login-link">
Login</a></p>
</div>
</form>
</div>
</div>

<div id="customalert"></div>
<script src="./js/script.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>
220 changes: 220 additions & 0 deletions admin1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,220 @@
<!DOCTYPE HTML>
<html>
<head>
<title>dashboard</title>
<link rel="icon" href="./img/HHPC_logo.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="laptop" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Bootstrap Core CSS -->
<link href="./css/bootstrap.min.css" rel='stylesheet' type='text/css' />
<!-- Custom CSS -->
<link href="./css/style.css" rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="./css/morris.css" type="text/css"/>
<!-- Graph CSS -->
<link href="./css/font-awesome.css" rel="stylesheet">
<!-- jQuery -->
<script src="./js/jquery-2.1.4.min.js"></script>
<!-- //jQuery -->
<!-- <link href='//fonts.googleapis.com/css?family=Roboto:700,500,300,100italic,100,400' rel='stylesheet' type='text/css'/>
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'> -->
<!-- lined-icons -->
<link rel="stylesheet" href="./css/icon-font.min.css" type='text/css' />

<!-- tables -->
<link rel="stylesheet" type="text/css" href="./css/table-style.css" />
<link rel="stylesheet" type="text/css" href="./css/basictable.css" />
<script type="text/javascript" src="./js/jquery.basictable.min.js"></script>

</head>
<body>
<div class="page-container">
<!--/content-inner-->
<div class="left-content">
<div class="mother-grid-inner">
<!--header start here-->
<div class="header-main">



<div class="profile_details w3l">
<ul>
<li class="dropdown profile_details_drop">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<div class="profile_img">
<span class="prfil-img"><img src="./img/HHPC_logo.ico" alt=""> </span>
<div class="user-name">
<p>Thông tin</p>
<span>Admin</span>
</div>
<i class="fa fa-angle-down"></i>
<i class="fa fa-angle-up"></i>
<div class="clearfix"></div>
</div>
</a>
<ul class="dropdown-menu drp-mnu">
<li> <a href="#"><i class="fa fa-cog"></i> Cài đặt</a> </li>
<li> <a href="#"><i class="fa fa-user"></i> Thông tin</a> </li>
<li> <a href="#"><i class="fa fa-sign-out"></i> Đăng xuất</a> </li>
</ul>
</li>
</ul>
</div>

<div class="clearfix"> </div>
</div>
<!--heder end here-->
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="./admin1.html">Trang chủ</a> <i class="fa fa-angle-right"></i></li>
</ol>

<!-- grids -->
<div class="grids">



<div class="agile-calendar-grid">
<div class="page">

<div class="w3l-calendar-left">
<div class="calendar-heading">
<!-- <p>Noi dung</p>
-->
<div class="agile-tables">
<div class="w3l-table-info">
<h2>Danh mục chức năng của admin:</h2>
<div class="row">
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2">

</div>
<div class="col-xs-8 col-sm-8 col-md-8 col-lg-8">
<div class="list-group">
<a href="./admin1.html" class="list-group-item active">Trang chủ</a>
<a href="./sanpham.html" class="list-group-item">Quản lý sản phẩm</a>
<a href="./sanpham1.html" class="list-group-item">Quản lý loại sản phẩm</a>
<a href="./sanpham2.html" class="list-group-item">Quản lý nhà sản xuất</a>
<a href="./donhang.html" class="list-group-item">Quản lý đơn hàng</a>
</div>
</div>
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2">

</div>
</div>
</div>
</div>
</div>
</div>

<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //grids -->
<!--photoday-section-->


<div class="col-sm-4 wthree-crd">
<div class="card">
<div class="card-body">

</div>
</div>
</div>

<div class="clearfix"></div>

<!--//photoday-section-->
<!-- script-for sticky-nav -->
<script>
$(document).ready(function() {
var navoffeset=$(".header-main").offset().top;
$(window).scroll(function(){
var scrollpos=$(window).scrollTop();
if(scrollpos >=navoffeset){
$(".header-main").addClass("fixed");
}else{
$(".header-main").removeClass("fixed");
}
});

});
</script>
<!-- /script-for sticky-nav -->
<!--inner block start here-->
<div class="inner-block">

</div>
<!--inner block end here-->
</div>
</div>
<!--//content-inner-->
<!--/sidebar-menu-->
<div class="sidebar-menu">
<header class="logo1">
<a href="#" class="sidebar-icon"> <span class="fa fa-bars"></span> </a>
</header>
<div style="border-top:1px ridge rgba(255, 255, 255, 0.15)"></div>
<div class="menu">
<ul id="menu" >
<li><a href="./admin1.html"><i class="fa fa-tachometer"></i> <span>Trang chủ</span><div class="clearfix"></div></a></li>


<li id="menu-academico" ><a href="./donhang.html"><i class="fa fa-envelope nav_icon"></i><span>Đơn hàng</span><div class="clearfix"></div></a></li>
<!-- <li><a href="gallery.html"><i class="fa fa-picture-o" aria-hidden="true"></i><span>Gallery</span><div class="clearfix"></div></a></li> -->

<li id="menu-academico" ><a href="#"><i class="fa fa-list-ul" aria-hidden="true"></i><span>Sản phẩm</span> <span class="fa fa-angle-right" style="float: right"></span><div class="clearfix"></div></a>
<ul id="menu-academico-sub" >
<li id="menu-academico-avaliacoes" ><a href="./sanpham.html">Quản lý sản phẩm</a></li>
<li id="menu-academico-avaliacoes" ><a href="./sanpham1.html">Loại sản phẩm</a></li>
<li id="menu-academico-avaliacoes" ><a href="./sanpham2.html">Nhà sản xuất</a></li>
</ul>
</li>


<li id="menu-academico" ><a href="#"><i class="fa fa-file-text-o"></i> <span>Khác</span> <span class="fa fa-angle-right" style="float: right"></span><div class="clearfix"></div></a>
<ul id="menu-academico-sub" >
<li id="menu-academico-boletim" ><a href="./calendar.html">Lịch</a></li>
<!-- <li id="menu-academico-avaliacoes" ><a href="signin.html">Đăng nhập</a></li>
<li id="menu-academico-avaliacoes" ><a href="signup.html">Đăng ký</a></li> -->


</ul>
</li>

</ul>
</div>
</div>
<div class="clearfix"></div>
</div>
<script>
var toggle = true;

$(".sidebar-icon").click(function() {
if (toggle)
{
$(".page-container").addClass("sidebar-collapsed").removeClass("sidebar-collapsed-back");
$("#menu span").css({"position":"absolute"});
}
else
{
$(".page-container").removeClass("sidebar-collapsed").addClass("sidebar-collapsed-back");
setTimeout(function() {
$("#menu span").css({"position":"relative"});
}, 400);
}

toggle = !toggle;
});
</script>
<!--js -->
<script src="./js/jquery.nicescroll.js"></script>
<script src="./js/script.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="./js/bootstrap.min.js"></script>
<!-- /Bootstrap Core JavaScript -->
<!-- morris JavaScript -->
<script src="./js/raphael-min.js"></script>

</body>
</html>
Loading