60 lines
2.0 KiB
HTML
60 lines
2.0 KiB
HTML
|
<!-- saved from url=(0014)about:internet -->
|
||
|
<html>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
||
|
<head>
|
||
|
<title>Help viewer</title>
|
||
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Help viewer</h1>
|
||
|
|
||
|
<div class="section">
|
||
|
<h2>Content</h2>
|
||
|
<ul>
|
||
|
<li><a href="#intro">Introduction</a></li>
|
||
|
<li><a href="#nav">Navigation</a></li>
|
||
|
<li><a href="#search">Search</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="intro"> </a>
|
||
|
<h2>Introduction</h2>
|
||
|
|
||
|
<p>The <em>Help viewer</em> is an application which displays information about how to use various features of the application.</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="nav"> </a>
|
||
|
<h2>Navigation</h2>
|
||
|
|
||
|
<p>You can go back and forward using the navigation buttons in the toolbar:</p>
|
||
|
<img src="img/help-nav.png" style="margin-top: -10px;"/>
|
||
|
|
||
|
<p>You can also see all the articles listed in the left panel of the application. To view an article, simply click on it.</p>
|
||
|
|
||
|
<p>To view the help articles for another application, select it from the <em>Application</em> toolbar:</p>
|
||
|
<img src="img/help-app-toolbar.png" style="margin-top: -10px;"/>
|
||
|
</div>
|
||
|
|
||
|
<div class="section">
|
||
|
<a name="search"> </a>
|
||
|
<h2>Search</h2>
|
||
|
|
||
|
<p>You can also search through articles, using the search toolbar. You have 3 options:</p>
|
||
|
<img src="img/help-search.png" style="margin-top: -10px;"/>
|
||
|
<ul>
|
||
|
<li><strong>Search title</strong>: searches through the titles of the articles only</li>
|
||
|
<li><strong>Search content</strong>: searches trough the content of all the articles for the current application.</li>
|
||
|
<li><strong>Search in current page</strong>: highlights all occurrences of the specified text in the currently opened page.</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
<div class="footer">
|
||
|
Software created by Chibici Tiberiu.
|
||
|
Contact: <a href="mailto:chibicitiberiu@gmail.com">chibicitiberiu@gmail.com</a>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|