From b02f813e519dc890f2eb4827ff52cff3ff90c828 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sun, 19 Jun 2022 12:47:32 -0700 Subject: v0.1.0 --- static/ncatalog.html | 114 --------------------------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 static/ncatalog.html (limited to 'static/ncatalog.html') diff --git a/static/ncatalog.html b/static/ncatalog.html deleted file mode 100644 index 8039c5b..0000000 --- a/static/ncatalog.html +++ /dev/null @@ -1,114 +0,0 @@ -{{ define "header" }} -/{{ .Board.Name }}/ - catalog - - - - - - - - - - - - -{{ end }} - -{{ define "content" }} -{{ $board := .Board }} -
- - - -
- -
- {{ range .Posts }} -
- {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Delete Post] - {{ end }} - {{ if .Attachment }} - {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Delete Attachment] - [Mark Sensitive] - {{ end }} - - - -
{{ parseAttachment . true }}
-
- - {{ end }} - -
- {{ $replies := .Replies }} - {{ if $replies }} - R: {{ $replies.TotalItems }}{{ if $replies.TotalImgs }}/ A: {{ $replies.TotalImgs }}{{ end }} - {{ end }} - {{ if .Name }} -
- {{ .Name }} - {{ end }} - - {{ if .Content }} -
- {{.Content}} - {{ end }} -
-
-
- {{ end }} -
-
- - - -
-{{ end }} -{{ define "bottom" }} -{{ end }} - -{{ define "script" }} -{{ end }} -- cgit v1.2.3