summaryrefslogtreecommitdiff
path: root/template/frontpage.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/frontpage.st')
-rwxr-xr-xtemplate/frontpage.st11
1 files changed, 7 insertions, 4 deletions
diff --git a/template/frontpage.st b/template/frontpage.st
index 8ea6e44..15f758e 100755
--- a/template/frontpage.st
+++ b/template/frontpage.st
@@ -24,7 +24,8 @@ setTimeout("refreshing()",300000);
Nick = $if(logged_in)$"$user_nick$"$else$null$endif$;
</script>
- <link href="/static/css/front.css?v=20260128" media="screen, projection" rel="stylesheet" type="text/css">
+ <link href="/static/css/front.css?v=20260128" media="screen, projection" rel="stylesheet" type="text/css">
+ <link href="/static/css/frontpage_legacy.css?v=20260129" media="screen, projection" rel="stylesheet" type="text/css">
$if(!logged_in)$
<script type="text/javascript" src="$domain$/static/js/popup.js"></script>
@@ -33,7 +34,8 @@ setTimeout("refreshing()",300000);
<link rel="shortcut icon" href="$domain$/static/favicon.ico">
<!--END HEAD-->
- <style>
+ <!--
+ <style>
body{margin:0px; background-image:url($domain$/static/img/bg.dither.gif); background-color:#e2e2e2;/*background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
@@ -205,7 +207,8 @@ margin:7px;
background: url(/images/spinner.gif) no-repeat center center;
}
-</style>
+ </style>
+ -->
<script>
@@ -232,7 +235,7 @@ jQuery(window).load(function(){
</head>
- <body onload="refreshing()">
+ <body onload="refreshing()" class="$if(logged_in)$logged-in$else$logged-out$endif$">
<!--
<iframe src="$domain$/fullscreen"style="overflow:hidden;width:100%;height:100%;border:0px;z-index:-1;position:fixed;top:0px;left:0px;"></iframe>