Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@421 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
prescience committed Oct 16, 2001
1 parent 7a59f26 commit 9282607
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bot.php3
Expand Up @@ -5,7 +5,7 @@
<table width="100%">
<tr>
<td class="bar">
<img src="images/space.gif">
<img src="images/space.gif" alt="">
</td>
</tr>
</table>
Expand Down
10 changes: 4 additions & 6 deletions index.php3
Expand Up @@ -48,17 +48,17 @@
<span class="page_title">Home</span>
<hr size=1 noshade width="100%">
<p class="center">
<table bgcolor=#ffffff width="100%" border=0 cellspacing=0 cellpadding=4>
<table bgcolor="#ffffff" width="100%" border="0" cellspacing="0" cellpadding="4">
<tr valign="top">
<td class="welcome" width="*">
Mantis is a php/MySQL/web based bugtracking system. <a href="mantis.php3">Click here</a> to learn more about it.
<p>
It is currently in development and is considered beta.
</td>
<td width="220" align="right">
<table width="220" bgcolor=#000000 border=0 cellspacing=1 cellpadding=3>
<table width="220" bgcolor="#000000" border="0" cellspacing="1" cellpadding="3">
<tr>
<td class="poll_header" class="poll_header">
<td class="poll_header">
<a class="small_bold" href="polls.php3">Recent Polls</a>
</td>
</tr>
Expand Down Expand Up @@ -115,7 +115,6 @@
</td>
</tr>
</table>
</div>

<?
if ( !isset( $f_offset ) ) {
Expand Down Expand Up @@ -154,8 +153,7 @@
}
?>
<p>
<div align=center>
<table width="99%" border=0 cellspacing=0 cellpadding=4 bgcolor=#000000>
<table width="99%" bgcolor="#000000" border="0" cellspacing="0" cellpadding="4">
<tr>
<td class="headline">
<b><? echo $v_headline ?></b> -
Expand Down
2 changes: 1 addition & 1 deletion mantis.css
Expand Up @@ -5,7 +5,7 @@ address { font-family:Verdana, Arial, Times, sans-serif; font-size: 8pt }
p { font-family:Verdana, Arial, Times, sans-serif; font-size: 10pt }
p.center { text-align: center }

span { font-family:Verdana, Arial, Times, sans-serif }
span { font-family: Verdana, Arial, Times, sans-serif }
span.required { font-size: 10pt; color: #aa0000 }
span.bugnotedelete { font-size: 8pt }
span.small { font-size: 8pt }
Expand Down
13 changes: 7 additions & 6 deletions top.php3
@@ -1,8 +1,9 @@
<? include("zorblogspages.php"); ?>
<? countpage( $REQUEST_URI, $REQUEST_URI ); ?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Mantis</title>
<? include( "mantis.css" ) ?>
</head>
Expand All @@ -14,14 +15,14 @@
&nbsp;
</td>
<td class="top_right">
<a href="http://mantisbt.sourceforge.net/"><img border="0" src="images/banner.gif"></a>
<a href="http://mantisbt.sourceforge.net/"><img border="0" src="images/banner.gif" alt=""></a>
</td>
<td class="right">
<a href="http://www.google.com/"><img border="0" src="images/google.gif"></a>
<a href="http://www.google.com/"><img border="0" src="images/google.gif" alt=""></a>
</td>
</tr>
<tr class="top">
<form method="GET" action="http://www.google.com/custom">
<tr class="top">
<td class="middle" colspan="3">
<!-- Search Google -->
<input class="small" type="text" name="q" size="16" maxlength="255" value="">&nbsp;
Expand All @@ -31,9 +32,9 @@
<input class="small" type="hidden" name="sitesearch" value="mantisbt.sourceforge.net" CHECKED>
<!-- Search Google -->
</td>
</form>
</tr>
<tr valign="top" bgcolor=#ffffff>
</form>
<tr valign="top" bgcolor="#ffffff">
<td class="menu_left">
<? include( "side_menu.php3" ); ?>
</td>
Expand Down

0 comments on commit 9282607

Please sign in to comment.