Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/getbuilds.css =================================================================== --- www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/getbuilds.css (revision 762) +++ www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/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,19 @@ 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; +} +.round_corners_grey{ + background-color :#eee; + border: 2px solid #ccc; + border-radius: 3px; + margin: 10px; +} + + Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/cd.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/cd.png =================================================================== --- www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/cd.png (revision 0) +++ www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/cd.png (working copy) Property changes on: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/cd.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/left.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/left.png =================================================================== --- www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/left.png (revision 0) +++ www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/left.png (working copy) Property changes on: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/left.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/right.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/right.png =================================================================== --- www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/right.png (revision 0) +++ www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/right.png (working copy) Property changes on: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/right.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/web.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/web.png =================================================================== --- www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/web.png (revision 0) +++ www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/web.png (working copy) Property changes on: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/images/web.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/index.php =================================================================== --- www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/index.php (revision 762) +++ www.reactos.org/drupal/sites/all/modules/reactos/getbuilds/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']; ?> - - - + +