Changeset 5628


Ignore:
Timestamp:
Apr 4, 2010, 1:20:49 PM (14 years ago)
Author:
Gotcha
Message:

Daily MAJ
Lots of changes

Location:
extensions/sobre
Files:
9 added
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/language/en_UK/theme.lang.php

    r5582 r5628  
    99
    1010/* picture.tpl */
    11 $lang['Viewing_name'] = 'You viewing';
     11$lang['Viewing name'] = 'You viewing';
    1212$lang['comment'] = '';
     13$lang['Licence area'] = 'Licence';
     14$lang['Informations area'] = 'Informations';
     15$lang['upload author'] = 'Votre nom :';
     16$lang['Submit comment'] = 'Valider votre commentaire';
     17$lang['comment screen'] = 'Votre commentaire ici. Merci';
     18
     19/* footer.tpl */
     20$lang['generation time'] = 'Page generated in';
     21$lang['sql queries in'] = 'sql queries in';
     22$lang['Scroll to top'] = 'Scroll to top';
     23$lang['About'] = 'Mentions légales';
     24
     25/* mainpage_categories.tpl */
     26$lang['Auto categorie'] = 'Catégorie automatique';
    1327
    1428?>
  • extensions/sobre/language/fr_FR/theme.lang.php

    r5582 r5628  
    99
    1010/* picture.tpl */
    11 $lang['Viewing_name'] = 'Vous regardez';
     11$lang['Viewing name'] = 'Vous regardez';
    1212$lang['comment'] = '';
     13$lang['Licence area'] = 'Licence';
     14$lang['Informations area'] = 'Informations';
     15$lang['upload author'] = 'Votre nom :';
     16$lang['Submit comment'] = 'Valider votre commentaire';
     17$lang['comment screen'] = 'Votre commentaire ici. Merci';
     18
     19/* footer.tpl */
     20$lang['generation time'] = 'Page fabriquée en';
     21$lang['sql queries in'] = 'requêtes SQL en';
     22$lang['Scroll_to_top'] = 'Revenir en haut de page';
     23$lang['About'] = 'Mentions légales';
     24
     25/* mainpage_categories.tpl */
     26$lang['Auto categorie'] = 'Catégorie automatique';
     27
    1328?>
  • extensions/sobre/template/picture.tpl

    r5582 r5628  
    3333          <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>
    3434    {if !$IS_HOME}{$LEVEL_SEPARATOR}{$SECTION_TITLE}{/if}
    35   {$LEVEL_SEPARATOR} <small>{'Viewing_name'|@translate}:</small> {$current.TITLE}
     35  {$LEVEL_SEPARATOR} <small>{'Viewing name'|@translate}:</small> {$current.TITLE}
    3636  </div>
    3737  <div class="imageNumber">{$PHOTO}</div>
     
    131131        {/if}
    132132        {if $display_info.licence}
    133       <td class="label">{if isset($COMMENT_LIC)}{'Licence_area'|@translate}{/if}</td>
     133      <td class="label">{if isset($COMMENT_LIC)}{'Licence area'|@translate}{/if}</td>
    134134      <td class="value"><p>{$COMMENT_LIC}</p></td>
    135135        {/if}
     
    184184        {/if}
    185185    {if $display_info.visits}
    186       <td id="Visits" class="label">{'Visits'|@translate}</td>
     186      <td id="Visits" class="label">{'Informations'|@translate}</td>
    187187      <td id="Visits"class="value">
    188188        <p>
    189           {$INFO_VISITS}
     189          {$INFO_VISITS} {'Visits'|@translate}
    190190          {if $display_info.average_rate and isset($rate_summary) }, <span id="Average" "ratingSummary">
    191191            {if $rate_summary.count}
     
    302302                      <p>
    303303              {if $comment_add.SHOW_AUTHOR}
    304                         <label>{'Author'|@translate}
     304                        <label>{'upload author'|@translate}
    305305                  <input type="text" name="author">
    306306                </label>
     
    309309              </p>
    310310              <input type="hidden" name="key" value="{$comment_add.KEY}">
    311               <input class="submit" type="submit" value="{'Submit'|@translate}">
     311              <input class="submit" type="submit" value="{'Submit comment'|@translate}">
    312312                </td>
    313313            <td width="100%" align="center">
  • extensions/sobre/theme.css

    r5589 r5628  
    196196        margin:10px auto 0;
    197197}
    198 #comments table tbody tr td {
    199         height:138px;
    200 }
    201198#comments {
    202199        width: 910px;
     
    221218        font-style:italic;
    222219}
     220div#comments fieldset legend {
     221        margin-left: 10px;
     222}
     223form.filter fieldset ul, form.filter fieldset label {
     224        padding-top: 5px;
     225        padding-left: 5px;
     226}
     227table.commentr {
     228        margin-top: -20px;
     229        margin-bottom: -10px;
     230}
     231#outils {
     232        padding-top: 17px;
     233}
    223234#stuffs_block_3 #comments { /* Tip pour la page d'accueil */
    224235        width: 100%;
    225236}
     237
     238
     239
     240
     241
     242
     243
     244/* Le fichier n'existe pas et sera créé lors de l'enregistrement par LocalFiles Editor */
     245
     246/* Correction du centrage du cadre de la catégorie */
     247.content ul.thumbnailCategories {
     248  padding-left: 4px;
     249}
     250
     251/* Centrage modifications de la caractéristique de la catégorie. */
     252.content div.thumbnailCategory div.description div.text p.Nb_images {
     253  border-top:1px solid #808080;
     254  color:#FF9960;
     255  font-style:italic;
     256  text-align:center;
     257}
     258
     259/* Centrage modifications du nom de la catégorie. */
     260.content div.thumbnailCategory div.description h3 {
     261  font-weight: bold;
     262  text-align:center;
     263}
     264
     265/* Modifications de la description de la catégorie. */
     266.content div.thumbnailCategory div.description div.text p {
     267  color:#996060;
     268}
     269
     270/* Correction du centrage de la miniature */
     271.content div.thumbnailCategory div.illustration {
     272  text-align: center;
     273  margin: 2px;
     274}
     275
     276/* Modifications complémentaires pour my-picture.tpl */
     277/* MOD Permametadata */
     278.pictureTable .exifbi {
     279  text-align: right;
     280}
     281/* Mise en page du tableau */
     282TABLE.infoTable {
     283width:920px;
     284background: #505050;
     285}
     286TABLE.infoTable .label {
     287  background-color: #2F0000;
     288  font-weight: bold;
     289  text-align: left;
     290  padding-right: 0.5em;
     291  padding-left: 3px;
     292}
     293TABLE.infoTable {
     294  border: solid 1px;
     295  margin-top: 6px;
     296}
     297TABLE.infoTable .value p {
     298  width: 320px;
     299  margin: 0px;
     300}
     301TABLE.infoTable .value {
     302  max-width: 320px;
     303}
     304TABLE.infoTable .label {
     305  width: 100px;
     306}
     307TABLE.infoTable .value p a, input.rateButton {
     308border-width:0;
     309color:#FF7700;
     310}
     311/* ================= */
     312
     313/* Modification pûrement visuel et esthétique modifiant l'affichage de l'enveloppe sous une miniature nouvelle */
     314.content ul.thumbnails span.thumbLegend img {
     315  position:relative; top:-3px;
     316}
     317
     318/* Affichage des tags avec le plugin Cumulus cloud tags */
     319.tagLetter table.tagLetterContent {
     320  font-size:100%;
     321}
     322
     323/* Plugin PWG_Stuff, permet d'afficher les derniers commentaires sur 2 colonnes. */
     324.content #comments ul.thumbnailCategories li {
     325  width:49.9%;
     326}
     327
     328/* Modifications pour RV Mpas & Earth */
     329#theImage #mapPicture {
     330  width: 280px;
     331}
     332#theImage #map {
     333height:600px;
     334min-height:512px;
     335position: relative;
     336background-color: rgb(229, 227, 223);
     337left: 290px;
     338right: -290px;
     339margin-right: 290px;
     340}
     341
     342/*
     343Petite bidouille pour le panneau de connection en haut du site avec PWG_Stuffs
     344#stuffs_block_2 form.properties span.property {
     345  width: 150px;
     346  text-align: left;
     347}
     348*/
     349
     350/* Centrage en une seule colonne */
     351body {
     352margin: 0 auto;
     353max-width: 1190px;
     354min-width: 980px;
     355}
     356
     357/* Les polices */
     358.content div.thumbnailCategory div.description div.text p {
     359  font-family:Trebuchet MS;
     360}
     361.stuffs_block {
     362  font-family:Comic Sans MS;
     363}
     364
     365/* Bloc privé */
     366#stuffs_block_10 div.personal_block{
     367display:none;
     368}
     369#stuffs_block_10:hover div.personal_block{
     370display:block;
     371}
     372
     373/* Pour IE et Chrome surtout */
     374.content ul.thumbnailCategories {
     375width: 99%;
     376}
     377
     378
     379
     380
     381
     382/* Modifications de la tailles des miniatures. L'expemple ci-dessous suppose une taille de 200px de coté pour les miniatures.*/
     383/* A vous d'adapter en fonction de vos propres miniatures et choix esthétique.*/
     384
     385.content DIV.thumbnailCategory DIV.description {
     386        padding-left: 0px                    /* For Sylvia theme only */
     387}
     388.content div.thumbnailCategory div.illustration {
     389        text-align:center;
     390}
     391.content div.thumbnailCategory div.illustration {
     392        width:170px;                      /* Usable range 162px-360px , optimal : Thumbnail width + 10px */
     393        margin-top:19px;
     394}
     395.content div.thumbnailCategory {
     396        height: 200px;                    /* Usable range 172px-250px , optimal : Thumbnail height + 10px */ /* For Slyvia theme, Thumbnail height + 40px */
     397}
     398.content div.thumbnailCategory div.description .text {
     399        height: 110px;                   /* Optimal : Thumbnail height - 50px */
     400}
     401#comments div.thumbnailCategory div.illustration {
     402        width: 255px;                    /* Usable range 219px-360px , optimal : Thumbnail width + 95px */
     403}
     404.content ul.thumbnails span.wrap2,
     405.content div.thumbnailCategory div.description {
     406        height: 150px;                        /* Optimal : Thumbnail height - 10px */
     407}
     408.content ul.thumbnails span,
     409.content ul.thumbnails span.wrap2 a,
     410.content ul.thumbnails label {
     411        width: 170px;                        /* Optimal : Thumbnail width + 10px */
     412}
     413
     414/* Set defaults for thumbnails legend ( modifie le nbre de ligne sous les vignettes)*/
     415#content UL.thumbnails SPAN.thumbLegend {
     416  display: block;    /* display: none; if you don't want legend */
     417  height: 5em;        /* legend height (don't set auto to be Gecko friendly)*/
     418}
     419
     420/* Plugin Whois Onligne, change affichage sizing*/
     421.Online {
     422 font-size: 11px;
     423}
     424
     425/* Pour IE et Chrome surtout */
     426.content ul.thumbnailCategories {
     427width: 99%;
     428}
Note: See TracChangeset for help on using the changeset viewer.