openstack-manuals/www/templates/dropdown_releases_and_languages.tmpl
Andreas Jaeger f93a90eab0 Fix Korean in drop-down menu
Change-Id: I85d79404fd888f62cab10c5d6441729fa6c4ff49
Closes-Bug: #1392919
2014-11-15 17:12:18 +01:00

62 lines
1.4 KiB
Cheetah

<div class="span-12">
<div class="dropDownTrigger">
<p>
<a href="#">
More releases and languages...
</a>
</p>
<div class="dropDown">
<div>
<ul>
<li>
Releases
</li>
<li class="link">
<a href="/trunk/" title='Go to the "in progress docs" page'>
In progress (master branch)
</a>
</li>
<li class="link">
<a href="/juno/" title='Go to the "Juno release" page'>
Juno (current release)
</a>
</li>
<li class="link">
<a href="/icehouse/" title='Go to the "Icehouse release" page'>
Icehouse
</a>
</li>
<li>
Languages
</li>
<li class="link">
<a href="/ja/" title="Go to the Japanese documentation">
日本語 (Japanese)
</a>
</li>
<li class="link">
<a href="/de/" title="Go to the German documentation">
Deutsch (German)
</a>
</li>
<li class="link">
<a href="/fr/" title="Go to the French documentation">
Français (French)
</a>
</li>
<li class="link">
<a href="/zh_CN/" title="Go to the Chinese documentation">
简体中文 (Simplified Chinese)
</a>
</li>
<li class="link">
<a href="/ko_KR/" title="Go to the Korean documentation">
한국어 (Korean)
</a>
</li>
</ul>
</div>
</div>
</div>
</div>