license lang

This commit is contained in:
Anthony Stirling
2024-01-04 18:41:33 +00:00
parent 0592bac5bf
commit 351cf25f86
27 changed files with 341 additions and 51 deletions

View File

@@ -4,15 +4,15 @@
xmlns:th="http://www.thymeleaf.org">
<th:block
th:insert="~{fragments/common :: head(title=#{pdfOrganiser.title}, header=#{pdfOrganiser.header})}"></th:block>
th:insert="~{fragments/common :: head(title=#{licenses.title}, header=#{licenses.title})}"></th:block>
<style>
a {
td a {
text-decoration: none;
}
a:hover, a:focus {
td a:hover, td a:focus {
text-decoration: underline;
/* Adds underline on hover/focus for clarity */
}
@@ -26,13 +26,13 @@ a:hover, a:focus {
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6">
<h2>3rd Party licenses</h2>
<h2 th:text="#{licenses.header}">3rd Party licenses</h2>
<table class="table table-striped">
<thead>
<tr>
<th>Module</th>
<th>Version</th>
<th>License</th>
<th th:text="#{licenses.module}">Module</th>
<th th:text="#{licenses.version}">Version</th>
<th th:text="#{licenses.license}">License</th>
</tr>
</thead>
<tbody>