summaryrefslogtreecommitdiff
path: root/templates/revert.tmpl
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-27 11:20:59 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-27 12:26:58 +0200
commit193673fa4ca986a8503dded44019f3b0eac30084 (patch)
tree441a292813ee0b009b995da8a28cbf9619f29778 /templates/revert.tmpl
parent0fcccd0e80382492b7346a2f13ca593577855418 (diff)
downloadobnam.org-193673fa4ca986a8503dded44019f3b0eac30084.tar.gz
add local copies of ikiwiki templates
Diffstat (limited to 'templates/revert.tmpl')
-rw-r--r--templates/revert.tmpl22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/revert.tmpl b/templates/revert.tmpl
new file mode 100644
index 0000000..b5122b1
--- /dev/null
+++ b/templates/revert.tmpl
@@ -0,0 +1,22 @@
+<TMPL_VAR FORM-START>
+<div>
+ <TMPL_VAR FIELD-DO>
+ <TMPL_VAR FIELD-SID>
+ <TMPL_VAR FIELD-REV>
+<label for="revertmessage" class="block">Optional comment about this change:</label>
+ <TMPL_VAR FIELD-REVERTMESSAGE>
+</div>
+<div class="revert buttons">
+<TMPL_VAR form-submit>
+<TMPL_VAR form-cancel>
+</div>
+<TMPL_VAR FORM-END>
+<br \>
+<div class="header">
+<span>Diff being reverted:</span>
+</div>
+<div id="diff">
+<pre>
+<TMPL_VAR diff>
+</pre>
+</div>