Fix: W3C errors

This commit is contained in:
Laurent Destailleur
2010-07-21 18:24:26 +00:00
parent b3c2a75d4c
commit 2183739757
6 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 20010 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2010 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@@ -62,7 +62,8 @@ function arbre() {
deplier_title = 'Deplier tous les noeuds de l\'arbre' deplier_title = 'Deplier tous les noeuds de l\'arbre'
// Recuperation de tous les arbres de la page // Recuperation de tous les arbres de la page
uls = getElBy('ul','class','arbre'); uls = getElBy('ul','class','arbre');
for (uli=0;uli<uls.length;uli++) { for (uli=0;uli < uls.length;uli++)
{
ul = uls[uli]; ul = uls[uli];
linkSwitch(ul); linkSwitch(ul);
processULEL(ul); processULEL(ul);

View File

@@ -41,7 +41,7 @@ for ($i = 0 ; $i < $num ; $i++)
$var=!$var; $var=!$var;
?> ?>
<tr <?php echo $bc[$var]; ?> ><td> <tr <?php echo $bc[$var]; ?> ><td>
<a href="<?php echo DOL_URL_ROOT.'/commande/fiche.php?id='.$linkedObjectBlock->id.'">'.img_object($langs->trans("ShowOrder"),"order").' '.$linkedObjectBlock->ref; ?></a></td> <a href="<?php echo DOL_URL_ROOT.'/commande/fiche.php?id='.$linkedObjectBlock->id.'">'.img_object($langs->trans("ShowOrder"),"order").' '.$linkedObjectBlock->ref; ?>"></a></td>
<td align="center"><?php echo dol_print_date($linkedObjectBlock->date,'day'); ?></td> <td align="center"><?php echo dol_print_date($linkedObjectBlock->date,'day'); ?></td>
<td align="right"><?php echo price($linkedObjectBlock->total_ht); ?></td> <td align="right"><?php echo price($linkedObjectBlock->total_ht); ?></td>
<td align="right"><?php echo $linkedObjectBlock->getLibStatut(3); ?></td> <td align="right"><?php echo $linkedObjectBlock->getLibStatut(3); ?></td>

View File

@@ -42,7 +42,7 @@ for ($i = 0 ; $i < $num ; $i++)
$var=!$var; $var=!$var;
?> ?>
<tr <?php echo $bc[$var]; ?> ><td> <tr <?php echo $bc[$var]; ?> ><td>
<a href="<?php echo DOL_URL_ROOT.'/compta/facture.php?facid='.$linkedObjectBlock->id.'">'.img_object($langs->trans("ShowBill"),"bill").' '.$linkedObjectBlock->ref; ?></a></td> <a href="<?php echo DOL_URL_ROOT.'/compta/facture.php?facid='.$linkedObjectBlock->id.'">'.img_object($langs->trans("ShowBill"),"bill").' '.$linkedObjectBlock->ref; ?>"></a></td>
<td align="center"><?php echo dol_print_date($linkedObjectBlock->date,'day'); ?></td> <td align="center"><?php echo dol_print_date($linkedObjectBlock->date,'day'); ?></td>
<td align="right"><?php echo price($linkedObjectBlock->total_ht); ?></td> <td align="right"><?php echo price($linkedObjectBlock->total_ht); ?></td>
<td align="right"><?php echo $linkedObjectBlock->getLibStatut(3); ?></td> <td align="right"><?php echo $linkedObjectBlock->getLibStatut(3); ?></td>

View File

@@ -41,7 +41,7 @@ for ($i = 0 ; $i < $num ; $i++)
$var=!$var; $var=!$var;
?> ?>
<tr <?php echo $bc[$var]; ?> ><td> <tr <?php echo $bc[$var]; ?> ><td>
<a href="<?php echo DOL_URL_ROOT.'/contrat/fiche.php?id='.$linkedObjectBlock->id.'">'.img_object($langs->trans("ShowContract"),"contract").' '.$linkedObjectBlock->ref; ?></a></td> <a href="<?php echo DOL_URL_ROOT.'/contrat/fiche.php?id='.$linkedObjectBlock->id.'">'.img_object($langs->trans("ShowContract"),"contract").' '.$linkedObjectBlock->ref; ?>"></a></td>
<td align="center"><?php echo dol_print_date($linkedObjectBlock->date,'day'); ?></td> <td align="center"><?php echo dol_print_date($linkedObjectBlock->date,'day'); ?></td>
<td align="right"><?php echo price($linkedObjectBlock->total_ht); ?></td> <td align="right"><?php echo price($linkedObjectBlock->total_ht); ?></td>
<td align="right"><?php echo $linkedObjectBlock->getLibStatut(3); ?></td> <td align="right"><?php echo $linkedObjectBlock->getLibStatut(3); ?></td>

View File

@@ -132,7 +132,7 @@ function donnefocus() {
<br> <br>
<?php if ($message) { ?> <?php if ($message) { ?>
<table width="90%"><tr><td align="center" style="font-size: 12px;> <table width="90%"><tr><td align="center" style="font-size: 12px;">
<?php echo $message; ?> <?php echo $message; ?>
</td></tr></table><br> </td></tr></table><br>
<?php } ?> <?php } ?>

View File

@@ -128,7 +128,7 @@ function donnefocus() {
<br> <br>
<?php if ($message) { ?> <?php if ($message) { ?>
<table width="90%"><tr><td align="center" style="font-size: 12px;> <table width="90%"><tr><td align="center" style="font-size: 12px;">
<?php echo $message; ?> <?php echo $message; ?>
</td></tr></table><br> </td></tr></table><br>
<?php } ?> <?php } ?>