]> git.wh0rd.org - nano-editor.git/blobdiff - download.php
unencode an ampersand in a URL
[nano-editor.git] / download.php
index d6edfd4489965954de9c172222c143f4e7d1ba7d..70356ceb174e9ed6621cde59e1b31027fb90b0d3 100644 (file)
@@ -1,15 +1,13 @@
-<?php include "top.php"; ?>
-<html>
-<head><title>GNU nano: Download</title>
-</head>
-<body>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<?php $title="Downloads";  include "top.php"; ?>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr VALIGN=TOP>
 <td>
 
 <center><table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 <td>
+<br>
 <center><b>Downloading GNU nano</b></center>
 </td>
 </tr>
@@ -18,9 +16,9 @@
 <br>
 
 <center><table BORDER=0 WIDTH="80%">
-<tr BGCOLOR="#440077">
-<td><font color="#FFFFFF">Description</font></td>
-<td><font color="#FFFFFF">Links</font></td>
+<tr CLASS="inverted">
+<td>Description</td>
+<td>Links</td>
 </tr>
 
 <tr>
 <td><a href="https://software.opensuse.org/package/nano">packages</a>
 </tr>
 
-<!--
-<tr>
-<td>WinNT/9x binary, .zip format.</td>
-<td><a href="/dist/v<?php include "last-branch"; ?>/NT/nano-<?php include "last-version"; ?>.zip">nano-<?php include "last-version"; ?>.zip</a></td>
-</tr>
--->
-
 </table></center>
 
 </td>
 </tr>
 </table>
-<?php include "bottom.php"; ?>
 
+<?php include "bottom.php"; ?>