lars
56e954d1c4
added some log entries use threading module instead of "fork" for background formatting redirection for "network" plugin fixed empty return value of plugins defaults to plugin overview page
13 lines
332 B
C#
13 lines
332 B
C#
<?cs # $Id$ ?>
|
|
|
|
<h1><?cs var:html_escape(Lang.Plugins.partition.Title.Partition) ?></h1>
|
|
|
|
<p><?cs var:html_escape(Lang.Plugins.partition.Text.ProgressInfo) ?>
|
|
<ul>
|
|
<?cs loop: x = #0, subcount(Data.Plugins.partition.Parts)-1, #1 ?>
|
|
<li><!-- CONTENT_DUMMY -->:
|
|
<!-- CONTENT_DUMMY --></li>
|
|
<?cs /loop ?>
|
|
</ul>
|
|
</p>
|
|
|