From: <var...@us...> - 2012-09-28 13:53:01
|
Revision: 8297 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8297&view=rev Author: vargenau Date: 2012-09-28 13:52:51 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/Wordpress/templates/actionbar.tmpl trunk/themes/Wordpress/templates/body.tmpl trunk/themes/Wordpress/templates/browse.tmpl trunk/themes/Wordpress/templates/editpage.tmpl trunk/themes/Wordpress/templates/navbar.tmpl trunk/themes/Wordpress/templates/signin.tmpl trunk/themes/Wordpress/templates/viewsource.tmpl Property Changed: ---------------- trunk/themes/Wordpress/templates/actionbar.tmpl trunk/themes/Wordpress/templates/body.tmpl trunk/themes/Wordpress/templates/browse.tmpl trunk/themes/Wordpress/templates/editpage.tmpl trunk/themes/Wordpress/templates/navbar.tmpl trunk/themes/Wordpress/templates/signin.tmpl trunk/themes/Wordpress/templates/viewsource.tmpl Modified: trunk/themes/Wordpress/templates/actionbar.tmpl =================================================================== --- trunk/themes/Wordpress/templates/actionbar.tmpl 2012-09-28 13:48:00 UTC (rev 8296) +++ trunk/themes/Wordpress/templates/actionbar.tmpl 2012-09-28 13:52:51 UTC (rev 8297) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <div id="actionbar"> <?php Property changes on: trunk/themes/Wordpress/templates/actionbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Wordpress/templates/body.tmpl =================================================================== --- trunk/themes/Wordpress/templates/body.tmpl 2012-09-28 13:48:00 UTC (rev 8296) +++ trunk/themes/Wordpress/templates/body.tmpl 2012-09-28 13:52:51 UTC (rev 8297) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <body<?php echo $WikiTheme->getMoreAttr('body') ?>> <!-- Page title --> Property changes on: trunk/themes/Wordpress/templates/body.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Wordpress/templates/browse.tmpl =================================================================== --- trunk/themes/Wordpress/templates/browse.tmpl 2012-09-28 13:48:00 UTC (rev 8296) +++ trunk/themes/Wordpress/templates/browse.tmpl 2012-09-28 13:52:51 UTC (rev 8297) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <br class="clear-floats" /> <?php if ($revision and !$revision->isCurrent()) { ?> Property changes on: trunk/themes/Wordpress/templates/browse.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Wordpress/templates/editpage.tmpl =================================================================== --- trunk/themes/Wordpress/templates/editpage.tmpl 2012-09-28 13:48:00 UTC (rev 8296) +++ trunk/themes/Wordpress/templates/editpage.tmpl 2012-09-28 13:52:51 UTC (rev 8297) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php /* * FIXME: Hack! * The funky URL used for the form action parameter is bogus. Property changes on: trunk/themes/Wordpress/templates/editpage.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Wordpress/templates/navbar.tmpl =================================================================== --- trunk/themes/Wordpress/templates/navbar.tmpl 2012-09-28 13:48:00 UTC (rev 8296) +++ trunk/themes/Wordpress/templates/navbar.tmpl 2012-09-28 13:52:51 UTC (rev 8297) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php $Sep = $WikiTheme->getButtonSeparator(); ?> Property changes on: trunk/themes/Wordpress/templates/navbar.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Wordpress/templates/signin.tmpl =================================================================== --- trunk/themes/Wordpress/templates/signin.tmpl 2012-09-28 13:48:00 UTC (rev 8296) +++ trunk/themes/Wordpress/templates/signin.tmpl 2012-09-28 13:52:51 UTC (rev 8297) @@ -1,6 +1,5 @@ -<?php // -*-php-*- +<?php // MPickering: modified; this will be enclosed within an ul -// $Id$ if (empty($FORMNAME)) $FORMNAME = 'signin'; Property changes on: trunk/themes/Wordpress/templates/signin.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/Wordpress/templates/viewsource.tmpl =================================================================== --- trunk/themes/Wordpress/templates/viewsource.tmpl 2012-09-28 13:48:00 UTC (rev 8296) +++ trunk/themes/Wordpress/templates/viewsource.tmpl 2012-09-28 13:52:51 UTC (rev 8297) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <div class="wikitext" id="viewform"> <?php Property changes on: trunk/themes/Wordpress/templates/viewsource.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |