From: <var...@us...> - 2009-04-01 07:55:47
|
Revision: 6755 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6755&view=rev Author: vargenau Date: 2009-04-01 07:55:32 +0000 (Wed, 01 Apr 2009) Log Message: ----------- Warning banner Added Paths: ----------- trunk/themes/gforge/templates/browse.tmpl Added: trunk/themes/gforge/templates/browse.tmpl =================================================================== --- trunk/themes/gforge/templates/browse.tmpl (rev 0) +++ trunk/themes/gforge/templates/browse.tmpl 2009-04-01 07:55:32 UTC (rev 6755) @@ -0,0 +1,28 @@ +<?php // -*-html-*- +rcs_id('$Id$'); +?> + +<?php if ($revision and !$revision->isCurrent()) { ?> + <p><strong><?=_("Note:")?></strong> + <?=_("You are viewing an old revision of this page.")?> + <?= Button('browse', _("View the current version"), $page)?>. + </p> +<?php } ?> +<?php if (!empty($redirected)) { ?> + <p><?= $redirected ?></p> +<?php } ?> + +<?php if (WIKI_NAME == "cssforge") { ?> +<table width="100%" bgcolor="#e9fbff" style="border-style:solid;border-color:blue;border-width:2px"> +<tr> +<td><p align="center"><em><b>This Help page is located in the main Forge wiki. You are not in your project's wiki.</b></em></p> +</td> +</tr> +</table> +<?php } ?> + +<?=$CONTENT?> + +<div id="footer"><?php // for top & bottom toolbars stylesheet ?> + <?=Template('browse-footer')?> +</div> Property changes on: trunk/themes/gforge/templates/browse.tmpl ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |