lars
80337411ae
svn:keywords set fixed: shutdown - delay reboot/poweroff by some seconds to finish the web page before added: format_fs - show link to umount in case of active device added: new plugin "language_selection" fixed: recently introduced syntax error in 'network' added: "volume_props" mentions encryption support via "format_fs" (including link) updated: plugin-interface.txt fixed: broken test case for date plugin (caused by twill, I guess) added: "partition" plugin - better handling of config partition
15 lines
462 B
C#
15 lines
462 B
C#
<?cs # $Id$ ?>
|
|
|
|
<h1><?cs var:html_escape(Lang.Plugins.language_selection.Title.Language) ?></h1>
|
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<div id="lang">
|
|
<ul>
|
|
<?cs loop:index = #0, subcount(Data.Languages)-1, #1 ?>
|
|
<li><a href="<?cs
|
|
call:link("disks", 'weblang', Data.Languages[index].name, '','') ?>" title="<?cs
|
|
var:html_escape(Data.Languages[index].link) ?>" /><?cs
|
|
var:html_escape(Data.Languages[index].link) ?></a></li><?cs /loop ?>
|
|
</ul>
|
|
</div>
|