Rev 23 | Rev 33 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<h1>Demande de traitement</h1><?php if (isset($messages)) : ?><h2>Messages</h2><?php foreach ($messages as $message) : ?><p class="information"><?=$message;?></p><?php endforeach; ?><?php endif; ?><?php if (isset($ref)) : ?><form id="ref-demande-traitement" name="ref-demande-traitement" action="<?=$url_form;?>" method="get"><input name="module" type="hidden" value="<?=$url_module;?>" /><input name="action" type="hidden" value="<?=$url_action;?>" /><input name="ref" type="hidden" value="<?=$ref;?>" /><label id="ref-dem-label"for="ref-dem-ok">Faire une demande de traitement</label><input id="ref-dem-ok" type="submit" value="Demander" /></form><?php endif; ?><?php if (isset($traitements)) : ?><?php foreach ($traitements as $traitement) : ?><p class="information"><?=$traitement['nom'];?></p><?php endforeach; ?><?php endif; ?>