From: <var...@us...> - 2014-06-13 12:19:55
|
Revision: 8906 http://sourceforge.net/p/phpwiki/code/8906 Author: vargenau Date: 2014-06-13 12:19:46 +0000 (Fri, 13 Jun 2014) Log Message: ----------- Remove comments in templates Modified Paths: -------------- trunk/themes/Crao/templates/body.tmpl trunk/themes/MonoBook/templates/body.tmpl trunk/themes/Portland/templates/body.tmpl trunk/themes/Sidebar/templates/body.tmpl trunk/themes/Sidebar/templates/search.tmpl trunk/themes/Wordpress/templates/body.tmpl trunk/themes/blog/templates/body.tmpl trunk/themes/blog/templates/browse-footer.tmpl trunk/themes/blog/templates/browse.tmpl trunk/themes/default/templates/body.tmpl trunk/themes/default/templates/search.tmpl trunk/themes/wikilens/templates/body.tmpl Modified: trunk/themes/Crao/templates/body.tmpl =================================================================== --- trunk/themes/Crao/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Crao/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,4 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="header"><?php // for top toolbars style sheet ?> <?php echo Template('top') ?> </div> Modified: trunk/themes/MonoBook/templates/body.tmpl =================================================================== --- trunk/themes/MonoBook/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/MonoBook/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,7 +1,7 @@ <?php // Todo: set the body attr dynamically. here class="ns-2" for mozilla ?> -<body <?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="global-wrapper"> <div id="column-content"> <div id="content"> Modified: trunk/themes/Portland/templates/body.tmpl =================================================================== --- trunk/themes/Portland/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Portland/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,4 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <!-- Page title and logo --> <h1><a class="wikilink" href="<?php echo WikiURL(HOME_PAGE)?>" Modified: trunk/themes/Sidebar/templates/body.tmpl =================================================================== --- trunk/themes/Sidebar/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Sidebar/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,7 +1,4 @@ -<?php -// Set the body attr dynamically. here class="ns-2" for Mozilla -?> - <body <?php echo $WikiTheme->getMoreAttr('body') ?>> + <body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="global-wrapper"> <div id="column-content"> <div id="content"> Modified: trunk/themes/Sidebar/templates/search.tmpl =================================================================== --- trunk/themes/Sidebar/templates/search.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Sidebar/templates/search.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,3 @@ -<!--{{{ LiveSearch --> <div id="searchholder"> <form id="searchform" action="<?php echo WikiURL(_("FindPage"))?>" method="get" accept-charset="UTF-8" style="display:inline" class="searchform"> @@ -34,4 +33,3 @@ <?php } ?> <?php echo $SEARCH_AFTER ?> </form> </div> -<!--}}}--> Modified: trunk/themes/Wordpress/templates/body.tmpl =================================================================== --- trunk/themes/Wordpress/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/Wordpress/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,16 +1,9 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <!-- Page title --> <h1 id="header"><?php echo $HEADER ?></h1> <!-- Page title and logo --> -<!-- -<h1><a class="wikilink" - href="<?php echo WikiURL(HOME_PAGE)?>" - ><img src="<?php echo $WikiTheme->getImageURL('logo')?>" - alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" - align="bottom" /></a> <?php echo $HEADER?></h1> ---> <?php echo $CONTENT ?> <?php echo Template('navbar') ?> <!-- RELATEDPAGES were here. --> Modified: trunk/themes/blog/templates/body.tmpl =================================================================== --- trunk/themes/blog/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/blog/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,26 +1,20 @@ -<body <?php echo $WikiTheme->getMoreAttr('body') ?>> -<!--{{{ Page--> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="page"> <?php echo Template('top') ?> <?php // $CONTENT includes browse.tmpl ?> -<!--{{{ PageTitle--> <div id="pagetitle"> <h1 id="pagetitleText"><?php echo $HEADER ?></h1></div> -<!--}}}--> <div id="bodyContent"> <?php echo $CONTENT?> </div> -<!--{{{ Bottom errors and debugging info--> <div id="bottom"> <?php echo Template('bottom') ?> </div> -<!--}}}--> -<!--{{{ Footer--> <div id="footer"> <?php echo Template('browse-footer') ?> -</div><!--}}} Footer--> +</div> -</div><!--}}} Page--> +</div> </body> Modified: trunk/themes/blog/templates/browse-footer.tmpl =================================================================== --- trunk/themes/blog/templates/browse-footer.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/blog/templates/browse-footer.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,6 +1,5 @@ -<!--{{{ Edit Date--> <p class="editdate"> <?php if( $page->getName() != _("HomePage")) { ?> <?php echo $WikiTheme->getOwnerMessage($page) ?> <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?><br /> <?php } ?> -This site is powered by <a href="http://phpwiki.sourceforge.net">PhpWiki</a>. Page design based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>,<br />adapted by <a href="http://the.taoofmac.com">Rui Carmo</a> from an original design by <a href="http://binarybonsai.com">Michael Heilemann</a>.</p><!--}}} Edit Date--> +This site is powered by <a href="http://phpwiki.sourceforge.net">PhpWiki</a>. Page design based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>,<br />adapted by <a href="http://the.taoofmac.com">Rui Carmo</a> from an original design by <a href="http://binarybonsai.com">Michael Heilemann</a>.</p> Modified: trunk/themes/blog/templates/browse.tmpl =================================================================== --- trunk/themes/blog/templates/browse.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/blog/templates/browse.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -11,20 +11,14 @@ <p><?php echo $redirected ?></p> <?php } ?> -<!--{{{ Content--> <div id="content" class="narrowcolumn"> <?php echo $CONTENT?> -<!--{{{ Comments--> <div class="comments"> </div> -<!--}}} Comments--> <hr class="printer" /> -<!--}}} Content--> </div> -<!--{{{ Sidebar--> <?php echo Template('sidebar')?> -<!--}}}--> Modified: trunk/themes/default/templates/body.tmpl =================================================================== --- trunk/themes/default/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/default/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,4 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <div id="header"> <?php echo Template('top') ?> Modified: trunk/themes/default/templates/search.tmpl =================================================================== --- trunk/themes/default/templates/search.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/default/templates/search.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,3 @@ -<!--{{{ LiveSearch --> <?php // -*- php -*- ?> <div id="searchholder"> <form id="searchform" action="<?php echo WikiURL(_("TitleSearch"))?>" method="get" accept-charset="UTF-8" style="display:inline" class="searchform"> @@ -34,4 +33,3 @@ <?php } ?> <?php echo empty($SEARCH_AFTER) ? '' : $SEARCH_AFTER ?> </form> </div> -<!--}}}--> Modified: trunk/themes/wikilens/templates/body.tmpl =================================================================== --- trunk/themes/wikilens/templates/body.tmpl 2014-06-13 12:01:58 UTC (rev 8905) +++ trunk/themes/wikilens/templates/body.tmpl 2014-06-13 12:19:46 UTC (rev 8906) @@ -1,4 +1,4 @@ -<body<?php echo $WikiTheme->getMoreAttr('body') ?>> +<body <?php echo $WikiTheme->getMoreAttr('body') ?> > <table><tr><td colspan="2" class="header"> <div id="header"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |