* new loge & name in webfrontend
* flush \t
This commit is contained in:
parent
d7c5b5ead5
commit
e98b0e4183
3 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ APACHE_SHARE_TEMPLATE=$(cat - <<-"EOF"
|
|||
# this is an automatically generarted file for the CryptoNAS
|
||||
# please do not change
|
||||
<Location "/cryptonas/_VOLUME_NAME_">
|
||||
\tDav filesystem
|
||||
Dav filesystem
|
||||
</Location>
|
||||
EOF
|
||||
)
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<tr><td/><td><div id="footer">
|
||||
<?cs var:Data.Version ?>
|
||||
<a href="http://cryptobox.org" title="<?cs var:html_escape(Lang.Text.ProjectHomePage) ?>">CryptoBox-Home</a> <?cs var:html_escape(Lang.Text.ProjectNote) ?> <a href="http://senselab.org/" title="systemausfall.org">sense.lab</a>
|
||||
<a href="http://cryptonas.org" title="<?cs var:html_escape(Lang.Text.ProjectHomePage) ?>">CryptoNAS-Home</a> <?cs var:html_escape(Lang.Text.ProjectNote) ?> <a href="http://senselab.org/" title="systemausfall.org">sense.lab</a>
|
||||
</div></td><td/></tr>
|
||||
<?cs # ugly way of getting a 'min-width' for IE6 ?>
|
||||
<tr><td/><td><p style="width:600px;" /><td/></tr>
|
||||
|
|
|
@ -72,7 +72,7 @@ if:subcount(Data.StylesheetFiles) > 0
|
|||
<table>
|
||||
<tr><td>
|
||||
<a href="<?cs call:link("", "", "", "", "")
|
||||
?>" title="CryptoBox"><img src="cryptobox-misc/cbx_logo_left.png"
|
||||
?>" title="CryptoNAS"><img src="cryptobox-misc/cryptonas_logo_left.png"
|
||||
alt="icon: logo" /></a>
|
||||
<h2><?cs var:html_escape(Lang.Title.Slogan) ?></h2>
|
||||
</td>
|
||||
|
@ -83,7 +83,7 @@ if:subcount(Data.StylesheetFiles) > 0
|
|||
set:logoFile = "cbx_logo_right.png" ?><?cs
|
||||
/if ?>
|
||||
<div class="logo_right"><a href="<?cs call:link("", "", "", "", "")
|
||||
?>" title="CryptoBox"><img src="cryptobox-misc/<?cs var:logoFile
|
||||
?>" title="CryptoNAS"><img src="cryptobox-misc/<?cs var:logoFile
|
||||
?>" alt="icon: logo" />
|
||||
</a></div>
|
||||
<?cs call:help_link() ?>
|
||||
|
|
Loading…
Reference in a new issue