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