2010-06-16 10:55:20 +00:00
|
|
|
<?php
|
|
|
|
header('Content-Type: text/html; charset='.CHARSET);
|
2010-06-17 15:34:56 +00:00
|
|
|
require_once realpath(dirname(__FILE__)).'/../field_administrateur.php';
|
|
|
|
require_once realpath(dirname(__FILE__)).'/../field_mandataire.php';
|
2010-06-16 10:55:20 +00:00
|
|
|
?>
|
|
|
|
<label>Complément, huissier, opposition, etc...</label>
|
|
|
|
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|