From: <var...@us...> - 2010-06-24 15:25:38
|
Revision: 7569 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7569&view=rev Author: vargenau Date: 2010-06-24 15:25:31 +0000 (Thu, 24 Jun 2010) Log Message: ----------- No "clear" attribute for <br> Modified Paths: -------------- trunk/themes/Crao/templates/editpage.tmpl trunk/themes/Crao/templates/wikiblog.tmpl trunk/themes/MonoBook/templates/viewsource.tmpl trunk/themes/Portland/templates/browse.tmpl trunk/themes/Portland/templates/debug.tmpl trunk/themes/Sidebar/templates/debug.tmpl trunk/themes/Wordpress/templates/browse.tmpl trunk/themes/blog/templates/viewsource.tmpl trunk/themes/blog/templates/wikiblog.tmpl trunk/themes/default/templates/comment.tmpl trunk/themes/default/templates/debug.tmpl trunk/themes/default/templates/editpage.tmpl trunk/themes/default/templates/login.tmpl trunk/themes/default/templates/viewsource.tmpl trunk/themes/default/templates/wikiblog.tmpl trunk/themes/gforge/templates/debug.tmpl trunk/themes/gforge/templates/editpage.tmpl trunk/themes/shamino_com/templates/debug.tmpl Modified: trunk/themes/Crao/templates/editpage.tmpl =================================================================== --- trunk/themes/Crao/templates/editpage.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/Crao/templates/editpage.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -31,7 +31,7 @@ accept-charset="<?=CHARSET?>"> <?php if (!empty($_GET['start_debug'])) echo '<input type="hidden" name="start_debug" value="1" >'; ?> <?php /* To clear beyond a larger logo, such as in the Hawaiian theme */ ?> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> <table width="100%"> <tr><td><?= $EDIT_TOOLBAR ?></td> <td align="right"><div id="editarea-size"> Modified: trunk/themes/Crao/templates/wikiblog.tmpl =================================================================== --- trunk/themes/Crao/templates/wikiblog.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/Crao/templates/wikiblog.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -29,7 +29,7 @@ <div class="wikiblog-header"> <strong class="floatleft"><?= WikiLink($page, 'known', $CDATE) ?></strong> <strong class="floatright"><?= WikiLink($BLOG_CREATOR, 'if_known') ?></strong> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> </div> <div class="wikiblog-body"> <?php if ($rev->get('summary')) { ?> @@ -42,7 +42,7 @@ <div class="wikiblog-footer"> <?= $buttons ?> <?= $modified ?> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> </div> <?php } ?> Modified: trunk/themes/MonoBook/templates/viewsource.tmpl =================================================================== --- trunk/themes/MonoBook/templates/viewsource.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/MonoBook/templates/viewsource.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -14,8 +14,7 @@ <!-- Dummy form else NS4 does not like the textarea --> <form method="post" action="<?=$request->getPostURL()?>" accept-charset="<?=CHARSET?>"> <?php /* To clear beyond a larger logo, such as in the Hawaiian theme */ ?> -<br clear="all" class="clear-floats" /> -<!-- wrap=virtual is not HTML4, but without it NS4 does not wrap long lines --> +<br class="clear-floats" /> <textarea class="wikiedit" name="content" rows="<?=$request->getPref('editHeight')?>" Modified: trunk/themes/Portland/templates/browse.tmpl =================================================================== --- trunk/themes/Portland/templates/browse.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/Portland/templates/browse.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -2,7 +2,7 @@ // rcs_id('$Id$'); ?> -<br clear="all" class="clear-floats" /> +<br class="clear-floats" /> <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?=_("Note:")?></strong> Modified: trunk/themes/Portland/templates/debug.tmpl =================================================================== --- trunk/themes/Portland/templates/debug.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/Portland/templates/debug.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -10,5 +10,4 @@ </td><td> <span class="debug"><?=fmt("Page Execution took %s seconds", $RUNTIMER->getStats())?></span> </td></tr></table> -<?php // This keeps the valid XHTML! icons from "hanging off the bottom of the screen" ?> -<br clear="all" class="clear-floats" /> +<br class="clear-floats" /> Modified: trunk/themes/Sidebar/templates/debug.tmpl =================================================================== --- trunk/themes/Sidebar/templates/debug.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/Sidebar/templates/debug.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -19,5 +19,4 @@ <? if (substr(PHP_OS,0,3) != 'WIN') { $mem = @getMemoryUsage(); PrintXml(fmt(", Memory: %s", $mem)); } ?> </span> </td></tr></table> -<?php // This keeps the valid XHTML! icons from "hanging off the bottom of the screen" ?> -<br clear="all" class="clear-floats" /> +<br class="clear-floats" /> Modified: trunk/themes/Wordpress/templates/browse.tmpl =================================================================== --- trunk/themes/Wordpress/templates/browse.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/Wordpress/templates/browse.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -2,7 +2,7 @@ // rcs_id('$Id$'); ?> -<br clear="all" class="clear-floats" /> +<br class="clear-floats" /> <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?=_("Note:")?></strong> Modified: trunk/themes/blog/templates/viewsource.tmpl =================================================================== --- trunk/themes/blog/templates/viewsource.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/blog/templates/viewsource.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -16,8 +16,7 @@ <!-- Dummy form else NS4 does not like the textarea --> <form method="post" id="editcontent" action="<?=$request->getPostURL()?>" accept-charset="<?=CHARSET?>"> -<?php /* To clear beyond a larger logo, such as in the Hawaiian theme */ ?> -<!br clear="all" class="clear-floats" /> +<br class="clear-floats" /> <textarea class="wikiedit" name="content" rows="<?=$request->getPref('editHeight')?>" Modified: trunk/themes/blog/templates/wikiblog.tmpl =================================================================== --- trunk/themes/blog/templates/wikiblog.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/blog/templates/wikiblog.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -27,7 +27,7 @@ <!-- <div class="wikiblog-header"> <strong class="floatleft"><?= WikiLink($page, 'known', $CDATE) ?></strong> <strong class="floatright"><?= WikiLink($BLOG_CREATOR, 'if_known') ?></strong> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> </div> --> <div class="wikiblog-body"> <?php if ($rev->get('summary')) { ?> @@ -40,7 +40,7 @@ <div class="wikiblog-footer"> <?= $buttons ?> <?= $modified ?> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> </div> <?php } ?> Modified: trunk/themes/default/templates/comment.tmpl =================================================================== --- trunk/themes/default/templates/comment.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/default/templates/comment.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -26,13 +26,13 @@ <div class="wikicomment-footer"> <span class="floatright"> <?= fmt("%s by %s", WikiLink($page, 'known', $CDATE), WikiLink($COMMENT_CREATOR, 'if_known')) ?></span> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> </div> <?php if ($buttons or $modified) { ?> <div class="floatright"> <?= $buttons ?> <?= $modified ?> - <br clear="all" /> + <br class="clear-floats" /> </div> <?php } ?> <div class="wikicomment-body"> Modified: trunk/themes/default/templates/debug.tmpl =================================================================== --- trunk/themes/default/templates/debug.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/default/templates/debug.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -21,5 +21,4 @@ <? } ?> </span> </td></tr></table> -<?php // This keeps the valid XHTML! icons from "hanging off the bottom of the screen" ?> -<br clear="all" class="clear-floats" /> +<br class="clear-floats" /> Modified: trunk/themes/default/templates/editpage.tmpl =================================================================== --- trunk/themes/default/templates/editpage.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/default/templates/editpage.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -33,7 +33,7 @@ accept-charset="<?=CHARSET?>"> <?php if (!empty($_GET['start_debug'])) echo '<input type="hidden" name="start_debug" value="1" >'; ?> <?php /* To clear beyond a larger logo, such as in the Hawaiian theme */ ?> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> <table width="100%"> <tr><td><?= $EDIT_TOOLBAR ?></td> <td align="right"><div id="editarea-size"> Modified: trunk/themes/default/templates/login.tmpl =================================================================== --- trunk/themes/default/templates/login.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/default/templates/login.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -5,7 +5,6 @@ <p><strong><?=$fail_message?></strong></p> <hr noshade="noshade" /> <?php } ?> -<?php /* br past the logo */ ?> <br class="clear-floats" /> <?php Modified: trunk/themes/default/templates/viewsource.tmpl =================================================================== --- trunk/themes/default/templates/viewsource.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/default/templates/viewsource.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -15,7 +15,7 @@ <!-- Dummy form else NS4 does not like the textarea --> <form method="post" action="<?=$request->getPostURL()?>" accept-charset="<?=CHARSET?>"> <?php /* To clear beyond a larger logo, such as in the Hawaiian theme */ ?> -<br clear="all" class="clear-floats" /> +<br class="clear-floats" /> <textarea class="wikiedit" name="content" rows="<?=$request->getPref('editHeight')?>" Modified: trunk/themes/default/templates/wikiblog.tmpl =================================================================== --- trunk/themes/default/templates/wikiblog.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/default/templates/wikiblog.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -25,7 +25,7 @@ <!-- <div class="wikiblog-header"> <strong class="floatleft"><?= WikiLink($page, 'known', $CDATE) ?></strong> <strong class="floatright"><?= WikiLink($BLOG_CREATOR, 'if_known') ?></strong> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> </div> --> <div class="wikiblog-body"> <?php if ($rev->get('summary')) { ?> @@ -38,7 +38,7 @@ <div class="wikiblog-footer"> <?= $buttons ?> <?= $modified ?> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> </div> <?php } ?> Modified: trunk/themes/gforge/templates/debug.tmpl =================================================================== --- trunk/themes/gforge/templates/debug.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/gforge/templates/debug.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -10,4 +10,4 @@ <?php } ?> </span> </td></tr></table> -<br clear="all" class="clear-floats" /> +<br class="clear-floats" /> Modified: trunk/themes/gforge/templates/editpage.tmpl =================================================================== --- trunk/themes/gforge/templates/editpage.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/gforge/templates/editpage.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -28,7 +28,7 @@ accept-charset="<?=CHARSET?>"> <?php if (!empty($_GET['start_debug'])) echo '<input type="hidden" name="start_debug" value="1" >'; ?> <?php /* To clear beyond a larger logo, such as in the Hawaiian theme */ ?> - <br clear="all" class="clear-floats" /> + <br class="clear-floats" /> <table width="100%"> <tr><td><?= $EDIT_TOOLBAR ?></td> <td align="right"><div id="editarea-size"> Modified: trunk/themes/shamino_com/templates/debug.tmpl =================================================================== --- trunk/themes/shamino_com/templates/debug.tmpl 2010-06-24 14:45:19 UTC (rev 7568) +++ trunk/themes/shamino_com/templates/debug.tmpl 2010-06-24 15:25:31 UTC (rev 7569) @@ -10,4 +10,4 @@ <?php $mem = @getMemoryUsage(); if ($mem) { ?> <?=fmt(", Memory: %s", $mem) ?> <?php } ?></span></div> -<br clear="all" class="clear-floats" /> +<br class="clear-floats" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |