From: <var...@us...> - 2012-09-28 15:21:37
|
Revision: 8307 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8307&view=rev Author: vargenau Date: 2012-09-28 15:21:25 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/MonoBook/templates/actionbar.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/body.tmpl trunk/themes/Sidebar/templates/calendar.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/logo.tmpl trunk/themes/Sidebar/templates/navbar.tmpl trunk/themes/Sidebar/templates/ratings.tmpl trunk/themes/Sidebar/templates/rc.tmpl trunk/themes/Sidebar/templates/search.tmpl trunk/themes/Sidebar/templates/signin.tmpl trunk/themes/Sidebar/templates/tags.tmpl trunk/themes/Sidebar/templates/top.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/signin.tmpl trunk/themes/shamino_com/templates/top.tmpl trunk/themes/smaller/templates/actionbar.tmpl trunk/themes/smaller/templates/info.tmpl trunk/themes/smaller/templates/navbar.tmpl trunk/themes/smaller/templates/signin.tmpl Modified: trunk/themes/MonoBook/templates/actionbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php //$p = $WikiTheme->tooltipAccessKeyPrefix(); $dbh = $request->getDbh(); Modified: trunk/themes/MonoBook/templates/browse-footer.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse-footer.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/browse-footer.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php // <hr class="printer" noshade="noshade" /> ?> <div class="visualClear"></div> <ul id="f-list"> Modified: trunk/themes/MonoBook/templates/browse.tmpl =================================================================== --- trunk/themes/MonoBook/templates/browse.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/browse.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -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.")?> Modified: trunk/themes/MonoBook/templates/editpage.tmpl =================================================================== --- trunk/themes/MonoBook/templates/editpage.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/editpage.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,2 @@ -<?php // -*-php-*- -// $Id$ -?> <div id="contentSub"></div> <?php echo Template("default/editpage") ?> Modified: trunk/themes/MonoBook/templates/info.tmpl =================================================================== --- trunk/themes/MonoBook/templates/info.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/info.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $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 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/logo.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <div class="portlet" id="p-logo"><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>"><img src="<?php echo $WikiTheme->getImageURL('logo') ?>" id="logo-img" alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div> <div id="img-logo-right" /> Modified: trunk/themes/MonoBook/templates/navbar.tmpl =================================================================== --- trunk/themes/MonoBook/templates/navbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/navbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $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 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/tags.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- list of most popular categories --> <div class="portlet" id="p-tags"> <h5><?php echo _("Favorite Categories") ?></h5> Modified: trunk/themes/MonoBook/templates/top.tmpl =================================================================== --- trunk/themes/MonoBook/templates/top.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/top.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- Page title --> <a id="top"></a> <h1 class="firstHeading"><?php echo $HEADER ?></h1> Modified: trunk/themes/MonoBook/templates/viewsource.tmpl =================================================================== --- trunk/themes/MonoBook/templates/viewsource.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/MonoBook/templates/viewsource.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if ($page->get('locked') && !$user->isAdmin()) { ?> <p class="warning_msg"><strong><?php echo _("Note:")?></strong> <?php echo _("This page has been locked and cannot be edited.")?> Modified: trunk/themes/Portland/templates/actionbar.tmpl =================================================================== --- trunk/themes/Portland/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $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 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/body.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <body<?php echo $WikiTheme->getMoreAttr('body') ?>> <!-- Page title and logo --> <h1><a class="wikilink" Modified: trunk/themes/Portland/templates/browse.tmpl =================================================================== --- trunk/themes/Portland/templates/browse.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/browse.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <br class="clear-floats" /> <?php if ($revision and !$revision->isCurrent()) { ?> Modified: trunk/themes/Portland/templates/debug.tmpl =================================================================== --- trunk/themes/Portland/templates/debug.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/debug.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php global $RUNTIMER; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> Modified: trunk/themes/Portland/templates/editpage.tmpl =================================================================== --- trunk/themes/Portland/templates/editpage.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/editpage.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $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 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/navbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- The bottom navigation/search bar --> <?php echo WikiLink(_("FindPage"), "button") ?> by searching Modified: trunk/themes/Portland/templates/viewsource.tmpl =================================================================== --- trunk/themes/Portland/templates/viewsource.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Portland/templates/viewsource.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if ($page->get('locked') && !$user->isAdmin()) { ?> <p class="warning_msg"><strong><?php echo _("Note:")?></strong> <?php echo _("This page has been locked and cannot be edited.")?></p> Modified: trunk/themes/Sidebar/templates/actionbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php $dbh = $request->getDbh(); $isAdmin = $user->isAdmin(); $pagename = $page->getName(); Modified: trunk/themes/Sidebar/templates/body.tmpl =================================================================== --- trunk/themes/Sidebar/templates/body.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/body.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php // Set the body attr dynamically. here class="ns-2" for Mozilla ?> <body <?php echo $WikiTheme->getMoreAttr('body') ?>> Modified: trunk/themes/Sidebar/templates/calendar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/calendar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/calendar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <div id="calendar"></div> <?php echo JavaScript(' function dateChanged(calendar) { @@ -13,4 +10,4 @@ window.location = "' . WikiUrl($WikiTheme->calendarBase(),0,1) . SUBPAGE_SEPARATOR . '" + y + "-" + m + "-" + d; } }; -Calendar.setup({flat : "calendar", flatCallback : dateChanged, setDateStatusFunc : dateStatusFunc, weekNumbers : false})') ?> \ No newline at end of file +Calendar.setup({flat : "calendar", flatCallback : dateChanged, setDateStatusFunc : dateStatusFunc, weekNumbers : false})') ?> Modified: trunk/themes/Sidebar/templates/content.tmpl =================================================================== --- trunk/themes/Sidebar/templates/content.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/content.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,2 @@ -<?php // -*-php-*- -// $Id$ -?> <?php echo $CONTENT ?> </body> Modified: trunk/themes/Sidebar/templates/debug.tmpl =================================================================== --- trunk/themes/Sidebar/templates/debug.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/debug.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php global $RUNTIMER; ?> <table width="%100" border="0" cellpadding="0" cellspacing="0"> <tr><td> Modified: trunk/themes/Sidebar/templates/dump-footer.tmpl =================================================================== --- trunk/themes/Sidebar/templates/dump-footer.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/dump-footer.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php 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 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/frame-left.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php /* * This template is responsible mainly for the outer level <html> stuff. */ Modified: trunk/themes/Sidebar/templates/frameset.tmpl =================================================================== --- trunk/themes/Sidebar/templates/frameset.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/frameset.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php /* * This template is used for the FrameInclude plugin. */ Modified: trunk/themes/Sidebar/templates/html.tmpl =================================================================== --- trunk/themes/Sidebar/templates/html.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/html.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php /* * This template is responsible mainly for the outer level <html> stuff. */ Modified: trunk/themes/Sidebar/templates/htmldump.tmpl =================================================================== --- trunk/themes/Sidebar/templates/htmldump.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/htmldump.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,10 +1,8 @@ -<?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>. */ -// echo "<","?xml version=\"1.0\" encoding=\"", $charset, "\"?", ">\n"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Modified: trunk/themes/Sidebar/templates/logo.tmpl =================================================================== --- trunk/themes/Sidebar/templates/logo.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/logo.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,2 @@ -<?php // -*-php-*- -// $Id$ -?> <div class="portlet" id="p-logo"><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>" title="Visit the Home Page [<?php echo $WikiTheme->tooltipAccessKeyPrefix() ?>-z]" accesskey="z"><span class="logo"><?php echo WIKI_NAME ?></span></a></div> <img id="img-logo-right" src="<?php echo $WikiTheme->_findData('images/wiki_stamp.png')?>" alt="This is a WIKI! Edit every page" height="86" width="86" /> Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php // With MonoBook it is similar to Sidebar, named boxes at the left. // actionbuttons, navigation, search, toolbox Modified: trunk/themes/Sidebar/templates/ratings.tmpl =================================================================== --- trunk/themes/Sidebar/templates/ratings.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/ratings.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- Ratings --> <?php if (!$WikiTheme->DUMP_MODE) { $loader = new WikiPluginLoader(); Modified: trunk/themes/Sidebar/templates/rc.tmpl =================================================================== --- trunk/themes/Sidebar/templates/rc.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/rc.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- RecentChangesCached Box --> <div class="portlet" id="p-rc"> <h5><?php echo _("RecentChanges") ?> <?php echo $WikiTheme->folderArrow('p-rc', 'Closed') ?></h5> Modified: trunk/themes/Sidebar/templates/search.tmpl =================================================================== --- trunk/themes/Sidebar/templates/search.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/search.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,7 +1,4 @@ -<?php // -*-php-*- -// $Id$ -?> -<!--{{{ LiveSearch --> <?php // -*- php -*- ?> +<!--{{{ LiveSearch --> <div id="searchholder"> <form id="searchform" action="<?php echo WikiURL(_("FindPage"))?>" method="get" accept-charset="<?php echo $charset?>" style="display:inline" class="searchform"> Modified: trunk/themes/Sidebar/templates/signin.tmpl =================================================================== --- trunk/themes/Sidebar/templates/signin.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/signin.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <div class="portlet" id="p-personal"><div class="pBody"><ul> <?php if ($user->isAuthenticated()) { $sp = HTML::Raw(" "); $id = $user->getAuthenticatedId(); ?> Modified: trunk/themes/Sidebar/templates/tags.tmpl =================================================================== --- trunk/themes/Sidebar/templates/tags.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/tags.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- list of most popular categories --> <div class="portlet" id="p-tags"> <h5><?php echo _("Favorite Categories") ?> <?php echo $WikiTheme->folderArrow('p-tags', 'Open') ?></h5> Modified: trunk/themes/Sidebar/templates/top.tmpl =================================================================== --- trunk/themes/Sidebar/templates/top.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/Sidebar/templates/top.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php $pagename = $page->getName(); $isActionPage = isActionPage($pagename); if (ENABLE_PAGE_PUBLIC) Modified: trunk/themes/shamino_com/templates/actionbar.tmpl =================================================================== --- trunk/themes/shamino_com/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if (empty($revision)) $revision = $page->getCurrentRevision(false); ?> Modified: trunk/themes/shamino_com/templates/browse-footer.tmpl =================================================================== --- trunk/themes/shamino_com/templates/browse-footer.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/browse-footer.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <div class="toolbar"> <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> <?php echo Template('actionbar') ?> Modified: trunk/themes/shamino_com/templates/debug.tmpl =================================================================== --- trunk/themes/shamino_com/templates/debug.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/debug.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- shamino.com debug --> <div class="debug"> <?php global $RUNTIMER; ?> Modified: trunk/themes/shamino_com/templates/info.tmpl =================================================================== --- trunk/themes/shamino_com/templates/info.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/info.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,2 @@ -<?php // -*-php-*- -// $Id$ -?> <?php echo Template("default/info") ?> <?php echo Template("actionbar") ?> Modified: trunk/themes/shamino_com/templates/signin.tmpl =================================================================== --- trunk/themes/shamino_com/templates/signin.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/signin.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php // signin only implicitly by clicking "Edit" if (empty($FORMNAME)) $FORMNAME = 'signin'; Modified: trunk/themes/shamino_com/templates/top.tmpl =================================================================== --- trunk/themes/shamino_com/templates/top.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/shamino_com/templates/top.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <!-- The logo --> <div id="logo"><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>" Modified: trunk/themes/smaller/templates/actionbar.tmpl =================================================================== --- trunk/themes/smaller/templates/actionbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/smaller/templates/actionbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php if (!$WikiTheme->DUMP_MODE) { // Only [Info] button when not signed in. // The rest behind Info Modified: trunk/themes/smaller/templates/info.tmpl =================================================================== --- trunk/themes/smaller/templates/info.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/smaller/templates/info.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> - <?php echo Template("default/info") ?> <div id="actionbuttons"> Modified: trunk/themes/smaller/templates/navbar.tmpl =================================================================== --- trunk/themes/smaller/templates/navbar.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/smaller/templates/navbar.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -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?>"> Modified: trunk/themes/smaller/templates/signin.tmpl =================================================================== --- trunk/themes/smaller/templates/signin.tmpl 2012-09-28 15:13:25 UTC (rev 8306) +++ trunk/themes/smaller/templates/signin.tmpl 2012-09-28 15:21:25 UTC (rev 8307) @@ -1,6 +1,4 @@ -<?php // -*-php-*- -// $Id$ - +<?php if (empty($FORMNAME)) $FORMNAME = 'signin'; else @@ -55,4 +53,4 @@ <?php } ?> <?php if (empty($NOFORM)) { ?> </form> -<?php } ?> \ No newline at end of file +<?php } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |