openstack-manuals/www/templates/dropdown_releases_and_languages.tmpl
daisy-ycguo 9a6b18bec6 Add index pages for Chinese and Korean documents.
Modified the header of draft-i18n-manuals.html,
removed Chinese and Korean entries from draft-i18n-manuals.html.

Add Chinese and Korean entries to dropdown_releases_and_languages.tmpl.

Change-Id: I39111882fc4f3cdf2d01df451b02bd824ef9967c
2014-08-22 22:16:42 +02: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="/icehouse/" title='Go to the "Icehouse release" page'>
Icehouse (current release)
</a>
</li>
<li class="link">
<a href="/havana/" title='Go to the "Havana release" page'>
Havana
</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>