Skip to content
This repository was archived by the owner on Jul 26, 2021. It is now read-only.

Commit c53b1ab

Browse files
authored
Merge pull request #39 from groupdocs-total/new-signature-hot-fix
fixed html template
2 parents 1da3446 + 47c63a4 commit c53b1ab

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/main/resources/templates/signature.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
33
<html>
44
<head>
5-
<title>Signature for Java Dropwizard</title>
5+
<title>Signature for Java Spring</title>
66
<link type="text/css" rel="stylesheet" th:href="@{'/assets/common/css/all.min.css'}">
77
<link type="text/css" rel="stylesheet" th:href="@{'/assets/common/css/v4-shims.min.css'}">
88
<link type="text/css" rel="stylesheet" th:href="@{'/assets/common/css/font-awesome.min.css'}"/>
@@ -20,18 +20,25 @@
2020
<link type="text/css" rel="stylesheet" th:href="@{'/assets/signature/css/opticalCodeGenerator.css'}"/>
2121
<link type="text/css" rel="stylesheet" th:href="@{'/assets/signature/css/textGenerator.css'}"/>
2222
<link type="text/css" rel="stylesheet" th:href="@{'/assets/signature/css/bcPicker.css'}"/>
23+
<link type="text/css" rel="stylesheet" th:href="@{'/assets/signature/css/bcPicker.mobile.css'}"/>
24+
<link type="text/css" rel="stylesheet" th:href="@{'/assets/signature/css/stampGenerator.mobile.css'}"/>
25+
<link type="text/css" rel="stylesheet" th:href="@{'/assets/signature/css/opticalCodeGenerator.mobile.css'}"/>
2326
<script type="text/javascript" th:src="@{'/assets/common/js/jquery.min.js'}"></script>
2427
<script type="text/javascript" th:src="@{'/assets/common/js/swiper.min.js'}"></script>
2528
<script type="text/javascript" th:src="@{'/assets/common/js/jquery-ui.min.js'}"></script>
29+
<script type="text/javascript" th:src="@{'/assets/common/js/es6-promise.auto.js'}"></script>
30+
<script type="text/javascript" th:src="@{'/assets/common/js/jquery.ui.touch-punch.min.js'}"></script>
2631
<script type="text/javascript" th:src="@{'/assets/viewer/js/viewer.js'}"></script>
32+
<script type="text/javascript" th:src="@{'/assets/signature/js/fontsObject.js'}"></script>
33+
<script type="text/javascript" th:src="@{'/assets/signature/js/jquery.ba-throttle-debounce.js'}"></script>
2734
<script type="text/javascript" th:src="@{'/assets/signature/js/signature.js'}"></script>
2835
<script type="text/javascript" th:src="@{'/assets/signature/js/rotatable.js'}"></script>
2936
<script type="text/javascript" th:src="@{'/assets/signature/js/bcPaint.js'}"></script>
3037
<script type="text/javascript" th:src="@{'/assets/signature/js/bcPicker.js'}"></script>
3138
<script type="text/javascript" th:src="@{'/assets/signature/js/stampGenerator.js'}"></script>
3239
<script type="text/javascript" th:src="@{'/assets/signature/js/opticalCodeGenerator.js'}"></script>
3340
<script type="text/javascript" th:src="@{'/assets/signature/js/textGenerator.js'}"></script>
34-
<script type="text/javascript" th:src="@{'/assets/common/js/jquery.ui.touch-punch.min.js'}"></script>
41+
<meta name="viewport" content="width=device-width, initial-scale=1">
3542
</head>
3643
<body>
3744
<div id="element"></div>

0 commit comments

Comments
 (0)