* new server package
* make-deb.sh corrected
This commit is contained in:
parent
89e08bd135
commit
d849eefda8
771 changed files with 123292 additions and 1 deletions
26
v0.3.4.4/templates/show_volume_header.cs
Normal file
26
v0.3.4.4/templates/show_volume_header.cs
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?cs # $Id$ ?>
|
||||
|
||||
<table class="volume_name"><tr><td>
|
||||
<a class="disk_symbol "href="<?cs
|
||||
call:link("volume_mount","device",Data.CurrentDisk.device,"","")
|
||||
?>"><?cs call:show_volume_icon(Data.CurrentDisk) ?></a>
|
||||
</td><td>
|
||||
<h1 id="volume_name"><?cs var:html_escape(Lang.Title.Volume) ?> <i><?cs
|
||||
var:html_escape(Data.CurrentDisk.name) ?></i></h1>
|
||||
</td></tr></table>
|
||||
|
||||
|
||||
<table id="volume_area">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<?cs include:Settings.TemplateDir + '/volume_plugins.cs' ?>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="volume_content">
|
||||
|
||||
<?cs # this is a little bit dirty: every volume plugin must use 'plugin_heading'
|
||||
instead of using 'h2' directly - this makes it possible to override this
|
||||
value for embedded plugins (see 'volume_properties') ?>
|
||||
<?cs set:plugin_heading = "h2" ?>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue