-
+
-
+
@@ -92,12 +91,12 @@
-
+
@@ -151,6 +150,6 @@
-
+
\ No newline at end of file
diff --git a/src/main/resources/templates/programs.html b/src/main/resources/templates/programs.html
index 5ff3117..724600a 100644
--- a/src/main/resources/templates/programs.html
+++ b/src/main/resources/templates/programs.html
@@ -3,11 +3,11 @@
xmlns:th="http://www.thymeleaf.org"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
- th:with="properties=${T(org.elpuentesearcy.configuration.Properties).get()}, uri=${T(org.elpuentesearcy.controller.ProgramsController).URL_BASE}">
+ th:with="uri=${@programsController.URL_BASE}">
-
-
+
+
Title
@@ -21,7 +21,7 @@
-
+
@@ -39,6 +39,6 @@
-
+
\ No newline at end of file
diff --git a/src/main/resources/templates/resources.html b/src/main/resources/templates/resources.html
index c8e1a26..3ee1d08 100644
--- a/src/main/resources/templates/resources.html
+++ b/src/main/resources/templates/resources.html
@@ -2,12 +2,12 @@
+ th:with="uri=${@resourcesController.URL_BASE}">
-
-
-
+
+
+
Title
@@ -73,6 +73,6 @@
-
+
\ No newline at end of file
diff --git a/src/main/resources/templates/services.html b/src/main/resources/templates/services.html
index f3bd754..26eae26 100644
--- a/src/main/resources/templates/services.html
+++ b/src/main/resources/templates/services.html
@@ -3,11 +3,11 @@
xmlns:th="http://www.thymeleaf.org"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
- th:with="properties=${T(org.elpuentesearcy.configuration.Properties).get()}, uri=${T(org.elpuentesearcy.controller.ServicesController).URL_BASE}">
+ th:with="uri=${@servicesController.URL_BASE}">
-
-
+
+
Title
@@ -38,6 +38,6 @@
-
+
\ No newline at end of file