mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-09 21:06:12 +10:00
12 lines
369 B
HTML
12 lines
369 B
HTML
<select onchange="window.location.href=this.options[this.selectedIndex].value">
|
|
<@ for ver in version.list @>
|
|
<option
|
|
value="<$ ver.href $>/{% if page.path %}{{page.path}}{% endif %}"
|
|
{% if page.version == "<$ ver.name $>"%}selected{% endif %}>
|
|
<$ ver.name $> <@ if version.latest.name == ver.name @>(latest)<@ endif @>
|
|
</option>
|
|
<@ endfor @>
|
|
</select>
|
|
|
|
|