release v0.3.2
This commit is contained in:
parent
0b163061f5
commit
dd557f7866
719 changed files with 100817 additions and 0 deletions
22
v0.3.2/plugins/language_selection/language_selection.cs
Normal file
22
v0.3.2/plugins/language_selection/language_selection.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?cs # $Id$ ?>
|
||||
|
||||
<h1><?cs var:html_escape(Lang.Plugins.language_selection.Title.Language) ?></h1>
|
||||
|
||||
<?cs call:handle_messages() ?>
|
||||
|
||||
<?cs call:show_help(Lang.Plugins.language_selection.Help.Select) ?>
|
||||
|
||||
<div id="lang">
|
||||
<ul>
|
||||
<?cs loop:index = #0, subcount(Data.Languages)-1, #1 ?>
|
||||
<li><a href="<?cs
|
||||
call:link("language_selection", 'weblang', Data.Languages[index].name, '','') ?>" title="<?cs
|
||||
var:html_escape(Data.Languages[index].link) ?>" ><?cs
|
||||
var:html_escape(Data.Languages[index].link) ?></a>
|
||||
<?cs if:Settings.Language == Data.Languages[index].name ?>
|
||||
<img src="icons/language_selection?image=list_marker_tango.gif"
|
||||
alt="symbol: current language" style="vertical-align:middle" />
|
||||
<?cs /if ?>
|
||||
</li><?cs /loop ?>
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue