1 |
<?php |
<?php |
2 |
/* |
/* |
3 |
$Id: dossier.php,v 1.14 2009-12-10 15:24:23 fraynaud Exp $ |
$Id$ |
4 |
*/ |
*/ |
5 |
// INITIALISATION DES VARIABLES |
// INITIALISATION DES VARIABLES |
6 |
include ("../dyn/var.inc"); |
include ("../dyn/var.inc"); |
39 |
$f->isDatabaseError($res); |
$f->isDatabaseError($res); |
40 |
while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){ |
while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){ |
41 |
$existe=1; |
$existe=1; |
42 |
// dossier |
// dossierla |
43 |
echo "<fieldset class=\"cadre ui-corner-all ui-widget-content collapsible\">\n"; |
echo "<fieldset class=\"cadre ui-corner-all ui-widget-content collapsible\">\n"; |
44 |
echo "\t<legend class=\"ui-corner-all ui-widget-content ui-state-active\">"; |
echo "\t<legend class=\"ui-corner-all ui-widget-content ui-state-active\">"; |
45 |
echo _("servitude_point ")."</legend>"; |
echo _("servitude_point ")."</legend>"; |