up
This commit is contained in:
@@ -86,8 +86,8 @@
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
<table class="table-fixed border border-[#ECECEC] w-[100%] leading-[20px]">
|
||||
<thead align="center" class="bg-[#F6F6F6] font-[500]">
|
||||
<table class="table">
|
||||
<thead align="center" class="bg-[#F6F6F6] font-700 text-[14px] text-[#000]">
|
||||
<td width="50"> STT </td>
|
||||
<td width="265"> Người dùng </td>
|
||||
<td> Nội dung </td>
|
||||
@@ -99,13 +99,13 @@
|
||||
|
||||
{% for item in page.lich_su_chinh_sua %}
|
||||
<tr>
|
||||
<td> {{ item.id }} </td>
|
||||
<td class="text-center"> {{ item.id }} </td>
|
||||
<td> {{ item.email }} </td>
|
||||
<td> {{ item.content }} </td>
|
||||
<td> {{ item.time }} </td>
|
||||
<td>
|
||||
<a href=""
|
||||
class="block rounded-[4px] border border-[#0041E8] bg-[#F5F7FF] text-[#0041E8] font-[500] leading-[36px] hover:bg-[#0041E8] hover:text-[#fff]">
|
||||
class="block text-center rounded-[4px] border border-[#0041E8] bg-[#F5F7FF] text-[#0041E8] font-[500] leading-[36px] hover:bg-[#0041E8] hover:text-[#fff]">
|
||||
Xem </a>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -130,29 +130,32 @@
|
||||
</div>
|
||||
|
||||
<div class="home-report-holder block" id="js-report-most-viewed-products">
|
||||
<table class="table-fixed text-center">
|
||||
<thead>
|
||||
<td width="50">STT</td>
|
||||
<table class="table">
|
||||
<thead class="bg-[#f6f6f6] text-[14px] font-700 text-[#000]">
|
||||
<td width="50" class="text-center">STT</td>
|
||||
<td>Sản phẩm</td>
|
||||
<td width="75">Lượt xem</td>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> 1 </td>
|
||||
<td> <a href=""> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook UX3402VALaptop
|
||||
<td class="text-center"> 1 </td>
|
||||
<td> <a href="" class="line-clamp-1"> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook
|
||||
UX3402VALaptop
|
||||
Asus ZenBook UX3402VA </a> </td>
|
||||
<td> 30.000 </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>2
|
||||
<td><a href=""> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook UX3402VALaptop
|
||||
<td class="text-center">2
|
||||
<td><a href="" class="line-clamp-1"> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook
|
||||
UX3402VALaptop
|
||||
Asus ZenBook UX3402VA </a>
|
||||
<td>30.000
|
||||
<tr>
|
||||
<td>3
|
||||
<td><a href=""> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook UX3402VALaptop
|
||||
<td class="text-center">3
|
||||
<td><a href="" class="line-clamp-1"> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook
|
||||
UX3402VALaptop
|
||||
Asus ZenBook UX3402VA </a>
|
||||
<td>30.000
|
||||
</tbody>
|
||||
@@ -236,29 +239,32 @@
|
||||
</div>
|
||||
|
||||
<div class="home-report-holder" id="js-report-article">
|
||||
<table class="table-fixed text-center">
|
||||
<thead>
|
||||
<td width="50">STT</td>
|
||||
<table class="table">
|
||||
<thead class="bg-[#F6F6F6] text-[14px] font-700 text-[#000]">
|
||||
<td width="50" class="text-center">STT</td>
|
||||
<td>Bài viết</td>
|
||||
<td width="75">Lượt xem</td>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> 1 </td>
|
||||
<td> <a href=""> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook UX3402VALaptop
|
||||
<td class="text-center"> 1 </td>
|
||||
<td> <a href="" class="line-clamp-1"> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook
|
||||
UX3402VALaptop
|
||||
Asus ZenBook UX3402VA </a> </td>
|
||||
<td> 30.000 </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>2
|
||||
<td><a href=""> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook UX3402VALaptop
|
||||
<td class="text-center">2
|
||||
<td><a href="" class="line-clamp-1"> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook
|
||||
UX3402VALaptop
|
||||
Asus ZenBook UX3402VA </a>
|
||||
<td>30.000
|
||||
<tr>
|
||||
<td>3
|
||||
<td><a href=""> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook UX3402VALaptop
|
||||
<td class="text-center">3
|
||||
<td><a href="" class="line-clamp-1"> Laptop Asus ZenBook UX3402VALaptop Asus ZenBook
|
||||
UX3402VALaptop
|
||||
Asus ZenBook UX3402VA </a>
|
||||
<td>30.000
|
||||
</tbody>
|
||||
@@ -300,9 +306,9 @@
|
||||
</form>
|
||||
|
||||
<div class="home-todo-list">
|
||||
<table class="table-fixed leading-[20px]">
|
||||
<thead class="bg-[#F6F6F6] font-[500] leading-[48px]">
|
||||
<td> STT </td>
|
||||
<table class="table">
|
||||
<thead class="bg-[#F6F6F6] text-[14px] text-[#000] font-700">
|
||||
<td class="text-center"> STT </td>
|
||||
<td> Nội dung </td>
|
||||
<td> Hết hạn </td>
|
||||
<td> Trạng thái </td>
|
||||
@@ -313,7 +319,7 @@
|
||||
|
||||
|
||||
<tr>
|
||||
<td> 2 </td>
|
||||
<td class="text-center"> 2 </td>
|
||||
<td> Sửa trang chủ websiteLaptoptcc </td>
|
||||
<td> 28/11/2023 </td>
|
||||
<td>
|
||||
@@ -324,7 +330,7 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> 3 </td>
|
||||
<td class="text-center"> 3 </td>
|
||||
<td> Sửa trang chủ websiteLaptoptcc </td>
|
||||
<td> 28/11/2023 </td>
|
||||
<td>
|
||||
@@ -335,12 +341,12 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> 4 </td>
|
||||
<td class="text-center"> 4 </td>
|
||||
<td> Sửa trang chủ websiteLaptoptcc </td>
|
||||
<td> 28/11/2023 </td>
|
||||
<td>
|
||||
<span
|
||||
class="bg-[#FCFAF1] border-[#FFC700] text-[#FFC700] block border font-[500] p-[0px_5px] rounded-[50px] text-[12px] text-center">
|
||||
class="whitespace-nowrap bg-[#FCFAF1] border-[#FFC700] text-[#FFC700] block border font-[500] p-[0px_5px] rounded-[50px] text-[12px] text-center">
|
||||
Sắp hết hạn </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user