2024-08-13 23:54:33 +02:00
|
|
|
<footer th:fragment="footer" id="footer" class="text-center pt-5">
|
2025-04-09 09:55:18 +01:00
|
|
|
|
|
|
|
<script type="module" th:src="@{'/js/thirdParty/cookieconsent-config.js'}"></script>
|
2024-08-13 23:54:33 +02:00
|
|
|
<div class="footer-center pb-4">
|
|
|
|
<!-- Links section -->
|
|
|
|
<div class="d-flex justify-content-center">
|
|
|
|
<ul class="list-unstyled d-flex">
|
|
|
|
<li><a class="footer-link px-2" id="licenses" target="_blank" th:href="@{'/licenses'}" th:text="#{licenses.nav}">Licenses</a></li>
|
2025-04-09 21:31:49 +10:00
|
|
|
<li><a class="footer-link px-2" id="releases" target="_blank" th:href="@{'/releases'}" th:text="#{releases.footer}">Releases</a></li>
|
2024-10-14 22:34:41 +01:00
|
|
|
<li><a class="footer-link px-2" id="survey" target="_blank" href="https://stirlingpdf.info/s/cm28y3niq000o56dv7liv8wsu" th:text="#{survey.nav}">Survey</a></li>
|
2024-09-13 16:42:38 +01:00
|
|
|
<li th:if="${@privacyPolicy != ''}"><a class="footer-link px-2" target="_blank" th:href="${@privacyPolicy}" th:text="#{legal.privacy}">privacyPolicy</a></li>
|
|
|
|
<li th:if="${@termsAndConditions != ''}"><a class="footer-link px-2" target="_blank" th:href="${@termsAndConditions}" th:text="#{legal.terms}">termsAndConditions</a></li>
|
|
|
|
<li th:if="${@accessibilityStatement != ''}"><a class="footer-link px-2" target="_blank" th:href="${@accessibilityStatement}" th:text="#{legal.accessibility}">accessibilityStatement</a></li>
|
|
|
|
<li th:if="${@cookiePolicy != ''}"><a class="footer-link px-2" target="_blank" th:href="${@cookiePolicy}" th:text="#{legal.cookie}">cookiePolicy</a></li>
|
|
|
|
<li th:if="${@impressum != ''}"><a class="footer-link px-2" target="_blank" th:href="${@impressum}" th:text="#{legal.impressum}">impressum</a></li>
|
2025-04-09 09:55:18 +01:00
|
|
|
<li><a class="footer-link px-2" id="cookieBanner" target="_blank" th:text="#{legal.showCookieBanner}" onClick="CookieConsent.show(true)">Cookie Preferences</a></li>
|
2024-08-13 23:54:33 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- powered by section -->
|
2024-05-05 15:19:53 +04:00
|
|
|
<div class="footer-powered-by">
|
2025-01-12 01:18:35 +01:00
|
|
|
<span th:text="#{poweredBy}"></span>
|
|
|
|
<a href="https://stirlingpdf.com" class="stirling-link">Stirling PDF</a>
|
|
|
|
</div>
|
2024-05-05 15:19:53 +04:00
|
|
|
</div>
|
2024-08-13 23:54:33 +02:00
|
|
|
</footer>
|