cryptonas-branches/pythonrewrite/templates/form_system.cs

17 lines
371 B
C#

<?cs # $Id$ ?>
<h1><?cs var:html_escape(Lang.Title.System) ?></h1>
<p><ul>
<?cs # sort the Plugins - using the most stupid way :) ?>
<?cs loop: order = #0, #100, #1
?><?cs # plugins ?><?cs each:x = Settings.PluginList
?><?cs if:x.Enabled && x.Types.system && x.Rank == order ?>
<?cs call:show_plugin(name(x)) ?><?cs /if ?><?cs
/each ?><?cs
/loop ?>
</ul></p>