]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/savepage.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / default / templates / savepage.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <?php
5     $signatureURL = $WikiTheme->getImageURL('signature');
6 ?>
7 <p><?=fmt("Thank you for editing %s.", WikiLink($page))?> 
8 <?=_("Your careful attention to detail is much appreciated.")?></p>
9
10 <?php if (!empty($WARNINGS)) { ?>
11   <?= $WARNINGS ?>
12 <?php } ?>
13
14 <?php if ($signatureURL) { ?>
15   <p><img src="<?=$signatureURL?>" id="signature" alt="signature" /></p>
16 <?php } ?>
17
18 <?php if (!empty($LOCK_CHANGED_MSG)) { ?>
19   <p><?=$LOCK_CHANGED_MSG?></p>
20 <?php } ?>
21
22 <hr noshade="noshade" />
23 <?= Template('browse') ?>