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
cbdd2a92
Commit
cbdd2a92
authored
Aug 31, 2017
by
Harsh Shah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Application specific error page
parent
d070edcb
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
192 additions
and
85 deletions
+192
-85
small_content_post.jspf
...webroot/editor/skin/oneit/include/small_content_post.jspf
+23
-0
small_content_pre.jspf
.../webroot/editor/skin/oneit/include/small_content_pre.jspf
+8
-0
small_head_pre.jspf
...App/webroot/editor/skin/oneit/include/small_head_pre.jspf
+30
-0
forgot_password.jsp
cmsWebApp/webroot/extensions/adminportal/forgot_password.jsp
+11
-26
htmlfooter_nopriv.jsp
.../webroot/extensions/adminportal/inc/htmlfooter_nopriv.jsp
+14
-0
htmlheader_nopriv.jsp
.../webroot/extensions/adminportal/inc/htmlheader_nopriv.jsp
+17
-0
reset_password.jsp
cmsWebApp/webroot/extensions/adminportal/reset_password.jsp
+11
-26
sign_in.jsp
cmsWebApp/webroot/extensions/adminportal/sign_in.jsp
+10
-33
20170831_Update_HomeArticle.cms.xml
.../adminportal/upgrades/20170831_Update_HomeArticle.cms.xml
+64
-0
GeneralConfig_performa.xml
...pp/webroot/extensions/performa/GeneralConfig_performa.xml
+4
-0
No files found.
cmsWebApp/webroot/editor/skin/oneit/include/small_content_post.jspf
0 → 100644
View file @
cbdd2a92
<div class="small_footer">
<div style="float: left" class="cms_footer_annotation">
<%
String footerAnnotation = (String)request.getAttribute("cms.small_footer.annotation");
%>
<%= footerAnnotation == null ? "" : footerAnnotation %>
</div>
<div class="clear"> </div>
</div>
</div>
</div>
<footer class="power-footer">
<div class="footer-link text-center">
<ul>
<li><a href="#">© <%= Calendar.getInstance().get(Calendar.YEAR) %> Talentology</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</footer>
</div>
</div>
</div>
cmsWebApp/webroot/editor/skin/oneit/include/small_content_pre.jspf
0 → 100644
View file @
cbdd2a92
<div class="container">
<div class="row">
<div class="main-verify-identity">
<div class="login-logo"><img src="<%= request.getContextPath() %>/images/logo.svg" /></div>
<div class="main-box-layout login-box">
<div class="small_error_box ">
\ No newline at end of file
cmsWebApp/webroot/editor/skin/oneit/include/small_head_pre.jspf
0 → 100644
View file @
cbdd2a92
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
></meta>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
></meta>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
></meta>
<
%@
taglib
uri=
"/WEB-INF/oneit_tags.tld"
prefix=
"oneit"
%
>
<
%@
include
file=
"/inc/std_imports.jsp"
%
>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
()
{
$
(
"body"
).
addClass
(
"bg-color"
);
});
</script>
<style>
.small_error_box
{
background-color
:
inherit
!important
;
padding
:
0
!important
;
}
.small_error_box
.login_desc
{
color
:
#f05128
;
font-size
:
13px
;
font-weight
:
300
;
line-height
:
16px
;
text-align
:
center
;
}
</style>
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/forgot_password.jsp
View file @
cbdd2a92
...
@@ -6,18 +6,9 @@
...
@@ -6,18 +6,9 @@
<%! protected String getName (ServletConfig config) { return "forgot_password_jsp"; } %>
<%! protected String getName (ServletConfig config) { return "forgot_password_jsp"; } %>
<html
lang=
"en"
>
<%@ include file="inc/htmlheader_nopriv.jsp" %>
<head>
<meta
charset=
"utf-8"
></meta>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
></meta>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
></meta>
<title>
Talentology
</title>
<
%@
include
file=
"/inc/std_imports.jsp"
%
>
<script type="text/javascript">
</head>
<body
class=
"bg-color"
>
<script
type=
"text/javascript"
>
$(document).ready(function() {
$(document).ready(function() {
validate();
validate();
$('input').on('change keyup', function() { validate() });
$('input').on('change keyup', function() { validate() });
...
@@ -40,18 +31,15 @@
...
@@ -40,18 +31,15 @@
$('.send-btn').removeAttr('disabled');
$('.send-btn').removeAttr('disabled');
}
}
}
}
</script>
</script>
<style>
<style>
button[disabled] {
button[disabled] {
opacity: 0.6;
opacity: 0.6;
background-color: #0582ba;
background-color: #0582ba;
}
}
</style>
</style>
<div
class=
"container"
>
<div
class=
"row"
>
<oneit:form name="forgotPassword" method="post">
<div
class=
"main-verify-identity"
>
<div
class=
"login-logo"
><img
src=
"<%= request.getContextPath() %>/images/logo.svg"
/></div>
<oneit:form
name=
"forgotPassword"
method=
"post"
>
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="main-box-layout login-box">
<div class="main-box-layout login-box">
<div class="text-left">
<div class="text-left">
...
@@ -72,9 +60,6 @@
...
@@ -72,9 +60,6 @@
.toMap() %>"/>
.toMap() %>"/>
</div>
</div>
</div>
</div>
</oneit:form>
</oneit:form>
</div>
</div>
<%@ include file="inc/htmlfooter_nopriv.jsp" %>
</div>
\ No newline at end of file
</body>
</html>
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/inc/htmlfooter_nopriv.jsp
0 → 100644
View file @
cbdd2a92
<footer class="power-footer">
<div class="footer-link text-center">
<ul>
<li><a href="#">© <%= Calendar.getInstance().get(Calendar.YEAR) %> Talentology</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</footer>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/inc/htmlheader_nopriv.jsp
0 → 100644
View file @
cbdd2a92
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
></meta>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
></meta>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
></meta>
<title>
Talentology
</title>
<
%@
include
file=
"/inc/std_imports.jsp"
%
>
</head>
<body
class=
"bg-color"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"main-verify-identity"
>
<div
class=
"login-logo"
><img
src=
"<%= request.getContextPath() %>/images/logo.svg"
/></div>
cmsWebApp/webroot/extensions/adminportal/reset_password.jsp
View file @
cbdd2a92
...
@@ -46,18 +46,9 @@
...
@@ -46,18 +46,9 @@
}
}
%>
%>
<html
lang=
"en"
>
<%@ include file="inc/htmlheader_nopriv.jsp" %>
<head>
<meta
charset=
"utf-8"
></meta>
<script type="text/javascript">
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
></meta>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
></meta>
<title>
Talentology
</title>
<
%@
include
file=
"/inc/std_imports.jsp"
%
>
</head>
<body
class=
"bg-color"
>
<script
type=
"text/javascript"
>
$(document).ready(function() {
$(document).ready(function() {
validate();
validate();
$('input').on('change keyup', function() { validate() });
$('input').on('change keyup', function() { validate() });
...
@@ -77,18 +68,15 @@
...
@@ -77,18 +68,15 @@
$('.reset-btn').removeAttr('disabled');
$('.reset-btn').removeAttr('disabled');
}
}
}
}
</script>
</script>
<style>
<style>
button[disabled] {
button[disabled] {
opacity: 0.6;
opacity: 0.6;
background-color: #0582ba;
background-color: #0582ba;
}
}
</style>
</style>
<div
class=
"container"
>
<div
class=
"row"
>
<oneit:form name="resetPassword" method="post">
<div
class=
"main-verify-identity"
>
<div
class=
"login-logo"
><img
src=
"<%= request.getContextPath() %>/images/logo.svg"
/></div>
<oneit:form
name=
"resetPassword"
method=
"post"
>
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<%
<%
...
@@ -125,9 +113,6 @@
...
@@ -125,9 +113,6 @@
<%
<%
}
}
%>
%>
</oneit:form>
</oneit:form>
</div>
</div>
<%@ include file="inc/htmlfooter_nopriv.jsp" %>
</div>
</body>
</html>
cmsWebApp/webroot/extensions/adminportal/sign_in.jsp
View file @
cbdd2a92
...
@@ -10,18 +10,10 @@
...
@@ -10,18 +10,10 @@
ObjectTransaction objTran = process.getTransaction ();
ObjectTransaction objTran = process.getTransaction ();
String nextPage = WebUtils.getArticleByShortCut(objTran, WebUtils.ADMIN_HOME).getLink(request);
String nextPage = WebUtils.getArticleByShortCut(objTran, WebUtils.ADMIN_HOME).getLink(request);
%>
%>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
></meta>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
></meta>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
></meta>
<title>
Talentology
</title>
<
%@
include
file=
"/inc/std_imports.jsp"
%
>
<%@ include file="inc/htmlheader_nopriv.jsp" %>
</head>
<body
class=
"bg-color"
>
<script type="text/javascript">
<script
type=
"text/javascript"
>
var interval;
var interval;
$(document).ready(function() {
$(document).ready(function() {
...
@@ -48,18 +40,15 @@
...
@@ -48,18 +40,15 @@
clearInterval(interval);
clearInterval(interval);
}
}
}
}
</script>
</script>
<style>
<style>
button[disabled] {
button[disabled] {
opacity: 0.6;
opacity: 0.6;
background-color: #0582ba;
background-color: #0582ba;
}
}
</style>
</style>
<div
class=
"container"
>
<div
class=
"row"
>
<div class="main-box-layout login-box">
<div
class=
"main-verify-identity"
>
<div
class=
"login-logo"
><img
src=
"<%= request.getContextPath() %>/images/logo.svg"
/></div>
<div
class=
"main-box-layout login-box"
>
<oneit:form name="login" method="post">
<oneit:form name="login" method="post">
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
...
@@ -105,17 +94,5 @@
...
@@ -105,17 +94,5 @@
</li>
</li>
</ul>
</ul>
</oneit:form>
</oneit:form>
</div>
</div>
<footer
class=
"power-footer"
>
<%@ include file="inc/htmlfooter_nopriv.jsp" %>
<div
class=
"footer-link text-center"
>
\ No newline at end of file
<ul>
<li><a
href=
"#"
>
©
<
%=
Calendar
.
getInstance
().
get
(
Calendar
.
YEAR
)
%
>
Talentology
</a></li>
<li><a
href=
"#"
>
Privacy Policy
</a></li>
</ul>
</div>
</footer>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/upgrades/20170831_Update_HomeArticle.cms.xml
0 → 100644
View file @
cbdd2a92
<?xml version="1.0" encoding="UTF-8"?>
<!-- @AutoRun -->
<OBJECTS
xmlns:oneit=
"http://www.1iT.com.au"
name=
""
>
<NODE
factory=
"Vector"
name=
"Script"
><NODE
class=
"oneit.appservices.upgrade.cms.CMSArticleUpdateOperation"
factory=
"Participant"
name=
"Home"
>
<createSpecificIdentifier
factory=
'String'
value=
'HOME'
/>
<articleIdentifiers
factory=
"Array"
class=
"java.lang.String"
>
<NODE
factory=
"String"
value=
"HOME"
/>
</articleIdentifiers>
<createdLabel
factory=
"String"
value=
"HOME"
/>
<articleAttributeChanges
factory=
"Map"
>
<NODE
name=
"OnLeftMenu"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"Shortcuts"
factory=
"Null"
/>
</articleAttributeChanges>
<ormAttributeChanges
factory=
"Map"
>
<NODE
name=
"PublishDate"
factory=
"Date"
value=
"2000-01-01 00:00:00"
/>
<NODE
name=
"WithdrawDate"
factory=
"Date"
value=
"3000-01-01 00:00:00"
/>
<NODE
name=
"Title"
factory=
"String"
value=
"Home"
/>
<NODE
name=
"ShortTitle"
factory=
"String"
value=
"Home"
/>
<NODE
name=
"SortOrder"
factory=
"Integer"
value=
"-200203"
/>
<NODE
name=
"Type"
factory=
"Enumerated"
class=
"oneit.business.content.ArticleType"
value=
"ARTICLE"
/>
<NODE
name=
"Template"
factory=
"Enumerated"
class=
"oneit.business.content.ArticleTemplate"
value=
"ADMIN_PORTAL_HOME"
/>
</ormAttributeChanges>
<content
factory=
"Map"
>
<NODE
name=
"Body"
factory=
"Map"
>
<NODE
name=
"Content"
factory=
"String"
>
<![CDATA[<html>
<head>
<META
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title></title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"css/cms_style.css"
>
</head>
<body
class=
"CMS_GENERIC_EDITOR CMS_${oneit.Template} CMS_${oneit.Template}_${oneit.ContentType} CMS_${oneit.ContentType}"
>
<p>
This is some content that should sit within the Home page.
</p>
<br>
</body>
</html>
]]>
</NODE>
<NODE
name=
"TransformedContent"
factory=
"String"
>
<![CDATA[<p>
This is some content that should sit within the Home page.
</p>
<br>
]]>
</NODE>
<NODE
name=
"IncludeContent"
factory=
"Boolean"
value=
"true"
/>
</NODE>
<NODE
name=
"Synopsis"
factory=
"Map"
>
<NODE
name=
"Content"
factory=
"String"
>
<![CDATA[
<html>
<head>
<meta
name=
'author'
content=
'Cougar Content by 1iT www.1it.com.au'
>
<link
href=
"css/cms_style.css"
rel=
"stylesheet"
type=
"text/css"
>
</head>
<body>
<p>
</p>
<br>
</body>
</html>
]]>
</NODE>
<NODE
name=
"IncludeContent"
factory=
"Boolean"
value=
"true"
/>
</NODE>
</content>
</NODE>
</NODE>
</OBJECTS>
\ No newline at end of file
cmsWebApp/webroot/extensions/performa/GeneralConfig_performa.xml
View file @
cbdd2a92
...
@@ -20,4 +20,7 @@
...
@@ -20,4 +20,7 @@
<MAP
code=
"CompanyUser"
class=
"performa.orm.CompanyUser"
/>
<MAP
code=
"CompanyUser"
class=
"performa.orm.CompanyUser"
/>
</NODE>
</NODE>
<NODE
name=
"CONFIG.GLOBAL::Performa"
>
<PARAM
name=
"HasWebsite"
factory=
"Boolean"
value=
"true"
/>
</NODE>
</OBJECTS>
</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