16 lines
466 B
PHP
Executable File
16 lines
466 B
PHP
Executable File
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
|
|
<div class="text-center p-t-10">
|
|
<h4 class="txt3">
|
|
<div id="msgErreur" name="msgErreur" class="col-12 alert alert-danger">
|
|
<?= $msgErreur ?>
|
|
</div>
|
|
</h4>
|
|
</div>
|
|
|
|
<?php else:
|
|
require('tableselectionnees.php');
|
|
?>
|
|
|
|
<textarea style='font-size:10pt; width:100%;' rows="10" class="form-control-lg" > <?= $this->nettoyer($script['ROUTINE_DEFINITION']) ?> </textarea>
|
|
|
|
<?php endif; ?>
|