Skip to content

Commit bbb502f

Browse files
Merge pull request #300 from CCALI/20220302-viewer-8.0.0-2-update
update preview to latest version
2 parents a93bba5 + a42e8b8 commit bbb502f

6 files changed

Lines changed: 89 additions & 89 deletions

File tree

index.dev.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE HTML>
2+
<!--
3+
A2J Author 7 * Justice * justicia * 正义 * công lý * 사법 * правосудие
4+
All Contents Copyright The Center for Computer-Assisted Legal Instruction
5+
04/15/2013
6+
2016-03-25 5.5.1 Dev source
7+
-->
8+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
9+
<head>
10+
<!-- Favicon Image Support from: https://sympli.io/blog/2017/02/15/heres-everything-you-need-to-know-about-favicons-in-2017/-->
11+
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
12+
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
13+
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
14+
15+
<!-- Favicon Image Support for Apple (and Android) -->
16+
<link rel="apple-touch-icon" href="favicons/iPhone-120x120.png"> <!-- 120px -->
17+
<link rel="apple-touch-icon" sizes="180x180" href="favicons/iPhone-180x180.png">
18+
<link rel="apple-touch-icon" sizes="152x152" href="favicons/iPhone-152x152.png">
19+
<link rel="apple-touch-icon" sizes="167x167" href="favicons/iPhone-167x167.png">
20+
21+
<title>A2J Author 7</title>
22+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
23+
<meta name="viewport" content="width=device-width, initial-scale=1">
24+
25+
<style type="text/css">
26+
.hidestart { display: none; }
27+
</style>
28+
</head>
29+
30+
<body class="ui-widget-content">
31+
<div id="author-app"></div>
32+
33+
<script>
34+
// ckeditor loads its config file (styles and default plugins) by
35+
// injecting script tags into the document, without CKEDITOR_BASEPATH
36+
// being set properly it won't work. Use absolute file path, not relative.
37+
CKEDITOR_BASEPATH = 'ckeditor/';
38+
window.less = {async: true, fileSync: true};
39+
</script>
40+
41+
<script src="node_modules/steal/steal.js" main="a2jauthor/app"></script>
42+
</body>
43+
</html>

index.html

Lines changed: 35 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
<!DOCTYPE HTML>
2-
<!--
3-
A2J Author 7 * Justice * justicia * 正义 * công lý * 사법 * правосудие
4-
All Contents Copyright The Center for Computer-Assisted Legal Instruction
5-
04/15/2013
6-
2016-03-25 5.5.1 Dev source
7-
-->
8-
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
9-
<head>
10-
<!-- Favicon Image Support from: https://sympli.io/blog/2017/02/15/heres-everything-you-need-to-know-about-favicons-in-2017/-->
11-
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
12-
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
13-
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
2+
<!--
3+
A2J Author 7 * Justice * justicia * 正义 * công lý * 사법 * правосудие
4+
All Contents Copyright The Center for Computer-Assisted Legal Instruction
5+
04/15/2013
6+
2016-03-25 5.5.1 Production
7+
-->
8+
<html xmlns="http://www.w3.org/1999/xhtml">
9+
<head>
10+
<!-- Favicon Image Support from: https://sympli.io/blog/2017/02/15/heres-everything-you-need-to-know-about-favicons-in-2017/-->
11+
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
12+
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
13+
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
1414

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

21-
<title>A2J Author 7</title>
22-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
23-
<meta name="viewport" content="width=device-width, initial-scale=1">
21+
<title>A2J Author 7</title>
22+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2423

25-
<style type="text/css">
26-
.hidestart { display: none; }
27-
</style>
28-
</head>
24+
<style type="text/css">
25+
.hidestart { display: none; }
26+
</style>
27+
</head>
2928

30-
<body class="ui-widget-content">
31-
<div id="author-app"></div>
29+
<body class="ui-widget-content">
30+
<div id="author-app"></div>
3231

33-
<script>
34-
// ckeditor loads its config file (styles and default plugins) by
35-
// injecting script tags into the document, without CKEDITOR_BASEPATH
36-
// being set properly it won't work. Use absolute file path, not relative.
37-
CKEDITOR_BASEPATH = 'ckeditor/';
38-
window.less = {async: true, fileSync: true};
39-
</script>
32+
<script>
33+
// ckeditor loads its config file (styles and default plugins) by
34+
// injecting script tags into the document, without CKEDITOR_BASEPATH
35+
// being set properly it won't work. Use absolute file path, not relative.
36+
CKEDITOR_BASEPATH = 'ckeditor/';
37+
window.less = {async: true, fileSync: true};
38+
</script>
4039

41-
<script src="node_modules/steal/steal.js" main="a2jauthor/app"></script>
42-
</body>
43-
</html>
40+
<script src=node_modules/steal/steal.production.js?v=1646230390293" cache-key="v" cache-version="1646230390293" main="a2jauthor/app"></script>
41+
</body>
42+
</html>

index.production.html

Lines changed: 0 additions & 42 deletions
This file was deleted.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@caliorg/a2jdeps": "^7.1.0",
27-
"@caliorg/a2jviewer": "^8.0.0-1",
27+
"@caliorg/a2jviewer": "^8.0.0-2",
2828
"bit-tabs": "^2.0.0",
2929
"blueimp-file-upload": "^9.10.1",
3030
"bootstrap": "^3.4.1",

src/footer/footerVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
const version = {
33
number: '9.0.0',
4-
date: '2022-02-24'
4+
date: '2022-03-02'
55
}
66

77
export default version

0 commit comments

Comments
 (0)