Update of /cvsroot/tuxpaint/tuxpaint-website/layout
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28535/layout

Modified Files:
        std.php3 
Log Message:
Cleaned up Windows installer download page

Index: std.php3
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-website/layout/std.php3,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- std.php3    28 Mar 2004 13:57:36 -0000      1.15
+++ std.php3    4 Apr 2004 19:13:22 -0000       1.16
@@ -373,14 +373,11 @@
 
 
 function note_download($os, $ver, $url, $src, $note) { ?>
-<h3><? echo $os; ?></h3>
-<blockquote><font size=-1>
-<a href="<? echo $url; ?>"><? echo $url; ?></a><br>
-<? if ($ver != "") { echo "Version: $ver<br>\n"; } ?>
-<? if ($src != "") { echo "From: $src<br>\n"; } ?>
-<? if ($note != "") { echo "<p><b>Note:</b> $note<br>\n"; } ?>
-</font></blockquote>
-<hr size=1 noshade>
+<h4><? echo $os; ?></h4>
+<p><a href="<? echo $url; ?>"><? echo $url; ?></a>
+<? if ($ver != "") { echo "<br>Version: $ver\n"; } ?>
+<? if ($src != "") { echo "<br>From: $src\n"; } ?></p>
+<? if ($note != "") { echo "<p><strong>Note:</strong> $note</p>\n"; } ?>
 <? }
 
 

_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits

Reply via email to