Index: getbuilds.css =================================================================== --- getbuilds.css (revision 762) +++ getbuilds.css (working copy) @@ -4,6 +4,7 @@ FILE: web/reactos.org/htdocs/getbuilds/getbuilds.css PURPOSE: Easily download prebuilt ReactOS Revisions COPYRIGHT: Copyright 2007-2009 Colin Finck + Copyright 2013 ReactOS Project */ a { @@ -15,7 +16,7 @@ } ul.web { - list-style-image: url(images/web.gif); + list-style-image: url(./images/web.png); margin-top: 0; margin-bottom: 1em; } @@ -69,12 +70,16 @@ .datatable tr.head th.fname { width: 50%; + border-radius: 2px 0 0 0; } .datatable tr.head th.fsize, .datatable tr.head th.fdate { width: 25%; } +.datatable tr.head th.fdate{ + border-radius: 0 2px 0 0; +} .datatable tr.odd td a, .datatable tr.even td a { @@ -88,3 +93,21 @@ padding: 1px; vertical-align: top; } + +.round_corners{ + background-color :#C9DAFF; + border: 1px solid #ccc; + border-radius: 3px; + box-shadow: 0 0 5px #fff inset; + margin: 10px; + padding: 10px; +} +.round_corners_grey{ + background-color :#eee; + border: 2px solid #ccc; + border-radius: 3px; + margin: 10px; + padding: 10px; +} + + Index: index.php =================================================================== --- index.php (revision 762) +++ index.php (working copy) @@ -9,19 +9,16 @@ define("GB_PATH", "./sites/all/modules/reactos/getbuilds/"); require_once(GB_PATH . "config.inc.php"); require_once(GB_PATH . "languages.inc.php"); - - //GetLanguage(); global $lang; - $lang = "en"; + $lang = get_language(); require_once(SHARED_PATH . "lang/$lang.inc.php"); require_once(GB_PATH . "lang/$lang.inc.php"); $rev = reactos_GetLatestRevision(); $_subsys_title = $getbuilds_langres['title']; ?> - - - + +