summaryrefslogtreecommitdiff
path: root/srv/templates/comment.tmpl
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@farfotzle.omgwallhack.org>2010-08-08 16:07:05 -0700
committerJoe Rayhawk <jrayhawk@farfotzle.omgwallhack.org>2010-08-08 16:07:05 -0700
commit6269337c1e14063ffe1e3fa982c30e6763d191c5 (patch)
tree497214a6911c40238f114946e18cbc8b7e7a18b4 /srv/templates/comment.tmpl
parentfa904279c38a28fd95af00012b4ebfa354b9e34e (diff)
downloadpiny-code-6269337c1e14063ffe1e3fa982c30e6763d191c5.tar.gz
piny-code-6269337c1e14063ffe1e3fa982c30e6763d191c5.zip
Removing unmodified templates; Ikiwiki will fall back to defaults.
Diffstat (limited to 'srv/templates/comment.tmpl')
-rw-r--r--srv/templates/comment.tmpl59
1 files changed, 0 insertions, 59 deletions
diff --git a/srv/templates/comment.tmpl b/srv/templates/comment.tmpl
deleted file mode 100644
index fb76ea0..0000000
--- a/srv/templates/comment.tmpl
+++ /dev/null
@@ -1,59 +0,0 @@
-<div class="comment" id="<TMPL_VAR NAME=COMMENTID>">
-
-<div class="comment-subject">
-<TMPL_IF PERMALINK>
-<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
-<TMPL_ELSE>
-<TMPL_VAR TITLE>
-</TMPL_IF>
-</div>
-
-<div class="inlinecontent">
-<TMPL_VAR CONTENT>
-</div>
-
-<div class="comment-header">
-Comment by
-
-<TMPL_IF NAME="COMMENTUSER">
-<TMPL_IF NAME="COMMENTOPENID">
-<span class="author" title="OpenID">
-<a href="<TMPL_VAR NAME=COMMENTOPENID>"><TMPL_VAR NAME=COMMENTAUTHOR></a>
-</span>
-<TMPL_ELSE>
-<span class="author" title="Signed in">
-<TMPL_IF NAME="COMMENTAUTHORURL">
-<a href="<TMPL_VAR NAME=COMMENTAUTHORURL>"><TMPL_VAR NAME=COMMENTAUTHOR></a>
-<TMPL_ELSE>
-<TMPL_VAR NAME=COMMENTAUTHOR>
-</TMPL_IF>
-</span>
-</TMPL_IF>
-<TMPL_ELSE><!-- !COMMENTUSER -->
-<TMPL_IF NAME=COMMENTIP>
-<span class="author" title="Unauthenticated, from <TMPL_VAR NAME=COMMENTIP>">
-<TMPL_ELSE><!-- !COMMENTIP -->
-<span class="author" title="Unauthenticated, from unknown IP address">
-</TMPL_IF>
-<TMPL_IF NAME="AUTHORURL">
-<a href="<TMPL_VAR NAME=AUTHORURL>"><TMPL_VAR NAME=AUTHOR></a>
-<TMPL_ELSE>
-<TMPL_VAR NAME=AUTHOR>
-</TMPL_IF>
-</span>
-</TMPL_IF><!-- !COMMENTUSER -->
-
-&mdash; <TMPL_VAR CTIME>
-</div>
-
-<TMPL_IF NAME="HAVE_ACTIONS">
-<div class="actions">
-<ul>
-<TMPL_IF NAME="REMOVEURL">
-<li><a href="<TMPL_VAR REMOVEURL>" rel="nofollow">Remove comment</a></li>
-</TMPL_IF>
-</ul>
-</div><!--.actions-->
-</TMPL_IF>
-
-</div><!--.comment-->