noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
ajax_create_menu.php
Go to the documentation of this file.
00001 <?php
00002 //This file is part of NOALYSS and is under GPL 
00003 //see licence.txt
00004 
00005 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
00006 require_once 'class_menu_ref.php';
00007 $msg="Création";
00008 $m=new Menu_Ref($cn);
00009 echo '<form method="POST" onsubmit="return confirm(\'Vous confirmez ?\')">';
00010 
00011 require_once 'template/menu_detail.php';
00012 echo HtmlInput::submit('create_menu','Sauver');
00013 echo HtmlInput::button_close('divmenu');
00014 echo '</form>';
00015 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations