Remove unused files, fix forum rows being invisible in IE because of height issues

svn path=/trunk/boinc/; revision=12689
This commit is contained in:
Rytis Slatkevičius 2007-05-18 14:20:58 +00:00
parent 6068edc261
commit 9b07b4a46e
4 changed files with 0 additions and 185 deletions

View File

@ -1,49 +0,0 @@
<?php
function doHeader($caption) {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.01 Transitional//EN">
<html>
<head>
<title><?php echo PROJECT.' - '.$caption ?></title>
<meta http-equiv="content-type" content="text/html; charset=<?php echo (!empty($_SESSION['lang']['charset']))?$_SESSION['lang']['charset']:'ISO-8859-1' ?>">
<link rel="stylesheet" type="text/css" href="/ap/style.css">
</head>
<body>
<table class="frame" border="0" cellpadding="0" cellspacing="10" width="100%">
<tr>
<td style="background:url('http://setiathome.berkeley.edu/images/outrspc3.gif')">
<img src="/ap/image/banner.gif" />
</td>
</tr>
<tr>
<td>
<?php
}
function doFooter() {
?>
</td>
</tr>
<tr>
<td style="text-align:center">
<hr style="width=50%">
<p><a href="/ap/index.php">Return to <?php echo PROJECT ?> homepage</a></p>
<p>Copyright (c) <?php echo date('Y') ?> <?php echo PROJECT ?>. All rights reserved.</p>
</td>
</tr>
</table>
</body>
</html>
<?php
}
?>

View File

@ -1,67 +0,0 @@
a:link {
color: rgb(245, 175, 0);
}
a:visited {
color: rgb(255, 205, 0);
}
a:active {
color: yellow;
}
body , table , input , select {
font-family: Verdana, Arial, Sans Serif;
font-size: small;
}
body {
background-color: black;
color: white;
}
input , select {
vertical-align: middle;
}
h1 , h2 {
color: white;
font-size: large;
font-variant: small-caps;
font-weight: normal;
margin-top: 10px;
}
h3 , h4 {
color: white;
text-decoration: underline;
font-size: small;
font-variant: small-caps;
font-weight: bold;
}
pre {
white-space: normal;
margin: 0;
}
.title {
font-size: small;
font-weight: bold;
}
.description {
font-size: 80%;
font-weight: normal;
}
blockquote {
color: white;
border: 1px solid white;
font-style: italic;
}
.authorcol {
width: 100px;
overflow: hidden;
}

View File

@ -1,67 +0,0 @@
a:link {
color: blue;
}
a:visited {
color: navy;
}
a:active {
color: red;
}
body , table , input , select {
font-family: Verdana, Arial, Sans Serif;
font-size: small;
}
body {
background-color: white;
}
input , select {
vertical-align: middle;
}
h1 , h2 {
color: black;
font-size: large;
font-variant: small-caps;
font-weight: normal;
margin-top: 10px;
}
h3 , h4 {
color: black;
text-decoration: underline;
font-size: small;
font-variant: small-caps;
font-weight: bold;
}
pre {
white-space: normal;
margin: 0;
}
.title {
font-size: small;
font-weight: bold;
}
.description {
font-size: 80%;
font-weight: normal;
}
blockquote {
color: gray;
border: 1px solid black;
font-style: italic;
}
.authorcol {
width: 100px;
overflow: hidden;
}

View File

@ -198,7 +198,6 @@ td.postheader{
border-bottom: 1px solid rgb(190,190,200);
border-left: none;
border-right: none;
height:1px;
}
td.postbody {
@ -210,7 +209,6 @@ td.postfooter{
border-top: 1px solid rgb(190,190,200);
border-left: none;
border-right: none;
height:1px;
}
tr.helpdeskseperator{