You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
463 B
C#
22 lines
463 B
C#
17 years ago
|
<?cs # $Id$ ?>
|
||
|
|
||
|
<?cs # TODO: show buttons for available plugins ?>
|
||
|
|
||
|
<div id="volume_name">
|
||
|
<table><tr><td>
|
||
|
<h1><?cs var:html_escape(Lang.Title.Volume) ?> <i><?cs var:html_escape(Data.CurrentDisk.name) ?></i></h1>
|
||
|
</td><td>
|
||
|
<?cs call:show_volume_icon(Data.CurrentDisk) ?>
|
||
|
</td></tr></table>
|
||
|
</div>
|
||
|
|
||
|
<table id="volume_area">
|
||
|
<tr>
|
||
|
<td> </td>
|
||
|
<?cs include:Settings.TemplateDir + '/volume_plugins.cs' ?>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div id="volume_area_inner">
|
||
|
|