e3944acc3d89aa5dbe84b01c8bd82d1e3fc393f7
[platal.git] / templates / geoloc / admin_dynamap.tpl
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='admin/geoloc/dynamaps/newmaps' 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'/>
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.
44     [<a href='admin/geoloc/dynamap/cities_not_on_map'>Réparer</a>]
45   </p>
46 {else}
47   <p> Toutes les villes de la base sont placées dans des cartes. </p>
48 {/if}
49 {if $no_smallest}
50   <p>
51     Il faut <a href='admin/geoloc/dynamap/smallest_maps'>définir la plus petite carte</a>
52     pour chaque ville (à ne faire qu'une fois quand on a placé toutes les villes).
53   </p>
54 {/if}
55 {if $no_coordinates}
56 <h2>
57   Placement précis des adresses
58 </h2>
59 <p>
60   {$no_coordinates} adresses n'ont pas été bien reconnues précisément.
61   [<a href='admin/geoloc/dynamap/precise_coordinates'>Mettre les coordonnées du centre de la ville</a>]
62 </p>
63 {/if}
64 {* vim:set et sw=2 sts=2 sws=2: *}