From: <var...@us...> - 2012-09-28 16:14:42
|
Revision: 8318 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8318&view=rev Author: vargenau Date: 2012-09-28 16:14:31 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/Crao/templates/actionbar.tmpl trunk/themes/Crao/templates/body.tmpl trunk/themes/Crao/templates/bottom.tmpl trunk/themes/Crao/templates/browse.tmpl trunk/themes/Crao/templates/editpage.tmpl trunk/themes/Crao/templates/head.tmpl trunk/themes/Crao/templates/htmldump.tmpl trunk/themes/Crao/templates/navbar.tmpl trunk/themes/Crao/templates/signin.tmpl trunk/themes/Crao/templates/top.tmpl trunk/themes/Crao/templates/wikiblog.tmpl Modified: trunk/themes/Crao/templates/actionbar.tmpl =================================================================== --- trunk/themes/Crao/templates/actionbar.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/actionbar.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php if (!$page->get('locked') || $user->isAdmin() and $revision) $EditB = Button("edit", $revision->isCurrent() ? _("Edit") : _("Edit Old Revision")); Modified: trunk/themes/Crao/templates/body.tmpl =================================================================== --- trunk/themes/Crao/templates/body.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/body.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <body<?php echo $WikiTheme->getMoreAttr('body') ?>> <div id="header"><?php // for top toolbars style sheet ?> <?php echo Template('top') ?> Modified: trunk/themes/Crao/templates/bottom.tmpl =================================================================== --- trunk/themes/Crao/templates/bottom.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/bottom.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,11 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <!-- Add your Disclaimer here --> - - - - <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> <?php if (defined('DEBUG') and DEBUG) { ?><?php echo Template('debug') ?><?php } ?> Modified: trunk/themes/Crao/templates/browse.tmpl =================================================================== --- trunk/themes/Crao/templates/browse.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/browse.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> @@ -21,5 +17,4 @@ ?> </div> - <?php } ?> Modified: trunk/themes/Crao/templates/editpage.tmpl =================================================================== --- trunk/themes/Crao/templates/editpage.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/editpage.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if (isset($PREVIEW_CONTENT)) { ?> <p><strong><?php echo _("Preview only! Changes not saved.")?></strong> <!-- FIXME: it would be nice to put a link to the #editarea anchor below, Modified: trunk/themes/Crao/templates/head.tmpl =================================================================== --- trunk/themes/Crao/templates/head.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/head.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET?>" /> <?php $ROBOTS_CONTENT = isset($ROBOTS_META) ? $ROBOTS_META : "noindex,nofollow"; ?> Modified: trunk/themes/Crao/templates/htmldump.tmpl =================================================================== --- trunk/themes/Crao/templates/htmldump.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/htmldump.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php /* * This template is used only for html file dumps, and is responsible * mainly for the outer level <html> stuff and the and <head>. Modified: trunk/themes/Crao/templates/navbar.tmpl =================================================================== --- trunk/themes/Crao/templates/navbar.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/navbar.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- The top navigation/search bar --> <form action="<?php echo WikiURL(_("TitleSearch"))?>" method="get" accept-charset="<?php echo $charset?>" id="searchform"> Modified: trunk/themes/Crao/templates/signin.tmpl =================================================================== --- trunk/themes/Crao/templates/signin.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/signin.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php if (empty($FORMNAME)) $FORMNAME = 'signin'; else Modified: trunk/themes/Crao/templates/top.tmpl =================================================================== --- trunk/themes/Crao/templates/top.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/top.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php global $HIDE_TOOLBARS; if (!$HIDE_TOOLBARS) { ?> Modified: trunk/themes/Crao/templates/wikiblog.tmpl =================================================================== --- trunk/themes/Crao/templates/wikiblog.tmpl 2012-09-28 16:12:27 UTC (rev 8317) +++ trunk/themes/Crao/templates/wikiblog.tmpl 2012-09-28 16:14:31 UTC (rev 8318) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php $CDATE = $WikiTheme->formatDateTime($BLOG_CTIME); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |