Changeset 8711 for trunk/themes


Ignore:
Timestamp:
Jan 16, 2011, 9:43:56 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo (public side)

Location:
trunk/themes/default/template
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/index.tpl

    r8665 r8711  
    4242{/if}
    4343{if isset($U_MODE_FLAT)}
    44                 <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-albums'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
    45                         <span class="pwg-icon pwg-icon-category-view-flat">&nbsp;</span><span class="pwg-button-text">{'display all elements in all sub-albums'|@translate}</span>
     44                <li><a href="{$U_MODE_FLAT}" title="{'display all photos in all sub-albums'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
     45                        <span class="pwg-icon pwg-icon-category-view-flat">&nbsp;</span><span class="pwg-button-text">{'display all photos in all sub-albums'|@translate}</span>
    4646                </a></li>
    4747{/if}
  • trunk/themes/default/template/notification.tpl

    r8076 r8711  
    11{html_head}
    2 <link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
    3 <link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
     2<link rel="alternate" type="application/rss+xml" title="{'Photos only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
     3<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (photos, comments)'|@translate}" href="{$U_FEED}">
    44{/html_head}
    55<div id="content" class="content">
     
    1414  </div>
    1515
    16   <p>{'The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
     16  <p>{'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'|@translate}</p>
    1717
    1818  <dl>
    1919    <dt>
    20       <a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br><br>
     20      <a href="{$U_FEED_IMAGE_ONLY}">{'Photos only RSS feed'|@translate}</a><br><br>
    2121    </dt>
    2222    <dt>
    23       <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a>
     23      <a href="{$U_FEED}">{'Complete RSS feed (photos, comments)'|@translate}</a>
    2424    </dt>
    2525  </dl>
  • trunk/themes/default/template/picture.tpl

    r8665 r8711  
    120120{/if}
    121121
    122 <table id="standard" class="infoTable" summary="{'Some info about this picture'|@translate}">
     122<table id="standard" class="infoTable">
    123123        {if $display_info.author}
    124124        <tr id="Author">
     
    262262
    263263{if isset($metadata)}
    264 <table id="Metadata" class="infoTable2" summary="{'Some more (technical) info about this picture'|@translate}">
     264<table id="Metadata" class="infoTable2">
    265265{foreach from=$metadata item=meta}
    266266        <tr>
  • trunk/themes/default/template/picture_content.tpl

    r5095 r8711  
    88{if isset($high) }
    99</a>
    10   <p>{'Click on the picture to see it in high definition'|@translate}</p>
     10  <p>{'Click on the photo to see it in high definition'|@translate}</p>
    1111{/if}
  • trunk/themes/default/template/profile_content.tpl

    r6951 r8711  
    4747      <li>
    4848        <span class="property">
    49           <label for="nb_image_line">{'Number of images per row'|@translate}</label>
     49          <label for="nb_image_line">{'Number of photos per row'|@translate}</label>
    5050        </span>
    5151        <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}">
     
    8989      <li>
    9090        <span class="property">
    91           <label for="Maximum width of the pictures">{'Maximum width of the pictures'|@translate}</label>
     91          <label for="maxwidth">{'Maximum photo width'|@translate}</label>
    9292        </span>
    9393        <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}">
     
    9595      <li>
    9696        <span class="property">
    97           <label for="Maximum height of the pictures">{'Maximum height of the pictures'|@translate}</label>
     97          <label for="maxheight">{'Maximum photo height'|@translate}</label>
    9898        </span>
    9999        <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}">
Note: See TracChangeset for help on using the changeset viewer.