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