Author: cfinck
Date: Mon Mar 10 17:06:18 2008
New Revision: 32649
URL: 
http://svn.reactos.org/svn/reactos?rev=3D32649&view=3Drev
Log:
- Change the getbuilds source, so that it validates with the W3 Validator
- First step of changing some links to the new location at 
http://iso.react=
os.org.
  Unhardcode some references to 
http://svn.reactos.org and replace them by =
the $ISO_DOWNLOAD_URL configuration variable.
- Don't create the getbuilds interface through JavaScript.
  Instead hide it by default and only show it, when JavaScript is enabled. =
This makes the source much more cleaner.
Modified:
    
trunk/web/reactos.org/htdocs/getbuilds/config.inc.php
    trunk/web/reactos.org/htdocs/getbuilds/getbuilds.css
    trunk/web/reactos.org/htdocs/getbuilds/getbuilds.js.php
    trunk/web/reactos.org/htdocs/getbuilds/index.php
    trunk/web/reactos.org/htdocs/getbuilds/lang/de.inc.php
    trunk/web/reactos.org/htdocs/getbuilds/lang/en.inc.php
    trunk/web/reactos.org/htdocs/getbuilds/lang/es.inc.php
    trunk/web/reactos.org/htdocs/getbuilds/lang/fr.inc.php
    trunk/web/reactos.org/htdocs/getbuilds/lang/it.inc.php
    trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/config.inc.php
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/config.inc.php?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/config.inc.php (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/config.inc.php Mon Mar 10 17:06:=
18 2008
@@ -4,12 +4,12 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/config.inc.php
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
 */
        =
        // Configuration
        $AJAX_GETFILES_PROVIDER_URL =3D "http://svn.reactos.org/scripts/ajax-getf=
iles-provider.php";
-       $ISO_DOWNLOAD_URL =3D "http://svn.reactos.org/iso/";
+       $ISO_DOWNLOAD_URL =3D "http://iso.reactos.org/";
        $MAX_FILES_PER_PAGE =3D 100;                    // The same value has to be set in
"ajax-g=
etfiles-provider.php"
        $SVN_ACTIVITY_URL =3D "http://svn.reactos.org/svnact/svn_activity.xml";
 ?>
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.css
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/getbuilds.css?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.css (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.css Mon Mar 10 17:06:1=
8 2008
@@ -3,7 +3,7 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/getbuilds.css
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
 */
 =
 body {
@@ -184,6 +184,11 @@
 =
 ul.web li {
        vertical-align: top;
+}
+
+#js_stuff {
+       /* Will be shown by the JavaScript */
+       display: none;
 }
 =
 #showrev td {
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.js.php
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/getbuilds.js.php?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.js.php (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.js.php Mon Mar 10 17:0=
6:18 2008
@@ -4,7 +4,7 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/getbuilds.js.php
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
 */
 ?>
 =
@@ -108,25 +108,25 @@
                if( data["requesttype"] =3D=3D "FirstPageFullLoad" )
                {
                        filenum =3D parseInt(
http_request.responseXML.getElementsByTagName("fi=
lenum")[0].firstChild.data );
-                       html +=3D '<?php printf(
addslashes($getbuilds_langres["foundfiles"]), =
"<span id=3D\"filenum\">' + filenum + '</span>" );
?>';
+                       html +=3D '<?php printf(
addslashes($getbuilds_langres["foundfiles"]), =
"<span id=3D\"filenum\">' + filenum + '<\/span>"
); ?>';
                }
                else
                        html +=3D document.getElementById("infobox").innerHTML;
                =
-               html +=3D '</td>';
+               html +=3D '<\/td>';
                =
                // Page number boxes
                html +=3D '<td id=3D"pagesbox">';
                =
                if( currentpage =3D=3D 1 )
                {
-                       html +=3D '<strong>«</strong> ';
-                       html +=3D '<strong>‹ <?php echo
addslashes($getbuilds_langres["p=
revpage"]); ?></strong> ';
-               }
-               else
-               {
-                       html +=3D '<a href=3D"javascript:firstPage()"
title=3D"<?php echo addsl=
ashes($getbuilds_langres["firstpage_title"]);
?>">«</a> ';
-                       html +=3D '<a href=3D"javascript:prevPage()"
title=3D"<?php echo addsla=
shes($getbuilds_langres["prevpage_title"]); ?>">‹ <?php
echo addslas=
hes($getbuilds_langres["prevpage"]); ?></a> ';
+                       html +=3D '<strong>«<\/strong> ';
+                       html +=3D '<strong>‹ <?php echo
addslashes($getbuilds_langres["p=
revpage"]); ?><\/strong> ';
+               }
+               else
+               {
+                       html +=3D '<a href=3D"javascript:firstPage()"
title=3D"<?php echo addsl=
ashes($getbuilds_langres["firstpage_title"]);
?>">«<\/a> ';
+                       html +=3D '<a href=3D"javascript:prevPage()"
title=3D"<?php echo addsla=
shes($getbuilds_langres["prevpage_title"]); ?>">‹ <?php
echo addslas=
hes($getbuilds_langres["prevpage"]); ?><\/a> ';
                }
                =
                html +=3D '<select id=3D"pagesel" size=3D"1"
onchange=3D"pageboxChange(t=
his)">';
@@ -138,35 +138,35 @@
                        html +=3D '<option selected=3D"selected"
value=3D"' + currentpage + '-'=
 + startrev + '"><?php echo
addslashes($getbuilds_langres["page"]); ?> ' + =
currentpage;
                        =
                        if(
http_request.responseXML.getElementsByTagName("filenum")[0].firstCh=
ild.data > 0 )
-                               html +=3D ' - ' +
http_request.responseXML.getElementsByTagName("first=
rev")[0].firstChild.data + ' ... ' + http_request.responseXML.getElementsBy=
TagName("lastrev")[0].firstChild.data + '</option>';
+                               html +=3D ' - ' +
http_request.responseXML.getElementsByTagName("first=
rev")[0].firstChild.data + ' ... ' + http_request.responseXML.getElementsBy=
TagName("lastrev")[0].firstChild.data + '<\/option>';
                }
                else
                        html +=3D document.getElementById("pagesel").innerHTML;
                =
-               html +=3D '</select> ';
+               html +=3D '<\/select> ';
                =
                if(
http_request.responseXML.getElementsByTagName("morefiles")[0].firstC=
hild.data =3D=3D 0 )
                {
-                       html +=3D '<strong><?php echo
addslashes($getbuilds_langres["nextpage"]=
); ?> ›</strong> ';
-                       html +=3D '<strong>»</strong>';
-               }
-               else
-               {
-                       html +=3D '<a href=3D"javascript:nextPage()"
title=3D"<?php echo addsla=
shes($getbuilds_langres["nextpage_title"]); ?>"><?php echo
addslashes($getb=
uilds_langres["nextpage"]); ?> ›</a> ';
-                       html +=3D '<a href=3D"javascript:lastPage()"
title=3D"<?php echo addsla=
shes($getbuilds_langres["lastpage_title"]);
?>">»</a>';
-               }
-               =
-               html +=3D '</td></tr></table>';
+                       html +=3D '<strong><?php echo
addslashes($getbuilds_langres["nextpage"]=
); ?> ›<\/strong> ';
+                       html +=3D '<strong>»<\/strong>';
+               }
+               else
+               {
+                       html +=3D '<a href=3D"javascript:nextPage()"
title=3D"<?php echo addsla=
shes($getbuilds_langres["nextpage_title"]); ?>"><?php echo
addslashes($getb=
uilds_langres["nextpage"]); ?> ›<\/a> ';
+                       html +=3D '<a href=3D"javascript:lastPage()"
title=3D"<?php echo addsla=
shes($getbuilds_langres["lastpage_title"]);
?>">»<\/a>';
+               }
+               =
+               html +=3D '<\/td><\/tr><\/table>';
 =
                // File table
                html +=3D '<table class=3D"datatable"
cellspacing=3D"0" cellpadding=3D"1=
">';
-               html +=3D '<thead><tr class=3D"head"><th
class=3D"fname"><?php echo adds=
lashes($getbuilds_langres["filename"]); ?></th><th
class=3D"fsize"><?php ec=
ho addslashes($getbuilds_langres["filesize"]); ?></th><th
class=3D"fdate"><=
?php echo addslashes($getbuilds_langres["filedate"]);
?></th></tr></thead>';
+               html +=3D '<thead><tr class=3D"head"><th
class=3D"fname"><?php echo adds=
lashes($getbuilds_langres["filename"]); ?><\/th><th
class=3D"fsize"><?php e=
cho addslashes($getbuilds_langres["filesize"]); ?><\/th><th
class=3D"fdate"=
 <?php echo
addslashes($getbuilds_langres["filedate"]);
?><\/th><\/tr><\/th= 
ead>';
                html +=3D '<tbody>';
                =
                var files =3D
http_request.responseXML.getElementsByTagName("file");
        =
                if( files.length =3D=3D 0 )
-                       html +=3D '<tr
class=3D"odd"><td><?php printf( addslashes($getbuilds_la=
ngres["nofiles"]), "' + fullrange + '" );
?></td><td> </td><td> <=
/td></tr>';
+                       html +=3D '<tr
class=3D"odd"><td><?php printf( addslashes($getbuilds_la=
ngres["nofiles"]), "' + fullrange + '" );
?><\/td><td> <\/td><td> =
;<\/td><\/tr>';
                else
                {
                        var oddeven =3D false;
@@ -180,14 +180,14 @@
                                oddeven =3D !oddeven;
                                =
                                html +=3D '<tr class=3D"' + (oddeven ?
"odd" : "even") + '" onmouseove=
r=3D"tr_mouseover(this);" onmouseout=3D"tr_mouseout(this);">';
-                               html +=3D '<td>' + flink + '<img
src=3D"images/cd.gif" alt=3D""> ' + f=
name + '</a></td>';
-                               html +=3D '<td>' + flink + fsize +
'</a></td>';
-                               html +=3D '<td>' + flink + fdate +
'</a></td>';
-                               html +=3D '</tr>';
+                               html +=3D '<td>' + flink + '<img
src=3D"images/cd.gif" alt=3D""> ' + f=
name + '<\/a><\/td>';
+                               html +=3D '<td>' + flink + fsize +
'<\/a><\/td>';
+                               html +=3D '<td>' + flink + fdate +
'<\/a><\/td>';
+                               html +=3D '<\/tr>';
                        }
                }
                =
-               html +=3D '</tbody></table>';
+               html +=3D '<\/tbody><\/table>';
                =
                document.getElementById("filetable").innerHTML =3D html;
                =
@@ -364,8 +364,11 @@
                elem.value =3D val;
 }
 =
-function showLatestFiles()
-{
+function load()
+{
+       document.getElementById("revnum").onkeypress =3D checkForReturn;
+       =
+       // Show latest files
        var data =3D new Array();
        =
        currentpage =3D 1;
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/index.php
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/index.php?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/index.php (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/index.php Mon Mar 10 17:06:18 20=
08
@@ -4,7 +4,7 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/index.php
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
 */
        =
        require_once("config.inc.php");
@@ -75,10 +75,15 @@
        <link rel=3D"stylesheet" type=3D"text/css"
href=3D"getbuilds.css">
        <!--[if lt IE 7]><link rel=3D"stylesheet"
type=3D"text/css" href=3D"ie-lt=
7-fixes.css"><![endif]-->
        <script type=3D"text/javascript">
-       <?php require_once("getbuilds.js.php"); ?>
+               document.write('<style type=3D"text/css">');
+               document.write('#js_stuff {display: block;}');
+               document.write('<\/style>');
+       </script>
+       <script type=3D"text/javascript">
+               <?php require_once("getbuilds.js.php"); ?>
        </script>
 </head>
-<body onload=3D"showLatestFiles();">
+<body onload=3D"load();">
 =
 <?php
        
readfile("http://www.reactos.org/$lang/subsys_extern_menu_top.html&quo…tml");
@@ -122,7 +127,7 @@
                <?php echo $getbuilds_langres["buildbot_status"]; ?>:
                <ul class=3D"web">
                        <li><a
href=3D"http://www.reactos.org:8010"><?php echo $getbuilds_langr=
es["buildbot_web"]; ?></a></li>
-                       <li><a
href=3D"http://svn.reactos.org/iso"><?php echo $getbuilds_langre=
s["browsebuilds"]; ?></a></li>
+                       <li><a href=3D"<?php echo $ISO_DOWNLOAD_URL;
?>"><?php echo $getbuilds_=
langres["browsebuilds"]; ?></a></li>
                </ul>
        </div>
 =
@@ -142,65 +147,61 @@
                <h3><?php echo $getbuilds_langres["downloadrev"];
?></h3>
                =
                <noscript>
-                       <?php echo $getbuilds_langres["js_disclaimer"]; ?>
+                       <?php printf($getbuilds_langres["js_disclaimer"],
$ISO_DOWNLOAD_URL); ?>
                </noscript>
-               =
-               <script type=3D"text/javascript">
-                       document.write(
-                               '<table id=3D"showrev"
cellspacing=3D"0" cellpadding=3D"5">' +
-                                       '<tr>' +
-                                               '<td><?php echo
addslashes($getbuilds_langres["showrevfiles"]); ?>: =
</td>' +
-                                               '<td>' +
-                                                       '<span
id=3D"revcontrols">' +
-                                                               '<img
src=3D"images/leftarrow.gif" alt=3D"<" title=3D"<?php
ech=
o addslashes($getbuilds_langres["prevrev"]); ?>"
onclick=3D"prevRev();"> ' +
-                                                               '<input
type=3D"text" id=3D"revnum" value=3D"<?php echo $rev;
?>" =
size=3D"12" onkeyup=3D"checkRevNum(this);"> ' +
-                                                               '<img
src=3D"images/rightarrow.gif" alt=3D">" title=3D"<?php
ec=
ho addslashes($getbuilds_langres["nextrev"]); ?>"
onclick=3D"nextRev();"><b=
r>' +
-                                                       '</span>' +
-                                                       =
-                                                       '<img
src=3D"images/info.gif" alt=3D"INFO:"> <?php printf( addslash=
es($getbuilds_langres["rangeinfo"]), $rev, ($rev - 50), $rev ); ?>' +
-                                               '</td>' +
-                                       '</tr>' +
-                                       '<tr>' +
-                                               '<td><?php echo
addslashes($getbuilds_langres["isotype"]); ?>: </td>=
' +
-                                               '<td>' +
-                                                       '<input
type=3D"checkbox" id=3D"bootcd-dbg" checked=3D"checked">
De=
bug Boot CDs ' +
-                                                       '<input
type=3D"checkbox" id=3D"livecd-dbg" checked=3D"checked">
De=
bug Live CDs ' +
-                                                       '<input
type=3D"checkbox" id=3D"bootcd-rel" checked=3D"checked">
Re=
lease Boot CDs ' +
-                                                       '<input
type=3D"checkbox" id=3D"livecd-rel" checked=3D"checked">
Re=
lease Live CDs' +
-                                               '</td>' +
-                                       '</tr>' +
-                               '</table>'         +
-
-                               '<div id=3D"controlbox">' +
-                                       '<input type=3D"button"
onclick=3D"showRev();" value=3D"<?php echo ad=
dslashes($getbuilds_langres["showrev"]); ?>" />' +
-                                       =
-                                       '<span
id=3D"ajaxloadinginfo">' +
-                                               '<img
src=3D"images/ajax_loading.gif"> <?php echo addslashes($getbui=
lds_langres["gettinglist"]); ?>...' +
-                                       '</span>' +
-                               '</div>' +
-
-                               '<div id=3D"filetable">' +
-                                       '<table class=3D"datatable"
cellspacing=3D"0" cellpadding=3D"1">' +
-                                               '<thead>' +
-                                                       '<tr
class=3D"head">' +
-                                                               '<th
class=3D"fname"><?php echo addslashes($getbuilds_langres["fil=
ename"]); ?></th>' +
-                                                               '<th
class=3D"fsize"><?php echo addslashes($getbuilds_langres["fil=
esize"]); ?></th>' +
-                                                               '<th
class=3D"fdate"><?php echo addslashes($getbuilds_langres["fil=
edate"]); ?></th>' +
-                                                       '</tr>' +
-                                               '</thead>' +
-                                               '<tbody>' +
-                                                       '<tr
class=3D"odd">' +
-                                                               '<td><?php
echo addslashes($getbuilds_langres["pleasewait"]); ?>..=
.</td>' +
-
'<td> </td>' +
-
'<td> </td>' +
-                                                       '</tr>' +
-                                               '</tbody>' +
-                                       '</table>' +
-                               '</div>'
-                       );
-
-                       document.getElementById("revnum").onkeypress =3D
checkForReturn;
-               </script>
+
+               <div id=3D"js_stuff">
+                       <table id=3D"showrev" cellspacing=3D"0"
cellpadding=3D"5">
+                               <tr>
+                                       <td><?php echo
addslashes($getbuilds_langres["showrevfiles"]); ?>: </=
td>
+                                       <td>
+                                               <span id=3D"revcontrols">
+                                                       <img
src=3D"images/leftarrow.gif" alt=3D"<" title=3D"<?php
echo =
addslashes($getbuilds_langres["prevrev"]); ?>"
onclick=3D"prevRev();"> =
+                                                       <input type=3D"text"
id=3D"revnum" value=3D"<?php echo $rev; ?>" si=
ze=3D"12" onkeyup=3D"checkRevNum(this);"> =
+                                                       <img
src=3D"images/rightarrow.gif" alt=3D">" title=3D"<?php
echo=
 addslashes($getbuilds_langres["nextrev"]); ?>"
onclick=3D"nextRev();"><br>
+                                               </span>
+                                               =
+                                               <img src=3D"images/info.gif"
alt=3D"INFO:"> <?php printf( addslashes=
($getbuilds_langres["rangeinfo"]), $rev, ($rev - 50), $rev ); ?>
+                                       </td>
+                               </tr>
+                               <tr>
+                                       <td><?php echo
addslashes($getbuilds_langres["isotype"]); ?>: </td>
+                                       <td>
+                                               <input type=3D"checkbox"
id=3D"bootcd-dbg" checked=3D"checked"> Debu=
g Boot CDs =
+                                               <input type=3D"checkbox"
id=3D"livecd-dbg" checked=3D"checked"> Debu=
g Live CDs =
+                                               <input type=3D"checkbox"
id=3D"bootcd-rel" checked=3D"checked"> Rele=
ase Boot CDs =
+                                               <input type=3D"checkbox"
id=3D"livecd-rel" checked=3D"checked"> Rele=
ase Live CDs
+                                       </td>
+                               </tr>
+                       </table>
+       =
+                       <div id=3D"controlbox">
+                               <input type=3D"button"
onclick=3D"showRev();" value=3D"<?php echo adds=
lashes($getbuilds_langres["showrev"]); ?>" />
+                               =
+                               <span id=3D"ajaxloadinginfo">
+                                       <img src=3D"images/ajax_loading.gif"
alt=3D""> <?php echo addslashes(=
$getbuilds_langres["gettinglist"]); ?>...
+                               </span>
+                       </div>
+       =
+                       <div id=3D"filetable">
+                               <table class=3D"datatable"
cellspacing=3D"0" cellpadding=3D"1">
+                                       <thead>
+                                               <tr class=3D"head">
+                                                       <th
class=3D"fname"><?php echo addslashes($getbuilds_langres["filen=
ame"]); ?></th>
+                                                       <th
class=3D"fsize"><?php echo addslashes($getbuilds_langres["files=
ize"]); ?></th>
+                                                       <th
class=3D"fdate"><?php echo addslashes($getbuilds_langres["filed=
ate"]); ?></th>
+                                               </tr>
+                                       </thead>
+                                       <tbody>
+                                               <tr class=3D"odd">
+                                                       <td><?php echo
addslashes($getbuilds_langres["pleasewait"]); ?>...<=
/td>
+                                                       <td> </td>
+                                                       <td> </td>
+                                               </tr>
+                                       </tbody>
+                               </table>
+                       </div>
+               </div>
        </div>
        =
        </div>
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/lang/de.inc.php
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/lang/de.inc.php?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/lang/de.inc.php (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/lang/de.inc.php Mon Mar 10 17:06=
:18 2008
@@ -4,7 +4,7 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/lang/de.inc.php
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
   TRANSLATOR: Colin Finck <mail(a)colinfinck.de>
 */
        =
@@ -24,7 +24,7 @@
        $getbuilds_langres["browsebuilds"] =3D "Alle erstellten Builds
durchsuche=
n";
        =
        $getbuilds_langres["downloadrev"] =3D "Eine vorkompilierte
ReactOS-Revisi=
on herunterladen";
-       $getbuilds_langres["js_disclaimer"] =3D 'Sie m=C3=83=C2=BCssen
JavaScript=
 in Ihrem Browser aktivieren, um die Revisions-Dateiliste zu benutzen.<br>A=
lternativ k=C3=83=C2=B6nnen Sie alle vorkompilierten Versionen <a href=3D"h=
ttp://svn.reactos.org/iso">hier</a> herunterladen.';
+       $getbuilds_langres["js_disclaimer"] =3D 'Sie m=C3=83=C2=BCssen
JavaScript=
 in Ihrem Browser aktivieren, um die Revisions-Dateiliste zu benutzen.<br>A=
lternativ k=C3=83=C2=B6nnen Sie alle vorkompilierten Versionen <a href=3D"%=
s">hier</a> herunterladen.';
        $getbuilds_langres["showrevfiles"] =3D "Zeige Dateien von
Revision";
        $getbuilds_langres["prevrev"] =3D "Vorherige Revision";
        $getbuilds_langres["nextrev"] =3D "N=C3=83=C2=A4chste
Revision";
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/lang/en.inc.php
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/lang/en.inc.php?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/lang/en.inc.php (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/lang/en.inc.php Mon Mar 10 17:06=
:18 2008
@@ -4,7 +4,7 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/lang/en.inc.php
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
   TRANSLATOR: Colin Finck <mail(a)colinfinck.de>
 */
        =
@@ -24,7 +24,7 @@
        $getbuilds_langres["browsebuilds"] =3D "Browse all created
Builds";
        =
        $getbuilds_langres["downloadrev"] =3D "Download a prebuilt ReactOS
Revisi=
on";
-       $getbuilds_langres["js_disclaimer"] =3D 'You need to have JavaScript
enab=
led in your browser to use the revision file list.<br>Alternatively, you ca=
n download all prebuilt revisions <a
href=3D"http://svn.reactos.org/iso">he=
re</a>.';
+       $getbuilds_langres["js_disclaimer"] =3D 'You need to have JavaScript
enab=
led in your browser to use the revision file list.<br>Alternatively, you ca=
n download all prebuilt revisions <a href=3D"%s">here</a>.';
        $getbuilds_langres["showrevfiles"] =3D "Show files of
revision";
        $getbuilds_langres["prevrev"] =3D "Previous revision";
        $getbuilds_langres["nextrev"] =3D "Next revision";
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/lang/es.inc.php
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/lang/es.inc.php?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/lang/es.inc.php (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/lang/es.inc.php Mon Mar 10 17:06=
:18 2008
@@ -4,7 +4,7 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/lang/es.inc.php
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
   TRANSLATOR: Gabriel Ilardi <gabrielilardi(a)hotmail.it>
 */
        =
@@ -24,7 +24,7 @@
        $getbuilds_langres["browsebuilds"] =3D "Hojear todas las builds
creadas";
        =
        $getbuilds_langres["downloadrev"] =3D "Descargar una
revisi=C3=83=C2=B3n =
precompilada de ReactOS";
-       $getbuilds_langres["js_disclaimer"] =3D 'Tienes que tener JavaScript
habi=
litado en tu browser para poder ver la lista de archivos de las revisiones.=
<br>Alternativamente, puedes descargar todas las versiones precompiladas de=
sde <a
href=3D"http://svn.reactos.org/iso">aqu=C3=83=C2=AD</a>.…3=C2=AD</a>.';
+       $getbuilds_langres["js_disclaimer"] =3D 'Tienes que tener JavaScript
habi=
litado en tu browser para poder ver la lista de archivos de las revisiones.=
<br>Alternativamente, puedes descargar todas las versiones precompiladas de=
sde <a href=3D"%s">aqu=C3=83=C2=AD</a>.';
        $getbuilds_langres["showrevfiles"] =3D "Mostrar los archivos de la
revisi=
=C3=83=C2=B3n";
        $getbuilds_langres["prevrev"] =3D "Revisi=C3=83=C2=B3n
anterior";
        $getbuilds_langres["nextrev"] =3D "Revisi=C3=83=C2=B3n
siguiente";
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/lang/fr.inc.php
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/lang/fr.inc.php?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/lang/fr.inc.php (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/lang/fr.inc.php Mon Mar 10 17:06=
:18 2008
@@ -4,7 +4,7 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/lang/fr.inc.php
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
   TRANSLATOR: Pierre Schweitzer <heis_spiter(a)hotmail.com>
 */
        =
@@ -24,7 +24,7 @@
        $getbuilds_langres["browsebuilds"] =3D "Parcourir toutes les
binaires cr=
=C3=83=C2=A9=C3=83=C2=A9es";
        =
        $getbuilds_langres["downloadrev"] =3D
"T=C3=83=C2=A9l=C3=83=C2=A9charger =
les binaires d'une r=C3=83=C2=A9vision de ReactOS";
-       $getbuilds_langres["js_disclaimer"] =3D 'JavaScript a besoin
d\'=C3=83=C2=
=AAtre activ=C3=83=C2=A9 dans votre navigateur pour utiliser la liste des f=
ichiers de r=C3=83=C2=A9vision.<br>Autrement, vous pouvez t=C3=83=C2=A9l=C3=
=83=C2=A9charger tous les binaires des r=C3=83=C2=A9visions <a href=3D"http=
://svn.reactos.org/iso">ici</a>.';
+       $getbuilds_langres["js_disclaimer"] =3D 'JavaScript a besoin
d\'=C3=83=C2=
=AAtre activ=C3=83=C2=A9 dans votre navigateur pour utiliser la liste des f=
ichiers de r=C3=83=C2=A9vision.<br>Autrement, vous pouvez t=C3=83=C2=A9l=C3=
=83=C2=A9charger tous les binaires des r=C3=83=C2=A9visions <a
href=3D"%s">=
ici</a>.';
        $getbuilds_langres["showrevfiles"] =3D "Montrer les fichiers de la
r=C3=
=83=C2=A9vision ";
        $getbuilds_langres["prevrev"] =3D "R=C3=83=C2=A9vision
pr=C3=83=C2=A9c=C3=
=83=C2=A9dente";
        $getbuilds_langres["nextrev"] =3D "R=C3=83=C2=A9vision
suivante";
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/lang/it.inc.php
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/lang/it.inc.php?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/lang/it.inc.php (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/lang/it.inc.php Mon Mar 10 17:06=
:18 2008
@@ -4,7 +4,7 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/lang/it.inc.php
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
   TRANSLATOR: Gabriel Ilardi <gabrielilardi(a)hotmail.it>
 */
        =
@@ -24,7 +24,7 @@
        $getbuilds_langres["browsebuilds"] =3D "Sfogliare tutte le Builds
create";
        =
        $getbuilds_langres["downloadrev"] =3D "Scaricare una revisione
precompila=
ta di ReactOS";
-       $getbuilds_langres["js_disclaimer"] =3D 'Serve JavaScript abilitato
nel t=
uo browser per usare la lista di file delle revisioni.<br>Alternativamente,=
 puoi scaricare tutte le revisioni precompilate da <a href=3D"http://svn.re=
actos.org/iso">qui</a>.'ui</a>.';
+       $getbuilds_langres["js_disclaimer"] =3D 'Serve JavaScript abilitato
nel t=
uo browser per usare la lista di file delle revisioni.<br>Alternativamente,=
 puoi scaricare tutte le revisioni precompilate da <a
href=3D"%s">qui</a>.';
        $getbuilds_langres["showrevfiles"] =3D "Mostrare i files della
revisione";
        $getbuilds_langres["prevrev"] =3D "Revisione precedente";
        $getbuilds_langres["nextrev"] =3D "Revisione successiva";
Modified: 
trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php
URL: 
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbui=
lds/lang/lt.inc.php?rev=3D32649&r1=3D32648&r2=3D32649&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- 
trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php (original)
+++ 
trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php Mon Mar 10 17:06=
:18 2008
@@ -4,7 +4,7 @@
   LICENSE:    GPL v2 or any later version
   FILE:       
web/reactos.org/htdocs/getbuilds/lang/lt.inc.php
   PURPOSE:    Easily download prebuilt ReactOS Revisions
-  COPYRIGHT:  Copyright 2007 Colin Finck <mail(a)colinfinck.de>
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail(a)colinfinck.de>
   TRANSLATOR: Vytis Girdzijauskas <cman(a)cman.us>
 */
        =
@@ -24,7 +24,7 @@
        $getbuilds_langres["browsebuilds"] =3D "Nar=C3=85=C2=A1yti visas
sukurtas=
 laidas";
        =
        $getbuilds_langres["downloadrev"] =3D "Parsisi=C3=85=C2=B3sti
ReactOS SVN=
 laidas";
-       $getbuilds_langres["js_disclaimer"] =3D 'JavaScript turi
b=C3=85=C2=ABti =
=C3=84=C2=AFjungtas J=C3=85=C2=ABs=C3=85=C2=B3 nar=C3=85=C2=A1ykl=C3=84=C2=
=97je, kad gal=C3=84=C2=97tum=C3=84=C2=97te naudotis SVN byl=C3=85=C2=B3 sa=
ra=C3=85=C2=A1u.<br>Kitu atveju, J=C3=85=C2=ABs galite parsisi=C3=85=C2=B3s=
ti SVN laidas <a
href=3D"http://svn.reactos.org/iso">=C3=84=C2=8Dia</a>.&…C2=8Dia</a>.';
+       $getbuilds_langres["js_disclaimer"] =3D 'JavaScript turi
b=C3=85=C2=ABti =
=C3=84=C2=AFjungtas J=C3=85=C2=ABs=C3=85=C2=B3 nar=C3=85=C2=A1ykl=C3=84=C2=
=97je, kad gal=C3=84=C2=97tum=C3=84=C2=97te naudotis SVN byl=C3=85=C2=B3 sa=
ra=C3=85=C2=A1u.<br>Kitu atveju, J=C3=85=C2=ABs galite parsisi=C3=85=C2=B3s=
ti SVN laidas <a href=3D"%s">=C3=84=C2=8Dia</a>.';
        $getbuilds_langres["showrevfiles"] =3D "Rodyti bylas laidai";
        $getbuilds_langres["prevrev"] =3D "Ankstesn=C3=84=C2=97
laida";
        $getbuilds_langres["nextrev"] =3D "Sekanti laida";