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