From: Ian Jackson Date: Thu, 26 Nov 2020 19:34:46 +0000 (+0000) Subject: fix footer styling X-Git-Tag: otter-0.2.0~353 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=352c2ca7f34318a589cf1a2da131f196668aa3db;p=otter.git fix footer styling Signed-off-by: Ian Jackson --- diff --git a/templates/landscape.tera b/templates/landscape.tera index 79b418b7..f943d350 100644 --- a/templates/landscape.tera +++ b/templates/landscape.tera @@ -29,7 +29,7 @@ } {{ m::errors() }} -
+
{{ m::space() }}
diff --git a/templates/loading.tera b/templates/loading.tera index ddd1ea0f..1dcb7361 100644 --- a/templates/loading.tera +++ b/templates/loading.tera @@ -2,7 +2,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later There is NO WARRANTY. --> - + + xxx game name - xxx nick - Otter + diff --git a/templates/macros.tera b/templates/macros.tera index c1b98691..aaa49259 100644 --- a/templates/macros.tera +++ b/templates/macros.tera @@ -8,9 +8,15 @@ data-sse-url-prefix="{{sse_url_prefix}}" data-load="{{ load | escape }}"> {% endmacro header %} @@ -62,10 +68,21 @@ Hi {{nick | escape}} {% endmacro uos %} {% macro footer() %} -
-
-This server is running Otter, the Online TableTop Environment -Renderer. Otter and its shape (piece picture) libraries -are Free Software and come with NO -WARRANTY. + {% endmacro footer %} diff --git a/templates/session.tera b/templates/session.tera index 84e568e7..4159567a 100644 --- a/templates/session.tera +++ b/templates/session.tera @@ -1,6 +1,9 @@ {% import "macros" as m %}{# -*- HTML -*- -#} {{ m::header() }} +
{{ m::nick() }} | {{ m::wresting() }} @@ -48,5 +52,5 @@
- +
{{ m::footer() }}