lars
1c8db28989
simple partitioning interface finished order in navigation bar changed ignore extended partitions (in container list)
11 lines
531 B
C#
11 lines
531 B
C#
<?cs # $Id$ ?>
|
|
|
|
<?cs # status ?>
|
|
<a href="<?cs call:link('status','','','','') ?>" title="<?cs var:html_escape(Lang.Button.Status) ?>"><?cs var:html_escape(Lang.Button.Status) ?></a>
|
|
|
|
<?cs # system ?>
|
|
<a href="<?cs call:link('system','','','','') ?>" title="<?cs var:html_escape(Lang.Button.System) ?>"><?cs var:html_escape(Lang.Button.System) ?></a>
|
|
|
|
<?cs # manual ?>
|
|
<a href="<?cs call:link('doc','','','','') ?>" title="<?cs var:html_escape(Lang.Button.Documentation) ?>"><?cs var:html_escape(Lang.Button.Documentation) ?></a>
|
|
|