-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from CapsicoHealth/#1_first_proper_commit
#1 first proper commit
- Loading branch information
Showing
207 changed files
with
94,083 additions
and
21,585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 | ||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
org.eclipse.jdt.core.compiler.compliance=11 | ||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning | ||
org.eclipse.jdt.core.compiler.release=disabled | ||
org.eclipse.jdt.core.compiler.source=11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ "apps":[ | ||
] | ||
,"masterPaths":["/svc/Login" | ||
,"/svc/Logout" | ||
,"/svc/user/token" | ||
,"/svc/tenantList" | ||
,"/svc/user/guest/registration" | ||
,"/svc/user/onboarding" | ||
,"/svc/user/forgotPswd" | ||
,"/svc/user/setPswd" | ||
,"/svc/user/account" | ||
,"/svc/admin/tenants" | ||
,"/svc/admin/tenants/create" | ||
,"/svc/admin/tenants/startJob" | ||
,"/svc/admin/tenants/files/list" | ||
,"/svc/admin/tenants/files" | ||
,"/svc/admin/tenants/jobs" | ||
,"/svc/admin/tenants/jobs/details" | ||
,"/svc/admin/tenants/jobFiles/messages" | ||
,"/svc/admin/user/invite" | ||
,"/svc/admin/users" | ||
,"/svc/admin/user/roles" | ||
,"/svc/admin/user" | ||
,"/svc/admin/user/validation" | ||
,"/svc/Verifications" | ||
,"/svc/test" | ||
,"/svc/MyTenantList" | ||
,"/svc/config" | ||
,"/svc/SelectedTenant" | ||
,"/svc/covid/data" | ||
,"/svc/covid/history" | ||
,"/svc/covid/symptoms/create" | ||
,"/svc/formsapp/create" | ||
] | ||
,"authPassthroughs": [ | ||
"/home.jsp" | ||
,"/svc/user/token" | ||
,"/svc/Login" | ||
,"/svc/Logout" | ||
,"/svc/Signup" | ||
,"/svc/user/forgotPswd" | ||
,"/svc/user/setPswd" | ||
,"/svc/user/guest/registration" | ||
,"/svc/user/onboarding" | ||
,"/svc/passwordRules" | ||
,"/svc/Verifications" | ||
,"/svc/test" | ||
,"/svc/config" | ||
,"/svc/covid/data" | ||
,"/svc/covid/history" | ||
,"/svc/covid/symptoms/create" | ||
,"/svc/formsapp/create" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ "apps":[ | ||
] | ||
,"masterPaths":["/svc/Login" | ||
,"/svc/Logout" | ||
,"/svc/user/token" | ||
,"/svc/tenantList" | ||
,"/svc/user/guest/registration" | ||
,"/svc/user/onboarding" | ||
,"/svc/user/forgotPswd" | ||
,"/svc/user/setPswd" | ||
,"/svc/user/account" | ||
,"/svc/admin/tenants" | ||
,"/svc/admin/tenants/create" | ||
,"/svc/admin/tenants/startJob" | ||
,"/svc/admin/tenants/files/list" | ||
,"/svc/admin/tenants/files" | ||
,"/svc/admin/tenants/jobs" | ||
,"/svc/admin/tenants/jobs/details" | ||
,"/svc/admin/tenants/jobFiles/messages" | ||
,"/svc/admin/user/invite" | ||
,"/svc/admin/users" | ||
,"/svc/admin/user/roles" | ||
,"/svc/admin/user" | ||
,"/svc/admin/user/validation" | ||
,"/svc/Verifications" | ||
,"/svc/test" | ||
,"/svc/MyTenantList" | ||
,"/svc/config" | ||
,"/svc/SelectedTenant" | ||
,"/svc/covid/data" | ||
,"/svc/covid/history" | ||
,"/svc/covid/symptoms/create" | ||
,"/svc/formsapp/create" | ||
] | ||
,"authPassthroughs": [ | ||
"/home.jsp" | ||
,"/svc/user/token" | ||
,"/svc/Login" | ||
,"/svc/Logout" | ||
,"/svc/Signup" | ||
,"/svc/user/forgotPswd" | ||
,"/svc/user/setPswd" | ||
,"/svc/user/guest/registration" | ||
,"/svc/user/onboarding" | ||
,"/svc/passwordRules" | ||
,"/svc/Verifications" | ||
,"/svc/test" | ||
,"/svc/config" | ||
,"/svc/covid/data" | ||
,"/svc/covid/history" | ||
,"/svc/covid/symptoms/create" | ||
,"/svc/formsapp/create" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,64 @@ | ||
<%@page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> | ||
<%@page import="tilda.utils.HttpStatus"%> | ||
<%@page import="tilda.utils.TextUtil"%> | ||
<%@page import="java.util.Enumeration"%> | ||
|
||
<% | ||
HttpStatus Status = HttpStatus.parse((Integer) request.getAttribute("javax.servlet.error.status_code")); | ||
String StatusMessage = (String) request.getAttribute("javax.servlet.error.message"); | ||
String PageTitle=Status._Code == HttpStatus.Unauthorized._Code ? "CapsicoHealth Login" : "CapsicoHealth error: "+Status._Code; | ||
%> | ||
<link rel="stylesheet" href="/static/dojo-release-1.16.4/dijit/themes/claro/claro.css"/> | ||
<link rel="stylesheet" href="/static/css/dojoSimple.css"/> | ||
<link rel="stylesheet" href="/static/css/tilda.css"/> | ||
|
||
<STYLE> | ||
.elegantShadow { | ||
color: #131313; | ||
letter-spacing: .1em; | ||
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif; | ||
font-size: 50px; | ||
padding: 5px 10px 10px 20px; | ||
margin: 10px 20px 10px 20px; | ||
text-align: center; | ||
text-transform: uppercase; | ||
text-rendering: optimizeLegibility; | ||
text-shadow: -1px -1px 0 #666, -2px 2px 1px #aaa, -3px 3px 1px #eee; | ||
} | ||
#ERR_MSG { | ||
font-weight: normal; | ||
text-transform: none; | ||
letter-spacing: -1px; | ||
font-size: 40%; | ||
text-shadow: none; | ||
} | ||
</STYLE> | ||
|
||
<DIV id="LogginBackground" class="fullCenter" style="width: 100%; height: 100%; overflow: hidden; z-index: 5;"></DIV> | ||
<DIV id="LogginButton" class="fullCenter" style="width: 100%; height: 100%; font-size: 150%; overflow: hidden; z-index: 10;" > | ||
<DIV class="fullCenter capsicoLogo"> | ||
<DIV class="elegantShadow"> | ||
<% | ||
Throwable T = (Throwable) request.getAttribute("javax.servlet.error.exception"); | ||
if (T != null && TextUtil.isNullOrEmpty(T.getMessage()) == false) | ||
out.println("<!-- "+T.getMessage()+" -->"); | ||
if (Status._Code == HttpStatus.Unauthorized._Code) { %> | ||
Session Timeout | ||
<DIV id="ERR_MSG">You were inactive for more than 20 minutes</DIV> | ||
</DIV> | ||
<CENTER><BUTTON class="buttonLogin" onClick="dojoSimple.PopupLogin.show(false, function() { document.location.reload();})" style="font-size: 75%; font-weight: bold;">Login again</BUTTON></CENTER> | ||
</DIV> | ||
<% } else if (Status._Code == HttpStatus.ResourceNotFound._Code) { %> | ||
Page not found | ||
<DIV id="ERR_MSG">You have reached this page in error or do not have access<BR>Use your browser's Back button</DIV> | ||
</DIV> | ||
</DIV> | ||
<% } else { %> | ||
<%=Status._Message%> | ||
<DIV id="ERR_MSG"><%=StatusMessage%></DIV> | ||
</DIV> | ||
<CENTER style="position: relative; top: -15px;">⚠ <%=Status._Code%></CENTER> | ||
</DIV> | ||
<% } %> | ||
</DIV> | ||
<%@page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> | ||
<%@page import="tilda.utils.HttpStatus"%> | ||
<%@page import="tilda.utils.TextUtil"%> | ||
<%@page import="java.util.Enumeration"%> | ||
|
||
<% | ||
HttpStatus Status = HttpStatus.parse((Integer) request.getAttribute("javax.servlet.error.status_code")); | ||
String StatusMessage = (String) request.getAttribute("javax.servlet.error.message"); | ||
String PageTitle=Status._Code == HttpStatus.Unauthorized._Code ? "CapsicoHealth Login" : "CapsicoHealth error: "+Status._Code; | ||
%> | ||
<link rel="stylesheet" href="/static/css/dojoSimple.css"/> | ||
<link rel="stylesheet" href="/static/css/tilda.css"/> | ||
|
||
<STYLE> | ||
.elegantShadow { | ||
color: #131313; | ||
letter-spacing: .1em; | ||
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif; | ||
font-size: 50px; | ||
padding: 5px 10px 10px 20px; | ||
margin: 10px 20px 10px 20px; | ||
text-align: center; | ||
text-transform: uppercase; | ||
text-rendering: optimizeLegibility; | ||
text-shadow: -1px -1px 0 #666, -2px 2px 1px #aaa, -3px 3px 1px #eee; | ||
} | ||
#ERR_MSG { | ||
font-weight: normal; | ||
text-transform: none; | ||
letter-spacing: -1px; | ||
font-size: 40%; | ||
text-shadow: none; | ||
} | ||
</STYLE> | ||
|
||
<DIV id="LogginBackground" class="fullCenter" style="width: 100%; height: 100%; overflow: hidden; z-index: 5;"></DIV> | ||
<DIV id="LogginButton" class="fullCenter" style="width: 100%; height: 100%; font-size: 150%; overflow: hidden; z-index: 10;" > | ||
<DIV class="fullCenter capsicoLogo"> | ||
<DIV class="elegantShadow"> | ||
<% | ||
Throwable T = (Throwable) request.getAttribute("javax.servlet.error.exception"); | ||
if (T != null && TextUtil.isNullOrEmpty(T.getMessage()) == false) | ||
out.println("<!-- "+T.getMessage()+" -->"); | ||
if (Status._Code == HttpStatus.Unauthorized._Code) { %> | ||
Session Timeout | ||
<DIV id="ERR_MSG">You were inactive for more than 20 minutes</DIV> | ||
</DIV> | ||
<CENTER><BUTTON class="buttonLogin" onClick="FloriaLogin.PopupLogin.show(false, function() { document.location.reload();})" style="font-size: 75%; font-weight: bold;">Login again</BUTTON></CENTER> | ||
</DIV> | ||
<% } else if (Status._Code == HttpStatus.ResourceNotFound._Code) { %> | ||
Page not found | ||
<DIV id="ERR_MSG">You have reached this page in error or do not have access<BR>Use your browser's Back button</DIV> | ||
</DIV> | ||
</DIV> | ||
<% } else { %> | ||
<%=Status._Message%> | ||
<DIV id="ERR_MSG"><%=StatusMessage%></DIV> | ||
</DIV> | ||
<CENTER style="position: relative; top: -15px;">⚠ <%=Status._Code%></CENTER> | ||
</DIV> | ||
<% } %> | ||
</DIV> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.