rhymix/widgets/language_select/skins/default/language_select.html
zero aa9b51fcac 언어 선택 위젯 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1936 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-07-13 08:34:23 +00:00

10 lines
341 B
HTML

<div class="tCenter">
<select name="lang_type" onchange="doChangeLangType(this)">
<option value="{$lang_type}">{$lang_type}</option>
<!--@foreach($lang_supported as $val)-->
<!--@if($val != $lang_type)-->
<option value="{$val}">{$val}</option>
<!--@end-->
<!--@end-->
</select>
</div>