7 lines
345 B
PHP
7 lines
345 B
PHP
<?php
|
|
header('Content-Type: text/html; charset='.CHARSET);
|
|
require_once realpath(dirname(__FILE__)).'/../field_administrateur.php';
|
|
require_once realpath(dirname(__FILE__)).'/../field_mandataire.php';
|
|
?>
|
|
<label>Complément, huissier, opposition, etc...</label>
|
|
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />
|