summaryrefslogtreecommitdiff
path: root/srv/templates/editcomment.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/editcomment.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/editcomment.tmpl')
-rw-r--r--srv/templates/editcomment.tmpl30
1 files changed, 0 insertions, 30 deletions
diff --git a/srv/templates/editcomment.tmpl b/srv/templates/editcomment.tmpl
deleted file mode 100644
index 7590cdf..0000000
--- a/srv/templates/editcomment.tmpl
+++ /dev/null
@@ -1,30 +0,0 @@
-<div class="editcomment">
-<TMPL_VAR MESSAGE>
-<TMPL_VAR FORM-START>
-<TMPL_VAR FIELD-DO>
-<TMPL_VAR FIELD-SID>
-<TMPL_VAR FIELD-PAGE>
-<TMPL_UNLESS NAME=USERNAME>
-<TMPL_IF NAME=ALLOWAUTHOR>
-Name: <TMPL_VAR NAME=FIELD-AUTHOR> (optional)<br />
-Website: <TMPL_VAR NAME=FIELD-URL> (optional)<br />
-</TMPL_IF>
-</TMPL_UNLESS>
-Subject: <TMPL_VAR FIELD-SUBJECT><br />
-<TMPL_VAR FIELD-EDITCONTENT><br />
-<TMPL_VAR FORM-SUBMIT> <TMPL_VAR FIELD-TYPE> <TMPL_VAR HELPONFORMATTINGLINK><br />
-IkiWiki directives ([[!directive]]) are <TMPL_UNLESS NAME="ALLOWDIRECTIVES">not </TMPL_UNLESS>allowed in comments on this wiki.<br />
-<TMPL_VAR NAME="FORM-END">
-<TMPL_VAR WMD_PREVIEW>
-
-<TMPL_IF NAME="PAGE_PREVIEW">
-<hr />
-<div class="header">
-<span>Comment preview:</span>
-</div><!-- .header -->
-<div id="preview">
-<TMPL_VAR PAGE_PREVIEW>
-</div><!-- #preview -->
-</TMPL_IF>
-
-</div><!-- .editcomment -->