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
049511c3
Commit
049511c3
authored
5 years ago
by
đinh thị đầm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
paging
parent
ae386dd1
Changes
21
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
594 additions
and
1068 deletions
+594
-1068
pom.xml
pom.xml
+9
-1
src/main/resources/public/blank-page.html
src/main/resources/public/blank-page.html
+2
-2
src/main/resources/public/buttons.html
src/main/resources/public/buttons.html
+3
-3
src/main/resources/public/compose.html
src/main/resources/public/compose.html
+13
-24
src/main/resources/public/css/style.css
src/main/resources/public/css/style.css
+27
-1
src/main/resources/public/forms.html
src/main/resources/public/forms.html
+6
-9
src/main/resources/public/general.html
src/main/resources/public/general.html
+5
-8
src/main/resources/public/grids.html
src/main/resources/public/grids.html
+2
-2
src/main/resources/public/icons.html
src/main/resources/public/icons.html
+3
-3
src/main/resources/public/inbox.html
src/main/resources/public/inbox.html
+3
-6
src/main/resources/public/index.html
src/main/resources/public/index.html
+5
-7
src/main/resources/public/js/app.js
src/main/resources/public/js/app.js
+71
-13
src/main/resources/public/layout/layout1.html
src/main/resources/public/layout/layout1.html
+9
-0
src/main/resources/public/layout/layout2.html
src/main/resources/public/layout/layout2.html
+5
-0
src/main/resources/public/login.html
src/main/resources/public/login.html
+5
-8
src/main/resources/public/media.html
src/main/resources/public/media.html
+5
-8
src/main/resources/public/signup.html
src/main/resources/public/signup.html
+2
-2
src/main/resources/public/timesheet.html
src/main/resources/public/timesheet.html
+407
-0
src/main/resources/public/typography.html
src/main/resources/public/typography.html
+2
-2
src/main/resources/public/validation.html
src/main/resources/public/validation.html
+10
-16
src/main/resources/public/widgets.html
src/main/resources/public/widgets.html
+0
-953
No files found.
pom.xml
View file @
049511c3
...
@@ -15,8 +15,9 @@
...
@@ -15,8 +15,9 @@
<description>
Quản trị văn phòng sử dụng springboot API
</description>
<description>
Quản trị văn phòng sử dụng springboot API
</description>
<properties>
<properties>
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
</properties>
</properties>
<dependencies>
<dependencies>
...
@@ -55,6 +56,13 @@
...
@@ -55,6 +56,13 @@
<artifactId>
log4j
</artifactId>
<artifactId>
log4j
</artifactId>
<version>
1.2.17
</version>
<version>
1.2.17
</version>
</dependency>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.security</groupId>-->
<!-- <artifactId>spring-security-config</artifactId>-->
<!-- <version>${spring-security.version}</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
</dependencies>
</dependencies>
<build>
<build>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/blank-page.html
View file @
049511c3
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<i
class=
"fa fa-laptop"
></i>
<span>
Components
</span>
<span>
Project
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
...
@@ -91,7 +91,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,7 +91,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/buttons.html
View file @
049511c3
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<i
class=
"fa fa-laptop"
></i>
<span>
Components
</span>
<span>
Project
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
Timesheet
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
</li>
</li>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/compose.html
View file @
049511c3
...
@@ -43,7 +43,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -43,7 +43,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<!--//Metis Menu -->
<!--//Metis Menu -->
</head>
</head>
<body
class=
"cbp-spmenu-push"
>
<body
class=
"cbp-spmenu-push"
ng-app=
"myApp"
>
<div
class=
"main-content"
>
<div
class=
"main-content"
>
<div
class=
"cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left"
id=
"cbp-spmenu-s1"
>
<div
class=
"cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left"
id=
"cbp-spmenu-s1"
>
<!--left-fixed -navigation-->
<!--left-fixed -navigation-->
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<i
class=
"fa fa-laptop"
></i>
<span>
Components
</span>
<span>
Project
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
...
@@ -91,7 +91,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,7 +91,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"tables.html"
><i
class=
"fa fa-angle-right"
></i>
Simple tables
</a></li>
</ul>
</li>
</li>
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"404.html"
><i
class=
"fa fa-angle-right"
></i>
404 Error
</a></li>
<li><a
href=
"500.html"
><i
class=
"fa fa-angle-right"
></i>
500 Error
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
</ul>
</ul>
</li>
</li>
...
@@ -340,7 +337,9 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -340,7 +337,9 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<!-- main content start-->
<!-- main content start-->
<div
id=
"page-wrapper"
>
<div
id=
"page-wrapper"
>
<div
class=
"main-page compose"
>
<div
class=
"main-page compose"
>
<h2
class=
"title1"
>
Compose Mail Page
</h2>
<div
ui-view=
"content"
>
<!-- Content222-->
</div>
<div
class=
"col-md-4 compose-left"
>
<div
class=
"col-md-4 compose-left"
>
<div
class=
"folder widget-shadow"
>
<div
class=
"folder widget-shadow"
>
<ul>
<ul>
...
@@ -435,20 +434,15 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -435,20 +434,15 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</div>
</div>
</div>
</div>
<!--footer-->
<!--footer-->
<div
class=
"footer"
>
<p>
©
2018 Glance Design Dashboard. All Rights Reserved | Design by
<a
href=
"https://w3layouts.com/"
target=
"_blank"
>
w3layouts
</a></p>
</div>
<!--//footer-->
<!--//footer-->
</div>
</div>
<!-- side nav js -->
<script
src=
'js/SidebarNav.min.js'
type=
'text/javascript'
></script>
<script
src=
'js/SidebarNav.min.js'
type=
'text/javascript'
></script>
<script>
<script>
$
(
'
.sidebar-menu
'
).
SidebarNav
()
$
(
'
.sidebar-menu
'
).
SidebarNav
()
</script>
</script>
<!-- //side nav js -->
<!-- Classie --><!-- for toggle left push menu script -->
<script
src=
"js/classie.js"
></script>
<script
src=
"js/classie.js"
></script>
<script>
<script>
var
menuLeft
=
document
.
getElementById
(
'
cbp-spmenu-s1
'
),
var
menuLeft
=
document
.
getElementById
(
'
cbp-spmenu-s1
'
),
...
@@ -468,14 +462,9 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -468,14 +462,9 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
}
}
}
}
</script>
</script>
<!-- //Classie --><!-- //for toggle left push menu script -->
<!--scrolling js-->
<script
src=
"js/jquery.nicescroll.js"
></script>
<script
src=
"js/scripts.js"
></script>
<script
src=
"js/scripts.js"
></script>
<!--//scrolling js-->
<!-- Bootstrap Core JavaScript -->
<script
src=
"js/bootstrap.js"
>
</script>
<script
src=
"js/bootstrap.js"
>
</script>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/css/style.css
View file @
049511c3
...
@@ -70,6 +70,7 @@ span.dashboard_text {
...
@@ -70,6 +70,7 @@ span.dashboard_text {
left
:
0px
;
left
:
0px
;
width
:
100%
;
width
:
100%
;
z-index
:
100
;
z-index
:
100
;
height
:
65px
;
}
}
.header-section
{
.header-section
{
background
:
#FFF
;
background
:
#FFF
;
...
@@ -835,7 +836,7 @@ ul.dropdown-menu {
...
@@ -835,7 +836,7 @@ ul.dropdown-menu {
.profile_details
ul
li
{
.profile_details
ul
li
{
list-style-type
:
none
;
list-style-type
:
none
;
position
:
relative
;
position
:
relative
;
margin-right
:
30px
;
}
}
.profile_details
li
a
i
.fa.lnr
{
.profile_details
li
a
i
.fa.lnr
{
position
:
absolute
;
position
:
absolute
;
...
@@ -8565,4 +8566,29 @@ tr:nth-child(n+3) td:nth-child(odd):not(:first-child){
...
@@ -8565,4 +8566,29 @@ tr:nth-child(n+3) td:nth-child(odd):not(:first-child){
font-family
:
sans-serif
;
font-family
:
sans-serif
;
font-size
:
16px
;
font-size
:
16px
;
text-align
:
center
;
text-align
:
center
;
}
.topnav
.search-container
{
float
:
right
;
}
.topnav
input
[
type
=
text
]
{
padding
:
6px
;
margin-top
:
8px
;
font-size
:
17px
;
border
:
none
;
}
.topnav
.search-container
button
{
float
:
right
;
padding
:
6px
10px
;
margin-top
:
8px
;
margin-right
:
16px
;
background
:
#ddd
;
font-size
:
17px
;
border
:
none
;
cursor
:
pointer
;
}
.topnav
.search-container
button
:hover
{
background
:
#ccc
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main/resources/public/forms.html
View file @
049511c3
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<i
class=
"fa fa-laptop"
></i>
<span>
Components
</span>
<span>
Project
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
Timesheet
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
</li>
</li>
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"tables.html"
><i
class=
"fa fa-angle-right"
></i>
Simple tables
</a></li>
</ul>
</li>
</li>
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"404.html"
><i
class=
"fa fa-angle-right"
></i>
404 Error
</a></li>
<li><a
href=
"500.html"
><i
class=
"fa fa-angle-right"
></i>
500 Error
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
</ul>
</ul>
</li>
</li>
...
@@ -681,7 +678,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -681,7 +678,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<!-- //Classie --><!-- //for toggle left push menu script -->
<!-- //Classie --><!-- //for toggle left push menu script -->
<!--scrolling js-->
<!--scrolling js-->
<script
src=
"js/jquery.nicescroll.js"
></script>
<script
src=
"js/scripts.js"
></script>
<script
src=
"js/scripts.js"
></script>
<!--//scrolling js-->
<!--//scrolling js-->
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/general.html
View file @
049511c3
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<i
class=
"fa fa-laptop"
></i>
<span>
Components
</span>
<span>
Project
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
...
@@ -91,7 +91,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,7 +91,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"tables.html"
><i
class=
"fa fa-angle-right"
></i>
Simple tables
</a></li>
</ul>
</li>
</li>
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"404.html"
><i
class=
"fa fa-angle-right"
></i>
404 Error
</a></li>
<li><a
href=
"500.html"
><i
class=
"fa fa-angle-right"
></i>
500 Error
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
</ul>
</ul>
</li>
</li>
...
@@ -633,7 +630,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -633,7 +630,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<!-- //Classie --><!-- //for toggle left push menu script -->
<!-- //Classie --><!-- //for toggle left push menu script -->
<!--scrolling js-->
<!--scrolling js-->
<script
src=
"js/jquery.nicescroll.js"
></script>
<script
src=
"js/scripts.js"
></script>
<script
src=
"js/scripts.js"
></script>
<!--//scrolling js-->
<!--//scrolling js-->
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/grids.html
View file @
049511c3
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
Timesheet
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
</li>
</li>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/icons.html
View file @
049511c3
...
@@ -43,7 +43,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -43,7 +43,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<!--//Metis Menu -->
<!--//Metis Menu -->
</head>
</head>
<body
class=
"cbp-spmenu-push"
>
<body
class=
"cbp-spmenu-push"
ng-app=
"myApp"
>
<div
class=
"main-content"
>
<div
class=
"main-content"
>
<div
class=
"cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left"
id=
"cbp-spmenu-s1"
>
<div
class=
"cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left"
id=
"cbp-spmenu-s1"
>
<!--left-fixed -navigation-->
<!--left-fixed -navigation-->
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -69,7 +69,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<i
class=
"fa fa-laptop"
></i>
<span>
Components
</span>
<span>
Project
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
...
@@ -91,7 +91,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,7 +91,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/inbox.html
View file @
049511c3
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"tables.html"
><i
class=
"fa fa-angle-right"
></i>
Simple tables
</a></li>
</ul>
</li>
</li>
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"404.html"
><i
class=
"fa fa-angle-right"
></i>
404 Error
</a></li>
<li><a
href=
"500.html"
><i
class=
"fa fa-angle-right"
></i>
500 Error
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
</ul>
</ul>
</li>
</li>
...
@@ -1293,7 +1290,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -1293,7 +1290,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<!-- //Classie --><!-- //for toggle left push menu script -->
<!-- //Classie --><!-- //for toggle left push menu script -->
<!--scrolling js-->
<!--scrolling js-->
<script
src=
"js/jquery.nicescroll.js"
></script>
<script
src=
"js/scripts.js"
></script>
<script
src=
"js/scripts.js"
></script>
<!--//scrolling js-->
<!--//scrolling js-->
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/index.html
View file @
049511c3
...
@@ -132,7 +132,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -132,7 +132,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<i
class=
"fa fa-laptop"
></i>
<span>
Components
</span>
<span>
Project
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
...
@@ -156,8 +156,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -156,8 +156,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
TimeSheet
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
</li>
</li>
...
@@ -416,8 +416,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -416,8 +416,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<!-- main content start-->
<!-- main content start-->
<div
id=
"page-wrapper"
>
<div
id=
"page-wrapper"
>
<div
class=
"main-page"
>
<div
class=
"main-page"
>
<div
ui-view=
"
conten
t"
>
<div
ui-view=
"
layou
t"
>
<!-- Content222-->
Content222
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -610,9 +610,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -610,9 +610,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
}
}
</script>
</script>
<!-- new added graphs chart js-->
<!-- Classie --><!-- for toggle left push menu script -->
<script
src=
"js/classie.js"
></script>
<script
src=
"js/classie.js"
></script>
<script>
<script>
var
menuLeft
=
document
.
getElementById
(
'
cbp-spmenu-s1
'
),
var
menuLeft
=
document
.
getElementById
(
'
cbp-spmenu-s1
'
),
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/js/app.js
View file @
049511c3
/**
/**
*
*
*/
*/
angular
.
module
(
"
myApp
"
,
[
"
ngAnimate
"
,
"
ui.router
"
,
"
ui.bootstrap
"
]).
config
(
function
(
$stateProvider
,
$urlRouterProvider
,
$locationProvider
)
{
angular
.
module
(
"
myApp
"
,
[
"
ngAnimate
"
,
"
ui.router
"
,
"
ui.bootstrap
"
]).
config
(
function
(
$stateProvider
,
$urlRouterProvider
,
$locationProvider
)
{
$locationProvider
.
hashPrefix
(
''
);
$locationProvider
.
hashPrefix
(
''
);
$urlRouterProvider
.
otherwise
(
"
/employees
"
);
$urlRouterProvider
.
otherwise
(
"
/employees
"
);
$stateProvider
$stateProvider
.
state
(
"
layout1
"
,
{
abstract
:
true
,
views
:
{
"
layout
"
:
{
templateUrl
:
"
layout/layout1.html
"
}
}
})
.
state
(
"
layout2
"
,
{
abstract
:
true
,
views
:
{
"
layout
"
:
{
templateUrl
:
"
layout/layout2.html
"
}
}
})
.
state
(
"
employees
"
,
{
.
state
(
"
employees
"
,
{
parent
:
'
layout1
'
,
url
:
"
/employees
"
,
url
:
"
/employees
"
,
views
:
{
views
:
{
"
content
"
:
{
"
content
"
:
{
...
@@ -19,6 +36,7 @@ angular.module("myApp", ["ngAnimate","ui.router","ui.bootstrap"]).config(functio
...
@@ -19,6 +36,7 @@ angular.module("myApp", ["ngAnimate","ui.router","ui.bootstrap"]).config(functio
}
}
})
})
.
state
(
"
createEmployee
"
,
{
.
state
(
"
createEmployee
"
,
{
parent
:
'
layout1
'
,
url
:
"
/createEmployee
"
,
url
:
"
/createEmployee
"
,
params
:
{
params
:
{
emp
:
null
emp
:
null
...
@@ -32,21 +50,61 @@ angular.module("myApp", ["ngAnimate","ui.router","ui.bootstrap"]).config(functio
...
@@ -32,21 +50,61 @@ angular.module("myApp", ["ngAnimate","ui.router","ui.bootstrap"]).config(functio
})
})
.
state
(
"
timeSheet
"
,
{
parent
:
'
layout2
'
,
url
:
"
/timesheet
"
,
views
:
{
"
content
"
:
{
templateUrl
:
"
/pages/timesheet/timeSheet.html
"
,
controller
:
"
timeSheetController
"
}
}
})
.
state
(
"
timeSheetDetail
"
,
{
parent
:
'
layout2
'
,
url
:
"
/timesheetdetail/:id
"
,
views
:
{
"
content
"
:
{
templateUrl
:
"
/pages/timesheet/timeSheetDetail.html
"
,
controller
:
"
timeSheetDetailController
"
}
}
})
.
state
(
"
leaveForm
"
,
{
parent
:
'
layout2
'
,
url
:
"
/leaveform
"
,
views
:
{
"
content
"
:
{
templateUrl
:
"
/pages/leaveform/leaveForm.html
"
,
controller
:
"
leaveFormController
"
}
}
})
.
state
(
"
leaveFormDetail
"
,
{
parent
:
'
layout2
'
,
url
:
"
/leaveformdetail/:id
"
,
views
:
{
"
content
"
:
{
templateUrl
:
"
/pages/leaveform/leaveFormDetail.html
"
,
controller
:
"
leaveFormDetailController
"
}
}
})
});
});
angular
angular
.
module
(
'
myApp
'
)
.
module
(
'
myApp
'
)
.
filter
(
'
lmto
'
,
lmto
);
.
filter
(
'
lmto
'
,
lmto
);
function
lmto
()
{
function
lmto
()
{
return
function
(
items
,
limit
,
offset
)
{
return
function
(
items
,
limit
,
offset
)
{
if
(
items
.
length
>
0
)
{
if
(
items
.
length
>
0
)
{
return
items
.
slice
(
offset
,
offset
+
limit
);
return
items
.
slice
(
offset
,
offset
+
limit
);
}
else
{
}
else
{
return
[];
return
[];
}
}
};
};
}
}
This diff is collapsed.
Click to expand it.
src/main/resources/public/layout/layout1.html
0 → 100644
View file @
049511c3
<div>
<a
ui-sref=
"employees"
></a>
<!-- <a ui-sref="report"></a>-->
<!-- <a ui-sref="project"></a>-->
<div
ui-view=
"content"
>
</div>
</div>
This diff is collapsed.
Click to expand it.
src/main/resources/public/layout/layout2.html
0 → 100644
View file @
049511c3
<div>
<div
ui-view=
"content"
>
layout 2
</div>
</div>
This diff is collapsed.
Click to expand it.
src/main/resources/public/login.html
View file @
049511c3
...
@@ -92,8 +92,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -92,8 +92,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
TimeSheet
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
</li>
</li>
...
@@ -112,9 +112,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -112,9 +112,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"tables.html"
><i
class=
"fa fa-angle-right"
></i>
Simple tables
</a></li>
</ul>
</li>
</li>
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
...
@@ -133,8 +131,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -133,8 +131,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"404.html"
><i
class=
"fa fa-angle-right"
></i>
404 Error
</a></li>
<li><a
href=
"500.html"
><i
class=
"fa fa-angle-right"
></i>
500 Error
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
</ul>
</ul>
</li>
</li>
...
@@ -402,7 +399,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -402,7 +399,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<!-- //Classie --><!-- //for toggle left push menu script -->
<!-- //Classie --><!-- //for toggle left push menu script -->
<!--scrolling js-->
<!--scrolling js-->
<script
src=
"js/jquery.nicescroll.js"
></script>
<script
src=
"js/scripts.js"
></script>
<script
src=
"js/scripts.js"
></script>
<!--//scrolling js-->
<!--//scrolling js-->
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/media.html
View file @
049511c3
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
TimeSheet
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
</li>
</li>
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -111,9 +111,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"tables.html"
><i
class=
"fa fa-angle-right"
></i>
Simple tables
</a></li>
</ul>
</li>
</li>
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -132,8 +130,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"404.html"
><i
class=
"fa fa-angle-right"
></i>
404 Error
</a></li>
<li><a
href=
"500.html"
><i
class=
"fa fa-angle-right"
></i>
500 Error
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
</ul>
</ul>
</li>
</li>
...
@@ -624,7 +621,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -624,7 +621,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<!-- //Classie --><!-- //for toggle left push menu script -->
<!-- //Classie --><!-- //for toggle left push menu script -->
<!--scrolling js-->
<!--scrolling js-->
<script
src=
"js/jquery.nicescroll.js"
></script>
<script
src=
"js/scripts.js"
></script>
<script
src=
"js/scripts.js"
></script>
<!--//scrolling js-->
<!--//scrolling js-->
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/signup.html
View file @
049511c3
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
TimeSheet
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
</li>
</li>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/timesheet.html
0 → 100644
View file @
049511c3
This diff is collapsed.
Click to expand it.
src/main/resources/public/typography.html
View file @
049511c3
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -91,8 +91,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
TimeSheet
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
</li>
</li>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/validation.html
View file @
049511c3
...
@@ -70,13 +70,13 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -70,13 +70,13 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<i
class=
"fa fa-laptop"
></i>
<span>
Components
</span>
<span>
Project
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<!-- <ul class="treeview-menu">--
>
<li><a
href=
"grids.html"
><i
class=
"fa fa-angle-right"
></i>
Grids
</a></li
>
<!-- <li><a href="grids.html"><i class="fa fa-angle-right"></i> Grids</a></li>--
>
<li><a
href=
"media.html"
><i
class=
"fa fa-angle-right"
></i>
Media Css
</a></li
>
<!-- <li><a href="media.html"><i class="fa fa-angle-right"></i> Media Css</a></li>--
>
</ul
>
<!-- </ul>--
>
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
...
@@ -92,8 +92,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -92,8 +92,8 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
</ul>
</ul>
</li>
</li>
<li>
<li>
<a
href=
"
widgets
.html"
>
<a
href=
"
timesheet
.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<i
class=
"fa fa-th"
></i>
<span>
Timesheet
</span>
<small
class=
"label pull-right label-info"
>
08
</small>
<small
class=
"label pull-right label-info"
>
08
</small>
</a>
</a>
</li>
</li>
...
@@ -112,9 +112,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -112,9 +112,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<i
class=
"fa fa-angle-left pull-right"
></i>
<i
class=
"fa fa-angle-left pull-right"
></i>
</a>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"tables.html"
><i
class=
"fa fa-angle-right"
></i>
Simple tables
</a></li>
</ul>
</li>
</li>
<li
class=
"treeview"
>
<li
class=
"treeview"
>
<a
href=
"#"
>
<a
href=
"#"
>
...
@@ -133,8 +131,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -133,8 +131,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
<ul
class=
"treeview-menu"
>
<ul
class=
"treeview-menu"
>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"login.html"
><i
class=
"fa fa-angle-right"
></i>
Login
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"signup.html"
><i
class=
"fa fa-angle-right"
></i>
Register
</a></li>
<li><a
href=
"404.html"
><i
class=
"fa fa-angle-right"
></i>
404 Error
</a></li>
<li><a
href=
"500.html"
><i
class=
"fa fa-angle-right"
></i>
500 Error
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
<li><a
href=
"blank-page.html"
><i
class=
"fa fa-angle-right"
></i>
Blank Page
</a></li>
</ul>
</ul>
</li>
</li>
...
@@ -493,10 +490,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
...
@@ -493,10 +490,7 @@ SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony
}
}
}
}
</script>
</script>
<!-- //Classie --><!-- //for toggle left push menu script -->
<!--scrolling js-->
<script
src=
"js/jquery.nicescroll.js"
></script>
<script
src=
"js/scripts.js"
></script>
<script
src=
"js/scripts.js"
></script>
<!--//scrolling js-->
<!--//scrolling js-->
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/public/widgets.html
deleted
100644 → 0
View file @
ae386dd1
This diff is collapsed.
Click to expand it.
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