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