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
c87f3d63
Commit
c87f3d63
authored
Jun 20, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added applicant job position overview page(C001 - Apply - Overview)
parent
c21731ee
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
135 additions
and
0 deletions
+135
-0
GeneralConfig_applicantPortal.xml
...ensions/applicantportal/GeneralConfig_applicantPortal.xml
+12
-0
job_overview.jsp
...ebApp/webroot/extensions/applicantportal/job_overview.jsp
+70
-0
20170621_CMSExtract_ApplyJob.cms.xml
...icantportal/upgrades/20170621_CMSExtract_ApplyJob.cms.xml
+53
-0
No files found.
cmsWebApp/webroot/extensions/applicantportal/GeneralConfig_applicantPortal.xml
View file @
c87f3d63
...
...
@@ -16,6 +16,18 @@
</MAP>
<MAP
value=
"APPLY_JOB"
description=
"Apply For A Job"
TemplatePage=
"dynamic_content_form.jsp"
>
<NODE
name=
"Config"
factory=
"Participant"
class=
"oneit.business.content.ArticleConfiguration"
>
<INHERITS
nodename=
"StandardJSP"
/>
<RenderMode
name=
"Page"
preIncludeJSP=
"extensions/applicantportal/job_overview.jsp"
/>
</NODE>
</MAP>
</NODE>
</OBJECTS>
cmsWebApp/webroot/extensions/applicantportal/job_overview.jsp
0 → 100644
View file @
c87f3d63
<%@ page extends="oneit.servlets.jsp.JSPInclude" %>
<%@ include file="/inc/stdimports50.jsp" %><%-- This is in cougar --%>
<%@ include file="/inc/stdcms.jsp" %><%-- This is in cougar --%>
<%@ include file="../../inc/std_imports.jsp" %>
<oneit:dynIncluded>
<%
ObjectTransaction objTran = (process == null ? ObjectTransaction.getTransaction () : process.getTransaction ());
Job job = (Job) process.getAttribute("Job");
String jobID = request.getParameter("jobID");
if(jobID!=null)
{
job = Job.getJobByID(objTran, Long.parseLong(jobID));
}
if(job!=null)
{
%>
<div class="main-position-overview">
<div class="aust-logo"><img src="images/australia-post.png"></div>
<div class="overview-title"><oneit:toString value="<%= job.getJobTitle() %>"/></div>
<div class="ref-number">Ref: 002341</div>
<table class="table table-responsive pos-table">
<tbody>
<tr>
<td class="pos-tabel-td">Level: </td>
<td class="pos-tabel-second"><oneit:toString value="<%= job.getLevel() %>" nullValue="-"/></td>
</tr>
<tr>
<td class="pos-tabel-td">Location:</td>
<td class="pos-tabel-second">Perth, Western Australia</td>
</tr>
<tr>
<td class="pos-tabel-td">Type:</td>
<td class="pos-tabel-second"><oneit:toString value="<%= job.getAssessmentType() %>" nullValue="-"/></td>
</tr>
<tr>
<td class="pos-tabel-td">Apply by:</td>
<td class="pos-tabel-second"><oneit:toString value="<%= job.getApplyBy() %>" mode="MidDate" nullValue="-"/></td>
</tr>
</tbody>
</table>
<div class="job-detail-title">
Job Details
</div>
<p class="pos-content">
<oneit:toString value="<%= job.getJobDescription() %>" nullValue="-"/>
</p>
<div class="apply-job-btn">
<a href="#">Apply Now</a>
</div>
</div>
<%
}
else
{
%>
<div class="main-position-overview">
<p class="overview-title" align="center">Invalid application path</p>
</div>
<%
}
%>
</oneit:dynIncluded>
cmsWebApp/webroot/extensions/applicantportal/upgrades/20170621_CMSExtract_ApplyJob.cms.xml
0 → 100644
View file @
c87f3d63
<?xml version="1.0" encoding="UTF-8"?>
<OBJECTS
xmlns:oneit=
"http://www.1iT.com.au"
name=
""
>
<NODE
factory=
"Vector"
name=
"Script"
><NODE
class=
"oneit.appservices.upgrade.cms.CMSArticleUpdateOperation"
factory=
"Participant"
name=
"ApplyJob"
>
<createSpecificIdentifier
factory=
'String'
value=
'R7L1RYZ1AB98AMVMV4112Z8PJL351M'
/>
<articleIdentifiers
factory=
"Array"
class=
"java.lang.String"
>
<NODE
factory=
"String"
value=
"R7L1RYZ1AB98AMVMV4112Z8PJL351M"
/>
</articleIdentifiers>
<createdLabel
factory=
"String"
value=
"R7L1RYZ1AB98AMVMV4112Z8PJL351M"
/>
<newParentCategory
factory=
"String"
value=
"created:N6SFUFOG4A2H5U7ER9T8YDQI56H2TG"
/>
<articleAttributeChanges
factory=
"Map"
>
<NODE
name=
"Exclude From Search"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"Exclude From Sitemap"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"Exclude from SEO Indexing"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Left Menu"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Top Menu"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Footer Left"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"ApplyJob"
/>
<NODE
name=
"Menu Title"
factory=
"Null"
/>
<NODE
name=
"On Footer Menu"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"Exclude From Navigation"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Footer Right"
factory=
"Boolean"
value=
"false"
/>
</articleAttributeChanges>
<ormAttributeChanges
factory=
"Map"
>
<NODE
name=
"PublishDate"
factory=
"Date"
value=
"2017-06-20 00:00:00"
/>
<NODE
name=
"WithdrawDate"
factory=
"Date"
value=
"2067-06-20 13:00:00"
/>
<NODE
name=
"Title"
factory=
"String"
value=
"ApplyJob"
/>
<NODE
name=
"ShortTitle"
factory=
"String"
value=
"ApplyJob"
/>
<NODE
name=
"SortOrder"
factory=
"Integer"
value=
"-36831674"
/>
<NODE
name=
"Type"
factory=
"Enumerated"
class=
"oneit.business.content.ArticleType"
value=
"ARTICLE"
/>
<NODE
name=
"Template"
factory=
"Enumerated"
class=
"oneit.business.content.ArticleTemplate"
value=
"APPLY_JOB"
/>
</ormAttributeChanges>
<content
factory=
"Map"
>
<NODE
name=
"Body"
factory=
"Map"
>
<NODE
name=
"Content"
factory=
"String"
>
<![CDATA[
<p>
</p>
]]>
</NODE>
<NODE
name=
"IncludeContent"
factory=
"Boolean"
value=
"true"
/>
</NODE>
<NODE
name=
"Synopsis"
factory=
"Map"
>
<NODE
name=
"Content"
factory=
"String"
>
<![CDATA[
<p>
</p>
]]>
</NODE>
<NODE
name=
"IncludeContent"
factory=
"Boolean"
value=
"true"
/>
</NODE>
</content>
</NODE>
</NODE>
</OBJECTS>
\ 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