summaryrefslogtreecommitdiff
path: root/ikiwiki-bootstrap-theme/renamesummary.tmpl
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 09:48:07 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 09:48:07 +0000
commit3eac7ff5269b52ac322fb2328802df5ca517bc1b (patch)
treeab261bfba2d3148509806a988324d1a4bb8b7e51 /ikiwiki-bootstrap-theme/renamesummary.tmpl
downloadnetsurf-wiki-3eac7ff5269b52ac322fb2328802df5ca517bc1b.tar.gz
netsurf-wiki-3eac7ff5269b52ac322fb2328802df5ca517bc1b.tar.bz2
Initial setup content
Diffstat (limited to 'ikiwiki-bootstrap-theme/renamesummary.tmpl')
-rw-r--r--ikiwiki-bootstrap-theme/renamesummary.tmpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/ikiwiki-bootstrap-theme/renamesummary.tmpl b/ikiwiki-bootstrap-theme/renamesummary.tmpl
new file mode 100644
index 0000000..7a8dc92
--- /dev/null
+++ b/ikiwiki-bootstrap-theme/renamesummary.tmpl
@@ -0,0 +1,26 @@
+<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>