From: <var...@us...> - 2009-10-06 16:13:07
|
Revision: 7191 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7191&view=rev Author: vargenau Date: 2009-10-06 16:13:00 +0000 (Tue, 06 Oct 2009) Log Message: ----------- Harmonize headers Modified Paths: -------------- trunk/themes/gforge/templates/body.tmpl trunk/themes/gforge/templates/browse-footer.tmpl trunk/themes/gforge/templates/browse.tmpl trunk/themes/gforge/templates/editpage.tmpl trunk/themes/gforge/templates/head.tmpl trunk/themes/gforge/templates/html.tmpl trunk/themes/gforge/templates/info.tmpl trunk/themes/gforge/templates/navbar.tmpl trunk/themes/gforge/templates/pagelink.tmpl trunk/themes/gforge/templates/userprefs.tmpl Modified: trunk/themes/gforge/templates/body.tmpl =================================================================== --- trunk/themes/gforge/templates/body.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/body.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,3 +1,6 @@ +<?php // -*-php-*- +rcs_id('$Id$'); +?> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td valign="top"> Modified: trunk/themes/gforge/templates/browse-footer.tmpl =================================================================== --- trunk/themes/gforge/templates/browse-footer.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/browse-footer.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,4 +1,4 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <p class="editdate"><?= $WikiTheme->getOwnerMessage($page) ?> <?= $WikiTheme->getLastModifiedMessage($revision) ?> <?= $WikiTheme->getAuthorMessage($revision) ?></p> Modified: trunk/themes/gforge/templates/browse.tmpl =================================================================== --- trunk/themes/gforge/templates/browse.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/browse.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> <?php Modified: trunk/themes/gforge/templates/editpage.tmpl =================================================================== --- trunk/themes/gforge/templates/editpage.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/editpage.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,5 +1,6 @@ -<!-- -*-html-*- --> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if (isset($PREVIEW_CONTENT)) { ?> <p><strong><?=_("Preview only! Changes not saved.")?></strong> <!-- FIXME: it would be nice to put a link to the #editarea anchor below, Modified: trunk/themes/gforge/templates/head.tmpl =================================================================== --- trunk/themes/gforge/templates/head.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/head.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <head> <?php if (ENABLE_XHTML_XML and strstr($request->get('HTTP_ACCEPT'),'application/xhtml+xml')) { ?> Modified: trunk/themes/gforge/templates/html.tmpl =================================================================== --- trunk/themes/gforge/templates/html.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/html.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,8 +1,9 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); +?> +<?php /* * No header for Gforge (already provided) - * */ ?> <?php $WikiTheme->header() ?> @@ -15,4 +16,4 @@ echo $RCS_IDS; echo "-->\n"; } -?> \ No newline at end of file +?> Modified: trunk/themes/gforge/templates/info.tmpl =================================================================== --- trunk/themes/gforge/templates/info.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/info.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,4 +1,6 @@ -<?php // -*-php-*- ?> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?= Template("default/info") ?> <div align="center"> Modified: trunk/themes/gforge/templates/navbar.tmpl =================================================================== --- trunk/themes/gforge/templates/navbar.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/navbar.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,7 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> -<!-- The top navigation/search bar --> - +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php $curuserprefs = $user->getPreferences(); ?> Modified: trunk/themes/gforge/templates/pagelink.tmpl =================================================================== --- trunk/themes/gforge/templates/pagelink.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/pagelink.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,3 +1,6 @@ +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php /** * Themable paging "|<< << - i/sum - >> >>|" links @@ -2,3 +5,2 @@ * - * $Id$ --> * Variables: PREV, NEXT, PREV_LINK, NEXT_LINK, Modified: trunk/themes/gforge/templates/userprefs.tmpl =================================================================== --- trunk/themes/gforge/templates/userprefs.tmpl 2009-10-06 14:13:48 UTC (rev 7190) +++ trunk/themes/gforge/templates/userprefs.tmpl 2009-10-06 16:13:00 UTC (rev 7191) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php // Todo: Move the logic and code to the plugin // This is very experimental and the read-only part an ugly hack so far. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |