[Tux4kids-commits] r1007 - in tux4kids-web/htdocs/newsitetest/tuxmath: . css images includes

Matthew McSpadden mmcspadden-guest at alioth.debian.org
Mon Jun 1 00:49:27 UTC 2009


Author: mmcspadden-guest
Date: 2009-06-01 00:49:27 +0000 (Mon, 01 Jun 2009)
New Revision: 1007

Modified:
   tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css
   tux4kids-web/htdocs/newsitetest/tuxmath/download.php
   tux4kids-web/htdocs/newsitetest/tuxmath/help.php
   tux4kids-web/htdocs/newsitetest/tuxmath/images/dbutton.png
   tux4kids-web/htdocs/newsitetest/tuxmath/includes/header.php
   tux4kids-web/htdocs/newsitetest/tuxmath/includes/pageheader.php
   tux4kids-web/htdocs/newsitetest/tuxmath/index.php
   tux4kids-web/htdocs/newsitetest/tuxmath/other.php
   tux4kids-web/htdocs/newsitetest/tuxmath/screens.php
Log:
Fixed the links to other projects and to the main Tux4kids site. Fixed the tux logo that was too low. 



Modified: tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css	2009-06-01 00:22:23 UTC (rev 1006)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css	2009-06-01 00:49:27 UTC (rev 1007)
@@ -1,96 +1,104 @@
-	.html, body, form, fieldset, img, div{
-	font: 100% Verdana, Arial;
-	padding: 0px;
-	border: 0px;
-	margin: 0px;
-	}
-	
-	.box{
-	position: relative;
-	left: 0px;
-	top: 0px;
-	height: 600px;
-	width: 1000px;
-	color: #D3EDCB;
-	vertical-align: top;
-	background-color: #fff;
-	text-align: left;
-	}
-	
-	.header{
-	position: relative;
-	top: 0px;
-	left: 0px;
-	width: 1000px;
-	height: 125px;
-	background-image: url('../images/tmheader.png');
-	background-repeat: no-repeat;
-	background-color: #fff;
-	}
-	
-	.heading{
-	font-size: 20px;
-	}
-	
-	.col1{
-	position:relative;
-	left: 0px;
-	top: 0px;
-	height: 600px;
-	width: 175px;
-	background-image: url('../images/tmmbg.png');
-	background-repeat: no-repeat;
-	background-color: #000;
-	}
-	
-	.col2{
-	position:relative;
-	left: 175px;
-	top: -600px;
-	width: 815px;
-	color: #000;
-	vertical-align: top;
-	background-color: #fff;
-	text-align: left;
-	padding: 5px;
-	}
-	
-	.drop {
-	display:block;
-	margin:0;
-	text-align:left;
-	}
-
-	.drop span {
-	position: relative;
-	top: -98px;
-	float:right;
-	}
-	
-	.downloads {
-	padding: 10px;
-	text-align: center;
-	border-collapse: collapse;
-	}
-	
-	.downloads th {
-	font-size: 20px;
-	background-color: #fff;
-	text-decoration: underline;
-	}
-	
-	.downloads tr {
-	background-color: #D3D3D3;
-	}
-	
-	.downloads td {
-	width: 250px;
-	}
-	
-	.command {
-	font-family: courier new;
-	}
-	
-	.news {
-	font-size: 14px;
-	font-family: Times New Roman;
\ No newline at end of file
+	.html, body, form, fieldset, img, div{
+	font: 100% Verdana, Arial;
+	padding: 0px;
+	border: 0px;
+	margin: 0px;
+	}
+	
+	.box{
+	position: relative;
+	left: 0px;
+	top: 0px;
+	height: 600px;
+	width: 1000px;
+	color: #D3EDCB;
+	vertical-align: top;
+	background-color: #fff;
+	text-align: left;
+	}
+	
+	.header{
+	position: absolute;
+	top: 0px;
+	left: 0px;
+	width: 1000px;
+	height: 125px;
+	background-image: url('../images/tmheader.png');
+	background-repeat: no-repeat;
+	background-color: #fff;
+	}
+		
+	.heading{
+	font-size: 20px;
+	}
+	
+	.col1{
+	position:relative;
+	left: 0px;
+	top: 125px;
+	height: 600px;
+	width: 175px;
+	background-image: url('../images/tmmbg.png');
+	background-repeat: no-repeat;
+	background-color: #000;
+	text-align: center;
+	}
+	
+	.col2{
+	position:relative;
+	left: 175px;
+	top: -475px;
+	width: 815px;
+	color: #000;
+	vertical-align: top;
+	background-color: #fff;
+	text-align: left;
+	padding: 5px;
+	}
+	
+	.drop {
+	display:block;
+	margin:0;
+	text-align:left;
+	}
+
+	.drop span {
+	position: relative;
+	top: -90px;
+	float:right;
+	}
+	
+	.front {
+	border-collapse: collapse;
+	font-family: Arial;
+	width: 815px;
+	}
+	
+	.front th{
+	background-color: #8aa1f6;
+	font-size:15px;
+	text-align: left;
+	}
+	
+	.front td{
+	background-color: #d2dcff;
+	vertical-align: top;
+	font-size:12px;
+	text-align: left;
+	}
+	
+	.dow {
+	font-family: Arial;
+	width: 815px;
+	}
+	
+	.dow th{
+	font-size: 20px;
+	text-align: left;
+	}
+	
+	.dow td{
+	font-size:13px;
+	vertical-align: top;
+	text-align: left;
+	}
\ No newline at end of file

Modified: tux4kids-web/htdocs/newsitetest/tuxmath/download.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/download.php	2009-06-01 00:22:23 UTC (rev 1006)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/download.php	2009-06-01 00:49:27 UTC (rev 1007)
@@ -1,237 +1,86 @@
-<?php
-include ('includes/pageheader.php');
-
-echo'
-	<title>Tux4kids &raquo; Tuxmath &raquo; Downloads</title>';
-
-include ('includes/header.php');
-
-echo'
-			<div class="col1">
-				<ul class="menu">
-					<li><a href="index.php"><span>Home</span></a></li>
-					<li><a href="" class="active"><span>Download</span></a></li>
-					<li><a href="screens.php"><span>Screenshots</span></a></li>
-					<li><a href="help.php"><span>Get help</span></a></li>
-					<li><a href="other.php"><span>Other Projects</span></a></li>
-					<li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
-				</ul>
-			</div>
-			<div class="col2">
-				<table class="downloads">
-					<tr>
-						<th>
-							Source
-						</th>
-						<th>
-							Windows
-						</th>
-						<th>
-							Mac
-						</th>
-						<th>
-							Debian Linux
-						</th>
-					</tr>
-					<tr>
-						<th>
-							<a href="file.tar.gz">(1.7.2)</a>
-						</th>
-						<th>
-							<a href="file.tar.gz">(1.7.2)</a>
-						</th>
-						<th>
-							<a href="file.tar.gz">(1.7.2)</a>
-						</th>
-						<th>
-							<a href="file.tar.gz">How to</a>
-						</th>
-					</tr>
-					<tr>
-						<td>
-							<a href="file.tar.gz">1.7.1</a>
-						</td>
-						<td>
-							<a href="file.tar.gz">1.7.1</a>
-						</td>
-						<td>
-							<a href="file.tar.gz">1.7.1</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr style="background-color: #fff">
-						<td>
-							<a href="file.tar.gz">1.7.0</a>
-						</td>
-						<td>
-							<a href="file.tar.gz">1.7.0</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr>
-						<td>
-							<a href="file.tar.gz">1.6.3</a>
-						</td>
-						<td>
-							<a href="file.tar.gz">1.6.3</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr style="background-color: #fff">
-						<td>
-							<a href="file.tar.gz">1.6.2</a>
-						</td>
-						<td>
-							<a href="file.tar.gz">1.6.2</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr>
-						<td>
-							<a href="file.tar.gz">1.6.1</a>
-						</td>
-						<td>
-							<a href="file.tar.gz">1.6.1</a>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr style="background-color: #fff">
-						<td>
-							<a href="file.tar.gz">1.6.0</a>
-						</td>
-						<td>
-							<a href="file.tar.gz">1.6.0</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr>
-						<td>
-							<a href="file.tar.gz">1.5.9</a>
-						</td>
-						<td>
-							<a href="file.tar.gz">1.5.6</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr style="background-color: #fff">
-						<td>
-							<a href="file.tar.gz">1.5.8</a>
-						</td>
-						<td>
-							<a href="file.tar.gz">1.5.5</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr>
-						<td>
-							<a href="file.tar.gz">1.5.7</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr style="background-color: #fff">
-						<td>
-							<a href="file.tar.gz">1.5.6</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr>
-						<td>
-							<a href="file.tar.gz">1.5.5</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr style="background-color: #fff">
-						<td>
-							<a href="file.tar.gz">1.5.4</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-					<tr>
-						<td>
-							<a href="file.tar.gz">1.5.3</a>
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-						<td>
-							&nbsp;
-						</td>
-					</tr>
-				</table>
-			</div>
-		</div>
-	</div>
-</body>
-</html>';
+<?php
+include ('includes/pageheader.php');
+
+echo'
+	<title>Tux4kids &raquo; Tuxtype &raquo; Downloads</title>
+	</head>
+<body>
+	<div  align="center">
+		<div class="box">
+			<div class="col1">
+				<ul class="menu">
+					<li><a href="index.php"><span>Home</span></a></li>
+					<li><a href="" class="active"><span>Downloads</span></a></li>
+					<li><a href="screens.php"><span>Screenshots</span></a></li>
+					<li><a href="help.php"><span>Get help</span></a></li>
+					<li><a href="other.php"><span>Other Projects</span></a></li>
+					<li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
+				</ul>
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<img src="images/pow-fusionforge.png" alt="Fusion Forge" />
+			</div>
+			<div class="col2">
+				<table class="dow">
+					<tr>
+						<th colspan=2">
+							Source - <a href="https://alioth.debian.org/frs/download.php/2974/tuxtype_w_fonts-1.7.4.tar.gz">
+							<img src="images/dbutton.png" alt="Download"></a>
+						</th>
+					</tr>
+					<tr>
+						<td width="48px"><img src="images/gear.gif" alt="Gears" align="top" /></td>
+						<td>For your frustration and enjoyment we give you the foundation of open source software, the source code itself.</td>
+					</tr>
+				</table><br /><br />
+				
+				
+				<table class="dow">
+					<tr>
+						<th colspan="2">
+							Windows 2000, XP, Vista - <a href="https://alioth.debian.org/frs/download.php/2973/tuxtype-1.7.4-win32-installer.exe">
+							<img src="images/dbutton.png" alt="Download"></a>
+						</th>
+					</tr>
+					<tr>
+						<td width="48px"><img src="images/windows.gif" alt="Windows Logo" align="top" /></td>
+						<td>Here you can download the installer for ever hated, and yet still most popular OS around, Windows.</td>
+					</tr>
+				</table><br /><br />
+				
+				
+				<table class="dow">
+					<tr>
+						<th colspan="2">
+						Apple Mac OS X - <a href="https://alioth.debian.org/frs/download.php/2381/TuxType_w_fonts-1.5.17-MacOS10.3PPC.dmg">
+						<img src="images/dbutton.png" alt="Download"></a>
+						</th>
+					</tr>
+					<tr>
+						<td width="48px"><img src="images/macosx.gif" alt="Mac OS X Logo" align="top" /></td>
+						<td>Either you love it or your hate it, but it is unforgettable Mac OS X.</td>
+					</tr>
+				</table><br /><br />
+				
+				
+				<table class="dow">
+					<tr>
+						<th colspan="2">
+						Debian-based Linux
+						</th>
+					</tr>
+					<tr>
+						<td width="48px"><img src="images/linux-ubuntu.gif" alt="Ubuntu Logo" align="top" /></td>
+						<td>If you run Debian simply open a terminal and run<br />
+						<kbd>aptitude install tuxmath tuxtype tuxtype-data-nonfree</kbd></td>
+					</tr>
+				</table>
+			</div>';
+include ('includes/header.php');
+echo'
+		</div>
+	</div>
+</body>
+</html>';
 ?>
\ No newline at end of file

Modified: tux4kids-web/htdocs/newsitetest/tuxmath/help.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/help.php	2009-06-01 00:22:23 UTC (rev 1006)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/help.php	2009-06-01 00:49:27 UTC (rev 1007)
@@ -2,24 +2,30 @@
 include ('includes/pageheader.php');
 
 echo'
-	<title>Tux4kids &raquo; Tuxmath &raquo; Get Help</title>';
-
-include ('includes/header.php');
-
-echo'
+	<title>Tux4kids &raquo; Tuxmath &raquo; Get Help</title>
+</head>
+<body>
+	<div  align="center">
+		<div class="box">
 			<div class="col1">
 				<ul class="menu">
 					<li><a href="index.php"><span>Home</span></a></li>
-					<li><a href="download.php"><span>Download</span></a></li>
+					<li><a href="download.php"><span>Downloads</span></a></li>
 					<li><a href="screens.php"><span>Screenshots</span></a></li>
-					<li><a href="" class="active"><span>Get help</span></a></li>
+					<li><a href="help.php" class="active"><span>Get help</span></a></li>
 					<li><a href="other.php"><span>Other Projects</span></a></li>
 					<li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
 				</ul>
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<img src="images/pow-fusionforge.png" alt="Fusion Forge" />
 			</div>
 			<div class="col2">
 				We will be adding a FAQ as well as some tutorials on this page as time permits.
-			</div>
+			</div>';
+include ('includes/header.php');
+echo'
 		</div>
 	</div>
 </body>

Modified: tux4kids-web/htdocs/newsitetest/tuxmath/images/dbutton.png
===================================================================
(Binary files differ)

Modified: tux4kids-web/htdocs/newsitetest/tuxmath/includes/header.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/includes/header.php	2009-06-01 00:22:23 UTC (rev 1006)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/includes/header.php	2009-06-01 00:49:27 UTC (rev 1007)
@@ -1,8 +1,3 @@
-</head>
-
-<body>
-	<div  align="center">
-		<div class="box">
 			<div class="header">
 			<span class="drop"><img src="images/tm_title.png" alt="TuxMath Logo" /><br />
 			<span><img src="images/tux.png" alt="Tux" /></span></span>

Modified: tux4kids-web/htdocs/newsitetest/tuxmath/includes/pageheader.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/includes/pageheader.php	2009-06-01 00:22:23 UTC (rev 1006)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/includes/pageheader.php	2009-06-01 00:49:27 UTC (rev 1007)
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-	<link rel="stylesheet" media="all" type="text/css" href="css/layout.css" />
-	<link rel="stylesheet" type="text/css" media="screen" href="css/stylesheet.css" />
-	<link rel="stylesheet" href="css/thumbnailviewer.css" type="text/css" />
+	<link rel="stylesheet" type="text/css" href="css/layout.css" />
+	<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
+	<link rel="stylesheet" type="text/css" href="css/thumbnailviewer.css"/>
 	<script src="css/thumbnailviewer.js" type="text/javascript"></script>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\ No newline at end of file

Modified: tux4kids-web/htdocs/newsitetest/tuxmath/index.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/index.php	2009-06-01 00:22:23 UTC (rev 1006)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/index.php	2009-06-01 00:49:27 UTC (rev 1007)
@@ -2,39 +2,70 @@
 include ('includes/pageheader.php');
 
 echo'
-	<title>Tux4kids &raquo; Tuxmath &raquo; Home</title>';
-
-include ('includes/header.php');
-
-echo'
+	<title>Tux4kids &raquo; Tuxmath &raquo; Home</title>
+</head>
+<body>
+	<div  align="center">
+		<div class="box">
 			<div class="col1">
 				<ul class="menu">
-					<li><a href="" class="active"><span>Home</span></a></li>
-					<li><a href="download.php"><span>Download</span></a></li>
+					<li><a href="index.php" class="active"><span>Home</span></a></li>
+					<li><a href="download.php"><span>Downloads</span></a></li>
 					<li><a href="screens.php"><span>Screenshots</span></a></li>
 					<li><a href="help.php"><span>Get help</span></a></li>
 					<li><a href="other.php"><span>Other Projects</span></a></li>
 					<li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
 				</ul>
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<img src="images/pow-fusionforge.png" alt="Fusion Forge" />
 			</div>
 			<div class="col2">
 				<font class="heading">Welcome to Tux, of Math Command!</font><br />
 				<br />
 				TuxMath is an arcade game that helps kids practice their math facts. The main goal is to make it effective and fun! <br />
 				<br />
-				<font class="news"><b>NEWS 2009-03-14: New release of TuxMath</b> TuxMath 1.7.2 is available for download on our downloads page as source tarballs and Win32 installer builds.
-				RPM packages for most GNU/Linux distributions can be found via this search page. For Mac users, the new packages should be in MacPorts shortly, and dmg files
-				will be posted here when built. These releases mostly reflect underlying code cleanup in advance of this year\'s Google Summer of Code, with only minor user-visible
-				changes.<br />
+				<table class="front">
+					<tr>
+						<th>NEWS 2009-03-14: New release of TuxMath</th>
+					</tr>
+					<tr>
+						<td>
+						 TuxMath 1.7.2 is available for download on our downloads page as source tarballs and Win32 installer builds.
+						RPM packages for most GNU/Linux distributions can be found via this search page. For Mac users, the new packages
+						should be in MacPorts shortly, and dmg files will be posted here when built. These releases mostly reflect underlying
+						code cleanup in advance of this year\'s Google Summer of Code, with only minor user-visible changes.
+						</td>
+					</tr>
+				</table>
 				<br />
-				
-				<b>NEWS 2008-12-08: Updated release of TuxMath</b> TuxMath 1.7.1 is available for download. For TuxMath, 1.7.1 includes a number of less critical fixes and
-				enhancements. The most important change is correction of many of the lesson files so they should now reliably generate the intended questions.<br />
+				<table class="front">
+					<tr>
+						<th>NEWS 2008-12-08: Updated release of TuxMath</th>
+					</tr>
+					<tr>
+						<td>
+						TuxMath 1.7.1 is available for download. For TuxMath, 1.7.1 includes a number of less critical fixes and enhancements. 
+						The most important change is correction of many of the lesson files so they should now reliably generate the intended questions.
+						</td>
+					</tr>
+				</table>
 				<br />
-				
-				<b>NEWS 2008-12-08: TuxMath 1.7.0 Released!</b> Source tar.gz archives and executable Win32 installer for TuxMath 1.7.0 are available for download on our Released Files
-				page. See below for a description of the new features. Tux Typing 1.7.0 should be released within the next day or so.<br /></font>
-			</div>
+				<table class="front">
+					<tr>
+						<th>NEWS 2008-12-08: TuxMath 1.7.0 Released!</th>
+					</tr>
+					<tr>
+						<td>
+						Source tar.gz archives and executable Win32 installer for TuxMath 1.7.0 are available for download on our Released Files
+						page. See below for a description of the new features. Tux Typing 1.7.0 should be released within the next day or so.
+						</td>
+					</tr>
+				</table>
+			</div>';
+include ('includes/header.php');
+echo'
 		</div>
 	</div>
 </body>

Modified: tux4kids-web/htdocs/newsitetest/tuxmath/other.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/other.php	2009-06-01 00:22:23 UTC (rev 1006)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/other.php	2009-06-01 00:49:27 UTC (rev 1007)
@@ -2,11 +2,11 @@
 include ('includes/pageheader.php');
 
 echo'
-	<title>Tux4kids &raquo; Tuxtype &raquo; Other projects by Tux4Kids</title>';
-
-include ('includes/header.php');
-
-echo'
+	<title>Tux4kids &raquo; Tuxtype &raquo; Other projects by Tux4Kids</title>
+</head>
+<body>
+	<div  align="center">
+		<div class="box">
 			<div class="col1">
 				<ul class="menu">
 					<li><a href="index.php"><span>Home</span></a></li>
@@ -16,15 +16,19 @@
 					<li><a href="other.php" class="active"><span>Other Projects</span></a></li>
 					<li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
 				</ul>
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<img src="images/pow-fusionforge.png" alt="Fusion Forge" />
 			</div>
 			<div class="col2">
 				<table>
 					<tr>
 						<td>
-							<a href="http://tux4kids.alioth.debian.org/newsitetest/tuxtype/index.php"><img src="images/tt_title.png" /></a>
+							<a href="http://tux4kids.alioth.debian.org/tuxtype/index.php"><img src="images/tt_title.png" /></a>
 						</td>
 						<td>
-							Tux4Kids also works on a typing game called <a href="http://tux4kids.alioth.debian.org/newsitetest/tuxtype/index.php">TuxTyping</a>.
+							Tux4Kids also works on a typing game called <a href="http://tux4kids.alioth.debian.org/tuxtype/index.php">TuxTyping</a>.
 							This educational game comes with two different games for practicing your typing, and having a great time doing it. 
 						</td>
 					</tr>
@@ -38,7 +42,9 @@
 						</td>
 					</tr>
 				</table>
-			</div>
+			</div>';
+include ('includes/header.php');
+echo'
 		</div>
 	</div>
 </body>

Modified: tux4kids-web/htdocs/newsitetest/tuxmath/screens.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/screens.php	2009-06-01 00:22:23 UTC (rev 1006)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/screens.php	2009-06-01 00:49:27 UTC (rev 1007)
@@ -2,20 +2,24 @@
 include ('includes/pageheader.php');
 
 echo'
-	<title>Tux4kids &raquo; Tuxmath &raquo; Screenshots</title>';
-
-include ('includes/header.php');
-
-echo'
+	<title>Tux4kids &raquo; Tuxmath &raquo; Screenshots</title>
+</head>
+<body>
+	<div  align="center">
+		<div class="box">
 			<div class="col1">
 				<ul class="menu">
 					<li><a href="index.php"><span>Home</span></a></li>
-					<li><a href="download.php"><span>Download</span></a></li>
-					<li><a href="" class="active"><span>Screenshots</span></a></li>
+					<li><a href="download.php"><span>Downloads</span></a></li>
+					<li><a href="screens.php" class="active"><span>Screenshots</span></a></li>
 					<li><a href="help.php"><span>Get help</span></a></li>
 					<li><a href="other.php"><span>Other Projects</span></a></li>
 					<li><a href="http://www.tux4kids.com"><span>About Tux4Kids</span></a></li>
 				</ul>
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<br /><br /><br /><br /><br /><br /><br /><br /><br />
+				<img src="images/pow-fusionforge.png" alt="Fusion Forge" />
 			</div>
 			<div class="col2">
 				<table>
@@ -69,7 +73,9 @@
 					</td>
 					</tr>
 				</table>
-			</div>
+			</div>';
+include ('includes/header.php');
+echo'
 		</div>
 	</div>
 </body>




More information about the Tux4kids-commits mailing list