From: <var...@us...> - 2012-11-14 14:28:16
|
Revision: 8437 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8437&view=rev Author: vargenau Date: 2012-11-14 14:28:09 +0000 (Wed, 14 Nov 2012) Log Message: ----------- No table summary in HTML 5 Modified Paths: -------------- trunk/themes/Crao/templates/top.tmpl trunk/themes/MonoBook/templates/info.tmpl trunk/themes/Portland/templates/editpage.tmpl trunk/themes/Portland/templates/navbar.tmpl trunk/themes/Wordpress/templates/editpage.tmpl trunk/themes/blog/templates/actionbar.tmpl trunk/themes/default/templates/actionbar.tmpl trunk/themes/default/templates/editpage.tmpl trunk/themes/default/templates/info.tmpl trunk/themes/fusionforge/templates/editpage.tmpl trunk/themes/smaller/templates/actionbar.tmpl Modified: trunk/themes/Crao/templates/top.tmpl =================================================================== --- trunk/themes/Crao/templates/top.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/Crao/templates/top.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -3,8 +3,7 @@ if (!$HIDE_TOOLBARS) { ?> <!-- The logo --> -<table summary="logo" - width="100%" cellpadding="0" cellspacing="0" border="0"> +<table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="middle"> <td><div id="logo"><a href="<?php echo WikiURL(HOME_PAGE)?>"><?php echo WIKI_NAME?></a></div></td> <td><div id="signin"><?php echo Template('signin') ?></div></td> Modified: trunk/themes/MonoBook/templates/info.tmpl =================================================================== --- trunk/themes/MonoBook/templates/info.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/MonoBook/templates/info.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -88,7 +88,7 @@ } ?> -<table summary="<?php echo $tableSummary ?>" class="pageinfo"> +<table class="pageinfo"> <?php if (!$is_current) { ?> <tr> Modified: trunk/themes/Portland/templates/editpage.tmpl =================================================================== --- trunk/themes/Portland/templates/editpage.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/Portland/templates/editpage.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -10,7 +10,7 @@ <form method="post" name="editpage" action="<?php echo $request->getPostURL() ?>" accept-charset="<?php echo CHARSET?>"> -<table summary="Toolbar: Save, Preview, and edit warnings." class="toolbar" width="100%" +<table class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr align="bottom"> <td> Modified: trunk/themes/Portland/templates/navbar.tmpl =================================================================== --- trunk/themes/Portland/templates/navbar.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/Portland/templates/navbar.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -14,8 +14,7 @@ CSSs float:left; and float:right;. However float:right; seems to cause MSIE4.01/NT to hang. So, we use tables... --> -<table summary="Toolbar 1: Navigation and user login." - class="toolbar" width="100%" +<table class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0" id="actionbar"> <tr valign="baseline"> Modified: trunk/themes/Wordpress/templates/editpage.tmpl =================================================================== --- trunk/themes/Wordpress/templates/editpage.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/Wordpress/templates/editpage.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -13,7 +13,7 @@ action="<?php echo $request->getPostURL() ?>" accept-charset="<?php echo CHARSET?>"> <?php if (!empty($_GET['start_debug'])) echo '<input type="hidden" name="start_debug" value="1" >'; ?> -<table summary="Toolbar: Save, Preview, and edit warnings." class="toolbar" width="100%" +<table class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr align="bottom"> <td> Modified: trunk/themes/blog/templates/actionbar.tmpl =================================================================== --- trunk/themes/blog/templates/actionbar.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/blog/templates/actionbar.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -1,5 +1,4 @@ -<table summary="Toolbar: Mani Navigation" - width="100%" cellpadding="0" cellspacing="0" border="0"> +<table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="baseline"> <td> <div class="actionbuttons"> Modified: trunk/themes/default/templates/actionbar.tmpl =================================================================== --- trunk/themes/default/templates/actionbar.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/default/templates/actionbar.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -4,8 +4,7 @@ * CSSs float:left; and float:right;. However float:right; seems * to cause MSIE4.01/NT to hang. * So, we use tables... */ ?> -<table summary="Toolbar 1: Page actions and user login." - width="100%" cellpadding="0" cellspacing="0" border="0"> +<table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="baseline"> <td> <div id="actionbuttons"> Modified: trunk/themes/default/templates/editpage.tmpl =================================================================== --- trunk/themes/default/templates/editpage.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/default/templates/editpage.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -53,7 +53,7 @@ <?php echo $CAPTCHA_LABEL ?><?php echo $CAPTCHA_INPUT ?> </div> <?php } ?> -<table summary="Toolbar: Page editing options." class="toolbar" width="100%" +<table class="toolbar" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="middle"> <td> Modified: trunk/themes/default/templates/info.tmpl =================================================================== --- trunk/themes/default/templates/info.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/default/templates/info.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -61,7 +61,6 @@ $label['summary'] = _("Summary") . _(":"); } -$tableSummary = fmt("Statistics about %s.", $page->getName()); $Sep = $WikiTheme->getButtonSeparator(); $perm_tree = pagePermissions($page->getName()); @@ -75,7 +74,7 @@ } ?> -<table summary="<?php echo $tableSummary ?>" class="pageinfo"> +<table class="pageinfo"> <?php if (!$is_current) { ?> <tr> @@ -152,7 +151,7 @@ if ($page->get('pagetype') == 'wikiblog') { $pagetype []= _("Blog page"); } -if ($page->getName() == _("InterWikiMap")) { +if ($page->getName() == __("InterWikiMap")) { $pagetype []= _("InterWikiMap"); } if (isSubPage($page->getName())) { Modified: trunk/themes/fusionforge/templates/editpage.tmpl =================================================================== --- trunk/themes/fusionforge/templates/editpage.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/fusionforge/templates/editpage.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -76,7 +76,7 @@ <div style="text-align: center;"> <label for="edit-summary"><?php echo _("Summary").':'?></label> <?php echo $SUMMARY_INPUT?> </div> -<table summary="Toolbar: Page editing options." class="fullwidth"> +<table class="fullwidth"> <tr valign="middle"> <td> <?php echo $MINOR_EDIT_CB ?> <label for="edit-minor_edit"><?php echo _("This is a minor change.")?></label><br /> Modified: trunk/themes/smaller/templates/actionbar.tmpl =================================================================== --- trunk/themes/smaller/templates/actionbar.tmpl 2012-11-14 14:14:24 UTC (rev 8436) +++ trunk/themes/smaller/templates/actionbar.tmpl 2012-11-14 14:28:09 UTC (rev 8437) @@ -8,8 +8,7 @@ * CSSs float:left; and float:right;. However float:right; seems * to cause MSIE4.01/NT to hang. * So, we use tables... */ ?> -<table summary="Toolbar 1: Page actions and user login." - width="100%" cellpadding="0" cellspacing="0" border="0"> +<table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="baseline"> <td> <div id="actionbuttons"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |