Liste - Points GIS en ajax
[lhc/web/spip_carte_de_sites.git] / inclure / pays.html
diff --git a/inclure/pays.html b/inclure/pays.html
new file mode 100644 (file)
index 0000000..95234be
--- /dev/null
@@ -0,0 +1,10 @@
+[(#ENV{afficher_regions}|=={oui}|non)
+    <h2 class="h2 spip"><a class="ajax"
+    href="[(#SELF|parametre_url{afficher_regions,oui})]">
+    #ENV{mon_pays}</a></h2>
+]
+
+[(#ENV{afficher_regions}|=={oui}|oui)
+    <h2 class="h2 spip">#ENV{mon_pays}</h2>
+    <INCLURE{fond=inclure/liste_regions}{ajax}{env}>
+]
\ No newline at end of file