favicon added

This commit is contained in:
lars 2005-09-26 21:00:48 +00:00
parent f15ad301f8
commit 51e3f4c5b9
5 changed files with 5 additions and 2 deletions

View file

@ -7,6 +7,7 @@
<meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="0" />
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="stylesheet" media="screen" href="/cryptobox.css" type="text/css" /> <link rel="stylesheet" media="screen" href="/cryptobox.css" type="text/css" />
<?cs if:Data.Redirect.URL ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs var:Data.Redirect.URL ?>" /><?cs <?cs if:Data.Redirect.URL ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs var:Data.Redirect.URL ?>" /><?cs
elif:Data.Redirect.Action ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs call:getSelfURL('action=' + Data.Redirect.Action, '') ?>" /><?cs /if ?> elif:Data.Redirect.Action ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs call:getSelfURL('action=' + Data.Redirect.Action, '') ?>" /><?cs /if ?>

View file

@ -7,7 +7,7 @@
<button type="submit" name="type" <button type="submit" name="type"
value="poweroff"><?cs var:Lang.Button.PowerOff ?></button> value="poweroff"><?cs var:Lang.Button.PowerOff ?></button>
&nbsp;
<button type="submit" name="type" <button type="submit" name="type"
value="reboot"><?cs var:Lang.Button.ReBoot ?></button> value="reboot"><?cs var:Lang.Button.ReBoot ?></button>

View file

@ -55,6 +55,7 @@ body {
padding: 0; padding: 0;
width: 600px; width: 600px;
font-size: 0.9em; font-size: 0.9em;
min-height: 300px;
} }
#content a { #content a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# TODO: only for english - change this! # export wiki pages to the cryptobox development tree
# this creates static and integrated pages
# #
set -ue set -ue