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
19c5ecee
Commit
19c5ecee
authored
Jun 17, 2019
by
đinh thị đầm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
t
parent
495ed4ca
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
226 additions
and
3410 deletions
+226
-3410
src/main/java/com/itsol/quantrivanphong/report/leaveform/controller/Notification.java
...trivanphong/report/leaveform/controller/Notification.java
+13
-0
src/main/resources/public/buttons.html
src/main/resources/public/buttons.html
+0
-657
src/main/resources/public/icons.html
src/main/resources/public/icons.html
+0
-1444
src/main/resources/public/inbox.html
src/main/resources/public/inbox.html
+0
-1301
src/main/resources/public/index.html
src/main/resources/public/index.html
+8
-8
src/main/resources/public/pages/adminhome/admin-home.html
src/main/resources/public/pages/adminhome/admin-home.html
+3
-0
src/main/resources/public/pages/adminhome/admin.js
src/main/resources/public/pages/adminhome/admin.js
+3
-0
src/main/resources/public/pages/homepage/newsAddManagement.html
...in/resources/public/pages/homepage/newsAddManagement.html
+28
-0
src/main/resources/public/pages/login/forgot-password.html
src/main/resources/public/pages/login/forgot-password.html
+22
-0
src/main/resources/public/pages/login/login.html
src/main/resources/public/pages/login/login.html
+26
-0
src/main/resources/public/pages/login/loginsController.js
src/main/resources/public/pages/login/loginsController.js
+3
-0
src/main/resources/public/pages/login/register.html
src/main/resources/public/pages/login/register.html
+120
-0
No files found.
src/main/java/com/itsol/quantrivanphong/report/leaveform/controller/Notification.java
0 → 100644
View file @
19c5ecee
package
com.itsol.quantrivanphong.report.leaveform.controller
;
import
lombok.AllArgsConstructor
;
import
lombok.Data
;
import
lombok.NoArgsConstructor
;
@Data
@AllArgsConstructor
@NoArgsConstructor
public
class
Notification
{
private
int
status
;
private
String
view
;
}
src/main/resources/public/buttons.html
deleted
100644 → 0
View file @
495ed4ca
This diff is collapsed.
Click to expand it.
src/main/resources/public/icons.html
deleted
100644 → 0
View file @
495ed4ca
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/resources/public/inbox.html
deleted
100644 → 0
View file @
495ed4ca
This diff is collapsed.
Click to expand it.
src/main/resources/public/index.html
View file @
19c5ecee
...
@@ -39,7 +39,13 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -39,7 +39,13 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<script
src=
"js/app.js"
></script>
<script
src=
"js/app.js"
></script>
<script
src=
"pages/report/reportController.js"
></script>
<script
src=
"pages/report/reportController.js"
></script>
<script
src=
"pages/employee/employeeController.js"
></script>
<script
src=
"pages/employee/employeeController.js"
></script>
<!-- <script src="pages/project/projectController.js"></script>-->
<script
src=
"pages/project/project/projectController.js"
></script>
<script
src=
"pages/project/groupproject/groupProjectController.js"
></script>
<script
src=
"pages/project/groupproject/groupProjectViewController.js"
></script>
<script
src=
"pages/issue/IssueAddControlelr.js"
></script>
<script
src=
"pages/issue/IssueController.js"
></script>
<script
src=
"pages/issue/IssuesDetailController.js"
></script>
<script
src=
"pages/issue/IssuesDeleteController.js"
></script>
>
<script
src=
"pages/leaveform/leaveFormController.js"
></script>
<script
src=
"pages/leaveform/leaveFormController.js"
></script>
<script
src=
"pages/homepage/homeController.js"
></script>
<script
src=
"pages/homepage/homeController.js"
></script>
<script
src=
"pages/timesheet/timeSheetController.js"
></script>
<script
src=
"pages/timesheet/timeSheetController.js"
></script>
...
@@ -111,13 +117,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -111,13 +117,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
});
});
});
});
</script>
</script>
<script
src=
"pages/project/project/projectController.js"
></script>
<script
src=
"pages/project/groupproject/groupProjectController.js"
></script>
<script
src=
"pages/project/groupproject/groupProjectViewController.js"
></script>
<script
src=
"pages/issue/IssueAddControlelr.js"
></script>
<script
src=
"pages/issue/IssueController.js"
></script>
<script
src=
"pages/issue/IssuesDetailController.js"
></script>
<script
src=
"pages/issue/IssuesDeleteController.js"
></script>
</head>
</head>
<body
class=
"cbp-spmenu-push"
ng-app=
"myApp"
>
<body
class=
"cbp-spmenu-push"
ng-app=
"myApp"
>
...
...
src/main/resources/public/pages/adminhome/admin-home.html
0 → 100644
View file @
19c5ecee
<div
class=
"container"
style=
"text-align: center"
>
<h1>
Chào Mừng bạn đến với trang ADMIN
</h1>
</div>
\ No newline at end of file
src/main/resources/public/pages/adminhome/admin.js
0 → 100644
View file @
19c5ecee
angular
.
module
(
"
myApp
"
).
controller
(
"
adminController
"
,
function
(
$scope
,
$http
,
$window
)
{
console
.
log
(
"
adminController
"
);
});
\ No newline at end of file
src/main/resources/public/pages/homepage/newsAddManagement.html
0 → 100644
View file @
19c5ecee
<form
name=
"myForm"
novalidate
ng-submit=
"createNews(newsAdd)"
>
<table
border=
1
>
<tr>
<td>
Thumbnail
</td>
<td><input
type=
"text"
data-ng-model=
"newsAdd.thumbnail"
/></td>
</tr>
<tr>
<td>
Title
</td>
<td><input
type=
"text"
ng-model=
"newsAdd.title"
/></td>
</tr>
<tr>
<td>
Content
</td>
<td><input
type=
"text"
data-ng-model=
"newsAdd.content"
/></td>
</tr>
<tr>
<td>
Status
</td>
<td><input
type=
"text"
data-ng-model=
"newsAdd.status"
/></td>
</tr>
<tr>
<td
colspan=
"2"
>
<input
data-ng-disabled=
"myForm.$invalid"
type=
"submit"
value=
"Submit"
class=
"blue-button"
/>
</td>
</tr>
</table>
</form>
src/main/resources/public/pages/login/forgot-password.html
0 → 100644
View file @
19c5ecee
<div
class=
"card card-login mx-auto mt-5"
>
<div
class=
"card-header"
>
Reset Password
</div>
<div
class=
"card-body"
>
<div
class=
"text-center mb-4"
>
<h4>
Lấy lại mật khẩu bằng Email đăng ký?
</h4>
</div>
<form>
<div
class=
"form-group"
>
<div
class=
"form-label-group"
>
<input
type=
"email"
id=
"inputEmail"
class=
"form-control"
placeholder=
"Enter email address"
required=
"required"
autofocus=
"autofocus"
>
<label
for=
"inputEmail"
>
Enter email address
</label>
</div>
</div>
<a
class=
"btn btn-primary btn-block"
href=
"login.html"
>
Reset Password
</a>
</form>
<div
class=
"text-center"
>
<a
class=
"d-block small mt-3"
ui-sref=
"register"
>
Đăng ký tài khoản
</a>
<a
class=
"d-block small"
ui-sref=
"login"
>
Đăng Nhập
</a>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/public/pages/login/login.html
0 → 100644
View file @
19c5ecee
<div
class=
"card card-login mx-auto mt-5"
>
<div
class=
"card-header"
style=
"text-align: center"
>
Đăng Nhập Hệ Thống
</div>
<div
class=
"card-body"
>
<form>
<div
class=
"form-group"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
id=
"username"
class=
"form-control"
placeholder=
"Tên Đăng Nhập"
autofocus=
"autofocus"
required
>
<label
for=
"username"
>
Tên Đăng Nhập
</label>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-label-group"
>
<input
type=
"password"
id=
"inputPassword"
class=
"form-control"
placeholder=
"Mật Khẩu"
required=
"required"
>
<label
for=
"inputPassword"
>
Mật Khẩu
</label>
</div>
</div>
<input
class=
"btn btn-primary btn-block"
type=
"submit"
value=
"Đăng Nhập"
/>
</form>
<div
class=
"text-center"
>
<a
class=
"d-block small mt-3"
ui-sref=
"register"
>
Đăng Ký
</a>
<a
class=
"d-block small"
ui-sref=
"forgot-password"
>
Lấy Lại Mật Khẩu?
</a>
</div>
</div>
</div>
\ No newline at end of file
src/main/resources/public/pages/login/loginsController.js
0 → 100644
View file @
19c5ecee
angular
.
module
(
"
myApp
"
).
controller
(
"
loginController
"
,
function
(
$scope
,
$http
,
$window
)
{
console
.
log
(
"
loginController
"
);
});
\ No newline at end of file
src/main/resources/public/pages/login/register.html
0 → 100644
View file @
19c5ecee
<div
class=
"card card-register mx-auto mt-5"
>
<div
class=
"card-header"
style=
"text-align: center"
>
ĐĂNG KÝ TÀI KHOẢN
</div>
<div
class=
"card-body"
>
<form>
<div
class=
"form-group"
>
<div
class=
"form-row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"username"
id=
"username"
class=
"form-control"
placeholder=
"Tên truy cập"
required=
"required"
autofocus=
"autofocus"
>
<label
for=
"username"
>
Tên Đăng Nhập
</label>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"name"
id=
"name"
class=
"form-control"
placeholder=
"Họ và Tên"
required=
"required"
>
<label
for=
"name"
>
Họ và Tên
</label>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"email"
ng-model=
"email"
id=
"email"
class=
"form-control"
placeholder=
"Email đăng ký"
required=
"required"
>
<label
for=
"Email"
>
Email đăng ký
</label>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"tel"
ng-model=
"phonenumber"
id=
"phonenumber"
class=
"form-control"
placeholder=
"SDT"
required=
"required"
>
<label
for=
"phonenumber"
>
SDT
</label>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"Object"
id=
"Object"
class=
"form-control"
placeholder=
"Đối tượng"
required=
"required"
>
<label
for=
"Object"
>
Đối Tượng
</label>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"skype"
id=
"skype"
class=
"form-control"
placeholder=
"nick skype"
required=
"required"
>
<label
for=
"skype"
>
Nick Skype
</label>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"facebook"
id=
"facebook"
class=
"form-control"
placeholder=
"facebook"
required=
"required"
>
<label
for=
"facebook"
>
facebook
</label>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"HocVan"
id=
"HocVan"
class=
"form-control"
placeholder=
"Học Vấn"
required=
"required"
>
<label
for=
"HocVan"
>
Học Vấn
</label>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"QueQuan"
id=
"QueQuan"
class=
"form-control"
placeholder=
"Quê Quán"
required=
"required"
>
<label
for=
"QueQuan"
>
Quê Quán
</label>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"Truong"
id=
"Truong"
class=
"form-control"
placeholder=
"Trường"
required=
"required"
>
<label
for=
"Truong"
>
Trường
</label>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-row"
>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"Khoa"
id=
"Khoa"
class=
"form-control"
placeholder=
"Khoa"
required=
"required"
>
<label
for=
"Khoa"
>
Khoa
</label>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"form-label-group"
>
<input
type=
"text"
ng-model=
"NamTotNghiep"
id=
"NamTotNghiep"
class=
"form-control"
placeholder=
"Năm tốt nghiệp"
required=
"required"
>
<label
for=
"NamTotNghiep"
>
Năm tốt nghiệp
</label>
</div>
</div>
</div>
</div>
<a
class=
"btn btn-primary btn-block"
href=
"#"
>
Register
</a>
</form>
<div
class=
"text-center"
>
<a
class=
"d-block small mt-3"
ui-sref=
"login"
>
Dăng Nhập
</a>
<a
class=
"d-block small"
ui-sref=
"forgot-password"
>
Lấy lại mật khẩu?
</a>
</div>
</div>
</div>
\ 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