Subversion Repositories SvarDOS

Rev

Rev 17 | Rev 19 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 18
Line 26... Line 26...
26
  $latest_iso_nosrc = key($files);
26
  $latest_iso_nosrc = key($files);
27
  // compute file size and date of the 'nosrc' ISO
27
  // compute file size and date of the 'nosrc' ISO
28
  $fsize_nosrc = filesize($latest_iso_nosrc) >> 20;
28
  $fsize_nosrc = filesize($latest_iso_nosrc) >> 20;
29
  $ftime_nosrc = date("d M Y", $files[$latest_iso_nosrc]);
29
  $ftime_nosrc = date("d M Y", $files[$latest_iso_nosrc]);
30
 
30
 
31
  echo "    <p style=\"margin: 1.2em auto 0 auto; font-size: 1.2em; text-align: center; font-weight: bold;\"><a href=\"/{$latest_iso_full}\">Download the latest Svarog386 ISO</a></p>\n";
31
  //echo "    <p style=\"margin: 1.2em auto 0 auto; font-size: 1.2em; text-align: center; font-weight: bold;\">Download the latest Svarog386 ISO</p>\n";
32
  echo '    <p style="margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;">';
-
 
33
 
32
 
-
 
33
  echo "    <div style=\"width: 45%; float: left; margin: 1.2em 0 0 5%;\">\n";
-
 
34
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"/{$latest_iso_full}\">Download Svarog386 full version</a></p>\n";
34
  echo "({$fsize_full}M, last update: {$ftime_full}, <a href=\"/{$latest_iso_full}.md5\" style=\"color: inherit;\">MD5</a>)";
35
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">({$fsize_full}M, last update: {$ftime_full}, <a href=\"/{$latest_iso_full}.md5\" style=\"color: inherit;\">MD5</a>)</p>\n";
-
 
36
  echo "    </div>\n";
35
 
37
 
-
 
38
  echo "    <div style=\"width: 45%; float: right; margin: 1.2em 5% 0 0;\">\n";
-
 
39
  echo "      <p style=\"text-align: center; font-weight: bold;\"><a href=\"/{$latest_iso_nosrc}\">Download Svarog386 binary (no sources)</a></p>\n";
-
 
40
  echo "      <p style=\"margin: 0 auto 1.4em auto; font-size: 1em; text-align: center; color: #333;\">({$fsize_nosrc}M, last update: {$ftime_nosrc}, <a href=\"/{$latest_iso_nosrc}.md5\" style=\"color: inherit;\">MD5</a>)</p>\n";
36
  echo "</p>\n";
41
  echo "    </div>\n";
37
 
42
 
38
?>
43
?>
39
 
44
 
40
    <p>You might want to know what it is exactly that you are about to download, before fetching the 450M+ ISO file. Feel free to browse the <a href="/repos/listing.txt">listing</a> of all the packages that come with Svarog386.</p>
45
    <p>You might want to know what it is exactly that you are about to download, before fetching the 450M+ ISO file. Feel free to browse the <a href="/repos/listing.txt">listing</a> of all the packages that come with Svarog386.</p>