Changeset 15839


Ignore:
Timestamp:
Jun 19, 2012, 10:21:19 PM (12 years ago)
Author:
rvelices
Message:

gmaps templates

Location:
extensions/rv_gmaps/trunk
Files:
4 edited

Legend:

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

    r12719 r15839  
    1919         <label>
    2020                Automatically sync from exif
    21                 <input type="checkbox" name="gmaps_auto_sync" {if $GMAPS_AUTO_SYNC}checked="checked"{/if} />
     21                <input type="checkbox" name="gmaps_auto_sync" {if $GMAPS_AUTO_SYNC}checked="checked"{/if}>
    2222                </label>
    2323                <br/><small>When metadata is synchronized, tour manual set coordinates might be overriden.</small>
     
    2828  <label>
    2929    Maximum number of markers to show:
    30     <input type="text" size="3" name="nb_markers" value="{$NB_MARKERS}" />
     30    <input type="text" size="3" name="nb_markers" value="{$NB_MARKERS}">
    3131  </label>
    3232    <br/><small>The images will be "clustered" based on this number and the visible region on the map.</small>
     
    3838  <label>
    3939    Maximum number of images per marker:
    40     <input type="text" size="3" name="nb_images_per_marker" value="{$NB_IMAGES_PER_MARKER}" />
     40    <input type="text" size="3" name="nb_images_per_marker" value="{$NB_IMAGES_PER_MARKER}">
    4141  </label>
    4242    <br/><small>When a marker is clicked, the user will be able to navigate images in the info window. This data is sent to the browser once for all the markers. If you have many images, reduce this number in order to reduce traffic and speed up data decoding on the browser side.</small>
     
    5858
    5959  <p>
    60     <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit"/>
     60    <input type="submit" value="{'Submit'|@translate}" name="submit">
    6161  </p>
    6262</fieldset>
  • extensions/rv_gmaps/trunk/admin/admin_edit.tpl

    r9069 r15839  
    2828        <legend>{'Photos'|@translate}</legend>
    2929
    30         {if !empty($navbar) }{include file='navigation_bar.tpl'}{/if}
     30        {if !empty($navbar)}{include file='navigation_bar.tpl'}{/if}
    3131  {if not empty($thumbnails)}
    3232        <ul class="thumbnails">
     
    3535                        <label>
    3636                                <span class="wrap2"><span>
    37                                         <img src="{$thumbnail.U_TN}" alt="{$thumbnail.file}" title="{$thumbnail.TITLE}" class="thumbnail" />
     37                                        <img src="{$thumbnail.U_TN}" alt="{$thumbnail.file}" title="{$thumbnail.TITLE}" class="thumbnail">
    3838                                </span></span>
    39                                 <input type="checkbox" name="selection[]" value="{$thumbnail.id}" />
     39                                <input type="checkbox" name="selection[]" value="{$thumbnail.id}">
    4040                        </label>
    4141
     
    5858
    5959  <label>Latitude (-90=S to 90=N)
    60     <input type="text" size="8" name="lat" />
     60    <input type="text" size="8" name="lat">
    6161  </label>
    6262  <label>Longitude (-180=E to 180=W)
    63     <input type="text" size="9" name="lon" />
     63    <input type="text" size="9" name="lon">
    6464  </label>
    6565  <p>
    6666    {'target'|@translate}
    67     <label><input type="radio" name="target" value="all" /> {'all'|@translate}</label>
    68     <label><input type="radio" name="target" value="selection" checked="checked" /> {'selection'|@translate}</label>
     67    <label><input type="radio" name="target" value="all"> {'all'|@translate}</label>
     68    <label><input type="radio" name="target" value="selection" checked="checked"> {'selection'|@translate}</label>
    6969  </p>
    7070
    71   <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></p>
     71  <p><input type="submit" value="{'Submit'|@translate}" name="submit"></p>
    7272</fieldset>
    7373
  • extensions/rv_gmaps/trunk/admin/admin_sync.tpl

    r13092 r15839  
    4444
    4545  <p>
    46     <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" />
     46    <input type="submit" value="{'Submit'|@translate}" name="submit">
    4747  </p>
    4848</form>
  • extensions/rv_gmaps/trunk/template/mapl.tpl

    r14181 r15839  
    2323        </div>
    2424
    25 {assign var='displays_x_on_a_map' value='displays %s on a map'|@translate }
     25{assign var='displays_x_on_a_map' value='displays %s on a map'|@translate}
    2626{if not empty($related_categories)}
    2727        <ul class="fullTagCloud">
Note: See TracChangeset for help on using the changeset viewer.