Changeset 5250


Ignore:
Timestamp:
Mar 22, 2010, 11:17:33 AM (14 years ago)
Author:
plg
Message:

feature 1528: update the about page content (FR/EN only currently).

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/about.html

    r3282 r5250  
    1   <li>Piwigo is a web application giving you the possibility to
    2   create an online images gallery easily.</li>
     1<p>This photo gallery is based on Piwigo.</p>
    32
    4   <li>Technicaly, Piwigo is fully developped with PHP (the elePHPant)
    5   with a MySQL database (the SQuirreL).</li>
     3<p>Piwigo is a photo gallery software for the web, built by an active
     4community of users and developers. Extensions make Piwigo easily
     5customizable. Icing on the cake, Piwigo is free and opensource.</p>
    66
    7   <li>If you have any suggestions or comments, please visit <a
    8   href="http://piwigo.org">Piwigo</a> official site, and
    9   its dedicated <a href="http://forum.Piwigo.net">forum</a>.</li>
    10 
     7<p id="linkToPiwigo"><a href="http://piwigo.org">Visit Piwigo website</a></p>
  • trunk/language/fr_FR/about.html

    r3282 r5250  
    1   <li>Piwigo est une application web permettant de créer facilement
    2 une galerie d'images en ligne.</li>
     1<p>Cette galerie photo repose sur Piwigo.</p>
    32
    4   <li>Techniquement, Piwigo est développée en PHP avec une base de
    5 données MySQL.</li>
     3<p>Piwigo est un logiciel de galerie photo pour le web, bâti par une
     4communauté active d'utilisateurs et de développeurs. Les extensions rendent
     5Piwigo facilement personnalisable. Cerise sur le gâteau, Piwigo est libre et
     6gratuit.</p>
    67
    7   <li>Si vous avez des suggestions ou des commentaires, visitez le <a
    8   href="http://fr.piwigo.org">site officiel</a> et <a href="http://fr.piwigo.org/forum">son forum</a>.</li>
     8<p id="linkToPiwigo"><a href="http://fr.piwigo.org">Visiter le site web de Piwigo</a></p>
  • trunk/themes/default/template/about.tpl

    r5164 r5250  
    1010    <h2>{'About'|@translate}</h2>
    1111  </div>
    12   <ul>
     12  <div id="piwigoAbout">
    1313  {$ABOUT_MESSAGE}
    1414  {if isset($THEME_ABOUT) }
    15   <li>{$THEME_ABOUT}</li>
     15  <ul>
     16   <li>{$THEME_ABOUT}</li>
     17  </ul>
    1618  {/if}
    17   </ul>
     19  </div>
    1820</div>
  • trunk/themes/default/theme.css

    r5129 r5250  
    850850        border: 1px solid gray;
    851851}
     852
     853#piwigoAbout {width:600px;margin:0 auto;}
     854#linkToPiwigo {text-align:center;}
Note: See TracChangeset for help on using the changeset viewer.