logo displays now mount status

This commit is contained in:
age 2005-10-22 12:11:38 +00:00
parent 7be472a432
commit dc0ba8844a
7 changed files with 32 additions and 4 deletions

View File

@ -25,7 +25,11 @@
</div>
<div id="main">
<div id="head">
<?cs if:(Data.Status.Mounted == 1) ?>
<div id="head_red">
<?cs else ?>
<div id="head_green">
<?cs /if ?>
<h1><?cs var:Lang.Title.Top ?></h1>
<h2><?cs var:Lang.Title.Slogan ?></h2>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -50,6 +50,30 @@ body {
background-repeat: no-repeat;
}
#head_green {
width: 600px;
height: 120px;
margin: 0;
padding: 0;
background-image: url(cryptobox-img/antlogo100px_green.png);
background-position: top right;
background-attachment: scroll;
background-repeat: no-repeat;
}
#head_red {
width: 600px;
height: 120px;
margin: 0;
padding: 0;
background-image: url(cryptobox-img/antlogo100px_red.png);
background-position: top right;
background-attachment: scroll;
background-repeat: no-repeat;
}
#content {
margin: 0;
padding: 0;

BIN
logo/antlogo100px_green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
logo/antlogo100px_red.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB