19 lines
483 B
C#
19 lines
483 B
C#
<?cs # $Id$ ?>
|
|
|
|
<table id="volume_name"><tr><td>
|
|
<h1><?cs var:html_escape(Lang.Title.Volume) ?> <i><?cs var:html_escape(Data.CurrentDisk.name) ?></i></h1>
|
|
</td><td>
|
|
<a href="<?cs call:link("volume_mount","device",Data.CurrentDisk.device,"","") ?>"><?cs call:show_volume_icon(Data.CurrentDisk) ?></a>
|
|
</td></tr>
|
|
</table>
|
|
|
|
|
|
<table id="volume_area">
|
|
<tr>
|
|
<td> </td>
|
|
<?cs include:Settings.TemplateDir + '/volume_plugins.cs' ?>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="volume_content">
|
|
|