GiamDoc 7063
| Posté : 16-05-2006 20:45
function error($ibid, $car) {
global $sform_path;
//echo "<LINK rel=\"StyleSheet\" HREF=\"".$sform_path."sform.css\" TYPE=\"text/css\">";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\" class=\"LIGNA\"><tr><td>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"2\" class=\"LIGNB\">";
echo "<tr class=\"LIGNA\"><td>";
echo "champ : $ibid => valeur non conforme : ".stripslashes($car)."<br /><br />";
if ($this->form_method=="") {$this->form_method="post";}
echo "<form action=\"".$this->url."\" method=\"".$this->form_method."\" name=\"".$this->form_title."\" enctype=\"multipart/form-data\">";
echo $this->print_form_hidden();
echo " <input class=\"BOUTON_STANDARD\" type=\"submit\" name=\"sformret\" value=\"Retour\"></form>";
echo "</td></tr></table>";
echo "</td></tr></table>";
}
|