diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-14 22:53:45 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-14 22:53:45 +0000 |
commit | 05ccc62d7a64b7806e8537b2d1c901c596f638e5 (patch) | |
tree | ffdd2e7bee55335d66b4dd5de7dff423e3f5f884 /en/timeline | |
parent | cfddec2c0b0134ff0bcd6283db79a680e070cccf (diff) | |
download | www-05ccc62d7a64b7806e8537b2d1c901c596f638e5.tar www-05ccc62d7a64b7806e8537b2d1c901c596f638e5.tar.gz www-05ccc62d7a64b7806e8537b2d1c901c596f638e5.tar.bz2 www-05ccc62d7a64b7806e8537b2d1c901c596f638e5.tar.xz www-05ccc62d7a64b7806e8537b2d1c901c596f638e5.zip |
convert timeline to gettext and minor css change
Diffstat (limited to 'en/timeline')
-rw-r--r-- | en/timeline/index.php | 68 |
1 files changed, 35 insertions, 33 deletions
diff --git a/en/timeline/index.php b/en/timeline/index.php index d3ab14f70..ea48a1190 100644 --- a/en/timeline/index.php +++ b/en/timeline/index.php @@ -2,17 +2,17 @@ define('HLANG', true); require '../../langs.php'; -_lang_load($locale, 'timeline'); +$dictionary = read_translation_file($locale, 'timeline'); ?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>"> <head> <meta charset="utf-8"> - <title><?php _e('Mageia Timeline')?></title> + <title><?php _g('Mageia Timeline')?></title> <link rel="stylesheet" href="/g/style/all.css"> <style> - .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; } + .para {padding-top: 2em;} hr { margin-top: 2em; } #tl0 { list-style: none; @@ -29,88 +29,90 @@ _lang_load($locale, 'timeline'); </head> <body class="about"> <?php echo $hsnav; ?> - <h1 id="mgnavtitle"><?php _e('Mageia Timeline')?></h1> - <div class="para" style="width: 800px;"> - <section> + <h1 id="mgnavtitle"><?php _g('Mageia Timeline')?></h1> + <div id="doc" class="yui-t7"> + <div id="bd" role="main"> + <div class="yui-g"><div class="para"> <ul class="hl" id="tl0"> <li class="tliy"> - <h2><?php _e('2013')?></h2> + <h2><?php _g('2013')?></h2> <ul class="hl"> <li class="tlim"> - <h3><?php _e('May')?></h3> + <h3><?php _g('May')?></h3> <ul class="hl"> - <li class="tlie"><?php _e('<a href="/3/">Mageia 3</a> is released.')?></li> + <li class="tlie"><?php _g('<a href="/3/">Mageia 3</a> is released.')?></li> </ul> </li> <li class="tlim"> - <h3><?php _e('February')?></h3> + <h3><?php _g('February')?></h3> <ul class="hl"> - <li class="tlie"><?php _e('Third General Assembly during FOSDEM in Brussels, Belgium.')?></li> + <li class="tlie"><?php _g('Third General Assembly during FOSDEM in Brussels, Belgium.')?></li> </ul> </li> </ul> </li> <li class="tliy"> - <h2><?php _e('2012')?></h2> + <h2><?php _g('2012')?></h2> <ul class="hl"> <li class="tlim"> - <h3><?php _e('May')?></h3> + <h3><?php _g('May')?></h3> <ul class="hl"> - <li class="tlie"><?php _e('<a href="/2/">Mageia 2</a> is released.')?></li> + <li class="tlie"><?php _g('<a href="/2/">Mageia 2</a> is released.')?></li> </ul> </li> <li class="tlim"> - <h3><?php _e('February')?></h3> + <h3><?php _g('February')?></h3> <ul class="hl"> - <li class="tlie"><?php _e('Second General Assembly during FOSDEM in Brussels, Belgium.')?></li> + <li class="tlie"><?php _g('Second General Assembly during FOSDEM in Brussels, Belgium.')?></li> </ul> </li> </ul> </li> <li class="tliy"> - <h2><?php _e('2011')?></h2> + <h2><?php _g('2011')?></h2> <ul class="hl"> <li class="tlim"> - <h3><?php _e('June')?></h3> + <h3><?php _g('June')?></h3> <ul class="hl"> - <li class="tlie"><?php _e('<a href="/1/">Mageia 1</a> is released.')?></li> + <li class="tlie"><?php _g('<a href="/1/">Mageia 1</a> is released.')?></li> </ul> </li> <li class="tlim"> - <h3><?php _e('February')?></h3> + <h3><?php _g('February')?></h3> <ul class="hl"> - <li class="tlie"><?php _e('First General Assembly during FOSDEM in Brussels, Belgium.')?></li> + <li class="tlie"><?php _g('First General Assembly during FOSDEM in Brussels, Belgium.')?></li> </ul> </li> <li class="tlim"> - <h3><?php _e('January')?></h3> + <h3><?php _g('January')?></h3> <ul class="hl"> - <li class="tlie"><?php _e('Build system is ready to run for the first alpha ISOs.')?></li> + <li class="tlie"><?php _g('Build system is ready to run for the first alpha ISOs.')?></li> </ul> </li> </ul> </li> <li class="tliy"> - <h2><?php _e('2010')?></h2> + <h2><?php _g('2010')?></h2> <ul class="hl"> <li class="tlim"> - <h3><?php _e('End of year')?></h3> + <h3><?php _g('End of year')?></h3> <ul class="hl"> - <li class="tlie"><?php _e('With an incredible response, first donations and discussions abound.')?></li> - <li class="tlie"><?php _e('Project gets structured, governance takes slowly shape (first board, teams).')?></li> + <li class="tlie"><?php _g('With an incredible response, first donations and discussions abound.')?></li> + <li class="tlie"><?php _g('Project gets structured, governance takes slowly shape (first board, teams).')?></li> </ul> </li> <li class="tlim"> - <h3><?php _e('September')?></h3> + <h3><?php _g('September')?></h3> <ul class="hl"> - <li class="tlie"><?php _e('Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>.')?></li> - <li class="tlie"><?php _e('Mageia.Org is registered in Paris, France.')?></li> + <li class="tlie"><?php _g('Mageia starts as a <a href="../about/2010-sept-announcement.html">fork of Mandriva Linux</a>.')?></li> + <li class="tlie"><?php _g('Mageia.Org is registered in Paris, France.')?></li> </ul> </li> </ul> </li> </ul> - </section> - </div> + </div></div> + </div> + </div> </body> -</html>
\ No newline at end of file +</html> |