Files
admin_hura_8/template/system/province_list.html
2025-02-12 16:13:51 +07:00

78 lines
3.8 KiB
HTML

<div class="global-breadcrumb-container">
<a href="/admin/system"> Cài đặt chung </a>
<a href=""> Thông tin các tỉnh/thành/quận-huyện </a>
</div>
<div class="max-w-[1141px] flex flex-wrap items-start m-[0_auto_16px_auto]">
<div
class="w-[100%] p-[11px_16px] bg-white m-[0_0_16px] rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[18px]">
<p class="font-bold text-[20px] leading-[26px] block"> Thông tin các tỉnh </p>
</div>
<div
class="w-[270px] m-[0_16px_0_0] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden">
<a href="javascript:void(0)" style="color: #Fff;background: #0041E8;"
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
Thông tin
</a>
</div>
<div class="w-[852px]">
<div class="p-[15px] bg-white rounded-[15px] shadow-[0px_1px_1px_0px_#0000001A]">
<b class="block text-[20px] mb-[10px]">Danh sách các tỉnh</b>
<table class="table">
<thead class="bg-[#f6f6f6] text-[14px] text-[#000] font-500">
<tr>
<th class="w-[50px]">STT</th>
<th>SystemID</th>
<th class="w-[105px]">Tên</th>
<th>Địa chỉ</th>
<th class="w-[80px]">Huyện</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td class="align-text-top">6</td>
<td class="align-text-top">
An Giang
</td>
<td>
Huyện An Phú , Huyện Châu Phú , Huyện Châu Thành , Huyện Chợ Mới , Huyện Phú Tân , Huyện
Tịnh Biên , Huyện Thoại Sơn ,
Huyện Tri Tôn , Thành phố Châu Đốc , Thành phố Long Xuyên , Thị xã Tân Châu
</td>
<td class="align-text-top">
<div class="flex items-center justify-center">
<p>1</p>
<a href=""
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center ml-[7px]'><i
class='icons icon-edit'></i></a>
</div>
</td>
</tr>
<tr>
<td>1</td>
<td class="align-text-top">6</td>
<td class="align-text-top">
An Giang
</td>
<td>
Huyện An Phú , Huyện Châu Phú , Huyện Châu Thành , Huyện Chợ Mới , Huyện Phú Tân , Huyện
Tịnh Biên , Huyện Thoại Sơn ,
Huyện Tri Tôn , Thành phố Châu Đốc , Thành phố Long Xuyên , Thị xã Tân Châu
</td>
<td class="align-text-top">
<div class="flex items-center justify-center">
<p>1</p>
<a href=""
class='w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center ml-[7px]'><i
class='icons icon-edit'></i></a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>