[Tux4kids-commits] r980 - in tux4kids-web/htdocs/newsitetest/tuxmath: . css

Matthew McSpadden mmcspadden-guest at alioth.debian.org
Wed May 20 17:59:50 UTC 2009


Author: mmcspadden-guest
Date: 2009-05-20 17:59:50 +0000 (Wed, 20 May 2009)
New Revision: 980

Modified:
   tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css
   tux4kids-web/htdocs/newsitetest/tuxmath/download.php
Log:
Changed the downloads page on Tuxmath.



Modified: tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css	2009-05-19 23:58:29 UTC (rev 979)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/css/layout.css	2009-05-20 17:59:50 UTC (rev 980)
@@ -1,84 +1,96 @@
-	.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 {
-	
-	}
-	
-	.downloads th {
-	font-size: 25px;
-	}
-	
-	.command {
-	font-family: courier new;
-	}
-	
-	.news {
-	font-size: 14px;
+	.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

Modified: tux4kids-web/htdocs/newsitetest/tuxmath/download.php
===================================================================
--- tux4kids-web/htdocs/newsitetest/tuxmath/download.php	2009-05-19 23:58:29 UTC (rev 979)
+++ tux4kids-web/htdocs/newsitetest/tuxmath/download.php	2009-05-20 17:59:50 UTC (rev 980)
@@ -1,56 +1,237 @@
-<?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">
-				<a href="sourcedown.php"><strong>Source</strong></a><br />
-				<img src="images/gear.gif" alt="Gears" />Get the source and compile it yourself.<br />
-				Clicking the link above would take you to yet<br />
-				another page where the download links can <br />
-				be found. 
-				<br />
-				<br />
-				<br />
-				<a href="windown.php"><strong>Windows 2000, XP, Vista</strong></a><br />
-				<img src="images/windows.gif" alt="Windows Logo" />Here is a blurb about Windows Users<br />
-				Clicking the link above would take you to yet<br />
-				another page where the download links can <br />
-				be found. 
-				<br />
-				<br />
-				<br />
-				<a href="macdown.php"><strong>Apple Mac OS X</strong></a><br />
-				<img src="images/macosx.gif" alt="Mac OS X Logo" />Here is a blurb about Mac Users<br />
-				Clicking the link above would take you to yet<br />
-				another page where the download links can <br />
-				be found. 
-				<br />
-				<br />
-				<br />
-				<a href="debdown.php"><strong>Ubuntu Linux</strong></a><br />
-				<img src="images/linux-ubuntu.gif" alt="Ubuntu Logo" />Here is a blurb about Linux Users<br />
-				Clicking the link above would take you to yet<br />
-				another page where the download links can <br />
-				be found. 
-				<br />
-			</div>
-		</div>
-	</div>
-</body>
-</html>';
+<?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>';
 ?>
\ No newline at end of file




More information about the Tux4kids-commits mailing list