Skip to content

Commit

Permalink
Merge pull request #234 from CCALI/20220706-release
Browse files Browse the repository at this point in the history
20220706 release
  • Loading branch information
tobiasnteireho authored Jul 6, 2022
2 parents 5bc3589 + bfed01e commit c1addec
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 88 deletions.
2 changes: 1 addition & 1 deletion index.production.html → index.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
errRepURL: ''
}));
</script>
<script src="node_modules/steal/steal.production.js?v=1645729850446" cache-key="v" cache-version="1645729850446" main="@caliorg/a2jviewer/app"></script>
<script src="node_modules/steal/steal.production.js?v=1657142644738" cache-key="v" cache-version="1657142644738" main="@caliorg/a2jviewer/app"></script>
</body>
</html>
108 changes: 52 additions & 56 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,68 +1,64 @@
<!doctype html>
<!--
A2J Author 7 * Justice * justicia * 正义 * công lý * 사법 * правосудие
All Contents Copyright The Center for Computer-Assisted Legal Instruction
2012-2015
A2J Viewer Plugin
<!DOCTYPE HTML>
<!--
A2J Author 7 * Justice * justicia * 正义 * công lý * 사법 * правосудие
All Contents Copyright The Center for Computer-Assisted Legal Instruction
2012-2015
A2J Viewer Plugin
Internal Developer only
See demo/viewer/viewer.html for Public demo version.
-->
<html lang="en">
<head>
<!-- Favicon Image Support from: https://sympli.io/blog/2017/02/15/heres-everything-you-need-to-know-about-favicons-in-2017/-->
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
Internal Developer only
See demo/viewer/viewer.html for Public demo version.
-->
<html>
<head>
<!-- Favicon Image Support from: https://sympli.io/blog/2017/02/15/heres-everything-you-need-to-know-about-favicons-in-2017/-->
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">

<!-- Favicon Image Support for Apple (and Android) -->
<link rel="apple-touch-icon" href="favicons/iPhone-120x120.png"> <!-- 120px -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/iPhone-180x180.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/iPhone-152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="favicons/iPhone-167x167.png">
<!-- Favicon Image Support for Apple (and Android) -->
<link rel="apple-touch-icon" href="favicons/iPhone-120x120.png"> <!-- 120px -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/iPhone-180x180.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/iPhone-152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="favicons/iPhone-167x167.png">

<title>A2J Viewer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<title>A2J Viewer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body class="with-lawn">
<div id="viewer-app-container"></div>
<body>
<div id="viewer-app"></div>

<script> window.less = { async: true, useFileCache: true };</script>
<script>
localStorage.setItem('a2jConfig', JSON.stringify({
// path (or url) to the interview XML file
templateURL: '',
<script> window.less = { async: true, useFileCache: true };</script>
<script>
localStorage.setItem('a2jConfig', JSON.stringify({
// path (or url) to the interview XML file
templateURL: '',

// folder containing images, templates and other assets related to the interview
// path can be relative or fully qualified but requires a trailing slash
fileDataURL:'',
// folder containing images, templates and other assets related to the interview
fileDataURL: '',

// endpoint to load an answer file at start, used for RESUME
// getDataURL: 'tests/data/Sample Short Interview Answers.anx?data=ExtraData4getDataURL',
getDataURL: '',
// endpoint to save the answer's file and leaves the viewer (its response replaces viewer's frame)
// setDataURL: '/save.aspx',
setDataURL: '',
// endpoint to load an answer file at start, used for RESUME
getDataURL: '',

// (Optional) ajax endpoit to silently save the answer file periodically
// autoSetDataURL: '/autosave.aspx',
autoSetDataURL: '',
// endpoint to save the answer's file and leaves the viewer (its response replaces viewer's frame)
setDataURL: '',

// use to replace the viewer's frame on EXIT (user 'fails' interview)
exitURL: 'A2J_ViewerExit.html',
// (Optional) ajax endpoit to silently save the answer file periodically
autoSetDataURL: '',

// endpoint to silent log data
// E.g., https://lawhelpinteractive.org/a2j_logging
logURL: '',
// use to replace the viewer's frame on EXIT (user 'fails' interview)
exitURL: '',

// accepts user's public submission of an error to which they can add an optional comment.
// E.g., 'https://lawhelpinteractive.org/problem_reporting_form'
errRepURL: ''
}));
</script>
// endpoint to silent log data
// E.g., https://lawhelpinteractive.org/a2j_logging
logURL: '',

<script src="node_modules/steal/steal.js" main="~/app"></script>
</body>
</html>
// errRepURL accepts user's public submission of an error to which they can add an optional comment.
// E.g., 'https://lawhelpinteractive.org/problem_reporting_form'
errRepURL: ''
}));
</script>
<script src="node_modules/steal/steal.production.js?v=1657142746703" cache-key="v" cache-version="1657142746703" main="@caliorg/a2jviewer/app"></script>
</body>
</html>
36 changes: 10 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caliorg/a2jviewer",
"version": "8.1.2",
"version": "8.1.4",
"description": "A2J Viewer standalone and preview app.",
"main": "a2jviewer/app",
"scripts": {
Expand Down Expand Up @@ -71,7 +71,7 @@
}
},
"dependencies": {
"@caliorg/a2jdeps": "^7.1.2",
"@caliorg/a2jdeps": "^7.1.5",
"bit-tabs": "^2.0.0",
"blueimp-file-upload": "^9.10.1",
"bootstrap": "^3.4.1",
Expand Down Expand Up @@ -128,7 +128,6 @@
"pdfjs-dist": "^2.0.466",
"string-natural-compare": "^2.0.2",
"text-statistics": "^0.1.1",
"typeahead.js": "git://github.com/twitter/typeahead.js.git#v0.11.1",
"validate.js": "^0.12.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/footer/footerVersion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const version = {
number: '8.1.2',
date: '2022-06-29'
number: '8.1.4',
date: '2022-07-06'
}

export default version

0 comments on commit c1addec

Please sign in to comment.