]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/renamesummary.tmpl
fix directory uniquification code
[ikiwiki.git] / templates / renamesummary.tmpl
index 1d5e159d8f45dcf2ec8dd62f7e3e0d3a98a264b1..e165e81b35b8cd736e4237ebb4928e92b38ac755 100644 (file)
@@ -2,5 +2,20 @@
 <b>Successfully renamed <TMPL_VAR SRC> to <TMPL_VAR DEST>.</b>
 </p>
 <p>
-Summary of links: TODO
+<TMPL_IF FIXEDLINKS>
+The following pages have been automatically modified to update their links to <TMPL_VAR DEST>:
+<ul>
+<TMPL_LOOP NAME=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 NAME=BROKENLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP>
+</ul>
+<TMPL_ELSE>
+No pages have broken links to <TMPL_VAR SRC>.
+</TMPL_IF>
+</TMPL_IF>
 </p>