[Scummvm-cvs-logs] SF.net SVN: scummvm:[54048] buildbot/web

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Wed Nov 3 11:55:27 CET 2010


Revision: 54048
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54048&view=rev
Author:   djwillis
Date:     2010-11-03 10:55:26 +0000 (Wed, 03 Nov 2010)

Log Message:
-----------
BUILDBOT: Add a very simple skin to the buildbot web pages.

* Based on the simple layout used for the forums.

Modified Paths:
--------------
    buildbot/web/index.html

Added Paths:
-----------
    buildbot/web/SVMDesign.css
    buildbot/web/builds.html
    buildbot/web/images/
    buildbot/web/images/BuildbotLogo.png
    buildbot/web/images/body-bg.png
    buildbot/web/images/curve_bl.gif
    buildbot/web/images/curve_br.gif
    buildbot/web/images/curve_tr.gif
    buildbot/web/images/logo.gif
    buildbot/web/images/spacer.gif
    buildbot/web/images/top_bg.gif

Added: buildbot/web/SVMDesign.css
===================================================================
--- buildbot/web/SVMDesign.css	                        (rev 0)
+++ buildbot/web/SVMDesign.css	2010-11-03 10:55:26 UTC (rev 54048)
@@ -0,0 +1,148 @@
+/* Font Properties */
+
+body, table {
+	font-family: verdana,tahoma,arial,helvetica,sans-serif;
+	font-size: 8pt;
+	font-weight: normal;
+}
+
+body {
+	background-color: #efc418;	
+	background-repeat: repeat-x;
+}
+
+table            
+{
+font-size: 10px; 
+color: #000000;
+}
+
+td, th
+{
+font-size: 10px; 
+color: #000000;
+}
+
+.smalltext       
+{ 
+font-size : 10px; 
+color: #000000;
+}
+
+.mediumtext      
+{ 
+font-size : 11px; 
+color: #000000;
+}
+
+.largetext       
+{ 
+font-size : 13px; 
+color: #000000;
+}
+
+.catrowtext      
+{ 
+	font-weight: bold;
+	font-size: 13px;
+	color: #444444;
+}
+
+.toprowtext      
+{ 
+	color: #fff;
+	font-size: 12px;
+	font-weight: bold;
+}
+
+/* Cell Properties */
+
+TD.row1
+{ 
+	background-color: #e8e7e7;
+	font-size : 13px; 
+	color: #494957
+}     
+     
+TD.row2	        /* ugly colors, to look which html uses them still - should have removed all occurences now */
+{ 
+	background-color: #00FF00;
+	font-size : 12px; 
+	color: #FF00FF
+}
+
+TD.row3
+{ 
+	background-color: #FFFFFF;
+	font-size : 12px; 
+	color: #494957
+}
+
+TD.catrow
+{ 
+	/* font-family: Verdana; */
+font-size : 12px; 
+font-weight: bold;
+}
+
+TD.toprow, TH.toprow
+{
+	background-image: url(images/gradient_2.gif);
+	color: #fff;
+	font-weight: bold;
+	background: #a82709;
+	background-image: url(./images/par-head.png);
+	background-repeat: repeat-x;
+	padding: 6px;
+	font-size: 12px;
+}
+
+TD.tableborder	  
+{ 
+	background-color: #c0c0c0;
+}
+
+/* Link Properties */
+
+a                         { text-decoration: underline; font-size: 11px; color: #a33; }  
+a:link                    { text-decoration: underline; font-size: 11px; color: #a33; }
+a:visited                 { text-decoration: underline; font-size: 11px; color: #a33; }
+a:hover                   { text-decoration: none; font-size: 11px; color: #f00; } 
+
+a.forumlink               { text-decoration: underline; font-weight: bold; font-size: 13px; color: #a33; }
+a.forumlink:link          { text-decoration: underline; font-weight: bold; font-size: 13px; color: #a33; }
+a.forumlink:visited       { text-decoration: underline; font-weight: bold; font-size: 13px; color: #a33; }
+a.forumlink:hover         { text-decoration: none; font-size: 13px; font-weight: bold; color: #f00; }
+   
+a.topiclink               { text-decoration: underline; font-size: 13px; color: #a33; }  
+a.topiclink:link          { text-decoration: underline; font-size: 13px; color: #a33; }
+a.topiclink:visited       { text-decoration: underline; font-size: 13px; color: #a33; }
+a.topiclink:hover         { text-decoration: none; font-size: 13px; color: #f00; }  
+
+a.toprowlink              { text-decoration: none; font-size: 9px; color: #000000; }   
+a.toprowlink:link         { text-decoration: none; font-size: 9px; color: #000000; }
+a.toprowlink:visited      { text-decoration: none; font-size: 9px; color: #000000; }
+a.toprowlink:hover        { text-decoration: underline; font-size: 9px; color: #877751; } 
+     
+a.smalllink               { text-decoration: underline; font-size: 10px; color: #a33; }   
+a.smalllink:link          { text-decoration: underline; font-size: 10px; color: #a33; }
+a.smalllink:visited       { text-decoration: underline; font-size: 10px; color: #a33; }
+a.smalllink:hover         { text-decoration: none; font-size: 10px; color: #f00; }   
+  
+a.mediumlink              { text-decoration: underline; font-size: 11px; color: #a33; }  
+a.mediumlink:link         { text-decoration: underline; font-size: 11px; color: #a33; }
+a.mediumlink:visited      { text-decoration: underline; font-size: 11px; color: #a33; }
+a.mediumlink:hover        { text-decoration: none; font-size: 11px; color: #f00; }   
+    
+a.largelink               { text-decoration: underline; font-size: 13px; color: #a33; }
+a.largelink:link          { text-decoration: underline; font-size: 13px; color: #a33; }
+a.largelink:visited       { text-decoration: underline; font-size: 13px; color: #a33; }
+a.largelink:hover         { text-decoration: none; font-size: 13px; color: #f00; }         
+
+/* Form elements */
+
+input, textarea, select 
+{
+  color : #000000;
+  font-size : 12px;
+}


Property changes on: buildbot/web/SVMDesign.css
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/css
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: buildbot/web/builds.html
===================================================================
--- buildbot/web/builds.html	                        (rev 0)
+++ buildbot/web/builds.html	2010-11-03 10:55:26 UTC (rev 54048)
@@ -0,0 +1,372 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+    <meta content="text/html; charset=iso-8859-15" http-equiv="content-type">
+    <title>ScummVM :: Buildbot</title>
+    <link type="text/css" href="SVMDesign.css" rel="stylesheet">
+    <link href="favicon.ico" rel="shortcut icon">
+</head>
+<body style="margin: 10px; background-image: url(images/div-bg.png);">
+    <!-- TODO: Make this into a nice theme not a quick and dirty hack. -->
+    <table align="center" border="0" cellpadding="0" cellspacing="0" width="90%">
+        <tbody>
+            <tr>
+                <td>
+                    <img src="images/logo.gif" alt="ScummVM logo" height="65" width="199">
+                </td>
+                <td style="background-image: url(images/top_bg.gif); vertical-align: middle; text-align: left;
+                    white-space: nowrap;" width="50%">
+                    <a href="index.html">BuildBot Index</a> - <a href="builds.html">Snapshots</a> <a href="/snapshots">(all)</a> - <a
+                        href="http://www.scummvm.org/">ScummVM website</a> - <a href="http://www.scummvm.org/contact.php">
+                            Contact us</a> 
+                </td>
+                <td style="background-image: url(images/top_bg.gif); vertical-align: middle; text-align: right;
+                    white-space: nowrap;" width="50%">
+                    <!-- nav table -->
+                    Build Views - <a href="buildbot/waterfall?category=trunk;category=branch">Waterfall</a>
+                    - <a href="buildbot/console?category=trunk;category=branch">Console</a> - <a href="buildbot/grid?category=trunk;category=branch">
+                        Grid</a> - <a href="buildbot/tgrid?category=trunk;category=branch">Transposed Grid</a>
+                    <!-- end of nav table -->
+                </td>
+                <td>
+                    <img src="images/curve_tr.gif" alt="curved edge" height="65" width="20">
+                </td>
+            </tr>
+            <!-- top logo, navbar ends here, now on to the main page body -->
+            <tr bgcolor="#fbf1ce">
+                <td colspan="4">
+                    <table style="padding-left: 5px; padding-right: 5px;" border="0" cellpadding="0"
+                        cellspacing="0" width="100%">
+                        <tbody>
+                            <tr>
+                                <td>
+                                    <table align="center" border="0" cellpadding="2" cellspacing="2" width="98%">
+                                        <tbody>
+                                            <tr>
+                                                <td align="left" valign="middle" width="100%">
+                                                </td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
+                                        <tbody>
+                                            <tr>
+                                                <td class="tableborder">
+                                                    <table border="0" cellpadding="2" cellspacing="1" width="100%">
+                                                        <tbody>
+                                                            <tr align="center">
+                                                                <td class="toprow" colspan="3" style="text-align: left; margin-left: 0pt; margin-right: auto;
+                                                                    width: 114px;">
+                                                                    <b><span class="toprowtext">ScummVM Buildbot nightly builds...</span></b>
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td style="width: 114px;" colspan="3" class="catrow">
+                                                                    <span class="catrowtext">Below are download links for nightly ScummVM builds automatically
+                                                                        generated by our buildbot server.<br>
+                                                                        <small>These builds are totally untested, may not be nicely packaged (i.e. may not run
+                                                                            without further configuration) and contain debug information so should be used by
+                                                                            developers only.</small></span><span class="catrowtext"></span>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" class="row1" colspan="1" valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-dc.png">Dreamcast
+                                                                    plain files
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/dc-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/dc-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img alt="" src="http://www.scummvm.org/images/catpl-debian.png">Debian 'Lenny'
+                                                                    32bit
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/lenny-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/lenny-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img alt="" src="http://www.scummvm.org/images/catpl-debian.png">Debian 'Lenny'
+                                                                    x64 64bit
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/lenny-x86_64-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/lenny-x86_64-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-dingux.png">Dingux
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/dingux-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/dingux-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-n64.png">Nintendo
+                                                                    64
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/n64-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/n64-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-ds.png">Nintendo
+                                                                    DS
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/ds-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/ds-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-gc.png">Nintendo
+                                                                    Gamecube
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/ngamecube-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/gamecube-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-wii.png">Nintendo
+                                                                    Wii
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/wii-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/wii-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-gp2x.png">GamePark
+                                                                    GP2X
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/gp2x-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/gp2x-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-gp2xwiz.png">GamePark
+                                                                    GP2XWiz
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/gp2xwiz-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/gp2xwiz-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-iphone.png">iPhone
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/iphone-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/iphone-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-macos-universal.png">Mac
+                                                                    OS X (Intel)
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/osx_intel-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/osx_intel-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-macos-universal.png">Mac
+                                                                    OS X (PowerPC)
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/osx_ppc-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/osx_ppc-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-linuxmoto.png">Motorola
+                                                                    (MotoEZX)
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/motoezx-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/motoezx-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-linuxmoto.png">Motorola
+                                                                    (MotoMAGX)
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/motomagx-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/motomagx-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-ps2.png">Playstation
+                                                                    2
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/ps2-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/ps2-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-psp.png">Playstation
+                                                                    Portable
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/psp-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/psp-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-windows.png">Windows
+                                                                    (32bit)
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/mingw-w32-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/mingw-w32-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-win64.png">Windows
+                                                                    (64bit)
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/mingw-w64-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/mingw-w64-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left; width: 784px;" colspan="1" rowspan="1" class="row1"
+                                                                    valign="middle">
+                                                                    <img style="width: 24px; height: 24px;" alt="" src="http://www.scummvm.org/images/catpl-wince.png">Windows
+                                                                    CE (ARM)
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/trunk/wince-trunk-latest.tar.bz2">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center; width: 114px;" class="row1" nowrap="nowrap">
+                                                                    <a href="/snapshots/1.2.0/wince-1.2.0-latest.tar.bz2">1.2.x branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td style="width: 114px;" colspan="3" class="catrow">
+                                                                </td>
+                                                            </tr>
+                                                        </tbody>
+                                                    </table>
+                                                </td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div align="center">
+                                        <span class="smalltext">Powered by <a href="http://buildbot.net/" class="smalllink">
+                                            Buildbot</a><br>
+                                            About this <a href="buildbot/about" class="smalllink">Buildbot setup</a><br>
+                                            Design by the ScummVM team</span></div>
+                                </td>
+                            </tr>
+                        </tbody>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td colspan="4">
+                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
+                        <tbody>
+                            <tr>
+                                <td>
+                                    <img src="images/curve_bl.gif" alt="curved edge" height="20" width="20">
+                                </td>
+                                <td bgcolor="#fbf1ce" width="100%">
+                                     
+                                </td>
+                                <td align="right" valign="bottom">
+                                    <img src="images/curve_br.gif" alt="curved edge" height="20" width="20">
+                                </td>
+                            </tr>
+                        </tbody>
+                    </table>
+                </td>
+            </tr>
+        </tbody>
+    </table>
+</body>
+</html>


Property changes on: buildbot/web/builds.html
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/html
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: buildbot/web/images/BuildbotLogo.png
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/BuildbotLogo.png
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/png

Added: buildbot/web/images/body-bg.png
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/body-bg.png
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/png

Added: buildbot/web/images/curve_bl.gif
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/curve_bl.gif
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/gif

Added: buildbot/web/images/curve_br.gif
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/curve_br.gif
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/gif

Added: buildbot/web/images/curve_tr.gif
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/curve_tr.gif
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/gif

Added: buildbot/web/images/logo.gif
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/logo.gif
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/gif

Added: buildbot/web/images/spacer.gif
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/spacer.gif
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/gif

Added: buildbot/web/images/top_bg.gif
===================================================================
(Binary files differ)


Property changes on: buildbot/web/images/top_bg.gif
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + image/gif

Modified: buildbot/web/index.html
===================================================================
--- buildbot/web/index.html	2010-11-03 09:44:03 UTC (rev 54047)
+++ buildbot/web/index.html	2010-11-03 10:55:26 UTC (rev 54048)
@@ -1,38 +1,200 @@
 <!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-15">
-<title>ScummVM :: Buildbot</title>
+    <meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
+    <title>ScummVM :: Buildbot</title>
+    <link rel="stylesheet" href="SVMDesign.css" type="text/css">
+    <link rel="shortcut icon" href="favicon.ico">
 </head>
-
-<body>
-<h1>Welcome to the <a href="http://scummvm.org/">ScummVM</a> Buildbot!</h1>
-
-<ul>
-  <li>the <a href="buildbot/waterfall?category=trunk;category=branch">Waterfall Display</a> will give you a
-  time-oriented summary of recent buildbot activity.</li>
-
-  <li>the <a href="buildbot/console?category=trunk;category=branch">Console Display</a> will give you a
-  revision-oriented summary of recent buildbot activity.</li>
-
-  <li>the <a href="buildbot/grid?category=trunk;category=branch">Grid Display</a> will give you a
-  developer-oriented summary of recent buildbot activity.</li>
-
-  <li>the <a href="buildbot/tgrid?category=trunk;category=branch">Transposed Grid Display</a> presents
-  the same information as the grid, but lists the revisions down the side.</li>
-
-  <li>The <a href="buildbot/one_box_per_builder">Latest Build</a> for each builder is
-  here.</li>
-
-  <li><a href="buildbot/one_line_per_build">Recent Builds</a> are summarized here, one
-  per line.</li>
-
-  <li><a href="buildbot/buildslaves">Buildslave</a> information</li>
-  <li><a href="buildbot/changes">ChangeSource</a> information.</li>
-
-  <br />
-  <li><a href="buildbot/about">About this Buildbot</a></li>
-</ul>
-
-
-</body> </html>
+<body style="margin: 10px; background-image: url(images/div-bg.png);">
+    <!-- TODO: Make this into a nice theme not a quick and dirty hack. -->
+    <table align="center" border="0" cellpadding="0" cellspacing="0" width="90%">
+        <tbody>
+            <tr>
+                <td>
+                    <img src="images/logo.gif" alt="ScummVM logo" height="65" width="199">
+                </td>
+                <td style="background-image: url(images/top_bg.gif); vertical-align: middle; text-align: left;
+                    white-space: nowrap;" width="50%">
+                    <a href="index.html">BuildBot Index</a> - <a href="builds.html">Snapshots</a> <a href="/snapshots">(all)</a> - <a
+                        href="http://www.scummvm.org/">ScummVM website</a> - <a href="http://www.scummvm.org/contact.php">
+                            Contact us</a> 
+                </td>
+                <td style="background-image: url(images/top_bg.gif); vertical-align: middle; text-align: right;
+                    white-space: nowrap;" width="50%">
+                    <!-- nav table -->
+                    Build Views - <a href="buildbot/waterfall?category=trunk;category=branch">Waterfall</a>
+                    - <a href="buildbot/console?category=trunk;category=branch">Console</a> - <a href="buildbot/grid?category=trunk;category=branch">
+                        Grid</a> - <a href="buildbot/tgrid?category=trunk;category=branch">Transposed Grid</a>
+                    <!-- end of nav table -->
+                </td>
+                <td>
+                    <img src="images/curve_tr.gif" alt="curved edge" height="65" width="20">
+                </td>
+            </tr>
+            <!-- top logo, navbar ends here, now on to the main page body -->
+            <tr bgcolor="#fbf1ce">
+                <td colspan="4">
+                    <table style="padding-left: 5px; padding-right: 5px;" border="0" cellpadding="0"
+                        cellspacing="0" width="100%">
+                        <tbody>
+                            <tr>
+                                <td>
+                                    <!-- DEBUG marker: index_body.tpl starts here -->
+                                    <table align="center" border="0" cellpadding="2" cellspacing="2" width="98%">
+                                        <tbody>
+                                            <tr>
+                                                <td align="left" valign="middle" width="100%">
+                                                </td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
+                                        <tbody>
+                                            <tr>
+                                                <td class="tableborder">
+                                                    <table border="0" cellpadding="2" cellspacing="1" width="100%">
+                                                        <tbody>
+                                                            <tr align="center">
+                                                                <td class="toprow" colspan="3" style="text-align: left; margin-left: 0pt; margin-right: auto;">
+                                                                    <b><span class="toprowtext">Welcome to the ScummVM Buildbot service...</span></b>
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="3" class="catrow">
+                                                                    <span class="catrowtext">Build Views: These views will allow you to examine the state
+                                                                        of recent buildbot activity.</span>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left;" class="row1" colspan="1" valign="middle">
+                                                                    The <a href="buildbot/waterfall?category=trunk;category=branch">Waterfall Display</a>
+                                                                    will give you a time-oriented summary of recent buildbot activity.
+                                                                </td>
+                                                                <td style="text-align: center;" class="row1" nowrap="nowrap">
+                                                                    <a href="buildbot/waterfall?category=trunk">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center;" class="row1" nowrap="nowrap">
+                                                                    <a href="buildbot/waterfall?category=branch">latest branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left;" colspan="1" rowspan="1" class="row1" valign="middle">
+                                                                    The <a href="buildbot/console?category=trunk;category=branch">Console Display</a>
+                                                                    will give you a revision-oriented summary of recent buildbot activity.
+                                                                </td>
+                                                                <td style="text-align: center;" class="row1" nowrap="nowrap">
+                                                                    <a href="buildbot/console?category=trunk">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center;" class="row1" nowrap="nowrap">
+                                                                    <a href="buildbot/console?category=branch">latest branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left;" colspan="1" rowspan="1" class="row1" valign="middle">
+                                                                    The <a href="buildbot/grid?category=trunk;category=branch">Grid Display</a> will
+                                                                    give you a developer-oriented summary of recent buildbot activity.
+                                                                </td>
+                                                                <td style="text-align: center;" class="row1" nowrap="nowrap">
+                                                                    <a href="buildbot/grid?category=trunk">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center;" class="row1" nowrap="nowrap">
+                                                                    <a href="buildbot/grid?category=branch">latest branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left;" colspan="1" rowspan="1" class="row1" valign="middle">
+                                                                    The <a href="buildbot/tgrid?category=trunk;category=branch">Transposed Grid Display</a>
+                                                                    presents the same information as the grid, but lists the revisions down the side.
+                                                                </td>
+                                                                <td style="text-align: center;" class="row1" nowrap="nowrap">
+                                                                    <a href="buildbot/tgrid?category=trunk">trunk</a>
+                                                                </td>
+                                                                <td style="text-align: center;" class="row1" nowrap="nowrap">
+                                                                    <a href="buildbot/tgrid?category=branch">latest branch</a>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left;" colspan="3" rowspan="1" class="row1" valign="middle">
+                                                                    The <a href="buildbot/one_box_per_builder">Latest Build</a> information for each
+                                                                    build target is here.
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="center">
+                                                                <td style="text-align: left;" colspan="3" rowspan="1" class="row1" valign="middle">
+                                                                    The <a href="buildbot/one_line_per_build">Recent Builds</a> are summarized here,
+                                                                    one per line.
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="3" class="catrow">
+                                                                    <span class="catrowtext">Other Links.</span>
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="left">
+                                                                <td colspan="3" rowspan="1" class="row1" valign="middle">
+                                                                    Download the latest <a href="builds.html">Untested Builds</a> for platforms
+                                                                    built by this buildbot.
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="left">
+                                                                <td colspan="3" rowspan="1" class="row1" valign="middle">
+                                                                    Information on the <a href="buildbot/buildslaves">Build Slaves</a> managed by this
+                                                                    buildbot.
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="left">
+                                                                <td colspan="3" rowspan="1" class="row1" valign="middle">
+                                                                    Information on the <a href="buildbot/changes">Sourcecode Repositories</a> being
+                                                                    monitored by this buildbot.
+                                                                </td>
+                                                            </tr>
+                                                            <tr align="left">
+                                                                <td colspan="3" rowspan="1" class="row1" valign="middle">
+                                                                    Information on how we <a href="http://wiki.scummvm.org/index.php/Buildbot">Have Configured</a> buildbot.
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="3" class="catrow">
+                                                                </td>
+                                                            </tr>
+                                                        </tbody>
+                                                    </table>
+                                                </td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div align="center">
+                                        <span class="smalltext">Powered by <a href="http://buildbot.net/" class="smalllink">
+                                            Buildbot</a><br>
+                                            About this <a href="buildbot/about" class="smalllink">Buildbot setup</a><br>
+                                            Design by the ScummVM team</span></div>
+                                </td>
+                            </tr>
+                        </tbody>
+                    </table>
+                </td>
+            </tr>
+            <tr>
+                <td colspan="4">
+                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
+                        <tbody>
+                            <tr>
+                                <td>
+                                    <img src="images/curve_bl.gif" alt="curved edge" height="20" width="20">
+                                </td>
+                                <td bgcolor="#fbf1ce" width="100%">
+                                     
+                                </td>
+                                <td align="right" valign="bottom">
+                                    <img src="images/curve_br.gif" alt="curved edge" height="20" width="20">
+                                </td>
+                            </tr>
+                        </tbody>
+                    </table>
+                </td>
+            </tr>
+        </tbody>
+    </table>
+</body>
+</html>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list