From a4801a3c1680ea63e264ead5acb9e6285b25ad07 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Wed, 18 Aug 2021 19:17:26 -0300 Subject: catalog style --- static/ncatalog.html | 63 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 26 deletions(-) (limited to 'static/ncatalog.html') diff --git a/static/ncatalog.html b/static/ncatalog.html index e35edd0..ec8afd5 100644 --- a/static/ncatalog.html +++ b/static/ncatalog.html @@ -17,14 +17,16 @@ {{ define "content" }} {{ $board := .Board }}
- + [Bottom] + [Refresh] + +
@@ -39,7 +41,12 @@ [Mark Sensitive] {{ end }} - +
{{ parseAttachment . true }}
@@ -67,33 +74,37 @@ } {{ end }} - -
- {{ $replies := .Replies }} - {{ if $replies }} - R: {{ $replies.TotalItems }}{{ if $replies.TotalImgs }}/ A: {{ $replies.TotalImgs }}{{ end }} - {{ end }} - {{ if .Name }} - {{ .Name }} - {{ end }} + +
+ {{ $replies := .Replies }} + {{ if $replies }} + R: {{ $replies.TotalItems }}{{ if $replies.TotalImgs }}/ A: {{ $replies.TotalImgs }}{{ end }} + {{ end }} + {{ if .Name }} +
+ {{ .Name }} + {{ end }} - {{ if .Content }} - {{.Content}} - {{ end }} -
+ {{ if .Content }} +
+ {{.Content}} + {{ end }} +
{{ end }}
- + [Top] + [Refresh] + +
{{ end }} {{ define "bottom" }} -- cgit v1.2.3