lars
0aa1f9f74b
WebInterfaceDataset replaces CryptoBoxWebserverSettings WebInterfaceSites replaces CryptoBoxWebserverSites input validation rewritten clearsiler macro 'print_form_header' now expects the 'action' as a parameter
25 lines
1.4 KiB
C#
25 lines
1.4 KiB
C#
<?cs # $Id$ ?>
|
|
|
|
<?cs # mounting possible? ?>
|
|
<?cs if:((Data.Status.Config == 1) && (Data.Status.InitRunning == 0)) ?>
|
|
|
|
<!-- TODO: remove the following lines, as soon as we completely switched to the volume-based user interface
|
|
<?cs if:subcount(Data.Disks.passive) > 0 ?>
|
|
<a href="<?cs call:link('mount_ask','','','','') ?>" title="<?cs var:html_escape(Lang.Text.DoMount) ?>"><?cs var:html_escape(Lang.Button.Mount) ?></a><?cs /if ?>
|
|
<?cs if:Data.activeDisksCount > 0 ?>
|
|
<a href="<?cs call:link('umount_ask','','','','') ?>" title="<?cs var:html_escape(Lang.Text.DoUmount) ?>"><?cs var:html_escape(Lang.Button.Umount) ?></a><?cs /if ?>
|
|
-->
|
|
|
|
<a href="<?cs if:subcount(Data.Disks) > 1
|
|
?><?cs call:link('show_status','','','','')
|
|
?><?cs else
|
|
?><?cs call:link('show_volume','device',Data.Disks.0.device,'','')
|
|
?><?cs /if
|
|
?>" title="<?cs var:html_escape(Lang.Button.Status) ?>"><?cs var:html_escape(Lang.Button.Status) ?></a>
|
|
<?cs /if ?>
|
|
|
|
<?cs # manual ?>
|
|
<a href="<?cs call:link('doc','','','','') ?>" title="<?cs var:html_escape(Lang.Button.Documentation) ?>"><?cs var:html_escape(Lang.Button.Documentation) ?></a>
|
|
<a href="<?cs call:link('status','','','','') ?>" title="<?cs var:html_escape(Lang.Button.Status) ?>"><?cs var:html_escape(Lang.Button.Status) ?></a>
|
|
<a href="<?cs call:link('system','','','','') ?>" title="<?cs var:html_escape(Lang.Button.System) ?>"><?cs var:html_escape(Lang.Button.System) ?></a>
|
|
|