]> git.wh0rd.org - nano-editor.git/blobdiff - screenshots.php
add a line break
[nano-editor.git] / screenshots.php
index 2eb991013fea8be585fbb60b91886b3ec36207ed..f892f374136418336753743ff6dd5edf43ed3916 100644 (file)
@@ -1,50 +1,50 @@
-<?php include "top.php"; ?>
-<title>GNU nano: Screenshots</title>
-<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 COLS=1 WIDTH="100%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
+<?php $title="Screenshots";  include "top.php"; ?>
+
+<span id="screenshots">
+
+<br>
 <center><b>Screenshots</b></center>
 <center><b>Screenshots</b></center>
-</td>
-</tr>
-</table>
+<br>
 
 <blockquote>
 
 <blockquote>
-<UL>
+<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>
+</li>
 
 
-<LI>3.x era<br>
+<li>3.x era<br>
    Modern version showing its undo support:<br>
    Modern version showing its undo support:<br>
-   <img src="nano-3.2.png" alt="screenshot">
-</LI>
-<br>
+   <img src="nano-3.2.png" alt="screenshot of 3.2"><br><br>
+</li>
 
 
-<LI>2.x era<br>
+<li>2.x era<br>
    Modern version with a colorized interface:<br>
    Modern version with a colorized interface:<br>
-   <img src="nano-2.5.0.png" alt="screenshot">
-</LI>
-<br>
+   <img src="nano-2.5.0.png" alt="screenshot of 2.5.0"><br><br>
+</li>
 
 
-<LI>1.x era<br>
+<li>1.x era<br>
    Showing support for syntax highlighting:<br>
    Showing support for syntax highlighting:<br>
-   <img src="colorsyntax.png" alt="screenshot">
-   <br><br>
+   <img src="colorsyntax.png" alt="screenshot"><br><br>
+
    Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
    Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
-   <img src="multibuffer.png" alt="screenshot">
-</LI>
-<br>
+   <img src="multibuffer.png" alt="screenshot"><br><br>
+</li>
 
 
-<LI>before 1.0<br>
+<li>before 1.0<br>
    Default (basic) nano setup:<br>
    Default (basic) nano setup:<br>
-   <img src="nanodefault2.png" alt="screenshot">
-</LI>
-<br>
+   <img src="nanodefault2.png" alt="screenshot"><br><br>
+</li>
 
 
-</UL>
+</ul>
 </blockquote>
 
 </blockquote>
 
-</td>
-</tr>
-</table>
+</span>
+
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>