1 | #CACHE{0} |
---|
2 | <BOUCLE_lonlat(AUTEURS) {id_auteur = #ENV{id_auteur}} {tout}> |
---|
3 | #SET{lon,#LON} |
---|
4 | #SET{lat,#LAT} |
---|
5 | </BOUCLE_lonlat> |
---|
6 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
7 | [(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ ] |
---|
8 | <!--[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]--> |
---|
9 | <!--[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]--> |
---|
10 | <!--[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]--> |
---|
11 | <!--[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]--> |
---|
12 | <!--[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]--> |
---|
13 | <head> |
---|
14 | <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script> |
---|
15 | <title><:sel:creer_nouvel_utilisateur:> - [(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title> |
---|
16 | [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />] |
---|
17 | [(#CHEMIN{inclure/head.html}|oui) <INCLURE{fond=inclure/head} />] |
---|
18 | [(#CHEMIN{inclure/head.html}|non) <INCLURE{fond=inc-head}>] |
---|
19 | <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> |
---|
20 | <script type="text/javascript" |
---|
21 | src="http://maps.googleapis.com/maps/api/js?sensor=true"> |
---|
22 | </script> |
---|
23 | <script type="text/javascript"> |
---|
24 | |
---|
25 | // si la personne est connectée, elle peut voir sa localisation dans cette carte |
---|
26 | function initialise2() { |
---|
27 | var map; |
---|
28 | var infowindow = new google.maps.InfoWindow(); |
---|
29 | var marker; |
---|
30 | var latlng = new google.maps.LatLng(#GET{lat,48.85}, #GET{lon,2.35}); |
---|
31 | var myOptions = { |
---|
32 | zoom: 15, |
---|
33 | center: latlng, |
---|
34 | mapTypeId: google.maps.MapTypeId.ROADMAP |
---|
35 | } |
---|
36 | map = new google.maps.Map(document.getElementById("carte2"), myOptions) |
---|
37 | marker = new google.maps.Marker({ |
---|
38 | position: latlng, |
---|
39 | map: map |
---|
40 | }); |
---|
41 | infowindow.open(map, marker); |
---|
42 | map.setCenter(latlng); |
---|
43 | }; |
---|
44 | </script> |
---|
45 | |
---|
46 | |
---|
47 | </head> |
---|
48 | |
---|
49 | <body class="pas_surlignable page_sommaire" onload="initialise2();"> |
---|
50 | |
---|
51 | <div class="page"> |
---|
52 | [(#CHEMIN{inclure/header.html}|oui) <INCLURE{fond=inclure/header} />] |
---|
53 | [(#CHEMIN{inclure/header.html}|non) <INCLURE{fond=inc-entete}>] |
---|
54 | |
---|
55 | <div class="main"> |
---|
56 | <div class="wrapper hfeed"> |
---|
57 | <h1><:sel:fiche_utilisateur:></h1> |
---|
58 | <BOUCLE_recap(AUTEURS) {tout} {id_auteur = #ENV{id_auteur}}> |
---|
59 | |
---|
60 | <h2>#PRENOM #NOM</h2> |
---|
61 | <em><:sel:email:> : #EMAIL</em><br /> |
---|
62 | |
---|
63 | <p class="corps_encart"> |
---|
64 | <:sel:login:> : #LOGIN<br /> |
---|
65 | [(#ACCES|=={0nouveau}|oui) <:sel:0nouveau:><br />] |
---|
66 | </p> |
---|
67 | |
---|
68 | <p class="corps_encart"> |
---|
69 | #ADRESSE1 [(#ADRESSE2)]<br /> |
---|
70 | #CODE_POSTAL #VILLE #PAYS |
---|
71 | </p> |
---|
72 | |
---|
73 | <h3><:sel:localisation:> :</h3> |
---|
74 | <div class="corps_encart" id="carte2" style="height:220px;"></div> |
---|
75 | <p> </p> |
---|
76 | <div class="deco"></div> |
---|
77 | <h3><:sel:seljeu:> :</h3> |
---|
78 | |
---|
79 | <p> |
---|
80 | <BOUCLE_sels(CORRESPONDANCES) {fusion id_sel} {id_auteur = #ID_AUTEUR}> |
---|
81 | <BOUCLE_listesel(SELS) {id_sel = #ID_SEL}> |
---|
82 | <img src="[(#CHEMIN{img/puce_verte.png})]" /> #NOM<br /> |
---|
83 | </BOUCLE_listesel> |
---|
84 | </BOUCLE_sels> |
---|
85 | </p> |
---|
86 | |
---|
87 | |
---|
88 | <B_corr> |
---|
89 | <h3><:sel:correspondant_auteur_organisations:></h3> |
---|
90 | <p> |
---|
91 | <BOUCLE_corr(CORRESPONDANCES organisations) {id_auteur} {id_organisation >= 1}> |
---|
92 | <img src="[(#CHEMIN{img/puce_verte.png})]" /> #NOM |
---|
93 | <:sel:pour:> <BOUCLE_lesel(SELS) {id_sel = #ID_SEL}>#NOM</BOUCLE_lesel><br /> |
---|
94 | </BOUCLE_corr> |
---|
95 | </p> |
---|
96 | </B_corr> |
---|
97 | </BOUCLE_recap> |
---|
98 | </div><!--.wrapper--> |
---|
99 | |
---|
100 | <div class="aside"> |
---|
101 | [(#REM) |
---|
102 | INCLURE{fond=inclure/cote} |
---|
103 | ] |
---|
104 | </div><!--.aside--> |
---|
105 | </div><!--.main--> |
---|
106 | <img src="#CHEMIN{img/frise_950.png}" /> |
---|
107 | [(#CHEMIN{inclure/footer.html}|oui) <INCLURE{fond=inclure/footer, skel=#SQUELETTE} />] |
---|
108 | [(#CHEMIN{inclure/footer.html}|non) <INCLURE{fond=inc-pied}{skel=#SQUELETTE}>] |
---|
109 | |
---|
110 | </div><!--.page--> |
---|
111 | |
---|
112 | </body> |
---|
113 | </html> |
---|
114 | |
---|
115 | |
---|
116 | |
---|
117 | |
---|