diff --git a/.gitattributes b/.gitattributes index dd1ab335f8380caba9b7b37043849c1567524d95..d2bf59a5c3f06df44e0f29f598c781391d05e8bf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -273,6 +273,8 @@ ecrire/xml/valider.php -text local/remove.txt -text prive/aide_body.css -text prive/aide_menu.html -text +prive/ajax_item_pick.html -text +prive/ajax_item_pick_fonctions.php -text prive/echafaudage/contenu/objet.html -text prive/echafaudage/contenu/objet_edit.html -text prive/echafaudage/contenu/objet_edit.sans_rubrique.html -text diff --git a/prive/ajax_item_pick.html b/prive/ajax_item_pick.html new file mode 100644 index 0000000000000000000000000000000000000000..173c33872a6c230f9431941a335c01297b2ada2d --- /dev/null +++ b/prive/ajax_item_pick.html @@ -0,0 +1,8 @@ +[(#REM) + + Squelette + (c) xxx + Distribue sous licence GPL + +][(#HTTP_HEADER{Content-type: text/javascript[; charset=(#CHARSET)]}) +]#CACHE{3600}[(#ENV{ref}|picker_identifie_id_rapide{#ENV{rubriques,0},#ENV{articles,0}})] \ No newline at end of file diff --git a/prive/ajax_item_pick_fonctions.php b/prive/ajax_item_pick_fonctions.php new file mode 100644 index 0000000000000000000000000000000000000000..8c76feccb7123591a1a0f5ce994890963242e444 --- /dev/null +++ b/prive/ajax_item_pick_fonctions.php @@ -0,0 +1,5 @@ +<?php + +include_spip('formulaires/selecteur/selecteur_fonctions'); + +?> \ No newline at end of file