upload 31/03

This commit is contained in:
2025-03-31 11:07:34 +07:00
parent 3137a8226b
commit 30ebfb6644
9 changed files with 382 additions and 7 deletions

View File

@@ -68,7 +68,7 @@
<td>
<div class="items-center flex">
<a href="/admin/job/applicants-detail?id=16"
<a href="/admin/job/applicants_detail?id=16"
class="btn mr-[10px] w-[70px] bg-[#0041E8] h-[35px] min-h-[35px]">Chi
tiết</a>
<a href="" title="Cho nổi bật"

View File

@@ -1,8 +1,75 @@
<div class="global-breadcrumb-container">
<a href="/admin/job"> Quản lý hồ sơ </a>
<a href=""> Form thêm/sửa nội dung </a>
</div>
<div class="w-[100%] mb-[50px]">
<div class="global-breadcrumb-container">
<a href="/admin/job"> Quản lý hồ sơ </a>
<a href=""> Form thêm/sửa nội dung </a>
</div>
<div class="max-w-[1141px] m-auto p-[0_15px]">
<div class="w-[1140px] my-0 mx-auto">
<div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A] my-[15px]">
<h1 class="text-[20px] font-[700]">Chi tiết hồ sơ</h1>
<p class="text-gray-500">Phụ trách Chi nhánh Công ty cổ phần Traphaco tại Đồng Nai</p>
</div>
<div class="flex">
<div class="left w-[270px] mr-[10px]">
<div class="list-tab">
<a href="/admin/job/applicants_detail"
class="item block w-[100%] h-[36px] text-white bg-[#0041E8] rounded-[10px] text-[13px] leading-[35px] px-[20px]">Thông
tin</a>
</div>
</div>
<div class="right w-[860px]">
<div class="bg-white p-[10px] rounded-[10px] shadow-[0_1px_1px_0px_#0000001A]">
<b class="block text-[20px] font-bold my-[10px]">Thông tin ứng viên</b>
<table class="table">
<tr>
<td>Việc ứng tuyển</td>
<td>Phụ trách Chi nhánh Công ty cổ phần Traphaco tại Đồng Nai</td>
</tr>
<tr>
<td>Họ tên</td>
<td>Hura test</td>
</tr>
<tr>
<td>Địa chỉ email</td>
<td>test1@hurasoft.com</td>
</tr>
<tr>
<td>Số điện thoại</td>
<td>0987654321</td>
</tr>
<tr>
<td>File CV</td>
<td><a href="" class="link">test.docx</a></td>
</tr>
<tr>
<td>Thời gian đăng ký</td>
<td>09-03-2024, 10:55 am</td>
</tr>
<tr>
<td>Tình trạng xử lý</td>
<td>
<div class="flex items-center">
<p
class="p-[1px_7px] text-[12px] font-[500] rounded-[20px] border border-blue-700 text-blue-700">
Đã xử lý
</p>
<p class="ml-[10px]">bởi test 09-03-2024, 11:01 am</p>
</div>
</td>
</tr>
</table>
<b class="block text-[20px] font-bold my-[15px]">Cập nhật ghi chú</b>
<textarea type="text" name="" value="" placeholder="Nội dung tóm tắt (nếu có)"
class="w-full textarea h-[120px] input-bordered rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)] mr-[10px]"></textarea>
<input
class="btn w-[95px] h-[35px] min-h-[35px] bg-[#0041E8] mt-[15px] rounded-[4px] text-white cursor-pointer"
name="submit" type="submit" value="Cập nhật">
</div>
</div>
</div>
</div>
</div>