cryptonas-branches/pythonrewrite/templates/show_volume_header.cs

16 lines
333 B
C#
Raw Normal View History

<?cs # $Id$ ?>
<?cs # TODO: show buttons for available plugins ?>
<h1><?cs var:html_escape(Lang.Title.Volume) ?> <i><?cs var:html_escape(Data.CurrentDisk.name) ?></i></h1>
<table id="volume_area">
<tr>
<td>&nbsp;</td>
<?cs include:Settings.TemplateDir + '/volume_plugins.cs' ?>
</tr>
</table>
<div id="volume_area_inner">