mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-23 20:52:45 +00:00
Update title table for Mozilla.
This commit is contained in:
parent
05ce7b4dc0
commit
fa42a5c3c8
1 changed files with 9 additions and 6 deletions
|
@ -1,28 +1,31 @@
|
|||
<!-- top title table -->
|
||||
<? need ('table'); ?>
|
||||
<TABLE width="100%" border="0" cellSpacing="0" cellPadding="0" bgColor="<? echo menuBgColor ?>" vAlign="center">
|
||||
<TABLE width="100%" border="0" cellSpacing="0" cellPadding="0" bgColor="<? echo menuBgColor; ?>" vAlign="center">
|
||||
<TR vAlign="top">
|
||||
<? tableSpacer (3, 0, 6, menuBgColor); ?>
|
||||
<? tableSpacer (3, 3, 6, menuBgColor); ?>
|
||||
</TR>
|
||||
<TR vAlign="top">
|
||||
<? tableSpacer (0, 1, 1, menuBgColor); ?>
|
||||
<? tableSpacer (3, 3, 1, menuBgColor); ?>
|
||||
<TD align="center" vAlign="center"><!-- Project logo -->
|
||||
<?
|
||||
srand ((double) microtime () * 1000000);
|
||||
echo '<IMG src="/img/logos/qf-logo' . rand (1,3) . '.png" alt="QuakeForge" border="0">';
|
||||
?>
|
||||
</TD>
|
||||
<? tableSpacer (0, 5, 1, menuBgColor); ?>
|
||||
<? tableSpacer (5, 5, 1, menuBgColor); ?>
|
||||
<TD width="100%" vAlign="center"><!--Site name -->
|
||||
<SPAN class="mainTitle"><? echo $siteName ?></SPAN>
|
||||
</TD>
|
||||
<TD align="center" vAlign="center"><!-- SourceForge logo -->
|
||||
<A href="http://sourceforge.net/"><IMG src="http://sourceforge.net/sflogo.php?group_id=882&type=1" alt="SourceForge" border="0" width="88" height="31"></A>
|
||||
</TD>
|
||||
<? tableSpacer (0, 20, 1, menuBgColor); ?>
|
||||
<? tableSpacer (1, 20, 1, menuBgColor); ?>
|
||||
</TR>
|
||||
<TR>
|
||||
<? tableSpacer (2, 0, 6, "black"); ?>
|
||||
<? tableSpacer (3, 3, 6, menuBgColor); ?>
|
||||
</TR>
|
||||
<TR>
|
||||
<? tableSpacer (2, 2, 6, "black"); ?>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- end top title table -->
|
||||
|
|
Loading…
Reference in a new issue