prestation/Vue/Ajaxvidal/tableselectionnees.php
2025-12-01 18:54:33 +00:00

11 lines
351 B
PHP

<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
<thead>
<tr>
<th style='text-align:center'> <?= "Table : ".$_SESSION['tableName'] ?> </th>
<th style='text-align:center'> <?= "View : ".$_SESSION['viewName'] ?> </th>
</tr>
</thead>
<tbody>
</tbody>
</table>