my $tag = shift;
# tag interdits en xhtml
+ print STDERR "${red}XHTML error: ${yel}<$1> (majuscules) ${blu}($file)${gra}\n"
+ if($tag =~ /^((?:[A-Z]+[a-z]*)+)( |$)/);
print STDERR "${red}XHTML error: ${yel}<$1> ${blu}($file)${gra}\n"
if($tag =~ /^(b|i|u|big|small|font|center)( |$)/);
print STDERR "${red}XHTML error: ${yel}<$1> sans '/' ${blu}($file)${gra}\n"
if($tag =~ /^(br|hr|img|link|input)( [^\/]*)?$/);
+ print STDERR "${red}XHTML error: ${yel}attribut $1 sans = ${blu}($file)${gra}\n"
+ if($tag =~ / (checked|disabled|multiple|readonly)( |$)/);
print STDERR "${red}XHTML error: ${yel}attribut $1 ${blu}($file)${gra}\n"
if($tag =~ / (align|width|border|color|valign)=/);
-{* $Id: index.tpl,v 1.2 2004-07-17 11:23:10 x2000habouzit Exp $ *}
+{* $Id: index.tpl,v 1.3 2004-07-17 12:21:02 x2000habouzit Exp $ *}
<div class="rubrique">
Micropaiments
versement.
<br /><br />
</p>
- <table class="bicol" width="98%">
+ <table class="bicol">
<tr>
<th colspan="2">Effectuer un télépaiement</th>
</tr>