From dd136858f1ea40ad3c94191d647487fa4f31926c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.0. Signed-off-by: Daniel Baumann --- templates/admin/notice.tmpl | 68 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 templates/admin/notice.tmpl (limited to 'templates/admin/notice.tmpl') diff --git a/templates/admin/notice.tmpl b/templates/admin/notice.tmpl new file mode 100644 index 0000000..33d8a2f --- /dev/null +++ b/templates/admin/notice.tmpl @@ -0,0 +1,68 @@ +{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin notice")}} +
+

+ {{ctx.Locale.Tr "admin.notices.system_notice_list"}} ({{ctx.Locale.Tr "admin.total" .Total}}) +

+ + + + + + + + + + + + + {{range .Notices}} + + + + + + + + + {{end}} + + {{if .Notices}} + + + + + + + {{end}} +
ID{{ctx.Locale.Tr "admin.notices.type"}}{{ctx.Locale.Tr "admin.notices.desc"}}{{ctx.Locale.Tr "admin.users.created"}}{{ctx.Locale.Tr "admin.notices.op"}}
{{.ID}}{{ctx.Locale.Tr .TrStr}}{{.Description}}{{DateTime "short" .CreatedUnix}}{{svg "octicon-note" 16}}
+
+ {{.CsrfTokenHtml}} + +
+ + +
+ {{template "base/paginate" .}} +
+ + + +{{template "admin/layout_footer" .}} -- cgit v1.2.3