Files
admin_hura_8/template/job/applicants_detail.html

75 lines
3.5 KiB
HTML
Raw Permalink Normal View History

2025-03-31 11:07:34 +07:00
<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>
2025-02-21 13:36:38 +07:00
2025-03-31 11:07:34 +07:00
<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>
2025-02-21 13:36:38 +07:00
2025-03-31 11:07:34 +07:00
<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>
2025-02-21 13:36:38 +07:00
</div>