blob: c913760b4c4e430fea155e71034b8d83b016c9de (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<ste:load name="setup_master.html" />
<ste:block name="content">
<form action="$rel_path_to_root/setup.php" method="get" accept-charset="UTF-8">
<select name="lang">
<ste:foreach array="translations" key="langcode" value="language">
<option value="$langcode"?{~{$langcode|eq|en}| selected="selected"|}><ste:escape>$langcode: $language</ste:escape></option>
</ste:foreach>
</select>
<input type="submit" />
</form>
</ste:block>
|