Bug 2997 - Top banner in blog page not complete in english, and totally missing for all other languages
Summary: Top banner in blog page not complete in english, and totally missing for all ...
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: www.mageia.org (show other bugs)
Version: trunk
Hardware: i586 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Romain d'Alverny
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 3384
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-09 12:45 CEST by Philippe Didier
Modified: 2012-05-24 23:04 CEST (History)
3 users (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description Philippe Didier 2011-10-09 12:45:31 CEST
When you open the blog page, coming from http://www.mageia.org/en/
you get this http://blog.mageia.org/en/ :
the top bar misses the lang choice button :

need to add in the source code ( in <div class="nav"> after line 73 
ie after <p class="loc"> )

<form id="lang_form" dir="ltr" method="get" action="/">
    <!--<label for="flang">Autres langues&nbsp;:</label>-->
    <input type="hidden" name="furl" value="/en/" />
    <select id="flang" name="flang" dir="ltr" onchange="this.form.submit()">
        <option value="cs">ÄeÅ¡tina</option><option value="de">Deutsch</option><option value="el">Îλληνικά</option><option value="en" selected="selected">English</option><option value="es">Español</option><option value="et">Eesti</option><option value="fi">Suomeksi</option><option value="fr">Français</option><option value="it">Italiano</option><option value="lv">LatvieÅ¡u</option><option value="nb">BokmÃ¥l</option><option value="nl">Nederlands</option><option value="pl">Polski</option><option value="pt">Português</option><option value="pt-br">Português do Brasil</option><option value="ro">RomânÄ</option><option value="ru">РÑÑÑкий</option><option value="sl">SlovenÅ¡Äina</option><option value="tr">Türkçe</option><option value="uk">ÑкÑаÑÌнÑÑка моÌва</option><option value="zh-cn">ç®ä½ä¸­æ</option><option value="zh-tw">æ­£é«ä¸­æ</option>

    </select>
    <noscript><div><input type="submit" id="lang_submit" value="Hop!" /></div></noscript>
</form>
Comment 1 Wolfgang Bornath 2011-10-09 12:51:07 CEST
In the blog page you do not need a button to change language - the available language pages of the blog can be reached via "Language Bar" below the title.

CC: (none) => molch.b

Comment 2 Philippe Didier 2011-10-09 13:16:28 CEST
Description was only for correcting english blog page...

For other languages the <div class="nav"> is missing in the beginning of the <body class="home blog">

look at  : http://blog.mageia.org/de/

need to copy this whole class from a working page for each language (http://www.mageia.org/de/ for german for instance) 
in the beginning of <body class="release">

and paste it to the beginning of the
<body class="home blog"> for the same language

beware !!!
you need to remove class="sel" from the first item ( <a href="/xx/" accesskey="1">Mageia</a>)  and to add it into the blog item : 
 (<a href="http://blog.mageia.org/xx/">Blog</a>)
xx being the language  (de, fr, el, it and so on)


If this report is not clear enough, ask for better explanations !
Comment 3 Philippe Didier 2011-10-09 13:18:25 CEST
(In reply to comment #1)
> In the blog page you do not need a button to change language - the available
> language pages of the blog can be reached via "Language Bar" below the title.

You are right ! I had a focus on the whole top bar and didn't even thought that the language button was useless ...
Comment 4 Philippe Didier 2011-10-09 13:22:10 CEST
That means that you have only to copy and paste the beginning of the
 <div class="nav">
without the part concerning language choice
Comment 5 Romain d'Alverny 2011-10-09 14:15:34 CEST
(In reply to comment #0)
> When you open the blog page, coming from http://www.mageia.org/en/
> you get this http://blog.mageia.org/en/ :
> the top bar misses the lang choice button :

Known issue, the top bar is still experimental, and mostly in English blog only (not other languages), waiting for a top navbar web service to publish the correct code for each part of the site.

CC: (none) => rdalverny

Comment 6 Marja Van Waes 2012-01-13 22:20:25 CET
Pinging. because nothing happened to this report since more than 3 months ago, and it still has the status NEW

Please set status to ASSIGNED. If for work flow reasons you can't do that, then please put OK on the whiteboard instead. (I filter the OK bugs away when looking for stale new and reopened bugs)

CC: (none) => marja11

Romain d'Alverny 2012-01-13 22:29:43 CET

Status: NEW => ASSIGNED
Assignee: mageia-webteam => rdalverny

Romain d'Alverny 2012-05-14 19:12:21 CEST

Depends on: (none) => 3384

Comment 7 Romain d'Alverny 2012-05-24 23:04:54 CEST
Done.

Status: ASSIGNED => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.