-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcongviec.html
145 lines (126 loc) · 6.79 KB
/
congviec.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/user.css">
<title>Công Việc</title>
</head>
<body class="nav-headerr">
<section id="headerr">
<div class="header containerr">
<div class="nav-bar">
<div class="brand">
<a href="./congviec.html" style="color: rgb(241, 99, 4)">
<h1>Quản Lí</h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul >
<li><a href="home.html" >Trang Chủ</a></li>
<li><a href="./congviec.html" style="border-bottom: 10px solid rgb(247, 137, 11); color: rgb(235, 101, 5);" >Công Việc</a></li>
<li><a href="./muavu.html" >Mùa Vụ</a></li>
<li><a href="./thietbi.html" >Thiết Bị</a></li>
<li><a href="./nhanvien.html" >Nhân Viên</a></li>
<li><a href="./user.html" >Người dùng</a></li>
</ul>
</div>
</div>
</div>
</section>
</body>
<body class="bg-dark">
<div class="">
<div class="d-flex">
<div class="left" style="width: 20%;">
<h2 class="text-center logo" style="color: rgb(231, 101, 7);">Quản lí công việc</h2>
<ul class="list-unstyledd">
<p class="active"><a href="./congviec.html" style="background-color: rgba(236, 112, 11, 0.932); color: rgb(219, 173, 173);">Danh sách công việc</a></p>
<p><a href="#">Thống kê công việc</a></p>
<p><a href="#">Công Việc đang chờ</a></p>
<p><a href="#">công việc cuối tháng</a></p>
<p><a href="#">Công Việc Tổng kết</a></p>
</ul>
</div>
<div style="width: 80%;" class="background">
<p>
<button id="addsv" class="btn btn-secondary" style="background-color: rgb(233, 115, 5);">Thêm việc</button>
<div class="search-tool">
<p>
<button id="search-click"><i class="fas fa-search"></i></button>
<input id="search-input" type="text" class="form-control">
</p>
</div>
</p>
<h3 class="text-center logo" style="color: rgb(235, 138, 11);">Danh Sách</h3>
<a href="./user.html" class="btn btn-secondary d-none" id="backHome"></a>
<table id="sv-tbl" class="table">
<thead>
<tr style="color: rgb(255, 102, 0);">
<th>STT</th>
<th>Tên Cômg việc</th>
<th>Công việc thuộc mùa vụ</th>
<th>Ngày bắt đầu</th>
<th>Mô tả công việc</th>
<th>Trạng thái</th>
<th></th>
</tr>
</thead>
<tbody>
<td style="text-align: center;" colspan="8"><img style="height: 100px"
src="./img/b.gif" alt=""></td>
</tbody>
</table>
</div>
</div>
<div id="addModal" class="modal">
<div class="conten-modal">
<div id="addsvtab">
<form>
<input style="display: none;" type="text" id="editId" value="">
<button id="btnCloseModal" class="close">×</button><br>
<div style="width: 80%;" class="bg-light px-4 py-3">
<form>
<input style="display: none;" type="text" id="editId">
<div class="form-group">
<label>Tên công việc</label>
<input id="tencv" type="text" class="form-control">
</div>
<div class="form-group">
<label>Công việc thuộc mùa vụ</label>
<input id="cvthuoc" type="text" class="form-control">
</div>
<div class="form-group">
<label>Ngày bắt đầu</label>
<input id="ngaybd" type="text" class="form-control">
</div>
<div class="form-group">
<label>Mô tả công việc</label>
<input id="mota" type="text" class="form-control">
</div>
<div class="form-group">
<label>Trạng thái</label>
<input id="trangthai" type="text" class="form-control">
</div>
</div>
<p id="error">vui lòng nhập đầy đủ</p>
<button type="button" class="btn btn-primary mt-3" id="submit">Xác nhận</button>
</form>
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="./js/congviec.js"></script>
</body>
</html>