]> matita.cs.unibo.it Git - helm.git/commitdiff
1. internal links fixed
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 18 Mar 2003 16:27:00 +0000 (16:27 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 18 Mar 2003 16:27:00 +0000 (16:27 +0000)
2. title added

helm/searchEngine/html/manual/index.html

index 0ffaa971d2d89f56bffccdb195605e6df873054d..8efa276fc5f14386cff1f59a9b57732e8eab2692 100644 (file)
@@ -3,6 +3,7 @@
 <title>Search Engine Interface Online Manual</title>
 </head>
 <body>
+<h1>Search Engine Interface Online Manual</h1>
 <h2>Index</h2>
 1. <a href="#roles">Roles of the frames</a><br>
 2. <a href="#mqlquery">How to compose a low-level query</a><br>
@@ -19,14 +20,14 @@ Each frame has its own role, in particular:<br><ul>
 <li>frame <b>5</b> contains online help.<br>
 </ul>
 </p>
-<a name="#mqlquery"><h2>2. How to compose a low-level query</h2></a>
+<a name="mqlquery"><h2>2. How to compose a low-level query</h2></a>
 <p>
 In order to compose a low-level query, you must click the &quot;compose a query&quot; button in the main page. Here's what you'll get:<br> <ul><li>In frame 1, you have the query in its actual state, so at the beginning the frame is empty. Later, the frame will be updated automatically on every change of the query and will contain hypertextual links in this form: <b>[?&lt;production name&gt;&lt;production number&gt;]</b>. Possible names are &quot;set&quot;,&quot;val&quot; and &quot;bol&quot; and they represent the main productions of MathQL grammar. By clicking on each of these links you'll obtain the visualization of possible options for the corresponding production in frame 2, allowing the sobstitution of the link with what will be selected.<br> <li>Frame 2 contains, in order: the identifier of the production you are choosing (e.g. <b>[?set1]</b> or <b>[?bol3]</b>), an &quot;undo&quot; button, a &quot;redo&quot; button, the options list, a &quot;compose&quot; button to confirm your choice, a &quot;get help&quot; button to know the semantic meaning of the selected option. The options list is composed by various radio buttons, sometimes you'll have only to select one of them while sometimes you'll have to fill input areas with identifiers, paths or other things: anyway, whenever an input area gets the focus, a help about what you can write there will appear in frame 5.<br>
 <li>Frame 3 contains a textarea with the query, a &quot;submit the query&quot; button, a &quot;restart&quot; button (it will bring you to the main page, erasing you query) and an &quot;apply changes&quot; button to modify the query. <br><li> Frame 4 contains the MathQL grammar.<br> <li>Frame 5 contains various help messages, whenever an object gets the focus a message will appear there.<br></ul>
 Being &quot;set&quot; the main production of MathQL, at the beginning frame 1 is empty and frame 2 contains the menu for &quot;set&quot;. You should choose one option by clicking on its radio button and then press &quot;compose&quot;. The interface will perform a syntax check of what you entered and should something be wrong a message will appear, otherwise the query will be updated. Afterwards, the query will appear in frame 1 and in frame 3, and frame 2 will display the menu of the first production found in the new query string. For example, in the picture below you see the interface after the selection of the 10th production inserting &quot;positions&quot; as the requested identifier. As you can see, frame 2 now displays the &quot;val&quot; menu.<br><br>
 <img src="./ex1.jpg"><br><br>
 Now your options include following the instructions in frame 2, choosing a different production by clicking on a link in frame 1, or manually modifying the query by writing the changes in the textarea in frame 3 and then clicking &quot;apply changes&quot;. Obviously &quot;undo&quot; and &quot;redo&quot; buttons will allow you to recover from mistakes; just DON'T use &quot;back&quot;,&quot;forward&quot; and &quot;refresh&quot; buttons on your browser since they will cause unpredictable errors. Once the query is completed, the &quot;submit the query&quot; button will display the results in frame 2.</p>
-<a name="#pdqquery"><h2>3. How to compose a pre-defined query</h2></a>
+<a name="pdqquery"><h2>3. How to compose a pre-defined query</h2></a>
 <p>
 There are actually three pre-defined queries, <b>Locate Object</b>, <b>Search Pattern</b> and <b>Match Conclusion</b>. By clicking on &quot;submit a pre-defined query&quot; in the main page, a small menu with the three options will appear in frame 2. <br>
 <b>Locate Object</b> is very simple, you must enter the name of the object to search in the text box and click &quot;display results&quot;.<br>
@@ -36,4 +37,4 @@ First thing to do is to insert a list of aliases (you may skip this step since t
 </p>
 
 </body>
-</html>
\ No newline at end of file
+</html>