74 lines
3.7 KiB
HTML
74 lines
3.7 KiB
HTML
<div class="global-breadcrumb-container">
|
|
<a href="/admin/template"> Sửa file template </a>
|
|
<a href="/admin/template/set/default"> Danh sách template file, giao diện : htpstore </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]">
|
|
<div class="flex items-center justify-between">
|
|
<p class="font-bold text-[20px] leading-[26px] block"> Danh sách template file, giao diện </p>
|
|
<div class="flex items-center">
|
|
<a href="/admin/template/add-template/"
|
|
class="flex items-center justify-end m-[auto_0_auto_auto] text-right whitespace-nowrap border border-[#6B7280] rounded-[4px] bg-[#fff] text-[#6B7280] font-[500] p-[7px]">
|
|
<span
|
|
class="block border-[1px] border-[#6B7280] h-[15px] w-[14px] leading-[11px] text-center rounded-[50%] mr-1">+</span>
|
|
<span>Thêm template file</span>
|
|
</a>
|
|
<a href="/admin/template/edit-template/"
|
|
class="flex items-center justify-end ml-[10px] text-right whitespace-nowrap border border-[#6B7280] rounded-[4px] bg-[#fff] text-[#6B7280] font-[500] p-[7px]">
|
|
<i class="icons icon-edit mr-[3px] grayscale-[1]"></i>
|
|
<span>Sửa file</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="text-[#6B7280] block mt-[5px]">htpstore</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">
|
|
Danh sách
|
|
</a>
|
|
</div>
|
|
|
|
<div class="w-[852px]">
|
|
<div class="p-[15px] bg-white rounded-[15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
|
<table class="style-table">
|
|
<thead>
|
|
<tr>
|
|
<th class="w-[38px]">STT</th>
|
|
<th>Module</th>
|
|
<th>Template</th>
|
|
<th>Thứ tự</th>
|
|
<th>Thông tin</th>
|
|
<th>Lựa chọn</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>0</td>
|
|
<td>mobile_detail</td>
|
|
<td>0</td>
|
|
<td>Tạo lúc bởi: 0</td>
|
|
<td>
|
|
<div class="list-btn flex items-center justify-center">
|
|
<a href="/admin/template/upload-set" title="Form sản phẩm"
|
|
class="w-[30px] h-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]">
|
|
<i class="icons icon-edit"></i>
|
|
</a>
|
|
<a href=""
|
|
class="w-[30px] h-[30px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]">
|
|
<i class="icons icon-remove"></i>
|
|
</a>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div> |