summaryrefslogtreecommitdiff
path: root/templates/renamesummary.tmpl
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-27 11:29:41 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-27 12:27:35 +0200
commit92d8aadbadb5767f41342cd2958b8662ef0b8d96 (patch)
tree430ef6d12674a27eca37dbd80f8053f12c5c37d4 /templates/renamesummary.tmpl
parent193673fa4ca986a8503dded44019f3b0eac30084 (diff)
downloadobnam.org-92d8aadbadb5767f41342cd2958b8662ef0b8d96.tar.gz
page.tmpl: simplify lots
Drop unnecessary parts. Alwys choose html5.
Diffstat (limited to 'templates/renamesummary.tmpl')
-rw-r--r--templates/renamesummary.tmpl26
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/renamesummary.tmpl b/templates/renamesummary.tmpl
deleted file mode 100644
index 7a8dc92..0000000
--- a/templates/renamesummary.tmpl
+++ /dev/null
@@ -1,26 +0,0 @@
-<TMPL_IF ERROR>
-<p>
-<b>Failed to rename <TMPL_VAR SRC> to <TMPL_VAR DEST>: </b>
-<TMPL_VAR ERROR>
-</p>
-<TMPL_ELSE>
-<p>
-<b>Successfully renamed <TMPL_VAR SRC> to <TMPL_VAR DEST>.</b>
-</p>
-<p>
-<TMPL_IF FIXEDLINKS>
-The following pages have been automatically modified to update their links to <TMPL_VAR DEST>:
-<ul>
-<TMPL_LOOP FIXEDLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP>
-</ul>
-</TMPL_IF>
-<TMPL_IF BROKENLINKS_CHECKED>
-<TMPL_IF BROKENLINKS>
-The following pages still link to <TMPL_VAR SRC>:
-<ul>
-<TMPL_LOOP BROKENLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP>
-</ul>
-</TMPL_IF>
-</TMPL_IF>
-</p>
-</TMPL_IF>