332 lines
19 KiB
HTML
332 lines
19 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
|
|
<title>Hura8</title>
|
||
|
|
<link type="text/css" rel="stylesheet"
|
||
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
|
||
|
|
<link type="text/css" rel="stylesheet" href="./assets/css/style.css">
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
|
||
|
|
|
||
|
|
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<div class="overlay" onclick="closeOverlay()"></div>
|
||
|
|
<div class="header">
|
||
|
|
<div class="container-1500">
|
||
|
|
<div class="header-top d-flex align-items-center justify-content-between">
|
||
|
|
<div class="left">
|
||
|
|
<a href="/" class="logo">
|
||
|
|
<img src="./assets/images/logo.png" alt="logo" width="140px" height="100%">
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="right d-flex align-items-center">
|
||
|
|
<form method="get" enctype="multipart/form-data" action=""
|
||
|
|
class="form-search d-flex align-items-center">
|
||
|
|
<input type="text" name="q" placeholder="Search" class="input-search">
|
||
|
|
<button type="submit" class="btn-search">Search</button>
|
||
|
|
</form>
|
||
|
|
<div class="notification" onclick="show_content('notification')">
|
||
|
|
<div class="icon_global bell"></div>
|
||
|
|
<div class="total-notification">20</div>
|
||
|
|
<div class="hover-notification">
|
||
|
|
<div class="title d-flex align-items-center justify-content-between">
|
||
|
|
<b>Thông báo</b>
|
||
|
|
<a href="javascript:void(0)" class="click_close"
|
||
|
|
onclick="close_content('notification')">
|
||
|
|
<i class="fa fa-close"></i>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="list-notification">
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
<a href="#" class="item d-flex">
|
||
|
|
<i class="icon_global bell"></i>
|
||
|
|
<div class="txt">
|
||
|
|
<p>Jack đã đánh giá sản phẩm <b>HD0034</b></p>
|
||
|
|
<span class="time">11-05-2023 9:50 am</span>
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<a href="#" class="more-all">Lịch sử thông báo</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="user_login" onclick="show_content('user_login')">
|
||
|
|
<img src="./assets/images/avatar.png" alt="avatar" width="30px" height="30px">
|
||
|
|
<div class="hover-user-login">
|
||
|
|
<img src="./assets/images/avatar.png" alt="avatar" width="30px" height="30px"
|
||
|
|
class="avatar">
|
||
|
|
<b class="name-user">Jack</b>
|
||
|
|
<a href="#"><i class="fa-regular fa-envelope"></i> Linhpt@hurasoft.com</a>
|
||
|
|
<a href="#"><i class="fa fa-lock"></i> Thay đổi mật khẩu</a>
|
||
|
|
<a href="#" class="logout">Đăng xuất <i class="fa fa-sign-out"></i></a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="list-menu">
|
||
|
|
<div class="container-1500">
|
||
|
|
<div class="content-list-menu d-flex align-items-center">
|
||
|
|
<div class="item active">
|
||
|
|
<a href="/" class="title d-flex align-items-center">
|
||
|
|
<i class="fa-solid fa-house"></i>
|
||
|
|
<p class="text">Home</p>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Bán hàng</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="" class="item-sub">Danh sách đơn hàng</a>
|
||
|
|
<a href="" class="item-sub">Thanh toán qua dịch vụ</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Sản phẩm</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=product">Danh sách Sản phẩm</a>
|
||
|
|
<a href="/admin/?opt=product&view=product-list-update">Bảng giá cập nhật</a>
|
||
|
|
<a href="/admin/?opt=product&view=category">Danh mục Sản phẩm</a>
|
||
|
|
<a href="/admin/?opt=brand">Danh sách thương hiệu</a>
|
||
|
|
<a href="/admin/?opt=product&view=attribute">Thuộc tính Sản phẩm</a>
|
||
|
|
<a href="/admin/?opt=product&view=collection">Bộ sưu tập</a>
|
||
|
|
<a href="/admin/?opt=config_group">Nhóm cấu hình sản phẩm</a>
|
||
|
|
<a href="/admin/?opt=product&view=spec-group">Nhóm thông số kỹ thuật</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Khách hàng</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=customer">Danh sách khách hàng</a>
|
||
|
|
<a href="/admin/?opt=customer&view=customer-contact">Khách hàng liên
|
||
|
|
hệ</a>
|
||
|
|
<a href="/admin/?opt=customer&view=comment">Tổng hợp trao đổi</a>
|
||
|
|
<a href="/admin/?opt=customer&view=review">Tổng hợp Đánh giá</a>
|
||
|
|
<a href="/admin/?opt=customer&view=customer-review">Khách hàng góp
|
||
|
|
ý</a>
|
||
|
|
<a href="/admin/?opt=customer&view=customer-newsletter">Khách hàng
|
||
|
|
nhận bản tin</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Marketing</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=marketing&view=coupon">Phiếu giảm giá - Voucher</a>
|
||
|
|
<a href="/admin/?opt=banner">Danh sách banner</a></p>
|
||
|
|
<a href="/admin/?opt=system&view=store-design&section=popup">Banner pop-up</a>
|
||
|
|
<a href="/admin/?opt=marketing&view=poster-upload">Poster</a>
|
||
|
|
<a href="/admin/?opt=system&view=store-design&section=background">Hình nền
|
||
|
|
website</a></p>
|
||
|
|
<a href="/admin/?opt=url&view=meta-list">Sửa thông tin URL</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Nội dung</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=article&type=article">Tin bài</a>
|
||
|
|
<a href="/admin/?opt=article&view=user-comment">Trao đổi của KH</a>
|
||
|
|
<a href="/admin/?opt=media">Danh sách Media</a>
|
||
|
|
<a href="/admin/?opt=page">Nội dung cố định</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Xây dụng máy tính</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=pcbuilder">Linh kiện máy tính</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Trả góp</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=payinstall&view=order">Danh sách đơn hàng</a>
|
||
|
|
<a href="/admin/?opt=payinstall">Cài đặt trả góp</a>
|
||
|
|
<a href="/admin/?opt=payinstall&view=category">Danh mục sản phẩm</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Thống kê</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=report&view=visitor">Thống kê truy cập</a>
|
||
|
|
<a href="/admin/?opt=report&view=customer">Thống kê khách hàng</a>
|
||
|
|
<a href="/admin/?opt=report&view=order">Thống kê đơn hàng</a>
|
||
|
|
<a href="/admin/?opt=report&view=product-buy">Sản phẩm mua nhiều</a>
|
||
|
|
</p>
|
||
|
|
<a href="/admin/?opt=report&view=product-visit">Sản phẩm xem nhiều</a>
|
||
|
|
<a href="/admin/?opt=report&view=referer">Web giới thiệu</a>
|
||
|
|
<a href="/admin/?opt=report&view=search">Từ khóa tìm kiếm</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="item">
|
||
|
|
<a class="title d-flex align-items-center" href="">
|
||
|
|
<p>Hệ thống</p>
|
||
|
|
<i class="fa-solid fa-caret-down"></i>
|
||
|
|
</a>
|
||
|
|
<div class="list-menu-sub">
|
||
|
|
<a href="/admin/?opt=system&view=settings">Cài đặt chung</a>
|
||
|
|
<a href="/admin/?opt=template">Sửa file template</a>
|
||
|
|
<a href="/admin/?opt=admin">Danh sách quản trị viên</a>
|
||
|
|
<a href="/admin/?opt=url&view=redirect">Url Redirect</a>
|
||
|
|
<a href="/admin/?opt=tool">Công cụ</a>
|
||
|
|
<a href="/admin/?opt=tag">Quản trị Tag</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="container-1500">
|
||
|
|
<div class="page_content product-category">
|
||
|
|
<div class="title d-flex align-items-center justify-content-between">
|
||
|
|
<div class="title-left">
|
||
|
|
<div id="breadcrumb" class="breadcrumb">
|
||
|
|
<ol itemscope="" itemtype="http://schema.org/BreadcrumbList">
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">Sản phẩm</span>
|
||
|
|
</a> <i class="fa fa-angle-right"></i>
|
||
|
|
<meta itemprop="position" content="1">
|
||
|
|
</li>
|
||
|
|
<li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem"
|
||
|
|
class="home">
|
||
|
|
<a href="/" itemprop="item" class="nopad-l">
|
||
|
|
<span itemprop="name">Danh mục</span>
|
||
|
|
</a><i class="fa fa-angle-right"></i>
|
||
|
|
<meta itemprop="position" content="2">
|
||
|
|
</li>
|
||
|
|
</ol>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="title-right">
|
||
|
|
<a href="/admin/?opt=product&view=category-add" class="btn-excel">
|
||
|
|
<i class="fa-solid fa-plus"></i>
|
||
|
|
Thêm danh mục mới
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="content-product-category bg-white">
|
||
|
|
<table width="100%" id="tb_padding">
|
||
|
|
<tbody>
|
||
|
|
<tr>
|
||
|
|
<th>STT</th>
|
||
|
|
<th>ID</th>
|
||
|
|
<th>Danh mục</th>
|
||
|
|
<th>Link web</th>
|
||
|
|
<th>Hiển thị nội dung</th>
|
||
|
|
<th>Số lượng</th>
|
||
|
|
<th>Sắp xếp STT</th>
|
||
|
|
<th>Thuộc tính</th>
|
||
|
|
<th>Hiển thị</th>
|
||
|
|
<th></th>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>001</td>
|
||
|
|
<td>2</td>
|
||
|
|
<td><a href="#" class="link-blue">Màn hình máy tính</a></td>
|
||
|
|
<td><a href="#">Xem tại web</a></td>
|
||
|
|
<td>SP + Danh mục con</td>
|
||
|
|
<td>200</td>
|
||
|
|
<td>
|
||
|
|
<input type="text" id="order_9" value="15" size="2"
|
||
|
|
onchange="update_category_order(9,this.value,'Màn Hình Máy Tính')">
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
<a href="?opt=product&view=category-attribute&id=9"
|
||
|
|
class="link-blue text-decoration-underline">Tổng
|
||
|
|
(4)</a>
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
<div class="form-check form-switch">
|
||
|
|
<input class="form-check-input" type="checkbox" role="switch"
|
||
|
|
id="flexSwitchCheckChecked" onclick="setProductStatus('2090','off')" checked>
|
||
|
|
</div>
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
<a href="?opt=product&view=category-add&id=" class="btn-edit">
|
||
|
|
<i class="fa-solid fa-pencil"></i>
|
||
|
|
</a>
|
||
|
|
<a href="javascript:delete_seller_category(9,'')" class="btn-remove">
|
||
|
|
<i class="fa-solid fa-trash-can"></i>
|
||
|
|
</a>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"></script>
|
||
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||
|
|
|
||
|
|
</html>
|