backport correction de la geoloc pour les adresses precises
[platal.git] / templates / admin / geoloc_dynamap.tpl
CommitLineData
56670b6a 1{**************************************************************************}
2{* *}
3{* Copyright (C) 2003-2006 Polytechnique.org *}
4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23<h1>
24 Administration de la dynamap
25</h1>
26
27<h2>
28 Utiliser de nouvelles cartes
29</h2>
30 <form action='' method='post'>
31 <p>
32 <input type='text' name='url' value='{$smarty.request.url|default:"url des données des cartes"}' onfocus='select()' size='40'/>
33 <br/>
34 <input type='submit' name='new_maps'/>
35 </p>
36 </form>
37
38<h2>
39 Placement des villes sur les cartes
40</h2>
41{if $nb_cities_not_on_map}
42 <p>
43 Il y a {$nb_cities_not_on_map} villes qui ne sont pas placées dans les cartes. [<a href='?fix=cities_not_on_map'>Réparer</a>]
44 </p>
45{else}
46 <p> Toutes les villes de la base sont placées dans des cartes. </p>
47{/if}
014c8464 48{if $no_smallest}
49 <p>
50 Il faut <a href='?fix=smallest_maps'>définir la plus petite carte</a> pour chaque ville (à ne faire qu'une fois quand on a placé toutes les villes).
51 </p>
52{/if}
c41e72df 53{if $no_coordinates}
54<h2>
55 Placement précis des adresses
56</h2>
57<p>
58 {$no_coordinates} adresses n'ont pas été bien reconnues précisément. [<a href='?fix=precise_coordinates'>Mettre les coordonnées du centre de la ville</a>]
59</p>
60{/if}
56670b6a 61{* vim:set et sw=2 sts=2 sws=2: *}