migration d'admin
[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>
86f0a6af 30 <form action='admin/geoloc/dynamaps/newmaps' method='post'>
56670b6a 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/>
86f0a6af 34 <input type='submit'/>
56670b6a 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>
1f7c3690 43 Il y a {$nb_cities_not_on_map} villes qui ne sont pas placées dans les cartes.
86f0a6af 44 [<a href='admin/geoloc/dynamap/cities_not_on_map'>Réparer</a>]
56670b6a 45 </p>
46{else}
47 <p> Toutes les villes de la base sont placées dans des cartes. </p>
48{/if}
014c8464 49{if $no_smallest}
50 <p>
86f0a6af 51 Il faut <a href='admin/geoloc/dynamap/smallest_maps'>définir la plus petite carte</a>
1f7c3690 52 pour chaque ville (à ne faire qu'une fois quand on a placé toutes les villes).
014c8464 53 </p>
54{/if}
c41e72df 55{if $no_coordinates}
56<h2>
57 Placement précis des adresses
58</h2>
59<p>
1f7c3690 60 {$no_coordinates} adresses n'ont pas été bien reconnues précisément.
86f0a6af 61 [<a href='admin/geoloc/dynamap/precise_coordinates'>Mettre les coordonnées du centre de la ville</a>]
c41e72df 62</p>
63{/if}
56670b6a 64{* vim:set et sw=2 sts=2 sws=2: *}