update system
This commit is contained in:
72
template/system/ban_ip.html
Normal file
72
template/system/ban_ip.html
Normal file
@@ -0,0 +1,72 @@
|
||||
<div class="global-breadcrumb-container">
|
||||
<a href="/admin/system"> Cài đặt chung </a>
|
||||
<a href=""> Chặn IP xấu truy cập website </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] mb-[5px] block"> Chặn IP xấu truy cập website </p>
|
||||
<p class="text-[14px] text-[#6B7280]">Chức năng này cho phép bạn ngăn chặn một số địa chỉ IP truy cập vào
|
||||
website. Thường dùng
|
||||
để chặn đối thủ hoặc
|
||||
những
|
||||
người có mục đích xấu muốn phá hoại website của bạn</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_15px_0_0] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<b class="block text-[20px] mb-[10px]">Nhập IP cần cấm (mỗi IP 1 dòng)</b>
|
||||
<div class="flex items-center">
|
||||
Bạn có thể xem địa chỉ IP tại <a href="/admin/report/visitor" class="text-[#0041E8] ml-[5px]">Báo cáo
|
||||
truy
|
||||
cập</a>. Để loại bỏ
|
||||
IP khỏi danh sách cấm, xóa IP
|
||||
trong danh sách
|
||||
và cập nhật
|
||||
lại.
|
||||
</div>
|
||||
|
||||
<div class="flex mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="p-[15px] w-[400px] h-[350px] border-[1px] border-[#D8D8D8] rounded-[4px]">103.123.97.250
|
||||
72.35.247.140
|
||||
151.80.39.52
|
||||
151.80.39.228
|
||||
151.80.39.*
|
||||
151.80.39.0/255
|
||||
94.198.55.223
|
||||
94.198.55.*
|
||||
94.198.55.0/255
|
||||
5.62.61.213
|
||||
113.166.92.31
|
||||
14.164.185.*
|
||||
144.76.60.98
|
||||
46.159.119.174
|
||||
123.30.175.83</textarea>
|
||||
<div class="text-[#6B7280] italic ml-[15px] mt-[15px]">
|
||||
<p>Hỗ trợ các định dạng: 127.0.0.1</p>
|
||||
<p>172.0.0.*</p>
|
||||
<p>173.0.*.*</p>
|
||||
<p>126.1.0.0/24</p>
|
||||
<p>125.0.0.1-125.0.0.9</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="p-[15px] bg-white border-t-[6px] border-[#FAFAFB] rounded-[0_0_15px_15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<input type="submit" value="Cập nhật"
|
||||
class="inline-block mt-[20px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
394
template/system/email.html
Normal file
394
template/system/email.html
Normal file
@@ -0,0 +1,394 @@
|
||||
<div class="global-breadcrumb-container">
|
||||
<a href="/admin/system"> Cài đặt chung </a>
|
||||
<a href=""> Email bán hàng/CSKH </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"> Cài đặt Email </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_15px_0_0] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<b class="block text-[20px] mb-[10px]">Cài đặt email cho website</b>
|
||||
<b class="block text-[16px] mb-[5px]">Cài đặt email</b>
|
||||
<table class="style-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-[50px]">STT</th>
|
||||
<th>Phân loại</th>
|
||||
<th class="w-[345px]">Cài đặt</th>
|
||||
<th class="w-[115px]">Hành động</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="align-text-top">1</td>
|
||||
<td>
|
||||
<b>Email gửi thông báo cho khách hàng (*)</b>
|
||||
<p>Dùng gửi khách hàng khi họ đặt hàng, báo tình trạng đơn hàng v.v. Cần phải dùng một dịch
|
||||
vụ gửi email để gửi đi. Mặc
|
||||
định là dùng hotro@demopc8.hurasoft.com và sử dụng dịch vụ gửi email của HuraSoft.
|
||||
</p>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<div class="flex items-center">
|
||||
<p>Email *</p>
|
||||
<input type="text"
|
||||
class="w-[265px] h-[35px] rounded-[4px] p-[10px] border-[1px] border-[#D8D8D8] ml-[10px] shadow-[0px_2px_4px_0px_#0000001F]">
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">2</td>
|
||||
<td>
|
||||
<b>Email nhận chung (*)</b>
|
||||
<p>Bắt buộc. Sẽ được dùng để nhận tất cả các thông báo của website nếu các email khác dưới
|
||||
đây không được cài.
|
||||
</p>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<div class="flex items-center">
|
||||
<p>Email *</p>
|
||||
<input type="text"
|
||||
class="w-[265px] h-[35px] rounded-[4px] p-[10px] border-[1px] border-[#D8D8D8] ml-[10px] shadow-[0px_2px_4px_0px_#0000001F]">
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">3</td>
|
||||
<td>
|
||||
<b>Email nhận thông báo đơn hàng</b>
|
||||
<p>Các đơn hàng mới sẽ được gửi thông báo vào Email này</p>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<div class="flex items-center">
|
||||
<p>Email *</p>
|
||||
<input type="text"
|
||||
class="w-[265px] h-[35px] rounded-[4px] p-[10px] border-[1px] border-[#D8D8D8] ml-[10px] shadow-[0px_2px_4px_0px_#0000001F]">
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">4</td>
|
||||
<td>
|
||||
<b>Email nhận liên hệ</b>
|
||||
<p>Các liên hệ mới sẽ được gửi thông báo vào Email này</p>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<div class="flex items-center">
|
||||
<p>Email *</p>
|
||||
<input type="text"
|
||||
class="w-[265px] h-[35px] rounded-[4px] p-[10px] border-[1px] border-[#D8D8D8] ml-[10px] shadow-[0px_2px_4px_0px_#0000001F]">
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div
|
||||
class="p-[15px] border-t-[6px] border-[#FAFAFB] bg-white rounded-[0_0_15px_15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<b class="block text-[20px] mb-[10px]">Cài đặt email cho website</b>
|
||||
<div class="text-[#6B7280]">
|
||||
Hướng dẫn: Nên dùng Editor ở phần <a href="" class="ml-[2px] text-[#0041E8]">sửa template</a> để chỉnh
|
||||
nội dung html rồi copy/cập nhật ở
|
||||
đây
|
||||
</div>
|
||||
<table class="style-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-[50px]">STT</th>
|
||||
<th>Phân loại</th>
|
||||
<th class="w-[312px]">Nội dung</th>
|
||||
<th>Hành động</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="align-text-top">1</td>
|
||||
<td class="align-text-top">
|
||||
Email gửi thông báo đơn hàng mới cho khách hàng <br> email_tpl_order_detail
|
||||
</td>
|
||||
<td>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Xem
|
||||
nội
|
||||
dung</a>
|
||||
<div style="display: none;" id="js-email-tpl-order-detail" class="mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="w-[100%] h-[225px] p-[10px] rounded-[4px] border-[1px] border-[#D8D8D8]"></textarea>
|
||||
<p>- Dữ liệu có thể dùng. page</p>
|
||||
<div class="flex items-center">
|
||||
<p>- Test hiển thị:</p>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] ml-[5px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Test
|
||||
hiển thị</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">2</td>
|
||||
<td class="align-text-top">
|
||||
Email gửi thông báo cho khách hàng khi đơn hàng được cập nhật trạng thái
|
||||
mới <br> email_tpl_update_buyer_order_status
|
||||
</td>
|
||||
<td>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Xem
|
||||
nội
|
||||
dung</a>
|
||||
<div style="display: none;" id="js-email-tpl-order-detail" class="mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="w-[100%] h-[225px] p-[10px] rounded-[4px] border-[1px] border-[#D8D8D8]"></textarea>
|
||||
<p>- Dữ liệu có thể dùng. page</p>
|
||||
<div class="flex items-center">
|
||||
<p>- Test hiển thị:</p>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] ml-[5px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Test
|
||||
hiển thị</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">3</td>
|
||||
<td class="align-text-top">
|
||||
Email gửi thông báo đơn hàng mới cho khách hàng <br> email_tpl_order_detail
|
||||
</td>
|
||||
<td>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Xem
|
||||
nội
|
||||
dung</a>
|
||||
<div style="display: none;" id="js-email-tpl-order-detail" class="mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="w-[100%] h-[225px] p-[10px] rounded-[4px] border-[1px] border-[#D8D8D8]"></textarea>
|
||||
<p>- Dữ liệu có thể dùng. page</p>
|
||||
<div class="flex items-center">
|
||||
<p>- Test hiển thị:</p>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] ml-[5px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Test
|
||||
hiển thị</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">4</td>
|
||||
<td class="align-text-top">
|
||||
Email gửi thông báo đơn hàng mới cho khách hàng <br> email_tpl_order_detail
|
||||
</td>
|
||||
<td>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Xem
|
||||
nội
|
||||
dung</a>
|
||||
<div style="display: none;" id="js-email-tpl-order-detail" class="mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="w-[100%] h-[225px] p-[10px] rounded-[4px] border-[1px] border-[#D8D8D8]"></textarea>
|
||||
<p>- Dữ liệu có thể dùng. page</p>
|
||||
<div class="flex items-center">
|
||||
<p>- Test hiển thị:</p>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] ml-[5px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Test
|
||||
hiển thị</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">5</td>
|
||||
<td class="align-text-top">
|
||||
Email gửi thông báo đơn hàng mới cho khách hàng <br> email_tpl_order_detail
|
||||
</td>
|
||||
<td>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Xem
|
||||
nội
|
||||
dung</a>
|
||||
<div style="display: none;" id="js-email-tpl-order-detail" class="mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="w-[100%] h-[225px] p-[10px] rounded-[4px] border-[1px] border-[#D8D8D8]"></textarea>
|
||||
<p>- Dữ liệu có thể dùng. page</p>
|
||||
<div class="flex items-center">
|
||||
<p>- Test hiển thị:</p>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] ml-[5px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Test
|
||||
hiển thị</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">6</td>
|
||||
<td class="align-text-top">
|
||||
Email gửi thông báo đơn hàng mới cho khách hàng <br> email_tpl_order_detail
|
||||
</td>
|
||||
<td>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Xem
|
||||
nội
|
||||
dung</a>
|
||||
<div style="display: none;" id="js-email-tpl-order-detail" class="mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="w-[100%] h-[225px] p-[10px] rounded-[4px] border-[1px] border-[#D8D8D8]"></textarea>
|
||||
<p>- Dữ liệu có thể dùng. page</p>
|
||||
<div class="flex items-center">
|
||||
<p>- Test hiển thị:</p>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] ml-[5px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Test
|
||||
hiển thị</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">7</td>
|
||||
<td class="align-text-top">
|
||||
Email gửi thông báo đơn hàng mới cho khách hàng <br> email_tpl_order_detail
|
||||
</td>
|
||||
<td>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Xem
|
||||
nội
|
||||
dung</a>
|
||||
<div style="display: none;" id="js-email-tpl-order-detail" class="mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="w-[100%] h-[225px] p-[10px] rounded-[4px] border-[1px] border-[#D8D8D8]"></textarea>
|
||||
<p>- Dữ liệu có thể dùng. page</p>
|
||||
<div class="flex items-center">
|
||||
<p>- Test hiển thị:</p>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] ml-[5px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Test
|
||||
hiển thị</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">8</td>
|
||||
<td class="align-text-top">
|
||||
Email gửi thông báo đơn hàng mới cho khách hàng <br> email_tpl_order_detail
|
||||
</td>
|
||||
<td>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Xem
|
||||
nội
|
||||
dung</a>
|
||||
<div style="display: none;" id="js-email-tpl-order-detail" class="mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="w-[100%] h-[225px] p-[10px] rounded-[4px] border-[1px] border-[#D8D8D8]"></textarea>
|
||||
<p>- Dữ liệu có thể dùng. page</p>
|
||||
<div class="flex items-center">
|
||||
<p>- Test hiển thị:</p>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] ml-[5px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Test
|
||||
hiển thị</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="align-text-top">9</td>
|
||||
<td class="align-text-top">
|
||||
Email gửi thông báo đơn hàng mới cho khách hàng <br> email_tpl_order_detail
|
||||
</td>
|
||||
<td>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Xem
|
||||
nội
|
||||
dung</a>
|
||||
<div style="display: none;" id="js-email-tpl-order-detail" class="mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="w-[100%] h-[225px] p-[10px] rounded-[4px] border-[1px] border-[#D8D8D8]"></textarea>
|
||||
<p>- Dữ liệu có thể dùng. page</p>
|
||||
<div class="flex items-center">
|
||||
<p>- Test hiển thị:</p>
|
||||
<a href="javascript:void(0)"
|
||||
class="block w-[115px] h-[32px] ml-[5px] leading-[30px] text-center text-[#0041E8] border-[#0041E8] border-[1px] rounded-[4px]">Test
|
||||
hiển thị</a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td class="align-text-top">
|
||||
<a href="javascript:void(0)"
|
||||
class="w-[80px] h-[32px] text-center text-white bg-[#0041E8] block m-auto leading-[32px] rounded-[4px]">Cập
|
||||
nhật</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
98
template/system/form_setup/general.html
Normal file
98
template/system/form_setup/general.html
Normal file
@@ -0,0 +1,98 @@
|
||||
<div class="w-[852px]">
|
||||
<div class="p-[15px] mb-[15px] bg-white rounded-[15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<table class="css-table">
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top ">
|
||||
<b>Tạm đóng website</b>
|
||||
<p class="text-[#6B7280]">(Nếu bạn chưa muốn người dùng xem website, hãy tạm đóng lại)</p>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[140px]">Mật khẩu để xem</b>
|
||||
<input type="text"
|
||||
class="w-[130px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] mx-[10px]">
|
||||
<span class="text-[#E00000] italic">(Xóa bỏ mật khẩu để mở lại website)</span>
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[140px]">Nội dung thông báo khách hàng:</b>
|
||||
<textarea type="text"
|
||||
class="w-[calc(100%_-160px)] h-[75px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] mx-[10px]"></textarea>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Xác thực tên miền với Google Sử dụng khi cài email của Google</b>
|
||||
</td>
|
||||
<td>
|
||||
<textarea type="text"
|
||||
class="w-[97%] h-[75px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]"></textarea>
|
||||
<p class="text-[#6B7280] italic">Nhập nội dung của file Google vào ô trên</p>
|
||||
<div class="text-[#6B7280] italic flex">
|
||||
(<p>V.d.</p> <span class="text-[#E00000]">google-site-verification:
|
||||
google0b0cdca26a03ce2e.html</span>)
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top"><b>Tỷ giá ngoại tệ (USD/VND)</b></td>
|
||||
<td>
|
||||
<input type="text" class="w-[250px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]"
|
||||
placeholder="1" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Số lượng sản phẩm / 1 trang danh mục</b>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" class="w-[250px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]"
|
||||
placeholder="1" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Thứ tự sản phẩm mặc định trong danh mục</b>
|
||||
</td>
|
||||
<td>
|
||||
<select type="text"
|
||||
class="w-[250px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
<option value="">Thứ tự cài đặt, mới cập nhật</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Số lượng tin tức hiển thị / 1 trang</b>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" class="w-[250px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]"
|
||||
placeholder="1" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>SiteManager (nếu có)</b>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]"
|
||||
placeholder="SiteManager (nếu có)" />
|
||||
<span class="block text-[#6B7280] italic mt-[5px]">v.d. http://web.hurasoft.com</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>SiteManager Access Key</b>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]"
|
||||
placeholder="SiteManager Access Key" />
|
||||
<span class="block text-[#6B7280] italic mt-[5px]">xem trong sitemanager</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="submit" value="Cập nhật"
|
||||
class="inline-block mt-[20px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
121
template/system/form_setup/homepage.html
Normal file
121
template/system/form_setup/homepage.html
Normal file
@@ -0,0 +1,121 @@
|
||||
<div class="w-[852px]">
|
||||
<div class="p-[15px] mb-[15px] bg-white rounded-[15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<b>Hướng dẫn:</b>
|
||||
<ul>
|
||||
<li>- ID danh mục: nhập danh sách các ID danh mục cách nhau dấu , hoặc khoảng trắng.
|
||||
Để percat nếu muốn hệ thống
|
||||
tự động lấy theo danh mục sản phẩm đang xem</li>
|
||||
<li>- Số lượng hiển thị : Nhập 0 nếu không muốn dùng nội dung, điền số > 0 để có
|
||||
số lượng cần lấy Để website chạy nhanh nhất, chỉ kích hoạt các nội dung mà giao diện hiển thị cần đến.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<table class="css-table mt-[15px]">
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Sản phẩm nổi bật (HOT)</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Sản phẩm bán chạy nhất (BEST SALE)</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Sản phẩm mới nhất (NEW)</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Sản phẩm xả hàng (SALE OFF)</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Tin tức</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Bộ sưu tập sản phẩm</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<input type="submit" value="Cập nhật"
|
||||
class="inline-block mt-[20px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
|
||||
</div>
|
||||
</div>
|
||||
121
template/system/form_setup/pro_category.html
Normal file
121
template/system/form_setup/pro_category.html
Normal file
@@ -0,0 +1,121 @@
|
||||
<div class="w-[852px]">
|
||||
<div class="p-[15px] mb-[15px] bg-white rounded-[15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<b>Hướng dẫn:</b>
|
||||
<ul>
|
||||
<li>- ID danh mục: nhập danh sách các ID danh mục cách nhau dấu , hoặc khoảng trắng.
|
||||
Để <span class="text-[#E00000]">percat</span> nếu muốn hệ thống
|
||||
tự động lấy theo danh mục sản phẩm đang xem</li>
|
||||
<li>- Số lượng hiển thị : Nhập 0 nếu không muốn dùng nội dung, điền số > 0 để có
|
||||
số lượng cần lấy Để website chạy nhanh nhất, chỉ kích hoạt các nội dung mà giao diện hiển thị cần đến.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<table class="css-table mt-[15px]">
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Sản phẩm nổi bật (HOT)</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Sản phẩm bán chạy nhất (BEST SALE)</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Sản phẩm mới nhất (NEW)</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Sản phẩm xả hàng (SALE OFF)</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Tin tức</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Bộ sưu tập sản phẩm</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[130px]">ID danh mục</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[130px]">Số lượng hiển thị</b>
|
||||
<input type="text"
|
||||
class="w-[calc(100%_-140px)] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<input type="submit" value="Cập nhật"
|
||||
class="inline-block mt-[20px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
|
||||
</div>
|
||||
</div>
|
||||
71
template/system/form_setup/product.html
Normal file
71
template/system/form_setup/product.html
Normal file
@@ -0,0 +1,71 @@
|
||||
<div class="w-[852px]">
|
||||
<div class="p-[15px] mb-[15px] bg-white rounded-[15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
|
||||
<table class="css-table">
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b class="block">Kích thước ảnh sản phẩm</b>
|
||||
<span class="text-[#6B7280] italic">Điều chỉnh kích thước ảnh cho phù hợp với giao diện
|
||||
website:</span>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[70px]">thumb</b>
|
||||
<input type="text"
|
||||
class="w-[120px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
<span class="italic ml-[7px] text-[#6B7280]">px</span>
|
||||
</div>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[70px]">small</b>
|
||||
<input type="text"
|
||||
class="w-[120px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
<span class="italic ml-[7px] text-[#6B7280]">px</span>
|
||||
</div>
|
||||
<div class="flex items-center mb-[10px]">
|
||||
<b class="w-[70px]">medium</b>
|
||||
<input type="text"
|
||||
class="w-[120px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
<span class="italic ml-[7px] text-[#6B7280]">px</span>
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<b class="w-[70px]">large</b>
|
||||
<input type="text"
|
||||
class="w-[120px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px]">
|
||||
<span class="italic ml-[7px] text-[#6B7280]">px</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Tạo ảnh vuông</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="check-form flex items-center mb-[10px]">
|
||||
<input type="checkbox" name="" value="1" checked
|
||||
class="checked:bg-[#0041E8] w-[18px] h-[18px] rounded-[4px]">
|
||||
<span class="ml-[10px] text-[#6B7280]">Tạo các ảnh nhỏ hình vuông với kích thước như trên
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="w-[258px] align-text-top">
|
||||
<b>Ghi chữ bản quyền lên ảnh</b>
|
||||
</td>
|
||||
<td>
|
||||
<div class="check-form flex items-center">
|
||||
<input type="checkbox" name="" value="1" checked
|
||||
class="checked:bg-[#0041E8] w-[18px] h-[18px] rounded-[4px]">
|
||||
<span class="ml-[10px] text-[#6B7280]">Ghi bản quyền</span>
|
||||
</div>
|
||||
<p class="ml-[25px] text-[#6B7280] italic">(Tên miền website demopc8.hurasoft.com sẽ được ghi lên
|
||||
ảnh sản
|
||||
phẩm)</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<input type="submit" value="Cập nhật"
|
||||
class="inline-block mt-[20px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
|
||||
</div>
|
||||
</div>
|
||||
168
template/system/settings.html
Normal file
168
template/system/settings.html
Normal file
@@ -0,0 +1,168 @@
|
||||
<div class="w-[100%]">
|
||||
<div class="p-[15px] m-[15px] bg-white rounded-[15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<h1 class="text-[24px] font-[700] mb-[15px]">Tổng hợp các cài đặt cho website</h1>
|
||||
<div class="mb-[30px]">
|
||||
<b class="block mb-[10px]">Cài đặt hiển thị ngoài giao diện:</b>
|
||||
<table class="style-table mt-[15px]">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-[50px]">STT</th>
|
||||
<th>Nội dung</th>
|
||||
<th class="w-[150px]">Quản lý</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Header (logo, banner top)</td>
|
||||
<td>
|
||||
<a href="/admin/system/store-design"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Banner popup</td>
|
||||
<td>
|
||||
<a href="/admin/system/store-design/section=popup"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Ảnh/màu nền website</td>
|
||||
<td>
|
||||
<a href="/admin/system/store-design/section=background"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Thông tin cài đặt tùy biến khác</td>
|
||||
<td>
|
||||
<a href="/admin/system/store-design/section=other"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="mb-[15px]">
|
||||
<b class="block mb-[10px]">Cài đặt dùng cho hệ thống:</b>
|
||||
<table class="style-table mt-[15px]">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-[50px]">STT</th>
|
||||
<th>Nội dung</th>
|
||||
<th class="w-[150px]">Quản lý</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Cài đặt hiển thị</td>
|
||||
<td>
|
||||
<a href="/admin/system/setup"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Chi nhánh cửa hàng</td>
|
||||
<td>
|
||||
<a href="/admin/system/store-address"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Chặn IP xấu truy cập website</td>
|
||||
<td>
|
||||
<a href="/admin/system/ban-ip"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Email bán hàng/CSKH</td>
|
||||
<td>
|
||||
<a href="/admin/system/email"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Print/ Xuất Excel</td>
|
||||
<td>
|
||||
<a href="/admin/system/print"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>Meta SEO trang chủ</td>
|
||||
<td>
|
||||
<a href="/admin/system/change-info"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>Thông tin giới thiệu cửa hàng</td>
|
||||
<td>
|
||||
<a href="/admin/system/change-info"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>Thông tin các tỉnh/thành/quận-huyện</td>
|
||||
<td>
|
||||
<a href="/admin/system/province-list"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>9</td>
|
||||
<td>Các phương thức thanh toán</td>
|
||||
<td>
|
||||
<a href="/admin/system/pay-method"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10</td>
|
||||
<td>Các phương thức vận chuyển</td>
|
||||
<td>
|
||||
<a href="/admin/system/ship-method"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11</td>
|
||||
<td>Cài đặt phí vận chuyển</td>
|
||||
<td>
|
||||
<a href="/admin/shipping2"
|
||||
class="block m-auto w-[115px] h-[30px] leading-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center text-[#0041E8] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
lý</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
58
template/system/setup.html
Normal file
58
template/system/setup.html
Normal file
@@ -0,0 +1,58 @@
|
||||
<div class="global-breadcrumb-container">
|
||||
<a href="/admin/system/setup"> Cài đặt chung </a>
|
||||
<a href=""> Cài đặt hiển thị </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] mb-[10px]"> Cài đặt hiển thị </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="/admin/system/setup/option=general" {% if global.url contains 'option=general' %}
|
||||
style="color: #Fff;background: #0041E8;" {% endif %}
|
||||
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">Cài
|
||||
đặt chung
|
||||
</a>
|
||||
|
||||
<a href="/admin/system/setup/option=homepage" {% if global.url contains 'option=homepage' %}
|
||||
style="color: #Fff;background: #0041E8;" {% endif %}
|
||||
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
|
||||
Trang chủ
|
||||
</a>
|
||||
|
||||
<a href="/admin/system/setup/option=pro_category" {% if global.url contains 'option=pro_category' %}
|
||||
style="color: #Fff;background: #0041E8;" {% endif %}
|
||||
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
|
||||
Danh mục sản phẩm
|
||||
</a>
|
||||
|
||||
<a href="/admin/system/setup/option=product" {% if global.url contains 'option=product' %}
|
||||
style="color: #Fff;background: #0041E8;" {% endif %}
|
||||
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
|
||||
Chi tiết sản phẩm
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{% if global.url contains 'option=general' %}
|
||||
|
||||
{% include 'system/form_setup/general' %}
|
||||
|
||||
{% elsif global.url contains 'option=homepage' %}
|
||||
|
||||
{% include 'system/form_setup/homepage' %}
|
||||
|
||||
{% elsif global.url contains 'option=pro_category' %}
|
||||
|
||||
{% include 'system/form_setup/pro_category' %}
|
||||
|
||||
{% elsif global.url contains 'option=product' %}
|
||||
|
||||
{% include 'system/form_setup/product' %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
142
template/system/store_address.html
Normal file
142
template/system/store_address.html
Normal file
@@ -0,0 +1,142 @@
|
||||
<div class="global-breadcrumb-container">
|
||||
<a href="/admin/system"> Cài đặt chung </a>
|
||||
<a href=""> Cài đặt chi nhánh cửa hàng </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]"> Các địa chỉ cửa hàng </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êm địa chỉ mới
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="w-[852px]">
|
||||
<div class="p-[15px] bg-white rounded-[15px_15px_0_0] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<b class="block text-[20px] mb-[10px]">Thêm địa chỉ mới</b>
|
||||
<div class="flex items-center">
|
||||
<div class="form-control mb-[15px] mr-[7px]">
|
||||
<label class="font-[600] mb-[5px] text-[14px]">Đặt tên</label>
|
||||
<input type="text" size="60" name="" placeholder="Đặt tên"
|
||||
class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]">
|
||||
</div>
|
||||
<div class="form-control mb-[15px] ml-[7px]">
|
||||
<label class="font-[600] mb-[5px] text-[14px]">Tel</label>
|
||||
<input type="text" size="60" name="" placeholder="Tel"
|
||||
class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center">
|
||||
<div class="form-control mb-[15px] w-[100%] mr-[7px]">
|
||||
<label class="font-[600] mb-[5px] text-[14px]">Tỉnh/TP</label>
|
||||
<select name="" id=""
|
||||
class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)] mr-[10px]">
|
||||
<option value="">-- Chọn tỉnh/TP --</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-control mb-[15px] w-[100%] ml-[7px]">
|
||||
<label class="font-[600] mb-[5px] text-[14px]">Quận huyện</label>
|
||||
<select name="" id=""
|
||||
class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)] mr-[10px]">
|
||||
<option value="">-- Chọn Quận/Huyện --</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-control mb-[15px]">
|
||||
<label class="font-[600] mb-[5px] text-[14px]">Địa chỉ</label>
|
||||
<input type="text" size="60" name="" placeholder="Địa chỉ"
|
||||
class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]">
|
||||
</div>
|
||||
|
||||
<div class="form-control mb-[15px]">
|
||||
<label class="font-[600] mb-[5px] text-[14px]">StoreID trên phần mềm kho hàng (nếu có)</label>
|
||||
<input type="text" size="60" name="" placeholder="StoreID trên phần mềm kho hàng (nếu có)"
|
||||
class="w-[100%] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]">
|
||||
</div>
|
||||
|
||||
<div class="flex items-center">
|
||||
<b class="w-[200px]">Đây là 1 cửa hàng ?</b>
|
||||
<div class="check-form flex items-center">
|
||||
<input type="checkbox" name="" value="1" checked
|
||||
class="checked:bg-[#0041E8] w-[18px] h-[18px] rounded-[4px]">
|
||||
<span class="ml-[10px] text-[#6B7280]">Đây là 1 cửa hàng khách có thể tới
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<input type="submit" value="Cập nhật"
|
||||
class="inline-block mt-[20px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
|
||||
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="p-[15px] mb-[15px] bg-white border-t-[6px] border-[#FAFAFB] rounded-[0_0_15px_15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<b class="block text-[20px] mb-[10px]">Danh sách địa chỉ cửa hàng</b>
|
||||
<table class="style-table mb-[15px]">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-[50px]">STT</th>
|
||||
<th class="w-[135px]">Tên gọi</th>
|
||||
<th>Địa chỉ</th>
|
||||
<th class="w-[100px]">Tỉnh</th>
|
||||
<th>Là 1 cửa hàng</th>
|
||||
<th class="w-[70px]">ERP ID</th>
|
||||
<th>Lựa chọn</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>HACOM Q7, TP. Hồ Chí Minh</td>
|
||||
<td>500 Nguyễn Thị Thập - Quận 7 - TP. Hồ Chí Minh</td>
|
||||
<td>TP HCM</td>
|
||||
<td>yes</td>
|
||||
<td>Ton120</td>
|
||||
<td>
|
||||
<div class='list-btn flex items-center'>
|
||||
<a href=""
|
||||
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="fa-regular fa-eye-slash text-[#9E9E9E]"></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>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>HACOM Q7, TP. Hồ Chí Minh</td>
|
||||
<td>500 Nguyễn Thị Thập - Quận 7 - TP. Hồ Chí Minh</td>
|
||||
<td>TP HCM</td>
|
||||
<td>yes</td>
|
||||
<td>Ton120</td>
|
||||
<td>
|
||||
<div class='list-btn flex items-center'>
|
||||
<a href=""
|
||||
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="fa-regular fa-eye-slash text-[#9E9E9E]"></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>
|
||||
Reference in New Issue
Block a user