cryptonas/templates/show_volume_header.cs
lars 8746a53521 suppress warning if handle_messages was called twice
added link to the volume icon
moved to table based layout
2006-11-15 11:47:28 +00:00

20 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>&nbsp;</td>
<?cs include:Settings.TemplateDir + '/volume_plugins.cs' ?>
</tr>
</table>
<div id="volume_content">