7 lines
300 B
PHP
7 lines
300 B
PHP
|
<?php
|
|||
|
include_once(realpath(dirname(__FILE__).'/constantes.php'));
|
|||
|
header('Content-Type: text/html; charset=ISO-8859-1');
|
|||
|
?>
|
|||
|
|
|||
|
<label>Complément, huissier, opposition, etc...</label>
|
|||
|
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="Commissaire <20> l'execution du plan" />
|