Changeset 5021 for trunk/template
- Timestamp:
- Mar 2, 2010, 3:54:22 PM (15 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/about.tpl
r3283 r5021 4 4 <li> 5 5 <a href="{$U_HOME}" title="{'return to homepage'|@translate}"> 6 <img src="{$themeconf.icon_dir}/ home.png" class="button" alt="{'home'|@translate}">6 <img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"> 7 7 </a> 8 8 </li> -
trunk/template/yoga/comment_list.tpl
r4881 r5021 43 43 <fieldset> 44 44 <legend>{'Edit a comment'|@translate}</legend> 45 <label>{' comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label>45 <label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$Comment.CONTENT|@escape}</textarea></label> 46 46 <input type="hidden" name="key" value="{$comment.KEY}"> 47 47 <input type="hidden" name="image_id" value="{$comment.IMAGE_ID|@default:$current.id}"> -
trunk/template/yoga/comments.tpl
r3283 r5021 3 3 <div class="titrePage"> 4 4 <ul class="categoryActions"> 5 <li><a href="{$U_HOME}" title="{' return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>5 <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 6 6 </ul> 7 7 <h2>{'User comments'|@translate}</h2> -
trunk/template/yoga/footer.tpl
r3283 r5021 2 2 <a name="EoP"></a> <!-- End of Page --> 3 3 {if isset($debug.TIME) } 4 {' generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -4 {'SQL queries in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) - 5 5 {/if} 6 6 … … 10 10 *} 11 11 12 {' powered_by'|@translate}12 {'Powered by'|@translate} 13 13 <a href="{$PHPWG_URL}" class="Piwigo"> 14 14 <span class="Piwigo">Piwigo</span></a> 15 15 {$VERSION} 16 16 {if isset($CONTACT_MAIL)} 17 - {' send_mail'|@translate}17 - {'Contact'|@translate} 18 18 <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a> 19 19 {/if} -
trunk/template/yoga/header.tpl
r3283 r5021 23 23 <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico"> 24 24 25 <link rel="start" title="{' home'|@translate}" href="{$U_HOME}" >25 <link rel="start" title="{'Home'|@translate}" href="{$U_HOME}" > 26 26 <link rel="search" title="{'Search'|@translate}" href="{$ROOT_URL}search.php" > 27 {if isset($first.U_IMG) }<link rel="first" title="{' first_page'|@translate}" href="{$first.U_IMG}" >{/if}28 {if isset($previous.U_IMG)}<link rel="prev" title="{' previous_page'|@translate}" href="{$previous.U_IMG}" >{/if}29 {if isset($next.U_IMG) }<link rel="next" title="{' next_page'|@translate}" href="{$next.U_IMG}" >{/if}30 {if isset($last.U_IMG) }<link rel="last" title="{' last_page'|@translate}" href="{$last.U_IMG}" >{/if}31 {if isset($U_UP) }<link rel="up" title="{' thumbnails'|@translate}" href="{$U_UP}" >{/if}27 {if isset($first.U_IMG) }<link rel="first" title="{'First'|@translate}" href="{$first.U_IMG}" >{/if} 28 {if isset($previous.U_IMG)}<link rel="prev" title="{'Previous'|@translate}" href="{$previous.U_IMG}" >{/if} 29 {if isset($next.U_IMG) }<link rel="next" title="{'Next'|@translate}" href="{$next.U_IMG}" >{/if} 30 {if isset($last.U_IMG) }<link rel="last" title="{'Last'|@translate}" href="{$last.U_IMG}" >{/if} 31 {if isset($U_UP) }<link rel="up" title="{'Thumbnails'|@translate}" href="{$U_UP}" >{/if} 32 32 33 33 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/layout.css"> -
trunk/template/yoga/identification.tpl
r3283 r5021 5 5 <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li> 6 6 {if isset($U_REGISTER) } 7 <li><a href="{$U_REGISTER}" title="{' Create a new account'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>7 <li><a href="{$U_REGISTER}" title="{'Register'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li> 8 8 {/if} 9 <li><a href="{$U_HOME}" title="{' Go through the gallery as a visitor'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>9 <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 10 10 </ul> 11 11 <h2>{'Identification'|@translate}</h2> … … 46 46 <li> 47 47 <span class="property"> 48 <label for=" remember_me">{'remember_me'|@translate}</label>48 <label for="Auto login">{'Auto login'|@translate}</label> 49 49 </span> 50 50 <input tabindex="3" type="checkbox" name="remember_me" id="remember_me" value="1"> … … 58 58 <p> 59 59 {if isset($U_REGISTER) } 60 <a href="{$U_REGISTER}" title="{' Create a new account'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"> {'Register'|@translate}</a>60 <a href="{$U_REGISTER}" title="{'Register'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"> {'Register'|@translate}</a> 61 61 {/if} 62 62 <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"> {'Forgot your password?'|@translate}</a> -
trunk/template/yoga/index.tpl
r3283 r5021 16 16 17 17 {if isset($favorite) } 18 <li><a href="{$favorite.U_FAVORITE}" title="{'del _all_favorites_hint'|@translate}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{'del_all_favorites_hint'|@translate}"></a></li>18 <li><a href="{$favorite.U_FAVORITE}" title="{'delete all images from your favorites'|@translate}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{'delete all images from your favorites'|@translate}"></a></li> 19 19 {/if} 20 20 21 21 {if isset($U_CADDIE) } 22 <li><a href="{$U_CADDIE}" title="{' add tocaddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li>22 <li><a href="{$U_CADDIE}" title="{'caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li> 23 23 {/if} 24 24 25 25 {if isset($U_EDIT) } 26 <li><a href="{$U_EDIT}" title="{'edit category informations'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"></a></li>26 <li><a href="{$U_EDIT}" title="{'edit'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"></a></li> 27 27 {/if} 28 28 … … 36 36 37 37 {if isset($U_MODE_FLAT) } 38 <li><a href="{$U_MODE_FLAT}" title="{' mode_flat_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'mode_flat_hint'|@translate}"></a></li>38 <li><a href="{$U_MODE_FLAT}" title="{'display all elements in all sub-categories'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'display all elements in all sub-categories'|@translate}"></a></li> 39 39 {/if} 40 40 41 41 {if isset($U_MODE_NORMAL) } 42 <li><a href="{$U_MODE_NORMAL}" title="{' mode_normal_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/normal_mode.png" class="button" alt="{'mode_normal_hint'|@translate}"></a></li>42 <li><a href="{$U_MODE_NORMAL}" title="{'return to normal view mode'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/normal_mode.png" class="button" alt="{'return to normal view mode'|@translate}"></a></li> 43 43 {/if} 44 44 45 45 {if isset($U_MODE_POSTED) } 46 <li><a href="{$U_MODE_POSTED}" title="{' mode_posted_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar.png" class="button" alt="{'mode_posted_hint'|@translate}"></a></li>46 <li><a href="{$U_MODE_POSTED}" title="{'display a calendar by posted date'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar.png" class="button" alt="{'display a calendar by posted date'|@translate}"></a></li> 47 47 {/if} 48 48 49 49 {if isset($U_MODE_CREATED) } 50 <li><a href="{$U_MODE_CREATED}" title="{' mode_created_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar_created.png" class="button" alt="{'mode_created_hint'|@translate}"></a></li>50 <li><a href="{$U_MODE_CREATED}" title="{'display a calendar by creation date'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar_created.png" class="button" alt="{'display a calendar by creation date'|@translate}"></a></li> 51 51 {/if} 52 52 … … 57 57 58 58 {if isset($chronology_views) } 59 <div class="calendarViews">{' calendar_view'|@translate}:59 <div class="calendarViews">{'View'|@translate}: 60 60 <select onchange="document.location = this.options[this.selectedIndex].value;"> 61 61 {foreach from=$chronology_views item=view} -
trunk/template/yoga/mainpage_categories.tpl
r3283 r5021 6 6 <div class="illustration"> 7 7 <a href="{$cat.URL}"> 8 <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {' hint_category'|@translate}">8 <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this category'|@translate}"> 9 9 </a> 10 10 </div> -
trunk/template/yoga/menubar_categories.tpl
r3282 r5021 1 1 <dt> 2 2 {if isset($U_START_FILTER)} 3 <a href="{$U_START_FILTER}" title="{' start_filter_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>3 <a href="{$U_START_FILTER}" title="{'display only recently posted images'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a> 4 4 {/if} 5 5 {if isset($U_STOP_FILTER)} 6 <a href="{$U_STOP_FILTER}" title="{' stop_filter_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>6 <a href="{$U_STOP_FILTER}" title="{'return to the display of all images'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a> 7 7 {/if} 8 8 <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a> … … 32 32 <ul> 33 33 <li> 34 <a href="{$block->data.U_UPLOAD}">{' upload_picture'|@translate}</a>34 <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a> 35 35 </li> 36 36 </ul> -
trunk/template/yoga/menubar_identification.tpl
r3282 r5021 1 <dt>{' identification'|@translate}</dt>1 <dt>{'Identification'|@translate}</dt> 2 2 <dd> 3 3 {if isset($USERNAME)} 4 <p>{' hello'|@translate} {$USERNAME} !</p>4 <p>{'Hello'|@translate} {$USERNAME} !</p> 5 5 {/if} 6 6 7 7 <ul> 8 8 {if isset($U_REGISTER)} 9 <li><a href="{$U_REGISTER}" title="{' Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>9 <li><a href="{$U_REGISTER}" title="{'Register'|@translate}" rel="nofollow">{'Register'|@translate}</a></li> 10 10 {/if} 11 11 12 12 {if isset($U_LOGIN)} 13 <li><a href="{$U_LOGIN}" rel="nofollow">{' Connection'|@translate}</a></li>13 <li><a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a></li> 14 14 {/if} 15 15 16 16 {if isset($U_LOGOUT)} 17 <li><a href="{$U_LOGOUT}">{' logout'|@translate}</a></li>17 <li><a href="{$U_LOGOUT}">{'Logout'|@translate}</a></li> 18 18 {/if} 19 19 20 20 {if isset($U_PROFILE)} 21 <li><a href="{$U_PROFILE}" title="{' hint_customize'|@translate}">{'customize'|@translate}</a></li>21 <li><a href="{$U_PROFILE}" title="{'Customize'|@translate}">{'Customize'|@translate}</a></li> 22 22 {/if} 23 23 24 24 {if isset($U_ADMIN)} 25 <li><a href="{$U_ADMIN}" title="{' hint_admin'|@translate}">{'admin'|@translate}</a></li>25 <li><a href="{$U_ADMIN}" title="{'Administration'|@translate}">{'Administration'|@translate}</a></li> 26 26 {/if} 27 27 </ul> … … 43 43 {if $AUTHORIZE_REMEMBERING} 44 44 <div><label for="remember_me"> 45 {' remember_me'|@translate}45 {'Auto login'|@translate} 46 46 <input type="checkbox" name="remember_me" id="remember_me" value="1"> 47 47 </label></div> … … 53 53 <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li> 54 54 {if isset($U_REGISTER)} 55 <li><a href="{$U_REGISTER}" title="{' Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>55 <li><a href="{$U_REGISTER}" title="{'Register'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li> 56 56 {/if} 57 57 </ul> -
trunk/template/yoga/menubar_menu.tpl
r3282 r5021 1 <dt>{' title_menu'|@translate}</dt>1 <dt>{'Menu'|@translate}</dt> 2 2 <dd> 3 3 {if isset($block->data.qsearch) and $block->data.qsearch==true} -
trunk/template/yoga/menubar_specials.tpl
r3282 r5021 1 <dt>{' special_categories'|@translate}</dt>1 <dt>{'Specials'|@translate}</dt> 2 2 <dd> 3 3 <ul> -
trunk/template/yoga/menubar_tags.tpl
r3546 r5021 11 11 </a> 12 12 {/if} 13 <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a>{* there should be no space between end of a and span elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}</span>13 <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See images linked to this tag only'|@translate}">{$tag.name}</a>{* there should be no space between end of a and span elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}</span> 14 14 {/foreach} 15 15 </div> -
trunk/template/yoga/navigation_bar.tpl
r3283 r5021 1 1 <div class="navigationBar"> 2 2 {if isset($navbar.URL_FIRST)} 3 <a href="{$navbar.URL_FIRST}" rel="first">{' first_page'|@translate}</a> |4 <a href="{$navbar.URL_PREV}" rel="prev">{' previous_page'|@translate}</a> |3 <a href="{$navbar.URL_FIRST}" rel="first">{'First'|@translate}</a> | 4 <a href="{$navbar.URL_PREV}" rel="prev">{'Previous'|@translate}</a> | 5 5 {else} 6 {' first_page'|@translate} |7 {' previous_page'|@translate} |6 {'First'|@translate} | 7 {'Previous'|@translate} | 8 8 {/if} 9 9 … … 20 20 21 21 {if isset($navbar.URL_NEXT)} 22 | <a href="{$navbar.URL_NEXT}" rel="next">{' next_page'|@translate}</a>23 | <a href="{$navbar.URL_LAST}" rel="last">{' last_page'|@translate}</a>22 | <a href="{$navbar.URL_NEXT}" rel="next">{'Next'|@translate}</a> 23 | <a href="{$navbar.URL_LAST}" rel="last">{'Last'|@translate}</a> 24 24 {else} 25 | {' next_page'|@translate}26 | {' last_page'|@translate}25 | {'Next'|@translate} 26 | {'Last'|@translate} 27 27 {/if} 28 28 </div> -
trunk/template/yoga/nbm.tpl
r3283 r5021 3 3 <div class="titrePage"> 4 4 <ul class="categoryActions"> 5 <li><a href="{$U_HOME}" title="{' Go through the gallery as a visitor'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>5 <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 6 6 </ul> 7 <h2>{' nbm_item_notification'|@translate}</h2>7 <h2>{'Notification'|@translate}</h2> 8 8 </div> 9 9 -
trunk/template/yoga/notification.tpl
r3283 r5021 1 1 {html_head} 2 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 '|@translate}" href="{$U_FEED}">3 <link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}"> 4 4 {/html_head} 5 5 <div id="content" class="content"> … … 7 7 <div class="titrePage"> 8 8 <ul class="categoryActions"> 9 <li><a href="{$U_HOME}" title="{' return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>9 <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 10 10 </ul> 11 11 <h2>{'Notification'|@translate}</h2> … … 19 19 </dt> 20 20 <dt> 21 <a href="{$U_FEED}">{'Complete RSS feed '|@translate}</a>21 <a href="{$U_FEED}">{'Complete RSS feed (images, comments)'|@translate}</a> 22 22 </dt> 23 23 </dl> -
trunk/template/yoga/password.tpl
r3283 r5021 3 3 <div class="titrePage"> 4 4 <ul class="categoryActions"> 5 <li><a href="{$U_HOME}" title="{' Go through the gallery as a visitor'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>5 <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 6 6 </ul> 7 7 <h2>{'Password forgotten'|@translate}</h2> -
trunk/template/yoga/picture.tpl
r4513 r5021 29 29 <div id="imageHeaderBar"> 30 30 <div class="browsePath"> 31 <a href="{$U_HOME}" rel=" home">{'home'|@translate}</a>31 <a href="{$U_HOME}" rel="Home">{'Home'|@translate}</a> 32 32 {if !$IS_HOME}{$LEVEL_SEPARATOR}{$SECTION_TITLE}{/if} 33 33 {$LEVEL_SEPARATOR}{$current.TITLE} … … 45 45 {/if} 46 46 {if isset($U_SLIDESHOW_STOP) } 47 <a href="{$U_SLIDESHOW_STOP}" title="{'s lideshow_stop'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_slideshow.png" class="button" alt="{'slideshow_stop'|@translate}"></a>48 {/if} 49 <a href="{$U_METADATA}" title="{' picture_show_metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata"></a>47 <a href="{$U_SLIDESHOW_STOP}" title="{'stop the slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_slideshow.png" class="button" alt="{'stop the slideshow'|@translate}"></a> 48 {/if} 49 <a href="{$U_METADATA}" title="{'Show file metadata'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/metadata.png" class="button" alt="metadata"></a> 50 50 {if isset($current.U_DOWNLOAD) } 51 <a href="{$current.U_DOWNLOAD}" title="{'download _hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>51 <a href="{$current.U_DOWNLOAD}" title="{'download'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a> 52 52 {/if} 53 53 {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if} … … 56 56 {/if} 57 57 {if !empty($U_SET_AS_REPRESENTATIVE) } 58 <a href="{$U_SET_AS_REPRESENTATIVE}" title="{' set as categoryrepresentative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>58 <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a> 59 59 {/if} 60 60 {if isset($U_ADMIN) } 61 <a href="{$U_ADMIN}" title="{' link_info_image'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a>61 <a href="{$U_ADMIN}" title="{'edit'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/preferences.png" class="button" alt="{'edit'|@translate}"></a> 62 62 {/if} 63 63 {if isset($U_CADDIE) }{*caddie management BEGIN*} … … 78 78 }{/literal} 79 79 </script> 80 <a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{' add tocaddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a>80 <a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{'caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a> 81 81 {/if}{*caddie management END*} 82 82 </div> … … 93 93 {if isset($U_SLIDESHOW_STOP) } 94 94 <p> 95 [ <a href="{$U_SLIDESHOW_STOP}">{'s lideshow_stop'|@translate}</a> ]95 [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ] 96 96 </p> 97 97 {/if} … … 100 100 101 101 {if isset($previous) } 102 <a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{' previous_page'|@translate} : {$previous.TITLE}" rel="prev">102 <a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev"> 103 103 <img src="{$previous.THUMB_SRC}" alt="{$previous.TITLE}"> 104 104 </a> 105 105 {/if} 106 106 {if isset($next) } 107 <a class="navThumb" id="linkNext" href="{$next.U_IMG}" title="{' next_page'|@translate} : {$next.TITLE}" rel="next">107 <a class="navThumb" id="linkNext" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" rel="next"> 108 108 <img src="{$next.THUMB_SRC}" alt="{$next.TITLE}"> 109 109 </a> … … 169 169 {$pwg->sprintf($rate_text, $rate_summary.average, $rate_summary.count, $rate_summary.std) } 170 170 {else} 171 {'no _rate'|@translate}171 {'no rate'|@translate} 172 172 {/if} 173 173 </td> … … 178 178 <tr> 179 179 <td class="label"> 180 <span id="updateRate">{if isset($rating.USER_RATE)}{' update_rate'|@translate}{else}{'new_rate'|@translate}{/if}</span>180 <span id="updateRate">{if isset($rating.USER_RATE)}{'Rate this picture'|@translate}{else}{'Rate this picture'|@translate}{/if}</span> 181 181 </td> 182 182 <td class="value"> … … 265 265 <form method="post" action="{$comment_add.F_ACTION}" class="filter" id="addComment"> 266 266 <fieldset> 267 <legend>{' comments_add'|@translate}</legend>267 <legend>{'Add a comment'|@translate}</legend> 268 268 {if $comment_add.SHOW_AUTHOR} 269 <label>{' upload_author'|@translate}<input type="text" name="author"></label>269 <label>{'Author'|@translate}<input type="text" name="author"></label> 270 270 {/if} 271 <label>{' comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>271 <label>{'Comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$Comment_add.CONTENT}</textarea></label> 272 272 <input type="hidden" name="key" value="{$comment_add.KEY}"> 273 273 <input class="submit" type="submit" value="{'Submit'|@translate}"> -
trunk/template/yoga/picture_content.tpl
r3283 r5021 8 8 {if isset($high) } 9 9 </a> 10 <p>{' picture_high'|@translate}</p>10 <p>{'Click on the picture to see it in high definition'|@translate}</p> 11 11 {/if} -
trunk/template/yoga/picture_nav_buttons.tpl
r3283 r5021 2 2 3 3 {if isset($last)} 4 <a class="navButton" href="{$last.U_IMG}" title="{' last_page'|@translate} : {$last.TITLE}" rel="last"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last.png" class="button" alt="{'last_page'|@translate}"></a>4 <a class="navButton" href="{$last.U_IMG}" title="{'Last'|@translate} : {$last.TITLE}" rel="last"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last.png" class="button" alt="{'Last'|@translate}"></a> 5 5 {else} 6 6 <a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/last_unactive.png" class="button" alt=""></a> … … 8 8 9 9 {if isset($next)} 10 <a class="navButton" href="{$next.U_IMG}" title="{' next_page'|@translate} : {$next.TITLE}" rel="next"><img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png" class="button" alt="{'next_page'|@translate}"></a>10 <a class="navButton" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" rel="next"><img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png" class="button" alt="{'Next'|@translate}"></a> 11 11 {else} 12 12 <a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/right_unactive.png" class="button" alt=""></a> … … 14 14 15 15 {if isset($slideshow.U_START_PLAY)} 16 <a class="navButton" href="{$slideshow.U_START_PLAY}" title="{' start_play'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/play.png" class="button" alt="{'start_play'|@translate}"></a>16 <a class="navButton" href="{$slideshow.U_START_PLAY}" title="{'Play of slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/play.png" class="button" alt="{'Play of slideshow'|@translate}"></a> 17 17 {/if} 18 18 19 19 {if isset($slideshow.U_STOP_PLAY)} 20 <a class="navButton" href="{$slideshow.U_STOP_PLAY}" title="{' stop_play'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/pause.png" class="button" alt="{'stop_play'|@translate}"></a>20 <a class="navButton" href="{$slideshow.U_STOP_PLAY}" title="{'Pause of slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/pause.png" class="button" alt="{'Pause of slideshow'|@translate}"></a> 21 21 {/if} 22 22 23 23 {if isset($U_UP) and !isset($slideshow)} 24 <a class="navButton" href="{$U_UP}" title="{' thumbnails'|@translate}" rel="up"><img src="{$ROOT_URL}{$themeconf.icon_dir}/up.png" class="button" alt="{'thumbnails'|@translate}"></a>24 <a class="navButton" href="{$U_UP}" title="{'Thumbnails'|@translate}" rel="up"><img src="{$ROOT_URL}{$themeconf.icon_dir}/up.png" class="button" alt="{'Thumbnails'|@translate}"></a> 25 25 {/if} 26 26 27 27 {if isset($previous)} 28 <a class="navButton" href="{$previous.U_IMG}" title="{' previous_page'|@translate} : {$previous.TITLE}" rel="prev"><img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png" class="button" alt="{'previous_page'|@translate}"></a>28 <a class="navButton" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev"><img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png" class="button" alt="{'Previous'|@translate}"></a> 29 29 {else} 30 30 <a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/left_unactive.png" class="button" alt=""></a> … … 32 32 33 33 {if isset($first)} 34 <a class="navButton" href="{$first.U_IMG}" title="{' first_page'|@translate} : {$first.TITLE}" rel="first"><img src="{$ROOT_URL}{$themeconf.icon_dir}/first.png" class="button" alt="{'first_page'|@translate}"></a>34 <a class="navButton" href="{$first.U_IMG}" title="{'First'|@translate} : {$first.TITLE}" rel="first"><img src="{$ROOT_URL}{$themeconf.icon_dir}/first.png" class="button" alt="{'First'|@translate}"></a> 35 35 {else} 36 36 <a class="navButton"><img src="{$ROOT_URL}{$themeconf.icon_dir}/first_unactive.png" class="button" alt=""></a> … … 39 39 40 40 {if isset($slideshow.U_START_REPEAT)} 41 <a class="navButton" href="{$slideshow.U_START_REPEAT}" title="{' start_repeat'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_repeat.png" class="button" alt="{'start_repeat'|@translate}"></a>41 <a class="navButton" href="{$slideshow.U_START_REPEAT}" title="{'Repeat the slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Repeat the slideshow.png" class="button" alt="{'Repeat the slideshow'|@translate}"></a> 42 42 {/if} 43 43 44 44 {if isset($slideshow.U_STOP_REPEAT)} 45 <a class="navButton" href="{$slideshow.U_STOP_REPEAT}" title="{' stop_repeat'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_repeat.png" class="button" alt="{'stop_repeat'|@translate}"></a>45 <a class="navButton" href="{$slideshow.U_STOP_REPEAT}" title="{'Not repeat the slideshow'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Not repeat the slideshow.png" class="button" alt="{'Not repeat the slideshow'|@translate}"></a> 46 46 {/if} 47 47 48 48 {if isset($slideshow)} 49 49 {if isset($slideshow.U_DEC_PERIOD)} 50 <a class="navButton" href="{$slideshow.U_DEC_PERIOD}" title="{' dec_period'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/dec_period.png" class="button" alt="{'dec_period'|@translate}"></a>50 <a class="navButton" href="{$slideshow.U_DEC_PERIOD}" title="{'Accelerate diaporama speed'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Accelerate diaporama speed.png" class="button" alt="{'Accelerate diaporama speed'|@translate}"></a> 51 51 {else} 52 52 <a class="navButton"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/dec_period_unactive.png" class="button" alt=""></a> … … 54 54 55 55 {if isset($slideshow.U_INC_PERIOD)} 56 <a class="navButton" href="{$slideshow.U_INC_PERIOD}" title="{' inc_period'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/inc_period.png" class="button" alt="{'inc_period'|@translate}"></a>56 <a class="navButton" href="{$slideshow.U_INC_PERIOD}" title="{'Reduce diaporama speed'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Reduce diaporama speed.png" class="button" alt="{'Reduce diaporama speed'|@translate}"></a> 57 57 {else} 58 58 <a class="navButton"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/inc_period_unactive.png" class="button" alt=""></a> -
trunk/template/yoga/profile.tpl
r3283 r5021 13 13 <div class="titrePage"> 14 14 <ul class="categoryActions"> 15 <li><a href="{$U_HOME}" title="{' return to homepage'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>15 <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 16 16 </ul> 17 17 <h2>{'Profile'|@translate}</h2> -
trunk/template/yoga/profile_content.tpl
r3995 r5021 26 26 <li> 27 27 <span class="property"> 28 <label for="use_new_pwd">{' new_password'|@translate}</label>28 <label for="use_new_pwd">{'New password'|@translate}</label> 29 29 </span> 30 30 <input type="password" name="use_new_pwd" id="use_new_pwd" value=""> … … 41 41 42 42 <fieldset> 43 <legend>{' preferences'|@translate}</legend>43 <legend>{'Preferences'|@translate}</legend> 44 44 45 45 <ul> 46 46 <li> 47 47 <span class="property"> 48 <label for="nb_image_line">{' nb_image_per_row'|@translate}</label>48 <label for="nb_image_line">{'Number of images per row'|@translate}</label> 49 49 </span> 50 50 <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{$NB_IMAGE_LINE}"> … … 52 52 <li> 53 53 <span class="property"> 54 <label for="nb_line_page">{' nb_row_per_page'|@translate}</label>54 <label for="nb_line_page">{'Number of rows per page'|@translate}</label> 55 55 </span> 56 56 <input type="text" size="3" maxlength="2" name="nb_line_page" id="nb_line_page" value="{$NB_ROW_PAGE}" > … … 58 58 <li> 59 59 <span class="property"> 60 <label for="template">{' theme'|@translate}</label>60 <label for="template">{'Interface theme'|@translate}</label> 61 61 </span> 62 62 {html_options name=template options=$template_options selected=$template_selection} … … 64 64 <li> 65 65 <span class="property"> 66 <label for=" language">{'language'|@translate}</label>66 <label for="Language">{'Language'|@translate}</label> 67 67 </span> 68 68 {html_options name=language options=$language_options selected=$language_selection} … … 70 70 <li> 71 71 <span class="property"> 72 <label for=" recent_period">{'recent_period'|@translate}</label>72 <label for="Recent period">{'Recent period'|@translate}</label> 73 73 </span> 74 74 <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{$RECENT_PERIOD}"> 75 75 </li> 76 76 <li> 77 <span class="property">{' auto_expand'|@translate}</span>77 <span class="property">{'Expand all categories'|@translate}</span> 78 78 {html_radios name='expand' options=$radio_options selected=$EXPAND} 79 79 </li> 80 80 <li> 81 <span class="property">{' show_nb_comments'|@translate}</span>81 <span class="property">{'Show number of comments'|@translate}</span> 82 82 {html_radios name='show_nb_comments' options=$radio_options selected=$NB_COMMENTS} 83 83 </li> 84 84 <li> 85 <span class="property">{' show_nb_hits'|@translate}</span>85 <span class="property">{'Show number of hits'|@translate}</span> 86 86 {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS} 87 87 </li> 88 88 <li> 89 89 <span class="property"> 90 <label for=" maxwidth">{'maxwidth'|@translate}</label>90 <label for="Maximum width of the pictures">{'Maximum width of the pictures'|@translate}</label> 91 91 </span> 92 92 <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{$MAXWIDTH}"> … … 94 94 <li> 95 95 <span class="property"> 96 <label for=" maxheight">{'maxheight'|@translate}</label>96 <label for="Maximum height of the pictures">{'Maximum height of the pictures'|@translate}</label> 97 97 </span> 98 98 <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{$MAXHEIGHT}"> … … 104 104 <input class="submit" type="submit" name="validate" value="{'Submit'|@translate}"> 105 105 <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}"> 106 <input class="submit" type="submit" name="reset_to_default" value="{'Reset _To_Default'|@translate}">106 <input class="submit" type="submit" name="reset_to_default" value="{'Reset to default values'|@translate}"> 107 107 </p> 108 108 -
trunk/template/yoga/redirect.tpl
r3283 r5021 9 9 <p style="margin: 2em"> 10 10 <a href="{$page_refresh.U_REFRESH}"> 11 {' click_to_redirect'|@translate}11 {'Click here if your browser does not automatically forward you'|@translate} 12 12 </a> 13 13 </p> -
trunk/template/yoga/register.tpl
r3283 r5021 5 5 <div class="titrePage"> 6 6 <ul class="categoryActions"> 7 <li><a href="{$U_HOME}" title="{' return to homepage'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>7 <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 8 8 </ul> 9 9 <h2>{'Registration'|@translate}</h2> -
trunk/template/yoga/search.tpl
r3283 r5021 23 23 <ul class="categoryActions"> 24 24 <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li> 25 <li><a href="{$U_HOME}" title="{' return to homepage'|@translate}" rel="home"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>25 <li><a href="{$U_HOME}" title="{'Home'|@translate}" rel="Home"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 26 26 </ul> 27 27 <h2>{'Search'|@translate}</h2> … … 41 41 <fieldset> 42 42 <legend>{'Filter'|@translate}</legend> 43 <label>{' search_keywords'|@translate}43 <label>{'Search for words'|@translate} 44 44 <input type="text" style="width: 300px" name="search_allwords" size="30"> 45 45 </label> 46 46 <ul> 47 47 <li><label> 48 <input type="radio" name="mode" value="AND" checked="checked">{' search_mode_and'|@translate}48 <input type="radio" name="mode" value="AND" checked="checked">{'Search for all terms '|@translate} 49 49 </label></li> 50 50 <li><label> 51 <input type="radio" name="mode" value="OR">{' search_mode_or'|@translate}51 <input type="radio" name="mode" value="OR">{'Search for any terms'|@translate} 52 52 </label></li> 53 53 </ul> 54 <label>{' search_author'|@translate}54 <label>{'Search for Author'|@translate} 55 55 <input type="text" style="width: 300px" name="search_author" size="30"> 56 56 </label> … … 67 67 68 68 <fieldset> 69 <legend>{' search_date'|@translate}</legend>69 <legend>{'Search by Date'|@translate}</legend> 70 70 <ul> 71 <li><label>{' search_date_type'|@translate}</label></li>71 <li><label>{'Kind of date'|@translate}</label></li> 72 72 <li><label> 73 73 <input type="radio" name="date_type" value="date_creation" checked="checked">{'Creation date'|@translate} … … 78 78 </ul> 79 79 <ul> 80 <li><label>{' search_date_from'|@translate}</label></li>80 <li><label>{'Date'|@translate}</label></li> 81 81 <li> 82 82 <select id="start_day" name="start_day"> … … 97 97 </ul> 98 98 <ul> 99 <li><label>{' search_date_to'|@translate}</label></li>99 <li><label>{'End-Date'|@translate}</label></li> 100 100 <li> 101 101 <select id="end_day" name="end_day"> … … 118 118 119 119 <fieldset> 120 <legend>{' search_options'|@translate}</legend>121 <label>{' search_categories'|@translate}120 <legend>{'Search Options'|@translate}</legend> 121 <label>{'Search in Categories'|@translate} 122 122 <select class="categoryList" name="cat[]" multiple="multiple" > 123 123 {html_options options=$category_options selected=$category_options_selected} … … 125 125 </label> 126 126 <ul> 127 <li><label>{' search_subcats_included'|@translate}</label></li>127 <li><label>{'Search in subcategories'|@translate}</label></li> 128 128 <li><label> 129 129 <input type="radio" name="subcats-included" value="1" checked="checked">{'Yes'|@translate} -
trunk/template/yoga/search_rules.tpl
r3283 r5021 16 16 {if isset($SEARCH_TAGS_MODE) } 17 17 <li> 18 <p>{if 'AND'==$SEARCH_TAGS_MODE}{'A ll tagsmust match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>18 <p>{if 'AND'==$SEARCH_TAGS_MODE}{'At least one tag must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p> 19 19 <ul> 20 20 {foreach from=$search_tags item=v} -
trunk/template/yoga/slideshow.tpl
r3283 r5021 2 2 <div class="browsePath"> 3 3 {if isset($U_SLIDESHOW_STOP) } 4 [ <a href="{$U_SLIDESHOW_STOP}">{'s lideshow_stop'|@translate}</a> ]4 [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|@translate}</a> ] 5 5 {/if} 6 6 </div> -
trunk/template/yoga/tags.tpl
r3283 r5021 4 4 <ul class="categoryActions"> 5 5 {if $display_mode == 'letters'} 6 <li><a href="{$U_CLOUD}" title="{' show tagcloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li>6 <li><a href="{$U_CLOUD}" title="{'cloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li> 7 7 {/if} 8 8 9 9 {if $display_mode == 'cloud'} 10 <li><a href="{$U_LETTERS}" title="{' group byletters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li>10 <li><a href="{$U_LETTERS}" title="{'letters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li> 11 11 {/if} 12 12 13 <li><a href="{$U_HOME}" title="{' return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>13 <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 14 14 </ul> 15 15 <h2>{'Tags'|@translate}</h2> -
trunk/template/yoga/upload.tpl
r3283 r5021 9 9 <div class="titrePage"> 10 10 <ul class="categoryActions"> 11 <li><a href="{$U_HOME}" title="{' return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"></a></li>11 <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> 12 12 </ul> 13 <h2>{' upload_title'|@translate}</h2>13 <h2>{'Upload a picture'|@translate}</h2> 14 14 </div> 15 15 … … 61 61 <!-- mail address --> 62 62 <tr> 63 <td>{' mail_address'|@translate} <span style="color:red;">*</span></td>63 <td>{'E-mail address'|@translate} <span style="color:red;">*</span></td> 64 64 <td> 65 65 <input name="mail_address" type="text" value="{$EMAIL}"> … … 68 68 <!-- name of the picture --> 69 69 <tr> 70 <td>{' upload_name'|@translate}</td>70 <td>{'Name of the picture'|@translate}</td> 71 71 <td> 72 72 <input name="name" type="text" value="{$NAME_IMG}"> … … 75 75 <!-- author --> 76 76 <tr> 77 <td>{' upload_author'|@translate}</td>77 <td>{'Author'|@translate}</td> 78 78 <td> 79 79 <input name="author" type="text" value="{$AUTHOR_IMG}"> … … 89 89 <!-- comment --> 90 90 <tr> 91 <td>{' comment'|@translate}</td>91 <td>{'Comment'|@translate}</td> 92 92 <td> 93 93 <textarea name="comment" id="comment" rows="3" cols="40" style="overflow:auto">{$COMMENT_IMG}</textarea> … … 103 103 </form> 104 104 {else} 105 {' upload_successful'|@translate}<br>105 {'Picture uploaded with success, an administrator will validate it as soon as possible'|@translate}<br> 106 106 <div style="text-align:center;"> 107 <a href="{$U_RETURN}">[ {' home'|@translate} ]</a>107 <a href="{$U_RETURN}">[ {'Home'|@translate} ]</a> 108 108 </div> 109 109 {/if} 110 110 111 111 {if isset($SHOW_FORM_FIELDS) and $SHOW_FORM_FIELDS} 112 <div style="text-align:left; margin-left:20px;"><span style="color:red;">*</span> : {' mandatory'|@translate}</div>112 <div style="text-align:left; margin-left:20px;"><span style="color:red;">*</span> : {'obligatory'|@translate}</div> 113 113 {/if} 114 114 </div> <!-- content -->
Note: See TracChangeset
for help on using the changeset viewer.