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