update system
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user