created new tag v0.3.4.5 (based on v0.3.4.3)
merged changeset 969 updated list of contributers
This commit is contained in:
parent
4a8a292313
commit
152e67283a
728 changed files with 120019 additions and 0 deletions
25
v0.3.4.5/plugins/language_selection/language_selection.cs
Normal file
25
v0.3.4.5/plugins/language_selection/language_selection.cs
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?cs # $Id$ ?>
|
||||
|
||||
<?cs call:handle_messages() ?>
|
||||
|
||||
<fieldset>
|
||||
<legend>
|
||||
<?cs call:show_plugin_icon() ?>
|
||||
<?cs var:html_escape(Lang.Plugins.language_selection.Title.Lang) ?>
|
||||
</legend>
|
||||
|
||||
<?cs call:show_help(Lang.Plugins.language_selection.Help.Select) ?>
|
||||
|
||||
<ul class="lang">
|
||||
<?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>
|
||||
</fieldset>
|
Loading…
Add table
Add a link
Reference in a new issue