extranet/www/pages_saisie/event_1309.php

20 lines
713 B
PHP
Raw Normal View History

2009-03-13 14:58:10 +00:00
<?php
include_once(realpath(dirname(__FILE__).'/constantes.php'));
header('Content-Type: text/html; charset=ISO-8859-1');
session_start();
include('getmandataires.php');
?>
<script type="text/javascript" src="./js/thickbox.js"></script>
<label>Date cessation de paiement </label>
<input type="text" class="date" name="jugement[datePaie]" size="10" maxlength="10" value="" />
2009-03-13 14:58:10 +00:00
<span class="left">(Format JJ/MM/AAAA)</span>
<?php
require_once realpath(dirname(__FILE__)).'/field_administrateur.php';
require_once realpath(dirname(__FILE__)).'/field_mandataire.php';
?>
2009-03-13 14:58:10 +00:00
<label>Compl&eacute;ment, huissier, opposition, etc...</label>
<input type="text" name="jugement[comp]" size="70" maxlength="255" value="" />