projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki]
/
templates
/
revert.tmpl
1
<TMPL_VAR FORM-START>
2
<div>
3
<TMPL_VAR FIELD-DO>
4
<TMPL_VAR FIELD-SID>
5
<TMPL_VAR FIELD-REV>
6
<label for="revertmessage" class="block">Optional comment about this change:</label>
7
<TMPL_VAR FIELD-REVERTMESSAGE>
8
</div>
9
<div class="revert buttons">
10
<TMPL_VAR form-submit>
11
<TMPL_VAR form-cancel>
12
</div>
13
<TMPL_VAR FORM-END>
14
<br \>
15
<div class="header">
16
<span>Diff being reverted:</span>
17
</div>
18
<div id="diff">
19
<pre>
20
<TMPL_VAR diff>
21
</pre>