Skip to content

Commit 77d35cc

Browse files
feat: nicer links in publisher info
1 parent cfa0662 commit 77d35cc

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

src/main/jte/publisher.jte

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
@template.layout(page = context.page("layout.publisher"), context = context, layout = layout, content = @`
1414
<div class="container">
1515
<h1 class="text-4xl font-bold">${context.localize("layout.publisher")}</h1>
16-
<p>${context.localize("projectDescription")}</p>
16+
<p>${context.localize("publisher.description")}</p>
1717

1818
<br>
1919

20-
<p>${context.localize("layout.publisherInfo")}</p>
21-
<a class="link link-primary " href="https://hci.iar.kit.edu/deutsch/index.php">HCI</a>
20+
<p>
21+
${context.localize("publisher.contact")}
22+
<a class="link link-primary" href="mailto:soli@iar.kit.edu">soli@iar.kit.edu</a>
23+
</p>
24+
<a class="link link-primary" href="https://hci.iar.kit.edu/deutsch/index.php">HCI (Human-Computer Interaction and Accessibility)</a>
2225

2326
<br><br>
2427

src/main/resources/messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ bookings.conflict.cooperate.message=The owner of the booking receives a notifica
209209
shared use of the room.
210210
layout.current_room=Room: {0}
211211
layout.source=Sourcecode (GitHub)
212-
layout.publisherInfo=Contact: soli@iar.kit.edu
213-
projectDescription=The "Solidarische Raumnutzung" project is a booking system for reserving rooms. \
212+
publisher.contact=Contact:
213+
publisher.description=The "Solidarische Raumnutzung" project is a booking system for reserving rooms. \
214214
It allows for the prioritization of appointments, highlighting their urgency. \
215215
It was developed on behalf of the HCI research group (Human-Computer Interaction and Accessibility) as part of the PSE module (Practice of Software Development).

src/main/resources/messages_de.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ layout.current_room=Raum: {0}
210210
bookings.conflict.contact.message=Es wird eine Kollaborations-Anfrage an den/die Eigentümer*in \
211211
der folgenden Buchung gesendet.
212212
layout.source=Quellcode (GitHub)
213-
layout.publisherInfo=Kontakt: soli@iar.kit.edu
214-
projectDescription=Das Projekt 'Solidarische Raumnutzung' ist ein Buchungssystem zum reservieren von Räumen. \
213+
publisher.contact=Kontakt:
214+
publisher.description=Das Projekt 'Solidarische Raumnutzung' ist ein Buchungssystem zum reservieren von Räumen. \
215215
Es ermöglicht die Priorisierung von Terminen, wobei deren Dringlichkeit hervorgehoben wird. \
216-
Entwickelt wurde es im Auftrag der Forschungsgruppe HCI (Human-Computer Interaction and Accessibility), im laufe des Modul PSE (Praxis der Softwareentwicklung).
216+
Entwickelt wurde es im Auftrag der Forschungsgruppe HCI (Mensch-Maschine-Interaktion und Barrierefreiheit), im laufe des Modul PSE (Praxis der Softwareentwicklung).
217217

0 commit comments

Comments
 (0)