From: <var...@us...> - 2010-06-26 18:15:32
|
Revision: 7579 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7579&view=rev Author: vargenau Date: 2010-06-26 18:15:25 +0000 (Sat, 26 Jun 2010) Log Message: ----------- No target _top Modified Paths: -------------- trunk/themes/Crao/templates/navbar.tmpl trunk/themes/MacOSX/themeinfo.php trunk/themes/MonoBook/templates/logo.tmpl trunk/themes/Portland/templates/debug.tmpl trunk/themes/Portland/themeinfo.php trunk/themes/Sidebar/templates/debug.tmpl trunk/themes/Sidebar/templates/logo.tmpl trunk/themes/blog/templates/debug.tmpl trunk/themes/blog/themeinfo.php trunk/themes/shamino_com/templates/debug.tmpl trunk/themes/shamino_com/templates/top.tmpl trunk/themes/wikilens/templates/top.tmpl Modified: trunk/themes/Crao/templates/navbar.tmpl =================================================================== --- trunk/themes/Crao/templates/navbar.tmpl 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/Crao/templates/navbar.tmpl 2010-06-26 18:15:25 UTC (rev 7579) @@ -2,8 +2,8 @@ // rcs_id('$Id$'); ?> <!-- The top navigation/search bar --> -<form action="<?= WikiURL(_("TitleSearch"))?>" target="_top" - method="get" accept-charset="<?=$charset?>" id="searchform" name="searchform"> +<form action="<?= WikiURL(_("TitleSearch"))?>" + method="get" accept-charset="<?=$charset?>" id="searchform"> <input type="hidden" name="auto_redirect" value="1" /> <?php if (! USE_PATH_INFO) { ?> <input type="hidden" name="pagename" value="<?=_("TitleSearch")?>" /> Modified: trunk/themes/MacOSX/themeinfo.php =================================================================== --- trunk/themes/MacOSX/themeinfo.php 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/MacOSX/themeinfo.php 2010-06-26 18:15:25 UTC (rev 7579) @@ -87,8 +87,6 @@ $link->unshiftContent(HTML::u($this->maybeSplitWikiWord($default_text))); $link->setAttr('class', 'wikiunknown'); } - if ($request->getArg('frame')) - $link->setAttr('target', '_top'); return $link; } Modified: trunk/themes/MonoBook/templates/logo.tmpl =================================================================== --- trunk/themes/MonoBook/templates/logo.tmpl 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/MonoBook/templates/logo.tmpl 2010-06-26 18:15:25 UTC (rev 7579) @@ -1,6 +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="<?= +<div class="portlet" id="p-logo"><a class="wikilink" href="<?=WikiURL(HOME_PAGE)?>"><img src="<?= $WikiTheme->getImageURL('logo') ?>" id="logo-img" alt="<?= fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div> <div id="img-logo-right" /> Modified: trunk/themes/Portland/templates/debug.tmpl =================================================================== --- trunk/themes/Portland/templates/debug.tmpl 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/Portland/templates/debug.tmpl 2010-06-26 18:15:25 UTC (rev 7579) @@ -4,8 +4,8 @@ <?php global $RUNTIMER; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> -<div 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> +<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> +<a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a> </div> </td><td> <span class="debug"><?=fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span> Modified: trunk/themes/Portland/themeinfo.php =================================================================== --- trunk/themes/Portland/themeinfo.php 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/Portland/themeinfo.php 2010-06-26 18:15:25 UTC (rev 7579) @@ -37,8 +37,6 @@ $link->unshiftContent(HTML::u($this->maybeSplitWikiWord($default_text))); $link->setAttr('class', 'wikiunknown'); } - if ($request->getArg('frame')) - $link->setAttr('target', '_top'); return $link; } Modified: trunk/themes/Sidebar/templates/debug.tmpl =================================================================== --- trunk/themes/Sidebar/templates/debug.tmpl 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/Sidebar/templates/debug.tmpl 2010-06-26 18:15:25 UTC (rev 7579) @@ -5,12 +5,12 @@ <table width="%100" border="0" cellpadding="0" cellspacing="0"> <tr><td> <?php /* Note: The Portland theme's debug.tmpl overrides this file with it's own non-graphical variant. */ ?> -<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer" target="_top"><img - id="xhtml" border="0" +<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img + id="xhtml" src="<?=$WikiTheme->_findData('buttons/valid-xhtml10.png')?>" alt="Valid XHTML 1.0!" height="31" width="88" /></a> -<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top"><img - id="css" border="0" +<a href="http://jigsaw.w3.org/css-validator/check/referer"><img + id="css" src="<?=$WikiTheme->_findData('buttons/vcss.png')?>" alt="Valid CSS!" height="31" width="88" /></a> </div> Modified: trunk/themes/Sidebar/templates/logo.tmpl =================================================================== --- trunk/themes/Sidebar/templates/logo.tmpl 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/Sidebar/templates/logo.tmpl 2010-06-26 18:15:25 UTC (rev 7579) @@ -1,5 +1,5 @@ <?php // -*-php-*- // rcs_id('$Id$'); ?> -<div class="portlet" id="p-logo"><a class="wikilink" href="<?=WikiURL(HOME_PAGE)?>" target="_top" title="Visit the Home Page [<?= $WikiTheme->tooltipAccessKeyPrefix() ?>-z]" accesskey="z"><span class="logo"><?= WIKI_NAME ?></span></a></div> -<img id="img-logo-right" src="<?= $WikiTheme->_findData('images/wiki_stamp.png')?>" alt="This is a WIKI! Edit every page" align="right" height="86" width="86" border="0" /> +<div class="portlet" id="p-logo"><a class="wikilink" href="<?=WikiURL(HOME_PAGE)?>" title="Visit the Home Page [<?= $WikiTheme->tooltipAccessKeyPrefix() ?>-z]" accesskey="z"><span class="logo"><?= WIKI_NAME ?></span></a></div> +<img id="img-logo-right" src="<?= $WikiTheme->_findData('images/wiki_stamp.png')?>" alt="This is a WIKI! Edit every page" align="right" height="86" width="86" /> Modified: trunk/themes/blog/templates/debug.tmpl =================================================================== --- trunk/themes/blog/templates/debug.tmpl 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/blog/templates/debug.tmpl 2010-06-26 18:15:25 UTC (rev 7579) @@ -2,6 +2,6 @@ // 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> +<p align="center" id="xhtml-validator"><a href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS!</a> <span class="debug"><?=fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span> </p> Modified: trunk/themes/blog/themeinfo.php =================================================================== --- trunk/themes/blog/themeinfo.php 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/blog/themeinfo.php 2010-06-26 18:15:25 UTC (rev 7579) @@ -115,8 +115,6 @@ $link->pushContent($this->maybeSplitWikiWord($default_text)); $link->setAttr('class', 'wiki'); } - if ($request->getArg('frame')) - $link->setAttr('target', '_top'); return $link; } Modified: trunk/themes/shamino_com/templates/debug.tmpl =================================================================== --- trunk/themes/shamino_com/templates/debug.tmpl 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/shamino_com/templates/debug.tmpl 2010-06-26 18:15:25 UTC (rev 7579) @@ -4,7 +4,7 @@ <!-- shamino.com debug --> <div class="debug"> <?php global $RUNTIMER; ?> -<span id="xhtml-validator"><a class="wikilink" href="http://validator.w3.org/check/referer" target="_top">Valid XHTML 1.0</a> <a class="wikilink" href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">Valid CSS</a> +<span id="xhtml-validator"><a class="wikilink" href="http://validator.w3.org/check/referer">Valid XHTML 1.0</a> <a class="wikilink" href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a> </span> <span><?=fmt("Page Execution took %s seconds", $RUNTIMER->getStats()) ?> <?php $mem = @getMemoryUsage(); if ($mem) { ?> Modified: trunk/themes/shamino_com/templates/top.tmpl =================================================================== --- trunk/themes/shamino_com/templates/top.tmpl 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/shamino_com/templates/top.tmpl 2010-06-26 18:15:25 UTC (rev 7579) @@ -3,13 +3,13 @@ ?> <!-- The logo --> <div id="logo"><a class="wikilink" - href="<?=WikiURL(HOME_PAGE)?>" target="_top" + href="<?=WikiURL(HOME_PAGE)?>" ><img src="<?=$WikiTheme->getImageURL('logo')?>" id="logo-img" border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" align="right" /></a></div> <!-- The top navigation/search bar --> <div class="wikinavbar"> -<a class="wikilink" href="<?=WikiURL(HOME_PAGE)?>" target="_top"> +<a class="wikilink" href="<?=WikiURL(HOME_PAGE)?>"> <?= WIKI_NAME ?></a> - <!-- Wiki description here --> <!-- Page title --> Modified: trunk/themes/wikilens/templates/top.tmpl =================================================================== --- trunk/themes/wikilens/templates/top.tmpl 2010-06-26 15:00:16 UTC (rev 7578) +++ trunk/themes/wikilens/templates/top.tmpl 2010-06-26 18:15:25 UTC (rev 7579) @@ -6,7 +6,7 @@ <div id="logo" style="height: 51px; background-image: url(<?=$WikiTheme->getImageURL('splice')?>); background-repeat: repeat-x;" ><a class="wikilink" - href="<?=WikiURL(HOME_PAGE)?>" target="_top" + href="<?=WikiURL(HOME_PAGE)?>" ><img src="<?=$WikiTheme->getImageURL('logo')?>" id="logo-img" border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" align="right" /></a> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |