]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/savepage.tmpl
Big Template cleanup and refactor.
[SourceForge/phpwiki.git] / themes / default / templates / savepage.tmpl
1 <!-- -*-html-*- -->
2 <!-- $Id: savepage.tmpl,v 1.4 2002-01-24 00:45:28 dairiki Exp $ -->
3 <?php
4   $signatureURL = $Theme->getImageURL('signature');
5 ?>
6
7 <p>
8   <?=fmt("Thank you for editing %s.",
9          $Theme->LinkExistingWikiWord($page->getName()))?>
10   <br />
11   <?=_("Your careful attention to detail is much appreciated.")?>
12 </p>
13
14 <?php if (!empty($WARNINGS)) { ?>
15   <p><strong><?=_("Warning!")?></strong> <?= $WARNINGS ?></p>
16 <?php } ?>
17
18 <?php if ($signatureURL) { ?>
19    <p><img src="<?=$signatureURL?>" /></p>
20 <?php } ?>
21     
22 <hr noshade />
23
24 <?= Template('browse') ?>