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
85e930bd
Commit
85e930bd
authored
Jul 18, 2018
by
dgoud-nisum-com
Committed by
rbonthala-nisum-com
Jul 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MT-69 (#18)
* MT-69 * MT-69 * MT-69 * MT-69
parent
690a4763
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
362 additions
and
82 deletions
+362
-82
ProjectController.js
src/main/webapp/WEB-INF/controllers/ProjectController.js
+240
-39
default-styles.css
src/main/webapp/WEB-INF/css/default-styles.css
+9
-0
projectTeamDetails.html
src/main/webapp/WEB-INF/templates/projectTeamDetails.html
+113
-43
No files found.
src/main/webapp/WEB-INF/controllers/ProjectController.js
100644 → 100755
View file @
85e930bd
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/css/default-styles.css
View file @
85e930bd
...
...
@@ -146,3 +146,12 @@ md-dialog{
.md-select-menu-container
{
z-index
:
100
!important
;
}
.md-dialog-custom-height
{
max-height
:
95%
!important
;
}
.md-content
{
height
:
1100px
!important
;
}
\ No newline at end of file
src/main/webapp/WEB-INF/templates/projectTeamDetails.html
100644 → 100755
View file @
85e930bd
<md-dialog
aria-label=
"Team Details"
style=
"width:950px;height:auto;"
class=
"md-dialog-custom-height"
ng-init=
"getEmployeeDetails()"
>
<form
ng-cloak
name=
"myForm "
>
<md-toolbar>
<div
class=
"md-toolbar-tools "
style=
"background: cadetblue; "
>
<h2>
Team Details
</h2>
<span
flex
></span>
<md-button
class=
"md-icon-button "
ng-click=
"cancelDialog() "
>
<i
class=
"fa fa-times fa-2x "
style=
"margin-top: 5px; font-size: 1.5em; float: left "
></i>
</md-button>
</div>
</md-toolbar>
<section
layout=
"row"
style=
"background-color: #fafafa;padding-top: 40px;"
layout-sm=
"column"
layout-align=
"end end"
layout-wrap
>
<md-button
class=
"md-raised "
class=
"pull-right"
data-ng-click=
"addTab()"
style=
"width:120px;background: cadetblue;color:white; "
ng-show=
"!isSecondTab"
>
Add
</md-button>
</section>
<md-content
style=
"height:1100px !important"
>
<md-tabs
md-dynamic-height=
" "
md-border-bottom=
" "
md-selected=
"selectedTab"
>
<md-tab
label=
"Team Details "
>
<md-content
class=
"md-padding "
>
<md-dialog-content>
<div
class=
"md-dialog-content "
>
<div
class=
"form-group "
>
<div
class=
"row col-lg-12 "
style=
"margin-left: 0px; "
>
<div
class=
"row col-lg-12 col-xs-12 "
>
<div
class=
"col-xs-6 text-center "
>
<p>
<b>
Project Name:
</b>
{{projectName}}
</p>
</div>
<div
class=
"col-xs-6 text-center "
>
<p>
<b>
Manager Name:
</b>
{{managerName}}
</p>
</div>
<md-dialog
aria-label=
"Team Details"
style=
"width:950px;height:450px;"
>
</div
>
<form
ng-cloak
name=
"myForm"
>
<md-toolbar>
<div
class=
"md-toolbar-tools"
style=
"background: cadetblue;"
>
<h2>
Team Details
</h2>
<span
flex
></span>
<md-button
class=
"md-icon-button"
ng-click=
"cancel()"
>
<i
class=
"fa fa-times fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
</md-button>
</div>
</md-toolbar>
<div
id=
"gridTest "
ui-grid=
"gridOptions "
ui-grid-pagination
style=
"width:99%;height:230px;margin-left:10px; "
>
<div
class=
"watermark "
ng-show=
"!gridOptions.data.length "
>
No data available
</div>
</div>
</div>
</div>
</div>
</md-dialog-content>
</md-content>
</md-tab>
<md-tab
label=
"Add Team Mate"
id=
"tab2"
>
<md-content
class=
"md-padding "
>
<form
ng-cloak
name=
"myForm"
id=
"myForm"
>
<!-- <md-toolbar>
<div class="md-toolbar-tools " style="background: cadetblue; ">
<h2>Add Team Mate </h2>
<span flex></span>
<md-button class="md-icon-button " ng-click="cancel() ">
<i class="fa fa-times fa-2x " style="margin-top: 5px; font-size: 1.5em; float: left "></i>
</md-button>
</div>
</md-toolbar> -->
<div
class=
"md-dialog-content "
>
<div
class=
"form-group "
>
<div
class=
"row col-lg-12 "
style=
"margin-left: 0px; "
>
<div
class=
"row col-lg-12 col-xs-12 "
>
<div
class=
"col-xs-6 text-center "
>
<p>
<b>
Project Name:
</b>
{{projectName}}
</p>
</div>
<div
class=
"col-xs-6 text-center "
>
<p>
<b>
Manager Name:
</b>
{{managerName}}
</p>
</div>
</div>
<md-select
ng-model=
"employeeModel "
md-selected-text=
"getEmployeeSelected() "
id=
"selectEmp"
name=
"employeeModel"
>
<md-optgroup
label=
"Employee "
>
<md-option
ng-value=
"employee "
ng-repeat=
"employee in employeeList "
>
{{employee.employeeName}}
</md-option>
</md-optgroup>
</md-select>
<output>
Employee Name : {{employeeModel.employeeName}}
</output>
<output>
Employee Id : {{employeeModel.employeeId}}
</output>
<output>
Email Id : {{employeeModel.emailId}}
</output>
<output>
Role : {{employeeModel.role}}
</output>
<output>
Designation : {{employeeModel.designation}}
</output>
<md-select
ng-model=
"empBillableStatus "
md-selected-text=
"getSelectedBillableStatus() "
id=
"empBillableStatus"
name=
"empBillableStatus"
>
<md-optgroup
label=
"billable statuses "
>
<md-option
ng-value=
"billableStatus "
ng-repeat=
"billableStatus in billableStatuses "
>
{{billableStatus}}
</md-option>
</md-optgroup>
</md-select>
<div
ng-show=
"empBillableStatus"
>
<md-datepicker
ng-model=
"newBillingStartDate"
md-placeholder=
"newBillingStartDate "
id=
"newBillingStartDate "
md-min-date=
"minDate "
md-max-date=
"maxDate "
onkeydown=
"return false "
ng-change=
"currentBillabilityDateChange()"
name=
"newBillingStartDate"
></md-datepicker>
</div>
<md-datepicker
ng-model=
"startDate "
md-placeholder=
"Start Date "
id=
"startDate "
md-min-date=
"minDate "
md-max-date=
"maxDate "
onkeydown=
"return false "
ng-disabled=
"newBillingStartDate"
name=
"startDate"
></md-datepicker>
</br>
<md-datepicker
ng-model=
"endDate "
md-placeholder=
"Projected End Date "
id=
"endDate "
md-min-date=
"minDate "
md-max-date=
"maxDate "
onkeydown=
"return false "
name=
"endDate"
></md-datepicker>
<md-dialog-content>
<div
class=
"md-dialog-content"
>
<div
class=
"form-group"
>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
class=
"row col-lg-12 col-xs-12"
>
<div
class=
"col-xs-6 text-center"
>
<p>
<b>
Project Name:
</b>
{{projectName}}
</p>
</div>
<div
class=
"col-xs-6 text-center"
>
<p>
<b>
Manager Name:
</b>
{{managerName}}
</p>
</div>
</div>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
style=
"width:99%;height:230px;margin-left:10px;"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
</div>
</div>
</div>
</div>
</md-dialog-content>
<md-dialog-actions
layout=
"row"
>
<md-button
class=
"md-raised"
ng-click=
"cancel()"
style=
"width:120px;background: cadetblue;color:white;"
>
Close
</md-button>
</md-dialog-actions>
</form>
<div
role=
"alert "
>
<span
class=
"error "
style=
"color: red; "
>
{{alertMsg}}
</span>
</div>
</div>
</div>
<md-dialog-actions
layout=
"row "
>
<md-button
class=
"md-raised "
data-ng-click=
"validateFields(templateTitle) "
style=
"width:120px;background: cadetblue;color:white; "
>
Add
</md-button>
<md-button
class=
"md-raised "
ng-click=
"cancelTab() "
style=
"width:120px;background: cadetblue;color:white; "
>
Cancel
</md-button>
</md-dialog-actions>
</form>
</md-content>
</md-tab>
</md-tabs>
</md-content>
</form>
</md-dialog>
\ 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