cryptonas/templates/show_volume_header.cs

20 lines
483 B
C#
Raw Normal View History

2006-11-06 17:05:00 +01:00
<?cs # $Id$ ?>
<table id="volume_name"><tr><td>
2006-11-06 17:05:00 +01:00
<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>
2006-11-06 17:05:00 +01:00
<table id="volume_area">
<tr>
<td>&nbsp;</td>
<?cs include:Settings.TemplateDir + '/volume_plugins.cs' ?>
</tr>
</table>
<div id="volume_content">
2006-11-06 17:05:00 +01:00