Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
QLNS_N01
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Văn Hiếu
QLNS_N01
Commits
3c2108f5
Commit
3c2108f5
authored
Jun 05, 2019
by
Phạm Duy Phi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4483b2f9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
39 deletions
+0
-39
src/main/resources/public/page/leave.html
src/main/resources/public/page/leave.html
+0
-12
src/main/resources/public/page/timesheet.html
src/main/resources/public/page/timesheet.html
+0
-27
No files found.
src/main/resources/public/page/leave.html
deleted
100644 → 0
View file @
4483b2f9
<!DOCTYPE html>
<html
lang=
"en"
ng-app=
"MyFirstApp"
>
<head>
<meta
charset=
"UTF-8"
>
<script
src=
"https://code.angularjs.org/1.7.8/angular.min.js"
></script>
<script
src=
"//unpkg.com/@uirouter/angularjs/release/angular-ui-router.min.js"
></script>
<title>
My First App
</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
src/main/resources/public/page/timesheet.html
deleted
100644 → 0
View file @
4483b2f9
<!DOCTYPE html>
<html
ng-app
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Viết đơn xin nghỉ
</title>
<script
src=
"//unpkg.com/@uirouter/angularjs/release/angular-ui-router.min.js"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin=
"anonymous"
>
<script
src=
"../js/angular.js"
></script>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
</head>
<body>
<form
id=
"leaveform"
>
<table
cellpadding=
"5px"
>
<thead>
<th>
stt
</th>
<th>
Tiêu đề
</th>
<th>
Nội dung
</th>
<th>
Ghi chú
</th>
<th>
Checked
</th>
<th>
Trạng thái
</th>
<th>
Eproject name
</th>
</thead>
</table>
</form>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment