Ignore:
Timestamp:
Dec 7, 2011, 5:39:56 AM (12 years ago)
Author:
rvelices
Message:

rv_gmaps towards full maps api v3 migration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/admin/admin_config.tpl

    r8471 r12700  
    44<form method="post" action="" class="properties">
    55<fieldset>
    6   <legend>Map configuration</legend>
    7   <ul>
    8  
    9   <li>
    10   <label>
    11     Google Maps API Key:
    12     <input type="text" size="48" name="gmaps_api_key" value="{$GMAPS_API_KEY}" />
    13   </label>
    14     <br/>Signup for the key here: <a href="http://www.google.com/apis/maps/signup.html" target="_blank">http://www.google.com/apis/maps/signup.html</a>.
    15   </li>
    16  
    17   <br/>
    18  
     6        <legend>Map configuration</legend>
     7        <ul>
     8
     9        <!--<li>
     10         <label>
     11                Google Maps API Key:
     12                <input type="text" size="48" name="gmaps_api_key" value="{$GMAPS_API_KEY}" />
     13        </label>
     14                <br/>Signup for the key here: <a href="http://www.google.com/apis/maps/signup.html" target="_blank">http://www.google.com/apis/maps/signup.html</a>.
     15        </li>
     16        <br/> -->
     17
     18        <li>
     19         <label>
     20                Automatically sync from exif
     21                <input type="checkbox" name="gmaps_auto_sync" {if $GMAPS_AUTO_SYNC}checked="checked"{/if} />
     22                </label>
     23                <br/><small>When metadata is synchronized, tour manual set coordinates might be overriden.</small>
     24        </li>
     25        <br/>
     26
    1927  <li>
    2028  <label>
     
    2432    <br/><small>The images will be "clustered" based on this number and the visible region on the map.</small>
    2533  </li>
    26  
     34
    2735  <br/>
    28  
     36
    2937  <li>
    3038  <label>
Note: See TracChangeset for help on using the changeset viewer.