Files
admin_hura_8/template/product/config_group_attribute.html

125 lines
7.2 KiB
HTML
Raw Permalink Normal View History

2025-12-10 19:20:39 +07:00
<div class="w-full mb-[50px]">
2024-03-04 13:26:05 +07:00
2025-12-10 19:20:39 +07:00
<div class="text-sm breadcrumbs">
2024-03-04 13:26:05 +07:00
<ul>
<li><a href="/admin/product/config_group">Nhóm cấu hình sản phẩm</a></li>
2025-12-10 19:20:39 +07:00
<li class="text-active">Form thêm/sửa cấu hình</li>
2024-03-04 13:26:05 +07:00
</ul>
</div>
2025-12-10 19:20:39 +07:00
<div class="w-7xl mx-auto">
<div class="bg-white p-3 rounded-sm shadow mt-5">
2024-03-04 13:26:05 +07:00
<div class="flex items-center justify-between">
2025-12-10 19:20:39 +07:00
<h1 class="text-xl font-bold">Cập nhật cấu hình sản phẩm</h1>
<div class="flex items-center gap-3 ">
<a href="/admin/brand/add" class="btn btn-sm btn-outline btn-view">
<i data-lucide="plus" class="size-4"></i>
<span>Thêm sp mới</span>
2024-03-04 13:26:05 +07:00
</a>
2025-12-10 19:20:39 +07:00
<a href="/admin/brand/add" class="btn btn-sm btn-outline btn-view">
<i data-lucide="copy" class="size-4"></i>
<span>Tạo sp tương tự</span>
2024-03-04 13:26:05 +07:00
</a>
</div>
</div>
</div>
2025-12-10 19:20:39 +07:00
<div class="grid grid-cols-4 gap-5 mt-5">
<div class="left">
2024-03-04 13:26:05 +07:00
<div class="list-tab">
<a href="/admin/product/config_group_form"
2025-12-10 19:20:39 +07:00
class="item block w-full text-[#6B7280] bg-white rounded-[10px_10px_0_0] shadow-[0px_-1px_1px_0px_#0000001A] text-[13px] p-2">Nội
2024-03-04 13:26:05 +07:00
dung</a>
<a href="/admin/product/config_group_attribute"
2025-12-10 19:20:39 +07:00
class=" item block w-full text-[#fff] bg-[#0041E8] text-[13px] font-500 p-2">Thuộc
2024-03-04 13:26:05 +07:00
tính</a>
<a href="/admin/product/config_group_product"
2025-12-10 19:20:39 +07:00
class=" item block w-full text-[#6B7280] bg-white text-[13px] font-500 p-2 rounded-[0_0_10px_10px] shadow-[0px_1px_1px_0px_#0000001A] border-t-[1px] border-[#f8f8f8]">Sản
2024-03-04 13:26:05 +07:00
phẩm</a>
</div>
</div>
2025-12-10 19:20:39 +07:00
<div class="right col-span-3">
2024-03-04 13:26:05 +07:00
2025-12-10 19:20:39 +07:00
<div class="bg-white p-3 rounded-sm shadow">
<b class="block font-xl">Thuộc tính</b>
<div class="grid grid-cols-2 gap-5 mt-5">
<div class="form-control">
<label class="font-bold text-base">Cập nhật</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="{{page.item_info.title}}"
2025-12-10 19:20:39 +07:00
placeholder="Cập nhật" class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
2025-12-10 19:20:39 +07:00
<div class="form-control">
<label class="font-bold text-base">Thứ tự</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="{{page.item_info.title}}"
2025-12-10 19:20:39 +07:00
placeholder="Thứ tự" class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
</div>
</div>
2025-12-10 19:20:39 +07:00
<div class="bg-white p-3 rounded-sm shadow mt-5">
<b class="block font-xl">Thuộc tính</b>
2024-03-04 13:26:05 +07:00
2025-12-10 19:20:39 +07:00
<div class="grid grid-cols-3 gap-3 mt-5">
<div class="form-control">
<label class="font-bold text-base">Giá trị</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="{{page.item_info.title}}"
2025-12-10 19:20:39 +07:00
placeholder="Giá trị" class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
2025-12-10 19:20:39 +07:00
<div class="form-control">
<label class="font-bold text-base">Mô tả</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="{{page.item_info.title}}"
2025-12-10 19:20:39 +07:00
placeholder="Mô tả" class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
2025-12-10 19:20:39 +07:00
<div class="form-control">
<label class="font-bold text-base">Thứ tự</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="0" placeholder="Thứ tự"
2025-12-10 19:20:39 +07:00
class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
2025-12-10 19:20:39 +07:00
<div class="form-control">
<label class="font-bold text-base">Giá trị</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="{{page.item_info.title}}"
2025-12-10 19:20:39 +07:00
placeholder="Giá trị" class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
2025-12-10 19:20:39 +07:00
<div class="form-control">
<label class="font-bold text-base">Mô tả</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="{{page.item_info.title}}"
2025-12-10 19:20:39 +07:00
placeholder="Mô tả" class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
2025-12-10 19:20:39 +07:00
<div class="form-control">
<label class="font-bold text-base">Thứ tự</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="0" placeholder="Thứ tự"
2025-12-10 19:20:39 +07:00
class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
2025-12-10 19:20:39 +07:00
<div class="form-control">
<label class="font-bold text-base">Giá trị</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="{{page.item_info.title}}"
2025-12-10 19:20:39 +07:00
placeholder="Giá trị" class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
2025-12-10 19:20:39 +07:00
<div class="form-control">
<label class="font-bold text-base">Mô tả</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="{{page.item_info.title}}"
2025-12-10 19:20:39 +07:00
placeholder="Mô tả" class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
2025-12-10 19:20:39 +07:00
<div class="form-control">
<label class="font-bold text-base">Thứ tự</label>
2024-03-04 13:26:05 +07:00
<input type="text" size="60" name="info[title]" id="title" value="0" placeholder="Thứ tự"
2025-12-10 19:20:39 +07:00
class="w-full input rounded-sm shadow mt-3">
2024-03-04 13:26:05 +07:00
</div>
</div>
2025-12-10 19:20:39 +07:00
<a href="javascript:void(0)"
class="flex items-center text-center justify-center mt-5 gap-2 text-active">
<i data-lucide="circle-plus" class="size-4 mt-0.5"></i>
<span class="text-active font-bold">Thêm giá trị</span>
2024-03-04 13:26:05 +07:00
</a>
</div>
2025-12-10 19:20:39 +07:00
<div class="bg-white p-3 rounded-sm shadow mt-5">
<input class="btn btn-active" id="submit-collection-btn" name="commit" type="submit"
value="Cập nhật" />
2024-03-04 13:26:05 +07:00
</div>
</div>
</div>
</div>
</div>