source: extensions/Psli_BingMaps/admin/template/admin_conf.tpl @ 24161

Last change on this file since 24161 was 15448, checked in by psli, 12 years ago
File size: 1.4 KB
Line 
1<!--
2Plugin Name: Psli-BingMaps
3Author: psli
4-->
5<div class="titrePage">
6<h2>Psli-BingMaps</h2>
7</div>
8
9<form action="" method="post">
10<input type="hidden" name="hiddenentity" value="{$HIDDENENTITY}" />
11<fieldset>
12<legend>{'Configuration'|@translate} {$VERSION}</legend>
13        <table style="width:100%;">
14                <colgroup>
15                        <col width="200px" >
16                        <col width="*" >
17                </colgroup>
18                <tr>
19                        <td align="right">{'Bing Maps Key'|@translate} :</td>
20                        <td>
21                                <input type="text" style="width:500px;" maxlength="100" name="key" value="{$KEY}" />                   
22                                <input type="submit" name="configuration" value="{'Submit'|@translate}" style="width:140px;" />
23                        </td>
24                </tr>
25                <tr>
26                        <td align="right"><br />{'User manual'|@translate}</td>
27                </tr>
28                <tr>
29                        <td>&nbsp;</td>
30                        <td align="left">{'first step : create map'|@translate}</td>                   
31                </tr>
32                <tr>
33                        <td>&nbsp;</td>
34                        <td align="left">{'second step : import exif data from your pictures'|@translate}</td>                 
35                </tr>
36                <tr>
37                        <td>&nbsp;</td>
38                        <td align="left">{'third step : create new zone and new pin'|@translate}</td>                   
39                </tr>
40                <tr>
41                        <td>&nbsp;</td>
42                        <td align="left">{'fourth step : make modification to pin associated to your pictures'|@translate}</td>                 
43                </tr>
44                <tr>
45                        <td>&nbsp;</td>
46                        <td align="left">{'fifth step : check association with your maps'|@translate}</td>                     
47                </tr>
48                <tr>
49                        <td>&nbsp;</td>
50                        <td align="left">{'last step : Enjoy !'|@translate}</td>                       
51                </tr>
52        </table>
53</fieldset>
54</form>
Note: See TracBrowser for help on using the repository browser.