summaryrefslogtreecommitdiff
path: root/templates/archivepage.tmpl
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-16 17:44:53 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-16 17:44:53 +0300
commitaa479125fd65703b62562fd0f89ce2f85adecbee (patch)
tree129697a8c649689ebd27b3ba41e091c18bb93346 /templates/archivepage.tmpl
parent9aed92943673df6cecb9e72c8ade409da281416e (diff)
downloadsshca-web-aa479125fd65703b62562fd0f89ce2f85adecbee.tar.gz
initial content
Sponsored-by: author
Diffstat (limited to 'templates/archivepage.tmpl')
-rw-r--r--templates/archivepage.tmpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/archivepage.tmpl b/templates/archivepage.tmpl
new file mode 100644
index 0000000..3e0bd9b
--- /dev/null
+++ b/templates/archivepage.tmpl
@@ -0,0 +1,19 @@
+<div class="archivepage">
+<TMPL_IF PERMALINK>
+<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a><br />
+<TMPL_ELSE>
+<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a><br />
+</TMPL_IF>
+<span class="archivepagedate">
+Posted <TMPL_VAR CTIME>
+<TMPL_IF AUTHOR>
+by <span class="author">
+<TMPL_IF AUTHORURL>
+<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR AUTHOR></a>
+<TMPL_ELSE>
+<TMPL_VAR AUTHOR>
+</TMPL_IF>
+</span>
+</TMPL_IF>
+</span>
+</div>