Koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc
Joshua Ferraro 678b52a2f2 refactoring changelanguage, better var names, etc.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-05 02:59:38 -06:00

18 lines
1.2 KiB
HTML

</div>
<!-- TMPL_IF NAME="languages_loop" -->
<div id="changelanguage" class="ft">
<ul>
<!-- TMPL_LOOP NAME="languages_loop" -->
<!-- TMPL_IF NAME="current" -->
<li><!-- TMPL_IF NAME="native_description" --><!-- TMPL_VAR NAME="native_description" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="language_code" --><!-- /TMPL_IF --></li>
<!-- TMPL_ELSE -->
<li><a title="<!-- TMPL_IF NAME="locale_description" --><!-- TMPL_VAR NAME="locale_description" --> <!-- TMPL_IF NAME="script_description" -->, <!-- TMPL_VAR NAME="script_description" --> (Script)<!-- /TMPL_IF --> <!-- TMPL_IF NAME="region_description" -->, <!-- TMPL_VAR NAME="region_description" --> (Region)<!-- /TMPL_IF --> <!-- TMPL_IF NAME="variant_description" -->, <!-- TMPL_VAR NAME="variant_description" --> (Vartiant)<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="language_lang" --><!-- /TMPL_IF -->" href="/cgi-bin/koha/changelanguage.pl?language=<!-- TMPL_VAR NAME="language_lang" -->"><!-- TMPL_IF NAME="native_description" --><!-- TMPL_VAR NAME="native_description" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="language_lang" --><!-- /TMPL_IF --></a></li>
<!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
</ul>
</div>
<!-- /TMPL_IF -->
</body>
</html>