From: <var...@us...> - 2009-10-21 09:56:10
|
Revision: 7231 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7231&view=rev Author: vargenau Date: 2009-10-21 09:55:59 +0000 (Wed, 21 Oct 2009) Log Message: ----------- Normalize headers 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 trunk/themes/MonoBook/templates/actionbar.tmpl trunk/themes/MonoBook/templates/body.tmpl trunk/themes/MonoBook/templates/browse-footer.tmpl trunk/themes/MonoBook/templates/browse.tmpl trunk/themes/MonoBook/templates/editpage.tmpl trunk/themes/MonoBook/templates/info.tmpl trunk/themes/MonoBook/templates/logo.tmpl trunk/themes/MonoBook/templates/navbar.tmpl trunk/themes/MonoBook/templates/tags.tmpl trunk/themes/MonoBook/templates/top.tmpl trunk/themes/MonoBook/templates/viewsource.tmpl trunk/themes/Portland/templates/actionbar.tmpl trunk/themes/Portland/templates/body.tmpl trunk/themes/Portland/templates/browse.tmpl trunk/themes/Portland/templates/debug.tmpl trunk/themes/Portland/templates/editpage.tmpl trunk/themes/Portland/templates/navbar.tmpl trunk/themes/Portland/templates/viewsource.tmpl trunk/themes/Sidebar/templates/actionbar.tmpl trunk/themes/Sidebar/templates/browse.tmpl trunk/themes/Sidebar/templates/content.tmpl trunk/themes/Sidebar/templates/debug.tmpl trunk/themes/Sidebar/templates/dump-footer.tmpl trunk/themes/Sidebar/templates/frame-left.tmpl trunk/themes/Sidebar/templates/frameset.tmpl trunk/themes/Sidebar/templates/html.tmpl trunk/themes/Sidebar/templates/htmldump.tmpl trunk/themes/Sidebar/templates/navbar.tmpl trunk/themes/Sidebar/templates/signin.tmpl 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/viewsource.tmpl trunk/themes/blog/templates/actionbar.tmpl trunk/themes/blog/templates/blogform.tmpl trunk/themes/blog/templates/body.tmpl trunk/themes/blog/templates/bottom.tmpl trunk/themes/blog/templates/browse-footer.tmpl trunk/themes/blog/templates/browse.tmpl trunk/themes/blog/templates/debug.tmpl trunk/themes/blog/templates/info.tmpl trunk/themes/blog/templates/sidebar.tmpl trunk/themes/blog/templates/top.tmpl trunk/themes/blog/templates/viewsource.tmpl trunk/themes/default/templates/addcomment.tmpl trunk/themes/default/templates/blogform.tmpl trunk/themes/default/templates/body.tmpl trunk/themes/default/templates/bottom.tmpl trunk/themes/default/templates/browse-footer.tmpl trunk/themes/default/templates/browse.tmpl trunk/themes/default/templates/categorypage.tmpl trunk/themes/default/templates/content.tmpl trunk/themes/default/templates/debug.tmpl trunk/themes/default/templates/dialog.tmpl trunk/themes/default/templates/editpage.tmpl trunk/themes/default/templates/forumadd.tmpl trunk/themes/default/templates/frameset.tmpl trunk/themes/default/templates/head.tmpl trunk/themes/default/templates/html.tmpl trunk/themes/default/templates/htmldump.tmpl trunk/themes/default/templates/info.tmpl trunk/themes/default/templates/login.tmpl trunk/themes/default/templates/navbar.tmpl trunk/themes/default/templates/nochanges.tmpl trunk/themes/default/templates/online.tmpl trunk/themes/default/templates/pagelink.tmpl trunk/themes/default/templates/redirect.tmpl trunk/themes/default/templates/savepage.tmpl trunk/themes/default/templates/top.tmpl trunk/themes/default/templates/userprefs.tmpl trunk/themes/default/templates/viewsource.tmpl trunk/themes/default/templates/wikiforum.tmpl trunk/themes/gforge/templates/blogform.tmpl trunk/themes/gforge/templates/login.tmpl trunk/themes/shamino_com/templates/actionbar.tmpl trunk/themes/shamino_com/templates/browse-footer.tmpl trunk/themes/shamino_com/templates/debug.tmpl trunk/themes/shamino_com/templates/info.tmpl trunk/themes/shamino_com/templates/top.tmpl trunk/themes/smaller/templates/info.tmpl trunk/themes/smaller/templates/navbar.tmpl trunk/themes/wikilens/templates/categorypage.tmpl trunk/themes/wikilens/templates/head.tmpl trunk/themes/wikilens/templates/navbar.tmpl trunk/themes/wikilens/templates/newuserwelcomepage.tmpl Property Changed: ---------------- trunk/themes/MonoBook/templates/editpage.tmpl trunk/themes/MonoBook/templates/logo.tmpl trunk/themes/blog/templates/info.tmpl trunk/themes/default/templates/MAP.pdf trunk/themes/default/templates/search.tmpl trunk/themes/shamino_com/templates/info.tmpl trunk/themes/smaller/templates/info.tmpl Modified: trunk/themes/Crao/templates/actionbar.tmpl =================================================================== --- trunk/themes/Crao/templates/actionbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/actionbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*-php-*- - rcs_id('$Id$'); +rcs_id('$Id$'); 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 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/body.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> <body<?= $WikiTheme->getMoreAttr('body') ?>> Modified: trunk/themes/Crao/templates/bottom.tmpl =================================================================== --- trunk/themes/Crao/templates/bottom.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/bottom.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <!-- Add your Disclaimer here --> Modified: trunk/themes/Crao/templates/browse.tmpl =================================================================== --- trunk/themes/Crao/templates/browse.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/browse.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?=_("Note:")?></strong> Modified: trunk/themes/Crao/templates/editpage.tmpl =================================================================== --- trunk/themes/Crao/templates/editpage.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/editpage.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -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/Crao/templates/head.tmpl =================================================================== --- trunk/themes/Crao/templates/head.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/head.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?=CHARSET?>" /> Modified: trunk/themes/Crao/templates/htmldump.tmpl =================================================================== --- trunk/themes/Crao/templates/htmldump.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/htmldump.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); /* * This template is used only for html file dumps, and is responsible Modified: trunk/themes/Crao/templates/navbar.tmpl =================================================================== --- trunk/themes/Crao/templates/navbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/navbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <!-- The top navigation/search bar --> <form action="<?= WikiURL(_("TitleSearch"))?>" target="_top" method="get" accept-charset="<?=$charset?>" id="searchform" name="searchform"> Modified: trunk/themes/Crao/templates/signin.tmpl =================================================================== --- trunk/themes/Crao/templates/signin.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/signin.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); if (empty($FORMNAME)) Modified: trunk/themes/Crao/templates/top.tmpl =================================================================== --- trunk/themes/Crao/templates/top.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/top.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); global $HIDE_TOOLBARS; Modified: trunk/themes/Crao/templates/wikiblog.tmpl =================================================================== --- trunk/themes/Crao/templates/wikiblog.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Crao/templates/wikiblog.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,6 @@ -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php $CDATE = $WikiTheme->formatDateTime($BLOG_CTIME); Modified: trunk/themes/MonoBook/templates/actionbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/actionbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/actionbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php //$p = $WikiTheme->tooltipAccessKeyPrefix(); $dbh = $request->getDbh(); Modified: trunk/themes/MonoBook/templates/body.tmpl =================================================================== --- trunk/themes/MonoBook/templates/body.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/body.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); // Todo: set the body attr dynamically. here class="ns-2" for mozilla ?> Modified: trunk/themes/MonoBook/templates/browse-footer.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse-footer.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/browse-footer.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*-php-*- - rcs_id('$Id$'); +rcs_id('$Id$'); ?> <?php // <hr class="printer" noshade="noshade" /> ?> <div class="visualClear"></div> Modified: trunk/themes/MonoBook/templates/browse.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/browse.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> Modified: trunk/themes/MonoBook/templates/editpage.tmpl =================================================================== --- trunk/themes/MonoBook/templates/editpage.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/editpage.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,2 +1,5 @@ +<?php // -*-php-*- +rcs_id('$Id$'); +?> <div id="contentSub"></div> <?= Template("default/editpage") ?> Property changes on: trunk/themes/MonoBook/templates/editpage.tmpl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/themes/MonoBook/templates/info.tmpl =================================================================== --- trunk/themes/MonoBook/templates/info.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/info.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if (empty($revision)) $revision = $page->getCurrentRevision(false); $modifed = $WikiTheme->formatDateTime($revision->get('mtime')); Modified: trunk/themes/MonoBook/templates/logo.tmpl =================================================================== --- trunk/themes/MonoBook/templates/logo.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/logo.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,3 +1,6 @@ +<?php // -*-php-*- +rcs_id('$Id$'); +?> <div class="portlet" id="p-logo"><a class="wikilink" href="<?=WikiURL(HOME_PAGE)?>" target="_top"><img src="<?= $WikiTheme->getImageURL('logo') ?>" id="logo-img" border="0" alt="<?= fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div> <div id="img-logo-right" /> Property changes on: trunk/themes/MonoBook/templates/logo.tmpl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php // With MonoBook it is similar to Sidebar, named boxes at the left. // actionbuttons, navigation, search, toolbox Modified: trunk/themes/MonoBook/templates/tags.tmpl =================================================================== --- trunk/themes/MonoBook/templates/tags.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/tags.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,6 +1,6 @@ -<?php // -*-php-*- +<?php // -*-php-*- +rcs_id('$Id$'); ?> -<!-- $Id$ --> <!-- list of most popular categories --> <div class="portlet" id="p-tags"> <h5><?= _("Favorite Categories") ?></h5> Modified: trunk/themes/MonoBook/templates/top.tmpl =================================================================== --- trunk/themes/MonoBook/templates/top.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/top.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> <!-- Page title --> Modified: trunk/themes/MonoBook/templates/viewsource.tmpl =================================================================== --- trunk/themes/MonoBook/templates/viewsource.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/MonoBook/templates/viewsource.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,6 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> - +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if ($page->get('locked') && !$user->isAdmin()) { ?> <p><strong><?=_("Note:")?></strong> <?=_("This page has been locked by the administrator and cannot be edited.")?> Modified: trunk/themes/Portland/templates/actionbar.tmpl =================================================================== --- trunk/themes/Portland/templates/actionbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Portland/templates/actionbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if ($revision and (!$page->get('locked') || $user->isAdmin())) $EditB = Button("edit", Modified: trunk/themes/Portland/templates/body.tmpl =================================================================== --- trunk/themes/Portland/templates/body.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Portland/templates/body.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <body<?= $WikiTheme->getMoreAttr('body') ?>> <!-- Page title and logo --> <h1><a class="wikilink" @@ -14,4 +15,4 @@ <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> <?php if (defined('DEBUG') && DEBUG) { ?><?= Template('debug') ?><?php } ?> -</body> \ No newline at end of file +</body> Modified: trunk/themes/Portland/templates/browse.tmpl =================================================================== --- trunk/themes/Portland/templates/browse.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Portland/templates/browse.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,6 +1,5 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> -<?php +<?php // -*-php-*- +rcs_id('$Id$'); ?> <br clear="all" class="clear-floats" /> Modified: trunk/themes/Portland/templates/debug.tmpl =================================================================== --- trunk/themes/Portland/templates/debug.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Portland/templates/debug.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <?php global $RUNTIMER; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> Modified: trunk/themes/Portland/templates/editpage.tmpl =================================================================== --- trunk/themes/Portland/templates/editpage.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Portland/templates/editpage.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<!-- -*-html-*- --> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php /* * FIXME: Hack! * The funky URL used for the form action parameter is bogus. Modified: trunk/themes/Portland/templates/navbar.tmpl =================================================================== --- trunk/themes/Portland/templates/navbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Portland/templates/navbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <!-- The bottom navigation/search bar --> <?= WikiLink(_("FindPage"), "button") ?> by searching @@ -30,4 +31,4 @@ <td align="right"> <?= Template('signin') ?> </td> -</tr></table> \ No newline at end of file +</tr></table> Modified: trunk/themes/Portland/templates/viewsource.tmpl =================================================================== --- trunk/themes/Portland/templates/viewsource.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Portland/templates/viewsource.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<!-- -*-html-*- --> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if ($page->get('locked') && !$user->isAdmin()) { ?> <p><strong><?=_("Note:")?></strong> Modified: trunk/themes/Sidebar/templates/actionbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/actionbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/actionbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*-php-*- - rcs_id('$Id$'); +rcs_id('$Id$'); $dbh = $request->getDbh(); $isAdmin = $user->isAdmin(); $pagename = $page->getName(); Modified: trunk/themes/Sidebar/templates/browse.tmpl =================================================================== --- trunk/themes/Sidebar/templates/browse.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/browse.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> Modified: trunk/themes/Sidebar/templates/content.tmpl =================================================================== --- trunk/themes/Sidebar/templates/content.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/content.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <?= $CONTENT ?> </body> Modified: trunk/themes/Sidebar/templates/debug.tmpl =================================================================== --- trunk/themes/Sidebar/templates/debug.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/debug.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <?php global $RUNTIMER; ?> <table width="%100" border="0" cellpadding="0" cellspacing="0"> Modified: trunk/themes/Sidebar/templates/dump-footer.tmpl =================================================================== --- trunk/themes/Sidebar/templates/dump-footer.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/dump-footer.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*-php-*- - rcs_id('$Id$'); +rcs_id('$Id$'); if (empty($revision)) $revision = $page->getCurrentRevision(); ?> <hr class="printer" noshade="noshade" /> Modified: trunk/themes/Sidebar/templates/frame-left.tmpl =================================================================== --- trunk/themes/Sidebar/templates/frame-left.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/frame-left.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,6 +1,7 @@ -<?php // -*-html-*- -/* $Id$ - * +<?php // -*-php-*- +rcs_id('$Id$'); + +/* * This template is responsible mainly for the outer level <html> stuff. */ printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET); Modified: trunk/themes/Sidebar/templates/frameset.tmpl =================================================================== --- trunk/themes/Sidebar/templates/frameset.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/frameset.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,6 +1,7 @@ -<?php // -*-html-*- -/* $Id$ - * +<?php // -*-php-*- +rcs_id('$Id$'); + +/* * This template is used for the FrameInclude plugin. */ Modified: trunk/themes/Sidebar/templates/html.tmpl =================================================================== --- trunk/themes/Sidebar/templates/html.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/html.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); /* * This template is responsible mainly for the outer level <html> stuff. Modified: trunk/themes/Sidebar/templates/htmldump.tmpl =================================================================== --- trunk/themes/Sidebar/templates/htmldump.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/htmldump.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); /* * This template is used only for html file dumps, and is responsible Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php // With MonoBook it is similar to Sidebar, named boxes at the left. // actionbuttons, navigation, search, toolbox Modified: trunk/themes/Sidebar/templates/signin.tmpl =================================================================== --- trunk/themes/Sidebar/templates/signin.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Sidebar/templates/signin.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<!-- -*-php-*- --> -<?php rcs_id('$Id$'); ?> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <div class="portlet" id="p-personal"><div class="pBody"><ul> <?php if ($user->isAuthenticated()) { $sp = HTML::Raw(" "); $id = $user->getAuthenticatedId(); ?> Modified: trunk/themes/Wordpress/templates/actionbar.tmpl =================================================================== --- trunk/themes/Wordpress/templates/actionbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Wordpress/templates/actionbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,7 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> + <div id="actionbar"> <?php Modified: trunk/themes/Wordpress/templates/body.tmpl =================================================================== --- trunk/themes/Wordpress/templates/body.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Wordpress/templates/body.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,7 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> + <body<?= $WikiTheme->getMoreAttr('body') ?>> <!-- Page title --> @@ -19,4 +21,4 @@ <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> -</body> \ No newline at end of file +</body> Modified: trunk/themes/Wordpress/templates/browse.tmpl =================================================================== --- trunk/themes/Wordpress/templates/browse.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Wordpress/templates/browse.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,6 +1,5 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> -<?php +<?php // -*-php-*- +rcs_id('$Id$'); ?> <br clear="all" class="clear-floats" /> Modified: trunk/themes/Wordpress/templates/editpage.tmpl =================================================================== --- trunk/themes/Wordpress/templates/editpage.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Wordpress/templates/editpage.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,12 +1,13 @@ -<!-- -*-html-*- --> -<!-- $Id$ --> -<?php /* +<?php // -*-php-*- +rcs_id('$Id$'); +/* * FIXME: Hack! * The funky URL used for the form action parameter is bogus. * This is needed, otherwise the redirect to the real browser * page won't work with some browsers. (NS4 and Mozilla 0.97 won't accept * a redirect from a page to itself.) - */ ?> + */ +?> <div class="wikitext" id="editform"> <form method="post" name="editpage" id="editpage" @@ -107,4 +108,4 @@ // --> </script> -<hr /> \ No newline at end of file +<hr /> Modified: trunk/themes/Wordpress/templates/navbar.tmpl =================================================================== --- trunk/themes/Wordpress/templates/navbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Wordpress/templates/navbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php $Sep = $WikiTheme->getButtonSeparator(); ?> Modified: trunk/themes/Wordpress/templates/viewsource.tmpl =================================================================== --- trunk/themes/Wordpress/templates/viewsource.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/Wordpress/templates/viewsource.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<!-- -*-html-*- --> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <div class="wikitext" id="viewform"> Modified: trunk/themes/blog/templates/actionbar.tmpl =================================================================== --- trunk/themes/blog/templates/actionbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/actionbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*-php-*- - rcs_id('$Id$'); +rcs_id('$Id$'); ?> <table summary="Toolbar: Mani Navigation" width="100%" cellpadding="0" cellspacing="0" border="0"> Modified: trunk/themes/blog/templates/blogform.tmpl =================================================================== --- trunk/themes/blog/templates/blogform.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/blogform.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*- php -*- - rcs_id('$Id$'); +rcs_id('$Id$'); ?> <div class="wikiblog wikiblog-form"> <form action="<?=$request->getPostURL()?>" method="post" name="editpage" Modified: trunk/themes/blog/templates/body.tmpl =================================================================== --- trunk/themes/blog/templates/body.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/body.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> <body <?= $WikiTheme->getMoreAttr('body') ?>> Modified: trunk/themes/blog/templates/bottom.tmpl =================================================================== --- trunk/themes/blog/templates/bottom.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/bottom.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <!--span id="bottom" style="margin-left: 25px"--> <!-- Add your Disclaimer here --> Modified: trunk/themes/blog/templates/browse-footer.tmpl =================================================================== --- trunk/themes/blog/templates/browse-footer.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/browse-footer.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <!--{{{ Edit Date--> <p class="editdate"> Modified: trunk/themes/blog/templates/browse.tmpl =================================================================== --- trunk/themes/blog/templates/browse.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/browse.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> Modified: trunk/themes/blog/templates/debug.tmpl =================================================================== --- trunk/themes/blog/templates/debug.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/debug.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <?php global $RUNTIMER; ?> <p align="center" id="xhtml-validator"><a href="http://validator.w3.org/check/referer" target="_top">Valid XHTML 1.0</a> <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">Valid CSS!</a> Modified: trunk/themes/blog/templates/info.tmpl =================================================================== --- trunk/themes/blog/templates/info.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/info.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,3 +1,6 @@ +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?= Template("default/info") ?> <div class="actionbuttons"> <?=$SEP?><?= Button("AuthorHistory", _("AuthorHistory")) ?> @@ -8,4 +11,4 @@ <br /> <div class="actionbuttons"> <?= Template("default/actionbar") ?> -</div> \ No newline at end of file +</div> Property changes on: trunk/themes/blog/templates/info.tmpl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/themes/blog/templates/sidebar.tmpl =================================================================== --- trunk/themes/blog/templates/sidebar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/sidebar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); $id = isBrowserIE() ? 'sidebar' : 'moz-sidebar'; ?> Modified: trunk/themes/blog/templates/top.tmpl =================================================================== --- trunk/themes/blog/templates/top.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/top.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> <div id="header"> Modified: trunk/themes/blog/templates/viewsource.tmpl =================================================================== --- trunk/themes/blog/templates/viewsource.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/blog/templates/viewsource.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if (empty($revision)) $revision = $page->getCurrentRevision(false); if ($page->get('locked') && !$user->isAdmin()) { ?> Property changes on: trunk/themes/default/templates/MAP.pdf ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/themes/default/templates/addcomment.tmpl =================================================================== --- trunk/themes/default/templates/addcomment.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/addcomment.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*- php -*- - rcs_id('$Id$'); +rcs_id('$Id$'); $request->setArg('action',false); ?> <div class="wikicomment wikicomment-form"> Modified: trunk/themes/default/templates/blogform.tmpl =================================================================== --- trunk/themes/default/templates/blogform.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/blogform.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*- php -*- - rcs_id('$Id$'); +rcs_id('$Id$'); ?> <div class="wikiblog wikiblog-form"> <form action="<?=$request->getPostURL()?>" method="post" name="editpage" Modified: trunk/themes/default/templates/body.tmpl =================================================================== --- trunk/themes/default/templates/body.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/body.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> <body<?= $WikiTheme->getMoreAttr('body') ?>> Modified: trunk/themes/default/templates/bottom.tmpl =================================================================== --- trunk/themes/default/templates/bottom.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/bottom.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <!-- Add your Disclaimer here --> <?php if (!$WikiTheme->DUMP_MODE) { ?> Modified: trunk/themes/default/templates/browse-footer.tmpl =================================================================== --- trunk/themes/default/templates/browse-footer.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/browse-footer.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <hr class="printer" noshade="noshade" /> <p class="editdate"><?= $WikiTheme->getOwnerMessage($page) ?> <?= $WikiTheme->getLastModifiedMessage($revision) ?> <?= $WikiTheme->getAuthorMessage($revision) ?></p> Modified: trunk/themes/default/templates/browse.tmpl =================================================================== --- trunk/themes/default/templates/browse.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/browse.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> Modified: trunk/themes/default/templates/categorypage.tmpl =================================================================== --- trunk/themes/default/templates/categorypage.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/categorypage.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php - rcs_id('$Id$'); +rcs_id('$Id$'); // This template is used for the CategoryPage plugin. ?> <div class="categorypage categorypage-form"> Modified: trunk/themes/default/templates/content.tmpl =================================================================== --- trunk/themes/default/templates/content.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/content.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <?= $CONTENT ?> <?= Template('bottom') ?> Modified: trunk/themes/default/templates/debug.tmpl =================================================================== --- trunk/themes/default/templates/debug.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/debug.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <?php global $RUNTIMER; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> Modified: trunk/themes/default/templates/dialog.tmpl =================================================================== --- trunk/themes/default/templates/dialog.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/dialog.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); /* * A "popup" dialog. (Though it doesn't pop up yet.) Modified: trunk/themes/default/templates/editpage.tmpl =================================================================== --- trunk/themes/default/templates/editpage.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/editpage.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -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/default/templates/forumadd.tmpl =================================================================== --- trunk/themes/default/templates/forumadd.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/forumadd.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php - rcs_id('$Id$'); +rcs_id('$Id$'); // This template is used for the WikiForum plugin. ?> <div class="wikiforum wikiforum-reply"> Modified: trunk/themes/default/templates/frameset.tmpl =================================================================== --- trunk/themes/default/templates/frameset.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/frameset.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,13 +1,10 @@ -<?php // -*-html-*- -/* $Id$ - * - * This template is used for the FrameInclude plugin. - */ +<?php // -*-php-*- +rcs_id('$Id$'); +// This template is used for the FrameInclude plugin. $topurl = $request->getURLtoSelf(array('frame' => 'header')); $boturl = $request->getURLtoSelf(array('frame' => 'footer')); - printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" Modified: trunk/themes/default/templates/head.tmpl =================================================================== --- trunk/themes/default/templates/head.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/head.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -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/default/templates/html.tmpl =================================================================== --- trunk/themes/default/templates/html.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/html.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); /* * This template is responsible mainly for the outer level <html> stuff. Modified: trunk/themes/default/templates/htmldump.tmpl =================================================================== --- trunk/themes/default/templates/htmldump.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/htmldump.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); /* * This template is used only for html file dumps, and is responsible Modified: trunk/themes/default/templates/info.tmpl =================================================================== --- trunk/themes/default/templates/info.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/info.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if (empty($revision)) $revision = $page->getCurrentRevision(false); $modifed = $WikiTheme->formatDateTime($revision->get('mtime')); Modified: trunk/themes/default/templates/login.tmpl =================================================================== --- trunk/themes/default/templates/login.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/login.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,6 +1,6 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> -<!-- The login form --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if ($fail_message) { ?> <p><strong><?=$fail_message?></strong></p> <hr noshade="noshade" /> Modified: trunk/themes/default/templates/navbar.tmpl =================================================================== --- trunk/themes/default/templates/navbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/navbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*-php-*- - rcs_id('$Id$'); +rcs_id('$Id$'); ?> <!-- The top navigation/search bar --> <div id="navbuttons"> Modified: trunk/themes/default/templates/nochanges.tmpl =================================================================== --- trunk/themes/default/templates/nochanges.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/nochanges.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <p><strong><?=_("Edit aborted.")?></strong> <?=_("You have not made any changes so no new version has been saved.")?></p> <?php if (!empty($LOCK_CHANGED_MSG)) { ?> Modified: trunk/themes/default/templates/online.tmpl =================================================================== --- trunk/themes/default/templates/online.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/online.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php // Formatting and idea borrowed from postnuke. Modified: trunk/themes/default/templates/pagelink.tmpl =================================================================== --- trunk/themes/default/templates/pagelink.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/pagelink.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,8 +1,9 @@ -<?php +<?php // -*-php-*- +rcs_id('$Id$'); + /** * Themable paging "|<< << - i/sum - >> >>|" links * - * $Id$ --> * Variables: PREV, NEXT, PREV_LINK, NEXT_LINK, * COUNT, OFFSET, SIZE * More ideas: FIRST, LAST, ... Modified: trunk/themes/default/templates/redirect.tmpl =================================================================== --- trunk/themes/default/templates/redirect.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/redirect.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -9,7 +9,6 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<!-- $Id$ --> <meta http-equiv="Content-Type" content="text/html; charset=<?=CHARSET?>" /> <meta name="robots" content="noindex, nofollow" /> <meta name="generator" content="PhpWiki" /> Modified: trunk/themes/default/templates/savepage.tmpl =================================================================== --- trunk/themes/default/templates/savepage.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/savepage.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php $signatureURL = $WikiTheme->getImageURL('signature'); ?> Property changes on: trunk/themes/default/templates/search.tmpl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/themes/default/templates/top.tmpl =================================================================== --- trunk/themes/default/templates/top.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/top.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); global $HIDE_TOOLBARS; Modified: trunk/themes/default/templates/userprefs.tmpl =================================================================== --- trunk/themes/default/templates/userprefs.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/userprefs.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -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. Modified: trunk/themes/default/templates/viewsource.tmpl =================================================================== --- trunk/themes/default/templates/viewsource.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/viewsource.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if ($page->get('locked') && !$user->isAdmin()) { ?> <p><strong><?=_("Note:")?></strong> Modified: trunk/themes/default/templates/wikiforum.tmpl =================================================================== --- trunk/themes/default/templates/wikiforum.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/default/templates/wikiforum.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*- php -*- - rcs_id('$Id$'); +rcs_id('$Id$'); /* navigation headline: "MainForum / SubPage / ThisTopic" comes for free Modified: trunk/themes/gforge/templates/blogform.tmpl =================================================================== --- trunk/themes/gforge/templates/blogform.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/gforge/templates/blogform.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*- php -*- - rcs_id('$Id$'); +rcs_id('$Id$'); ?> <div class="wikiblog wikiblog-form"> <form action="<?=$request->getPostURL()?>" method="post" name="editpage" Modified: trunk/themes/gforge/templates/login.tmpl =================================================================== --- trunk/themes/gforge/templates/login.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/gforge/templates/login.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-php-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?php if ($fail_message) { ?> <div class="error"><p><?=$fail_message?></p></div> <?php } ?> Modified: trunk/themes/shamino_com/templates/actionbar.tmpl =================================================================== --- trunk/themes/shamino_com/templates/actionbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/shamino_com/templates/actionbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,7 +1,9 @@ <?php // -*-php-*- +rcs_id('$Id$'); +?> +<?php if (empty($revision)) $revision = $page->getCurrentRevision(false); ?> -<!-- $Id$ --> <?= Button(array('action'=>'PageInfo'),_("PageInfo"),$page->getName()) ?> <?=$SEP?><?= Button("edit", $revision->isCurrent() ? _("Edit") : _("Edit Old Revision")) ?> <?php if ($user->isAdmin() or mayAccessPage('change',$page->getName())) { ?> Modified: trunk/themes/shamino_com/templates/browse-footer.tmpl =================================================================== --- trunk/themes/shamino_com/templates/browse-footer.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/shamino_com/templates/browse-footer.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <div class="toolbar"> <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> Modified: trunk/themes/shamino_com/templates/debug.tmpl =================================================================== --- trunk/themes/shamino_com/templates/debug.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/shamino_com/templates/debug.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <!-- shamino.com debug --> <div class="debug"> Modified: trunk/themes/shamino_com/templates/info.tmpl =================================================================== --- trunk/themes/shamino_com/templates/info.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/shamino_com/templates/info.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,2 +1,5 @@ +<?php // -*-php-*- +rcs_id('$Id$'); +?> <?= Template("default/info") ?> <?= Template("actionbar") ?> Property changes on: trunk/themes/shamino_com/templates/info.tmpl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/themes/shamino_com/templates/top.tmpl =================================================================== --- trunk/themes/shamino_com/templates/top.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/shamino_com/templates/top.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,4 @@ -<?php // -*-html-*- +<?php // -*-php-*- rcs_id('$Id$'); ?> <!-- The logo --> Modified: trunk/themes/smaller/templates/info.tmpl =================================================================== --- trunk/themes/smaller/templates/info.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/smaller/templates/info.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,4 +1,7 @@ -<?php // -*-php-*- ?> +<?php // -*-php-*- +rcs_id('$Id$'); +?> + <?= Template("default/info") ?> <div id="actionbuttons"> Property changes on: trunk/themes/smaller/templates/info.tmpl ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/themes/smaller/templates/navbar.tmpl =================================================================== --- trunk/themes/smaller/templates/navbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/smaller/templates/navbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,6 @@ -<?php // -*-html-*- ?> -<!-- $Id$ --> +<?php // -*-php-*- +rcs_id('$Id$'); +?> <!-- The top navigation/search bar --> <form action="<?= WikiURL(_("TitleSearch"))?>" method="get" accept-charset="<?=$charset?>"> @@ -22,4 +23,4 @@ <?=$SEP?><?= WikiLink(_("UserPreferences"), "","Preferences") ?> <?php } ?> </div> -</form> \ No newline at end of file +</form> Modified: trunk/themes/wikilens/templates/categorypage.tmpl =================================================================== --- trunk/themes/wikilens/templates/categorypage.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/wikilens/templates/categorypage.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php - rcs_id('$Id$'); +rcs_id('$Id$'); ?> <div class="categorypage categorypage-form"> Modified: trunk/themes/wikilens/templates/head.tmpl =================================================================== --- trunk/themes/wikilens/templates/head.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/wikilens/templates/head.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ -<?php // -*-html-*- - rcs_id('$Id$'); +<?php // -*-php-*- +rcs_id('$Id$'); ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?=CHARSET?>" /> Modified: trunk/themes/wikilens/templates/navbar.tmpl =================================================================== --- trunk/themes/wikilens/templates/navbar.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/wikilens/templates/navbar.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*-php-*- - rcs_id('$Id$'); +rcs_id('$Id$'); $NSEP = HTML::br(); ?> <!-- The left navigation/search bar --> Modified: trunk/themes/wikilens/templates/newuserwelcomepage.tmpl =================================================================== --- trunk/themes/wikilens/templates/newuserwelcomepage.tmpl 2009-10-21 08:50:16 UTC (rev 7230) +++ trunk/themes/wikilens/templates/newuserwelcomepage.tmpl 2009-10-21 09:55:59 UTC (rev 7231) @@ -1,5 +1,5 @@ <?php // -*-php-*- - rcs_id('$Id$'); +rcs_id('$Id$'); $dbi = $request->getDbh(); ?> <div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |