1 | <BOUCLE_lonlat(AUTEURS) {id_auteur = #SESSION{id_auteur}} {tout}> |
---|
2 | #SET{lon,#LON} |
---|
3 | #SET{lat,#LAT} |
---|
4 | </BOUCLE_lonlat> |
---|
5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
6 | [(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ ] |
---|
7 | <!--[if lt IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie6"> <![endif]--> |
---|
8 | <!--[if IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie7"> <![endif]--> |
---|
9 | <!--[if IE 8 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie8"> <![endif]--> |
---|
10 | <!--[if IE 9 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js ie ie9"> <![endif]--> |
---|
11 | <!--[if (gt IE 9)|!(IE)]><!--> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)][ (#LANG)] no-js"> <!--<![endif]--> |
---|
12 | <head> |
---|
13 | <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script> |
---|
14 | <title><:sel:poster_annonce:> - [(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title> |
---|
15 | [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />] |
---|
16 | [(#CHEMIN{inclure/head.html}|oui) <INCLURE{fond=inclure/head} />] |
---|
17 | [(#CHEMIN{inclure/head.html}|non) <INCLURE{fond=inc-head}>] |
---|
18 | |
---|
19 | <!-- script et JS autocompletion --> |
---|
20 | <script type="text/javascript" src="#CHEMIN{js/jquery-ui-1.8.19.autocomplete.min.js}"></script> |
---|
21 | [<link rel="stylesheet" href="(#CHEMIN{js/themes/base/jquery.ui.autocomplete.css}|direction_css)" type="text/css" />] |
---|
22 | [<link rel="stylesheet" href="(#CHEMIN{js/themes/base/jquery.ui.core.css}|direction_css)" type="text/css" />] |
---|
23 | [<link rel="stylesheet" href="(#CHEMIN{js/themes/base/jquery-ui-1.8.19.custom.css}|direction_css)" type="text/css" />] |
---|
24 | [<link rel="stylesheet" href="(#CHEMIN{js/themes/base/jquery.ui.all.css}|direction_css)" type="text/css" />] |
---|
25 | [<link rel="stylesheet" href="(#CHEMIN{js/themes/base/jquery.ui.base.css}|direction_css)" type="text/css" />] |
---|
26 | [<link rel="stylesheet" href="(#CHEMIN{js/themes/base/jquery.ui.theme.css}|direction_css)" type="text/css" />] |
---|
27 | <!-- --> |
---|
28 | |
---|
29 | <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> |
---|
30 | <script type="text/javascript" |
---|
31 | src="http://maps.googleapis.com/maps/api/js?sensor=true"> |
---|
32 | </script> |
---|
33 | <script type="text/javascript"> |
---|
34 | |
---|
35 | function initialise() { |
---|
36 | |
---|
37 | var mesOptions = { |
---|
38 | center: new google.maps.LatLng(#GET{lat,48.85}, #GET{lon,2.35}), // Paris |
---|
39 | zoom: 20, |
---|
40 | mapTypeId: google.maps.MapTypeId.ROADMAP, |
---|
41 | }; |
---|
42 | |
---|
43 | var zemap1 = new google.maps.Map(document.getElementById("carte1"), |
---|
44 | mesOptions); |
---|
45 | |
---|
46 | var georssLayer = new google.maps.KmlLayer('http://api.flickr.com/services/feeds/geo/?tags=paris&lang=fr-fr&format=feed-georss'); |
---|
47 | georssLayer.setMap(zemap1); |
---|
48 | |
---|
49 | var georssLayer = new google.maps.KmlLayer('http://api.flickr.com/services/feeds/geo/?tags=ivry-sur-seine&lang=fr-fr&format=feed-georss'); |
---|
50 | georssLayer.setMap(zemap1); |
---|
51 | |
---|
52 | var georssLayer = new google.maps.KmlLayer('http://api.flickr.com/services/feeds/geo/?tags=brest&lang=fr-fr&format=feed-georss'); |
---|
53 | georssLayer.setMap(zemap1); |
---|
54 | |
---|
55 | }; |
---|
56 | </script> |
---|
57 | </head> |
---|
58 | |
---|
59 | <body class="pas_surlignable page_sommaire" onload="initialise();"> |
---|
60 | |
---|
61 | <div class="page"> |
---|
62 | [(#CHEMIN{inclure/header.html}|oui) <INCLURE{fond=inclure/header} />] |
---|
63 | [(#CHEMIN{inclure/header.html}|non) <INCLURE{fond=inc-entete}>] |
---|
64 | |
---|
65 | |
---|
66 | <div class="main"> |
---|
67 | <div class="wrapper hfeed"> |
---|
68 | <div class="more"> |
---|
69 | <INCLURE{fond=inclure/plus}> |
---|
70 | |
---|
71 | </div><!-- .more --> |
---|
72 | <div class="content" id="content"> |
---|
73 | |
---|
74 | <h1><:sel:poster_annonce:></h1> |
---|
75 | <div class="bloc"> |
---|
76 | <:sel:poster_annonce_explications:> |
---|
77 | </div> |
---|
78 | #FORMULAIRE_EDITER_ANNONCE |
---|
79 | </div> <!-- .content --> |
---|
80 | |
---|
81 | </div><!--.wrapper--> |
---|
82 | |
---|
83 | <div class="aside"> |
---|
84 | <INCLURE{fond=inclure/cote}> |
---|
85 | </div><!--.aside--> |
---|
86 | </div><!--.main--> |
---|
87 | <img src="#CHEMIN{img/frise_950.png}" /> |
---|
88 | [(#CHEMIN{inclure/footer.html}|oui) <INCLURE{fond=inclure/footer, skel=#SQUELETTE} />] |
---|
89 | [(#CHEMIN{inclure/footer.html}|non) <INCLURE{fond=inc-pied}{skel=#SQUELETTE}>] |
---|
90 | |
---|
91 | </div><!--.page--> |
---|
92 | |
---|
93 | </body> |
---|
94 | </html> |
---|