This repository was archived by the owner on Jun 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomparison.html
More file actions
34 lines (34 loc) · 1.69 KB
/
comparison.html
File metadata and controls
34 lines (34 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<title>GroupDocs.Comparison for Java Spring</title>
<link type="text/css" rel="stylesheet" href="packages/comparison/css/all.css"/>
<link type="text/css" rel="stylesheet" href="packages/common/css/all.min.css"/>
<link type="text/css" rel="stylesheet" href="packages/common/css/v4-shims.min.css">
<link type="text/css" rel="stylesheet" href="packages/common/css/swiper.min.css">
<link type="text/css" rel="stylesheet" href="packages/common/css/circle-progress.css"/>
<link type="text/css" rel="stylesheet" href="packages/viewer/css/viewer.css"/>
<link type="text/css" rel="stylesheet" href="packages/viewer/css/viewer.mobile.css"/>
<link type="text/css" rel="stylesheet" href="packages/viewer/css/viewer-dark.css"/>
<link type="text/css" rel="stylesheet" href="packages/comparison/css/comparison.css"/>
<link type="text/css" rel="stylesheet" href="packages/comparison/css/comparison.mobile.css"/>
<script type="text/javascript" src="packages/common/js/jquery.min.js"></script>
<script type="text/javascript" src="packages/common/js/swiper.min.js"></script>
<script type="text/javascript" src="packages/common/js/es6-promise.auto.js"></script>
<script type="text/javascript" src="packages/comparison/js/comparison.js"></script>
</head>
<body>
<div id="element"></div>
<script type="text/javascript">
var host = !window.location.hostname ? 'localhost' : window.location.hostname;
$('#element').comparison({
applicationPath: 'http://' + host + ':8080/comparison/',
download: true,
upload: true,
print: true,
rewrite: true,
preloadResultPageCount: 2,
multiComparing: true
});
</script>
</body>
</html>