]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/savepage.tmpl
renamed global $Theme to $WikiTheme (gforge nameclash)
[SourceForge/phpwiki.git] / themes / default / templates / savepage.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: savepage.tmpl,v 1.9 2004-06-14 11:26:53 rurban Exp $ -->
3 <?php
4     $signatureURL = $WikiTheme->getImageURL('signature');
5 ?>
6 <p><?=fmt("Thank you for editing %s.", WikiLink($page))?><br />
7 <?=_("Your careful attention to detail is much appreciated.")?></p>
8
9 <?php if (!empty($WARNINGS)) { ?>
10   <p><strong><?=_("Warning!")?></strong> <?= $WARNINGS ?></p>
11 <?php } ?>
12
13 <?php if ($signatureURL) { ?>
14   <p><img src="<?=$signatureURL?>" id="signature" /></p>
15 <?php } ?>
16
17 <?php if (!empty($LOCK_CHANGED_MSG)) { ?>
18   <p><?=$LOCK_CHANGED_MSG?></p>
19 <?php } ?>
20
21 <hr noshade="noshade" />
22 <?= Template('browse') ?>