update
This commit is contained in:
98
old/template/system/form_setup/general.html
Normal file
98
old/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>
|
||||
Reference in New Issue
Block a user