]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
remove the invalid height attribute from all tables
[nano-editor.git] / docs.php
index 754386cc2f251ac9fa800d9133272da8246af0e2..768f6eb074de9400b38c511ae98aa61c8e7a813a 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,25 +1,20 @@
-<?php include "top.php"; ?>
-<title>GNU nano: Documentation</title>
+<?php $title="Documentation";  include "top.php"; ?>
 
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr VALIGN=TOP>
+<td>
 
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<br>
 <center><b>Documentation</b></center>
 <center><b>Documentation</b></center>
-</td>
-</tr>
-</table>
+<br>
 
 
-<table BORDER=0 COLS=2 WIDTH="100%" NOSAVE >
-<tr BGCOLOR="#440077" NOSAVE>
-<td WIDTH="25%" NOSAVE>
-<center><font color="#FFFFFF">Document Name</font></center>
+<table BORDER=0 WIDTH="100%">
+<tr CLASS="inverted">
+<td WIDTH="25%">
+<center>Document Name</center>
 </td>
 <td>
 </td>
 <td>
-<font color="#FFFFFF">Description</font>
+Description
 </td>
 </tr>
 
 </td>
 </tr>
 
 <td>Frequently asked questions about GNU nano.</td>
 </tr>
 
 <td>Frequently asked questions about GNU nano.</td>
 </tr>
 
+<tr>
+<td>
+<center><a href="/dist/latest/cheatsheet.html">Shortcuts</a></center>
+</td>
+<td>An overview of nano's command keystrokes.</td>
+</tr>
+
 <tr>
 <td>
 <center><a href="/dist/latest/nano.html">Online Manual</a></center>
 <tr>
 <td>
 <center><a href="/dist/latest/nano.html">Online Manual</a></center>
@@ -76,4 +78,5 @@
 </td>
 </tr>
 </table>
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>