Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Narendar Vakiti
mytime
Commits
6148852a
Unverified
Commit
6148852a
authored
Sep 07, 2018
by
mduppanapudi-nisum-com
Committed by
GitHub
Sep 07, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #191 from nisum-inc/MyTeam_NewDesign
My team new design
parents
e38dc67d
b9bb60c0
Changes
20
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
878 additions
and
568 deletions
+878
-568
HeaderController.js
src/main/webapp/WEB-INF/controllers/HeaderController.js
+5
-0
custom-theme.css
src/main/webapp/WEB-INF/css/custom-theme.css
+462
-0
nisum-small.png
src/main/webapp/WEB-INF/images/nisum-small.png
+0
-0
accounts.html
src/main/webapp/WEB-INF/templates/accounts.html
+11
-23
domains.html
src/main/webapp/WEB-INF/templates/domains.html
+11
-22
employee.html
src/main/webapp/WEB-INF/templates/employee.html
+19
-28
footer.html
src/main/webapp/WEB-INF/templates/footer.html
+5
-6
header.html
src/main/webapp/WEB-INF/templates/header.html
+11
-18
home.html
src/main/webapp/WEB-INF/templates/home.html
+4
-2
index.html
src/main/webapp/WEB-INF/templates/index.html
+4
-3
leftmenu.html
src/main/webapp/WEB-INF/templates/leftmenu.html
+5
-5
myOrg.html
src/main/webapp/WEB-INF/templates/myOrg.html
+16
-21
myProjectAllocations.html
src/main/webapp/WEB-INF/templates/myProjectAllocations.html
+14
-25
myTeam.html
src/main/webapp/WEB-INF/templates/myTeam.html
+9
-24
onsiteTravelsList.html
src/main/webapp/WEB-INF/templates/onsiteTravelsList.html
+8
-23
profile.html
src/main/webapp/WEB-INF/templates/profile.html
+250
-286
progressDialog.html
src/main/webapp/WEB-INF/templates/progressDialog.html
+4
-6
projects.html
src/main/webapp/WEB-INF/templates/projects.html
+13
-14
roles.html
src/main/webapp/WEB-INF/templates/roles.html
+18
-39
visaList.html
src/main/webapp/WEB-INF/templates/visaList.html
+9
-23
No files found.
src/main/webapp/WEB-INF/controllers/HeaderController.js
View file @
6148852a
...
...
@@ -54,5 +54,10 @@ myApp.controller("headerController",function($scope, myFactory, $compile, $mdDia
function
ProgressController
(
$scope
)
{
$scope
.
progressText
=
"Please wait!!! Logging out from My Team."
;
};
// For Left Menu Toggle
$scope
.
menuIcon
=
function
(){
$
(
'#sidebar-left'
).
toggleClass
(
"small-menu"
);
}
});
\ No newline at end of file
src/main/webapp/WEB-INF/css/custom-theme.css
0 → 100644
View file @
6148852a
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/images/nisum-small.png
0 → 100644
View file @
6148852a
7.18 KB
src/main/webapp/WEB-INF/templates/accounts.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"Container"
ng-controller=
"assignAccountsController"
<div
class=
"md-padding"
id=
"Container"
ng-controller=
"assignAccountsController"
ng-init=
"getAccountDetails()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage Accounts
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
<h1
class=
"no-padding"
>
Manage Accounts
<span
class=
"right"
>
<md-button
class=
"md-raised md-primary add-btn"
ng-click=
"addAccount('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add Account
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 2% 0% 0% 124%;"
ng-click=
"addAccount('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Account
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
class=
"row col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
class=
"myGrid"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/domains.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"domainController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"domainController"
ng-init=
"getDomains();getEmployeesToTeam();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage
Domains
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 0% 0% 0% 124%;"
<h1
class=
"no-padding"
>
Manage Domains
<span
class=
"right"
>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"addDomain('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
class=
"fa fa-plus-circle fa-1x"
></i>
Add
Domain
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px; margin-top: 10px"
>
...
...
src/main/webapp/WEB-INF/templates/employee.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"employeeController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"employeeController"
ng-init=
"getEmployeeData()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
My
Login Details
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
<h1
class=
"no-padding"
>
My Login Details
<a
class=
"right"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i></a>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<br
/>
<div
class=
"form-horizontal"
>
<div
class=
"form-group"
style=
"padding-left:10px;"
>
<div
class=
"form-inline col-lg-12
col-sm-offset-1
"
>
<div
class=
"form-group col-lg-4"
>
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12"
>
<div
class=
"form-group col-lg-4
col-sm-4
"
>
<label
class=
"control-label"
for=
"empId"
>
Employee ID:
</label>
{{empId}}
</div>
<div
class=
"form-group col-lg-4"
>
<div
class=
"form-group col-lg-4
col-sm-5
"
>
<label
class=
"control-label"
for=
"empName"
>
Employee Name:
</label>
{{empName}}
</div>
<div
class=
"form-group col-lg-4"
>
<div
class=
"form-group col-lg-4
col-sm-4
"
>
<label
class=
"control-label"
for=
"email"
>
Email:
</label>
{{empEmailId}}
</div>
</div>
</div>
<div
class=
"form-group"
style=
"padding-left:10px;"
>
<div
class=
"form-inline col-lg-12
col-sm-offset-1
"
>
<div
class=
"form-group col-lg-4"
>
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12"
>
<div
class=
"form-group col-lg-4
col-sm-5
"
>
<label
class=
"control-label"
for=
"fromDate"
>
From Date:
<md-datepicker
ng-model=
"fromDate"
md-placeholder=
"Enter date"
md-max-date=
"maxDate"
onkeydown=
"return false"
ng-change=
"validateDates(fromDate, 'FromDate')"
></md-datepicker></label>
</div>
<div
class=
"form-group col-lg-4"
>
<div
class=
"form-group col-lg-4
col-sm-5
"
>
<label
class=
"control-label"
for=
"toDate"
>
To Date:
<md-datepicker
ng-model=
"toDate"
md-placeholder=
"Enter date"
md-max-date=
"maxDate"
onkeydown=
"return false"
ng-change=
"validateDates(toDate, 'ToDate')"
></md-datepicker></label>
</div>
<div
class=
"form-group col-lg-4"
>
<div
class=
"form-group col-lg-4
col-sm-2
"
>
<label
for=
"submitBtn"
>
<md-button
class=
"md-raised md-primary"
style=
"width:100px;background: cadetblue;"
ng-click=
"getEmployeeData()"
>
<i
class=
"fa fa-search fa-2x"
style=
"margin-top: 5px; font-size: 1.5em;"
></i>
Search
</md-button></label>
class=
"fa fa-search fa-2x"
></i>
Search
</md-button></label>
</div>
</div>
</div>
<div
class=
"form-group"
style=
"padding-left:10px;"
>
<div
class=
"form-inline col-lg-12 col-sm-
offset-1
"
>
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12 col-sm-
12
"
>
<label
class=
"control-label"
for=
"avgHrs"
>
Average Login hours:
</label>
{{avgLoginHrs}}
</div>
...
...
@@ -68,7 +59,7 @@
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%; height:300px;"
>
class=
"myGrid"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
...
...
src/main/webapp/WEB-INF/templates/footer.html
View file @
6148852a
<footer>
<nav
class=
"navbar navbar-fixed-bottom navbar-inverse"
role=
"navigation"
>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-11 col-xs-8 text-center"
>
<p
style=
"padding-top:15px;"
>
&
copy Nisum
Consulting Ltd 2018
</p>
<div
class=
"footer"
>
<div
class=
"col-lg-1 col-xs-3 copyrights"
>
<p>
&
copy Nisum Consulting Ltd 2018
</p>
</div>
<div
class=
"col-lg-1
col-xs-2
"
>
<img
class=
"img img-rounded
"
src=
"images/logo.png"
style=
"width:180px;height:45px;margin-left:-55px;
"
/>
<div
class=
"col-lg-1
0 col-xs-9
"
>
<img
class=
"img img-rounded
right"
alt=
"nisum"
src=
"images/nisum-small.png
"
/>
</div>
</div>
</nav>
...
...
src/main/webapp/WEB-INF/templates/header.html
View file @
6148852a
...
...
@@ -8,42 +8,35 @@
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<img
src=
"images/
nisum-logo1.png"
width=
"200"
height=
"50"
style=
"padding-left: 20px
"
/>
<img
src=
"images/
myteam.png"
width=
"200"
height=
"50"
alt=
"myTeam
"
/>
</div>
<div
class=
"collapse navbar-collapse"
id=
"b-menu-1"
>
<a
href=
"#"
class=
"left menu-icon"
ng-click=
"menuIcon()"
><i
class=
"fa fa-bars"
aria-hidden=
"true"
></i></a>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
class=
"active"
><a
href=
"#"
>
Signed in as
<b>
{{empName}}
</b></a></li>
<li
class=
"dropdown active"
><a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-user-circle-o fa-2x"
aria-hidden=
"true"
style=
"font-size: 1.5em;"
></i><b
class=
"caret"
style=
"margin-top:-4px;"
></b>
data-toggle=
"dropdown"
>
<i
class=
"fa fa-user-circle-o fa-2x"
aria-hidden=
"true"
></i><b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu
my-account
"
>
<li>
<div
class=
"col-lg-12
"
style=
"padding-right: 5px;padding-left: 5px;
"
>
<div
class=
"col-lg-12
no-padding
"
>
<div
class=
"card hovercard"
>
<div
class=
"cardheader"
></div>
<div
class=
"avatar"
>
<div
class=
"avatar
left
"
>
<img
ng-alt=
"{{empName}}"
ng-src=
"{{profilePicUrl}}"
>
</div>
<div
class=
"info"
>
<div
class=
"info
right
"
>
<div
class=
"title"
>
{{empName}}
</div>
<div
style=
"height:5px;"
></div>
<div
class=
"desc"
>
<i
class=
"fa fa-id-badge fa-2x"
aria-hidden=
"true"
style=
"font-size: 1.3em;"
></i>
{{empId}}
<i
class=
"fa fa-id-badge fa-2x"
aria-hidden=
"true"
></i>
{{empId}}
</div>
<div
style=
"height:5px;"
></div>
<div
class=
"desc"
>
<i
class=
"fa fa-envelope fa-2x"
aria-hidden=
"true"
style=
"font-size: 1.3em;"
></i>
{{empEmailId}}
<i
class=
"fa fa-envelope fa-2x"
aria-hidden=
"true"
></i>
{{empEmailId}}
</div>
<div
style=
"height:5px;"
></div>
<div
class=
"desc"
>
<a
href=
"#"
ng-click=
"logout()"
style=
"padding: 3px 0px; color: #fff;"
><i
class=
"fa fa-sign-out fa-2x"
aria-hidden=
"true"
style=
"font-size: 1.5em;"
></i>
Logout
</a>
<a
href=
"#"
ng-click=
"logout()"
><i
class=
"fa fa-sign-out fa-2x"
aria-hidden=
"true"
></i>
Logout
</a>
</div>
</div>
</div>
...
...
src/main/webapp/WEB-INF/templates/home.html
View file @
6148852a
<html>
<body>
<header
id=
"header"
ng-include=
"'templates/header.html'"
ng-controller=
"headerController"
></header>
<div
class=
"main-container"
>
<div
id=
"sidebar-left"
ng-include=
"'templates/leftmenu.html'"
ng-controller=
"leftmenuController"
></div>
<div
id=
"main"
ng-include=
"'templates/employee.html'"
></div>
</div>
<footer
id=
"footer"
ng-include=
"'templates/footer.html'"
></footer>
</body>
</html>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/index.html
View file @
6148852a
...
...
@@ -31,7 +31,8 @@
<script
src=
"js/pdf/angular-pdf.min.js"
></script>
<script
src=
"js/pdf/print.min.js"
></script>
<link
rel=
"stylesheet"
href=
"css/bootstrap.min.css"
></link>
<link
rel=
"stylesheet"
href=
"css/default-styles.css"
></link>
<!-- <link rel="stylesheet" href="css/default-styles.css"></link> -->
<link
rel=
"stylesheet"
href=
"css/custom-theme.css"
></link>
<script
src=
"js/bootstrap.min.js"
></script>
<script
src=
"js/angular-idle.js"
></script>
<script
src=
"http://ui-grid.info/release/ui-grid.js"
></script>
...
...
@@ -46,9 +47,9 @@
<link
rel=
"stylesheet"
href=
"http://ui-grid.info/release/ui-grid.css"
type=
"text/css"
>
<
link
rel=
"stylesheet"
href=
"css/leftmenu.css"
></link
>
<
!-- <link rel="stylesheet" href="css/leftmenu.css"></link> --
>
<link
rel=
"stylesheet"
href=
"css/pdf-viewer.css"
></link>
<
link
rel=
"stylesheet"
href=
"css/user-profile.css"
></link
>
<
!-- <link rel="stylesheet" href="css/user-profile.css"></link> --
>
<script
src=
"js/app.js"
></script>
<script
src=
"js/date-text-filter.js"
></script>
<script
src=
"js/ui-grid-edit-datepicker.js"
></script>
...
...
src/main/webapp/WEB-INF/templates/leftmenu.html
View file @
6148852a
...
...
@@ -10,13 +10,13 @@
aria-hidden="false"> </i> <span style="margin-left: 15px;">{{manageItem.menu}}</span></a></i>
</li> -->
<li>
<a
href=
"#"
ng-click=
"toggleManage()"
ng-show=
"manageGroup.length > 0"
>
<i
class=
"fa fa-users"
style=
"font-size: 1.5em; margin-right: 15px;"
aria-hidden=
"true"
></i>
Manage Group
<i
class=
"fa fa-caret-down"
style=
"margin-left: 15px;
"
></i></a>
<li>
<a
href=
"#"
ng-click=
"toggleManage()"
ng-show=
"manageGroup.length > 0"
>
<i
class=
"fa fa-users"
aria-hidden=
"true"
></i>
<span>
Manage Group
</span>
<i
class=
"fa fa-angle-down right
"
></i></a>
<ul
ng-hide=
"custom"
class=
"manageGroup"
>
<li
ng-repeat=
"manageItem in manageGroup"
>
<a
href=
"#"
class=
"navbarMenu"
ng-click=
"setTemplateUrl(manageItem.path)"
><i
class=
"{{manageItem.icon}}"
style=
"font-size: 1.5em;"
aria-hidden=
"false"
>
</i>
<span
style=
"margin-left: 15px;"
>
{{manageItem.menu}}
</span></a></i>
class=
"{{manageItem.icon}}"
aria-hidden=
"false"
>
</i>
<span>
{{manageItem.menu}}
</span></a></i>
</li>
</ul>
...
...
@@ -24,8 +24,8 @@
<li
ng-repeat=
"nonManageItem in nonManageGroup"
ng-click=
"togglenonManage()"
class=
"nonManageGroup"
>
<a
href=
"#"
class=
"navbarMenu"
ng-click=
"setTemplateUrl(nonManageItem.path)"
>
<i
class=
"{{nonManageItem.icon}}"
style=
"font-size: 1.5em;"
aria-hidden=
"false"
></i>
<span
style=
"margin-left: 15px;"
>
{{nonManageItem.menu}}
</span>
<i
class=
"{{nonManageItem.icon}}"
aria-hidden=
"false"
></i>
<span>
{{nonManageItem.menu}}
</span>
</a>
</li>
...
...
src/main/webapp/WEB-INF/templates/myOrg.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"assignRoleController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"assignRoleController"
ng-init=
"getOrgEmps()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
My Org
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPageOrg()"
></i>
</p>
<h1
class=
"no-padding"
>
My Org
<a
class=
"right"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPageOrg()"
></i></a>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row
col-lg-12
"
>
<div
class=
"col-lg-1"
style=
"float: left;padding-left:20px;"
>
<div
class=
"row col-lg-12"
></div>
<div
class=
"row"
>
<div
class=
"col-lg-1"
>
<!-- <div class="input-group" style="box-shadow: 1px 1px 1px 1px rgba(0,0,0,.26);">
<input type="text" ng-model="empSearchId" id="empSearchId"
ng-blur="validateEmpId()" class="form-control"
...
...
@@ -31,8 +27,7 @@
</span>
</div> -->
</div>
<div
class=
"col-lg-1"
style=
"cursor: pointer; float: right; right: 75px;"
>
<div
class=
"col-lg-1"
>
<!-- <md-button class="md-raised md-primary"
style="width:142px;background: cadetblue;"
ng-click="assignRole('Add', parentData)"> <i
...
...
@@ -41,13 +36,13 @@
Employee</md-button> -->
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptionsOrgView"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;
"
>
class=
"myGrid
"
>
<div
class=
"watermark"
ng-show=
"!gridOptionsOrgView.data.length"
>
No
data available
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/myProjectAllocations.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"myProjectAllocationsController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"myProjectAllocationsController"
ng-init=
"getMyProjectAllocations()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
My Project Allocations
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
<h1
class=
"no-padding"
>
My Project Allocations
<a
class=
"right"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i></a>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;margin-left: 20px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-xs-6"
style=
"margin-left: 20px;"
>
<p>
<b>
List of your current and previous project allocations:
</b>
</p>
</div>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p><b>
List of your current and previous project allocations:
</b></p>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
class=
"col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:380px;"
>
class=
"myGrid"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/myTeam.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"projectMyTeamController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"projectMyTeamController"
ng-init=
"getMyTeamDetails()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
My Team
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<!-- <i class="fa fa-refresh" aria-hidden="true"
ng-click="refreshPage()"></i> -->
</p>
<h1
class=
"no-padding"
>
My Team
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-1"
style=
"float: left;padding-left:20px;"
>
</div>
<div
class=
"col-lg-1"
style=
"cursor: pointer; float: right; right: 75px;"
>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"padding-top: 4%;margin-left:0px;"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;
"
>
class=
"myGrid
"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/onsiteTravelsList.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"travelController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"travelController"
ng-init=
"getEmpVisas();getEmployeesToTeam();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<
p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage Travels
</p
>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i
>
</
p
>
<
h1
class=
"no-padding"
>
Manage Travels
<span
class=
"right"
>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add Travel Request
</md-button
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span
>
</
h1
>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-1"
style=
"float: left;padding-left:20px;"
>
</div>
<div
class=
"col-lg-1"
style=
"cursor: pointer; float: right; right: 75px;"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue;"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add Travel Request
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"grid"
style=
"width:99%;height:380px;"
>
...
...
src/main/webapp/WEB-INF/templates/profile.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%;height:100%; padding: 3px 0px 15px 0px;overflow-y: auto;"
id=
"popupContainer"
ng-controller=
"profileController"
ng-init=
"getProfileData()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
My
Profile
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"profileController"
ng-init=
"getProfileData()"
>
<h1
class=
"no-padding"
>
My Profile
<a
class=
"right"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i></a>
</h1>
<div
class=
"row scroll-content"
>
<div
class=
"col-lg-1"
>
<i
class=
"fa fa-user-circle fa-5x"
aria-hidden=
"true"
></i>
</div>
</div>
<br
/>
<div
class=
"row col-lg-12 col-xs-12"
>
<div
class=
"col-lg-2 col-xs-12"
></div>
<div
class=
"col-lg-6 col-xs-12"
>
<div
class=
"row col-lg-12 col-xs-12"
>
<div
class=
"col-lg-5 col-xs-6"
>
<div
class=
"col-lg-5 col-xs-6"
>
<div
class=
"row"
>
<div
class=
"col-lg-4 col-xs-6"
>
<p>
<b>
Employee ID
</b>
</p>
...
...
@@ -32,8 +20,8 @@
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Employee Name
</b>
</p>
...
...
@@ -44,8 +32,8 @@
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Email ID
</b>
</p>
...
...
@@ -56,8 +44,8 @@
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Designation
</b>
</p>
...
...
@@ -69,8 +57,8 @@
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Role
</b>
</p>
...
...
@@ -82,8 +70,8 @@
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Mobile Number
</b>
</p>
...
...
@@ -94,8 +82,8 @@
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Alt Mobile Number
</b>
</p>
...
...
@@ -107,8 +95,8 @@
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Personal EmailId
</b>
</p>
...
...
@@ -119,8 +107,8 @@
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Shift
</b>
</p>
...
...
@@ -130,11 +118,9 @@
<b>
:
</b>
{{profile.shift}}
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12"
>
<div
class=
"col-lg-5 col-xs-6"
>
<div
class=
"row"
>
<div
class=
"col-lg-4 col-xs-6"
>
<p>
<b>
Primary Skill
</b>
</p>
...
...
@@ -145,8 +131,10 @@
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12"
>
<div
class=
"col-lg-5 col-xs-6"
>
</div>
<div
class=
"col-lg-6 col-xs-6"
>
<div
class=
"row"
>
<div
class=
"col-lg-4 col-xs-6"
>
<p>
<b>
Technologies Known
</b>
</p>
...
...
@@ -156,11 +144,9 @@
<b>
:
</b>
{{profile.technologyKnown}}
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Work Location
</b>
</p>
...
...
@@ -170,11 +156,9 @@
<b>
:
</b>
{{profile.empLocation}}
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Functional Org
</b>
</p>
...
...
@@ -184,11 +168,9 @@
<b>
:
</b>
{{profile.functionalGroup}}
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Domain
</b>
</p>
...
...
@@ -198,11 +180,9 @@
<b>
:
</b>
{{profile.domain}}
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Employment Type
</b>
</p>
...
...
@@ -212,11 +192,9 @@
<b>
:
</b>
{{profile.employmentType}}
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Employment Status
</b>
</p>
...
...
@@ -226,12 +204,9 @@
<b>
:
</b>
{{profile.empStatus}}
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12"
>
<div
class=
"col-lg-5 col-xs-6"
>
<div
class=
"row"
>
<div
class=
"col-lg-4 col-xs-6"
>
<p>
<b>
Date of Joining
</b>
</p>
...
...
@@ -241,11 +216,9 @@
<b>
:
</b>
{{profile.dateOfJoining | date:'dd-MMM-yyyy'}}
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12
"
>
<div
class=
"col-lg-5
col-xs-6"
>
<div
class=
"row
"
>
<div
class=
"col-lg-4
col-xs-6"
>
<p>
<b>
Passport Expiry Date
</b>
</p>
...
...
@@ -255,11 +228,9 @@
<b>
:
</b>
{{profile.passportExpiryDate | date:'dd-MMM-yyyy'}}
</p>
</div>
</div>
<div
class=
"row col-lg-12 col-xs-12"
>
<div
class=
"col-lg-5 col-xs-6"
>
<div
class=
"row"
>
<div
class=
"col-lg-4 col-xs-6"
>
<p>
<b>
Date of Birth
</b>
</p>
...
...
@@ -267,22 +238,15 @@
<div
class=
"col-lg-7 col-xs-6"
>
<p>
<b>
:
</b>
{{profile.dateOfBirth | date:'dd-MMM-yyyy'}}
</p>
</div>
</div>
</div>
</div>
<div
class=
"col-lg-2"
style=
"cursor: pointer; float: left;"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue;"
ng-click=
"updateProfile()"
>
<i
class=
"fa fa-pencil-square-o fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Update
Profile
</md-button>
</div>
<div
class=
"col-lg-2 col-xs-12"
></div>
<div
class=
"col-lg-12 text-center"
>
<md-button
class=
"md-raised md-primary"
ng-click=
"updateProfile()"
>
<i
class=
"fa fa-pencil-square-o fa-1x"
></i>
Update Profile
</md-button>
</div>
<div
class=
"col-lg-2 col-xs-12"
></div>
</div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/progressDialog.html
View file @
6148852a
...
...
@@ -8,14 +8,12 @@ stroke:orange;
}
</style>
</head>
<md-dialog
aria-label=
"Progress Template"
style=
"width:420px;height:180px;background:transparent;"
id=
"progressTemplate"
>
<md-dialog
aria-label=
"Progress Template"
id=
"progressTemplate"
>
<form
ng-cloak
name=
"myForm"
>
<md-dialog-content>
<div
class=
"md-dialog-content"
>
<p
style=
"color: #fff; font-size: 1.35em; vertical-align: middle; text-align:center;"
>
{{progressText}}
</p>
<i
class=
"fa fa-spinner fa-pulse fa-3x fa-fw"
style=
"left:42%;position:relative;color:orange;"
></i>
<div
class=
"md-dialog-content text-center"
>
<p>
{{progressText}}
</p>
<i
class=
"fa fa-gear fa-spin fa-5x fa-fw"
></i>
</div>
</md-dialog-content>
</form>
...
...
src/main/webapp/WEB-INF/templates/projects.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"projectController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"projectController"
ng-init=
"getProjects();getManagerDetails();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<h1
class=
"no-padding"
>
Manage Projects
<span
class=
"right"
>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"addProject('Assign', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add
Project
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<!-- <div class="col-lg-12">
<p align="center" class="col-xs-11"
style="vertical-align: middle; font-weight: bold; font-size: 30px;">Manage Projects</p>
<p align="right" class="col-xs-1"
...
...
@@ -11,22 +21,11 @@
<i class="fa fa-refresh" aria-hidden="true"
ng-click="refreshPage()"></i>
</p>
</div>
</div>
-->
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 2% 0% 0% 124%;"
ng-click=
"addProject('Assign', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Project
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
...
...
src/main/webapp/WEB-INF/templates/roles.html
View file @
6148852a
<style>
.grid-align
{
text-align
:
left
;
}
</style>
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"assignRoleController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"assignRoleController"
ng-init=
"getUserRoles()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage
Employees
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
<div
class=
"col-lg-6"
>
<h1
class=
"no-padding"
>
Manage Employees
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<div
class=
"col-lg-6 add-emp no-padding"
>
<span>
<input
type=
"radio"
ng-model=
"status"
value=
"Active"
ng-click=
"getUserRoles()"
>
Active
<input
type=
"radio"
ng-model=
"status"
value=
"In Active"
ng-click=
"getUserRoles()"
>
Inactive
<input
type=
"radio"
ng-model=
"status"
value=
"both"
ng-click=
"getUserRoles()"
>
Both
</span>
<label
class=
""
for=
"submitBtn"
>
</label>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 2% 0% 0% 124%;"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Employee
</md-button>
<!-- </label> -->
class=
"fa fa-plus-circle fa-2x"
></i>
Add Employee
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</div>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"form-group col-lg-7 col-md-7 col-sm-7 col-xs-12"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<input
type=
"radio"
ng-model=
"status"
value=
"Active"
ng-click=
"getUserRoles()"
>
Active
<input
type=
"radio"
ng-model=
"status"
value=
"In Active"
ng-click=
"getUserRoles()"
>
Inactive
<input
type=
"radio"
ng-model=
"status"
value=
"both"
ng-click=
"getUserRoles()"
>
Both
</div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
class=
"row col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
class=
"myGrid"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
...
...
@@ -52,7 +32,7 @@
</div>
<div
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12"
style=
"margin-left: 10px;"
>
<div
class=
"form-inline col-lg-12"
>
<!-- <div class="form-group col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="input-group"
style="">
...
...
@@ -85,5 +65,4 @@
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/visaList.html
View file @
6148852a
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"visaController"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"visaController"
ng-init=
"getEmpVisas();getEmployeesToTeam();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage Visa
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
<h1
class=
"no-padding"
>
Manage Visa
<span
class=
"right"
>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add Visa Details
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-1"
style=
"float: left;padding-left:20px;"
>
</div>
<div
class=
"col-lg-1"
style=
"cursor: pointer; float: right; right: 75px;"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue;"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add Visa Details
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
ui-grid-cell-contents
class=
"grid"
style=
"width:99%;height:380px;"
>
...
...
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