]> git.wh0rd.org - nano-editor.git/blobdiff - screenshots.php
remove some unneeded enveloping tables
[nano-editor.git] / screenshots.php
index 00e2cb7589678917c5d980f76b571bbd84e186ea..e5c758baef739c3f7951dff580ecfd984593daee 100644 (file)
@@ -1,22 +1,17 @@
-<?php include "top.php"; ?>
+<?php $title="Screenshots";  include "top.php"; ?>
 
-<title>GNU nano: Screenshots</title>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
-<tr VALIGN=TOP>
-<td>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
 <br>
 <center><b>Screenshots</b></center>
-</td>
-</tr>
-</table>
+<br>
 
 <blockquote>
 <UL>
 
+<LI>5.x era<br>
+   With <tt>--indicator</tt> and <tt>--nohelp</tt> and a highlighted search match:<br>
+   <img src="nano-5.7.png" alt="screenshot of 5.7"><br><br>
+</LI>
+
 <LI>4.x era<br>
    Modern version showing line numbers and selected text:<br>
    <img src="nano-4.2.png" alt="screenshot of 4.2"><br><br>
@@ -48,8 +43,4 @@
 </UL>
 </blockquote>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>