]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/viewsource.tmpl
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / themes / default / templates / viewsource.tmpl
1 <?php if ($page->get('locked') && !$user->isAdmin()) { ?>
2   <p class="warning_msg"><strong><?php echo _("Note:")?></strong>
3   <?php echo _("This page has been locked and cannot be edited.")?>
4   </p>
5 <?php } ?>
6 <?php if ($revision and !$revision->isCurrent()) { ?>
7   <p class="warning_msg"><?php echo _("You are viewing an old revision of this page.")?>
8   <?php echo Button('edit', _("View the current version."), $page) ?>
9   </p>
10 <?php } ?>
11 <br class="clear-floats" />
12 <textarea class="wikiedit"
13           name="content"
14           rows="<?php echo $request->getPref('editHeight')?>"
15           cols="<?php echo $request->getPref('editWidth')?>"
16           readonly="readonly"
17 ><?php echo $PAGE_SOURCE ?></textarea>
18
19 <div id="footer"><!-- for top & bottom toolbars stylesheet -->
20 <?php echo Template('browse-footer')?>
21 </div>