diff --git a/fabrique_gamuconfig.php b/fabrique_gamuconfig.php new file mode 100644 index 0000000..3af5890 --- /dev/null +++ b/fabrique_gamuconfig.php @@ -0,0 +1,110 @@ + + array ( + 'version' => 7, + ), + 'paquet' => + array ( + 'prefixe' => 'gamuconfig', + 'nom' => 'gamuConfig', + 'slogan' => '', + 'description' => '', + 'logo' => + array ( + 0 => '', + ), + 'credits' => + array ( + 'logo' => + array ( + 'texte' => '', + 'url' => '', + ), + ), + 'version' => '1.0.0', + 'auteur' => 'tofulm', + 'auteur_lien' => 'https://gamuza.fr', + 'licence' => 'GNU/GPL', + 'categorie' => 'outil', + 'etat' => 'dev', + 'compatibilite' => '[4.0.0;4.0.*]', + 'documentation' => '', + 'administrations' => 'on', + 'schema' => '1.0.0', + 'formulaire_config' => 'on', + 'formulaire_config_titre' => '', + 'fichiers' => + array ( + 0 => 'autorisations', + 1 => 'fonctions', + 2 => 'options', + 3 => 'pipelines', + ), + 'inserer' => + array ( + 'paquet' => '', + 'administrations' => + array ( + 'maj' => '', + 'desinstallation' => '', + 'fin' => '', + ), + 'base' => + array ( + 'tables' => + array ( + 'fin' => '', + ), + ), + ), + 'scripts' => + array ( + 'pre_copie' => '', + 'post_creation' => '', + ), + 'exemples' => '', + ), + 'objets' => + array ( + ), + 'images' => + array ( + 'paquet' => + array ( + 'logo' => + array ( + 0 => + array ( + 'extension' => '', + 'contenu' => '', + ), + ), + ), + 'objets' => + array ( + ), + ), +); diff --git a/formulaires/configurer_gamuconfig.html b/formulaires/configurer_gamuconfig.html new file mode 100644 index 0000000..115ec44 --- /dev/null +++ b/formulaires/configurer_gamuconfig.html @@ -0,0 +1,16 @@ +
+ +

<:gamuconfig:cfg_titre_parametrages:/>

+ + [

(#ENV*{message_ok})

] + [

(#ENV*{message_erreur})

] + +
+
+ #ACTION_FORMULAIRE + + +

 

+
+
+
diff --git a/gamuconfig_administrations.php b/gamuconfig_administrations.php new file mode 100644 index 0000000..7c1730f --- /dev/null +++ b/gamuconfig_administrations.php @@ -0,0 +1,45 @@ + 'gamuConfig', + + // C + 'cfg_exemple' => 'Exemple', + 'cfg_exemple_explication' => 'Explication de cet exemple', + 'cfg_titre_parametrages' => 'Paramétrages', + + // T + 'titre_page_configurer_gamuconfig' => 'gamuConfig', +); diff --git a/lang/paquet-gamuconfig_fr.php b/lang/paquet-gamuconfig_fr.php new file mode 100644 index 0000000..90ca3f3 --- /dev/null +++ b/lang/paquet-gamuconfig_fr.php @@ -0,0 +1,14 @@ + '', + 'gamuconfig_nom' => 'gamuConfig', + 'gamuconfig_slogan' => '', +); diff --git a/paquet.xml b/paquet.xml new file mode 100644 index 0000000..d9f108e --- /dev/null +++ b/paquet.xml @@ -0,0 +1,25 @@ + + + + gamuConfig + + + tofulm + + GNU/GPL + + + + + diff --git a/prive/squelettes/contenu/configurer_gamuconfig.html b/prive/squelettes/contenu/configurer_gamuconfig.html new file mode 100644 index 0000000..15ed01f --- /dev/null +++ b/prive/squelettes/contenu/configurer_gamuconfig.html @@ -0,0 +1,7 @@ +[(#AUTORISER{configurer,_gamuconfig}|sinon_interdire_acces)] + +

<:gamuconfig:titre_page_configurer_gamuconfig:/>

+ +
+ #FORMULAIRE_CONFIGURER_GAMUCONFIG +