production/Vue/Textecpd/index.php
2025-12-01 16:12:12 +00:00

10 lines
540 B
PHP
Executable File

<?php $this->titre = "Tâches - Texte libre sur Cotation"; ?>
<legend> <?= _("TEXTE LIBRE SUR LA COTATION") . " N° : " . $this->nettoyer($_SESSION['numeroPolice_d_C']) ?> </legend>
<FORM method="POST" action="Textecpd/enregistrer/" >
<textarea class = "form-control-sm" id ="texteCp" name="texteCp" rows="20" style="font-size:10pt; width:100%;"><?=$this->nettoyer($textecp['texteCp'])?></textarea>
<input style="font-size:10pt;" class = "form-control btn btn-primary" type="submit" value="<?= _("Enregistrer") ?>" />
</FORM>