diff --git a/fabrique_gamucontact.php b/fabrique_gamucontact.php new file mode 100644 index 0000000..0de85c3 --- /dev/null +++ b/fabrique_gamucontact.php @@ -0,0 +1,110 @@ + + array ( + 'version' => 7, + ), + 'paquet' => + array ( + 'prefixe' => 'gamucontact', + 'nom' => 'Gamu Contact', + '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' => 'communication', + 'etat' => 'dev', + 'compatibilite' => '[3.3.0-dev;3.3.*]', + '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_gamucontact.html b/formulaires/configurer_gamucontact.html new file mode 100644 index 0000000..ada9d9c --- /dev/null +++ b/formulaires/configurer_gamucontact.html @@ -0,0 +1,16 @@ +
+ +

<:gamucontact:cfg_titre_parametrages:/>

+ + [

(#ENV*{message_ok})

] + [

(#ENV*{message_erreur})

] + +
+
+ #ACTION_FORMULAIRE + + +

 

+
+
+
diff --git a/gamucontact_administrations.php b/gamucontact_administrations.php new file mode 100644 index 0000000..ae4e950 --- /dev/null +++ b/gamucontact_administrations.php @@ -0,0 +1,45 @@ + 'Gamu Contact', + + // C + 'cfg_exemple' => 'Exemple', + 'cfg_exemple_explication' => 'Explication de cet exemple', + 'cfg_titre_parametrages' => 'Paramétrages', + + // T + 'titre_page_configurer_gamucontact' => 'Gamu Contact', +); diff --git a/lang/paquet-gamucontact_fr.php b/lang/paquet-gamucontact_fr.php new file mode 100644 index 0000000..0abbc9f --- /dev/null +++ b/lang/paquet-gamucontact_fr.php @@ -0,0 +1,14 @@ + '', + 'gamucontact_nom' => 'Gamu Contact', + 'gamucontact_slogan' => '', +); diff --git a/paquet.xml b/paquet.xml new file mode 100644 index 0000000..fb1e14d --- /dev/null +++ b/paquet.xml @@ -0,0 +1,25 @@ + + + + Gamu Contact + + + tofulm + + GNU/GPL + + + + + diff --git a/prive/squelettes/contenu/configurer_gamucontact.html b/prive/squelettes/contenu/configurer_gamucontact.html new file mode 100644 index 0000000..3275340 --- /dev/null +++ b/prive/squelettes/contenu/configurer_gamucontact.html @@ -0,0 +1,7 @@ +[(#AUTORISER{configurer,_gamucontact}|sinon_interdire_acces)] + +

<:gamucontact:titre_page_configurer_gamucontact:/>

+ +
+ #FORMULAIRE_CONFIGURER_GAMUCONTACT +