28 lines
1.2 KiB
PHP
Executable File
28 lines
1.2 KiB
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
$lire='';
|
|
$_SESSION['niveau']=1;
|
|
|
|
// -----------------------------------------------------
|
|
// Champs cachés
|
|
// -----------------------------------------------------
|
|
echo '<input type="hidden" name="init" id="initCreaPage" value="' .$initCreaPage. '" >';
|
|
echo '<input type="hidden" name="theIdPage" id="theIdPage" value="' .$theIdPage. '" >';
|
|
echo '<input type="hidden" name="theFicPage" id="theFicPage" value="' .$theFicPage. '" >';
|
|
echo '<input type="hidden" class="inputWebmaster" name="theNomPage" value="' .$theNomPage. '" >';
|
|
echo '<input type="hidden" name="theEmplacement" id="theEmplacement" value="' .$theEmplacement. '" >';
|
|
echo '<input type="hidden" name="absolu" id="absolu" value="' .$absolu. '" >';
|
|
|
|
// -----------------------------------------------------
|
|
// Form pages
|
|
// -----------------------------------------------------
|
|
include('./agencement/blocDroit/pages/page/pageModifier.php');
|
|
|
|
// -----------------------------------------------------
|
|
// Form Item
|
|
// -----------------------------------------------------
|
|
echo '<div style="display:flex; flex-wrap:wrap;">';
|
|
include("02.zoneItem.php");
|
|
echo '</div>';
|
|
|
|
?>
|