Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
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
Muhammad Usman
PERFORMA_REPLICA
Commits
c20d1642
Commit
c20d1642
authored
Aug 04, 2017
by
Nilu
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Showing - works - Default setting is 'All' (unless sticky for a context)
parent
fc546f3e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
common.css
cmsWebApp/webroot/css/common.css
+4
-0
application_list_data.jsp
...root/extensions/adminportal/inc/application_list_data.jsp
+1
-1
page_admin_home.jsp
cmsWebApp/webroot/extensions/adminportal/page_admin_home.jsp
+5
-4
No files found.
cmsWebApp/webroot/css/common.css
View file @
c20d1642
...
...
@@ -3529,6 +3529,10 @@ input.add-note-btn:hover{
font-weight
:
300
;
float
:
right
;
}
.appli-percent-no
first
span
{
font-family
:
"Usual-Regular"
;
}
.appli-percent-no
span
{
font-family
:
"Usual-Light"
;
}
...
...
cmsWebApp/webroot/extensions/adminportal/inc/application_list_data.jsp
View file @
c20d1642
...
...
@@ -51,7 +51,7 @@
Overall rank
</div>
<!--TODO: logic needed to be worked out. Added to note that there are three colors-->
<div class="<%= "appli-percent-no " + (j == 0 ? "green" : (j < 3 ? "blue" : "grey" ))%>">
<div class="<%= "appli-percent-no " + (j == 0 ? "
first
green" : (j < 3 ? "blue" : "grey" ))%>">
<oneit:toString value="<%= jobApplication.getOverallSuitability() %>" mode="Integer" />
</div>
</div>
...
...
cmsWebApp/webroot/extensions/adminportal/page_admin_home.jsp
View file @
c20d1642
...
...
@@ -43,9 +43,10 @@
if(closingSoonJobs > 0)
{
%>
<oneit:button value=" " name="
gotoPage
" skin="link"
<oneit:button value=" " name="
navigateBetweenStatus
" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", jobsPage)
.mapEntry("procParams", CollectionUtils.mapEntry("JobStatus", JobStatus.OPEN).mapEntry("JobSortOption", JobSortOption.CLOSING_SOON).toMap())
.mapEntry("JobStatus", JobStatus.OPEN)
.mapEntry("procParams", CollectionUtils.mapEntry("JobSortOption", JobSortOption.CLOSING_SOON).toMap())
.toMap() %>">
<div class="arrow-btn">
<oneit:toString value="<%= closingSoonJobs %>" mode="Integer" nullValue="0"/> closing soon
...
...
@@ -68,9 +69,9 @@
if(filledCount > 0)
{
%>
<oneit:button value=" " name="
gotoPage
" skin="link"
<oneit:button value=" " name="
navigateBetweenStatus
" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", jobsPage)
.mapEntry("
procParams", CollectionUtils.mapEntry("JobStatus", JobStatus.FILLED).toMap()
)
.mapEntry("
JobStatus", JobStatus.FILLED
)
.toMap() %>">
<oneit:toString value="<%= filledCount %>" mode="Integer" nullValue="0"/>
</oneit:button>
...
...
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