web page updates

pull/37/merge
Timothy Stack 15 years ago
parent 411156d8e1
commit e90d424b21

@ -94,6 +94,14 @@
background-color: #24913c; background-color: #24913c;
} }
div.ishot {
text-align: center;
}
p {
margin-bottom: 2em;
}
table.sstable { table.sstable {
width: 100%; width: 100%;
} }
@ -158,35 +166,29 @@ Source:
<h2><a name="interface">Interface Tour</a></h2> <h2><a name="interface">Interface Tour</a></h2>
<table class="sstable"> <div class="ishot"><img src="lnav-top.png"></div>
<p>
<tr><td><img src="lnav-top.png"></td></tr> Top bar: Displays the current time, the number of warnings and errors above the
<tr> top line and the name of the file where the top line came from.
<td class="caption">Top bar: Displays the current time, the number of warnings </p>
and errors above the top line and the name of the file where the top line came
from.</td> <div class="ishot"><img src="lnav-content.png"></div>
</tr> <p>
Main content: Displays the log lines in time sorted order and highlighted.
<tr> Highlights are done for: errors, warnings, search terms, quoted strings, and
<tr><td><img src="lnav-content.png"></td></tr> some SQL syntax. On the far right, there is a proportional scroll bar displayed
<td class="caption">Main content: Displays the log lines in time sorted order in reverse-video that shows the current position in the file.
and highlighted. Highlights are done for: errors, warnings, search terms, </p>
quoted strings, and some SQL syntax. On the far right, there is a
proportional scroll bar displayed in reverse-video that shows the current <div class="ishot"><img src="lnav-bottom.png"></div>
position in the file.</td> <p>
</tr> Bottom bar: Displays the current line number, the position
in the file as a percentage, warnings and errors below the bottom line.
<tr> </p>
<tr><td><img src="lnav-bottom.png"></td></tr>
<td class="caption">Bottom bar: Displays the current line number, the position <div class="ishot"><img src="lnav-entry.png"></div>
in the file as a percentage, warnings and errors below the bottom line.</td> <p>Entry line: Searches and commands are entered here. The entry line supports
</tr> tab-completion in most contexts and displays suggestions in the entry box.</p>
<tr>
<td class="caption">Entry line: Searches and commands are entered here.</td>
</tr>
</table>
<h2><a name="links">Links</a></h2> <h2><a name="links">Links</a></h2>

Loading…
Cancel
Save