-
Notifications
You must be signed in to change notification settings - Fork 2
/
index-before-panels.html
94 lines (89 loc) · 5.04 KB
/
index-before-panels.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!--
@copyright@
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer
* in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Version: @version@
-->
<head>
<!--
$Revision: 1071 $
$Author: mordigante $
$URL: http://xp-dev.com/svn/matematicamente/formulator/branches/formulator-wo-imagemap-w-cycle/index.html $
-->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Editor formule - Matematicamente.it</title>
<link type="text/css" rel="stylesheet" href="editor-formule.css" />
</head>
<body>
<div id="editor-formule">
<ul class="lavaLampNoImage">
<li>
<a id="selector-istruzioni" class="selectors top-selectors" href="#">Istruzioni</a>
</li>
<li>
<a id="selector-greek-letter" class="selectors top-selectors" href="#">Lettera</a>
</li>
<li>
<a id="selector-accents-text" class="selectors top-selectors" href="#">Attributo</a>
</li>
<li>
<a id="selector-arrow-symbols" class="selectors top-selectors" href="#">Frecce</a>
</li>
<li>
<a id="selector-log-like-symbols" class="selectors top-selectors" href="#">Funzioni</a>
</li>
<li>
<a id="selector-miscellaneous-symbols" class="selectors top-selectors" href="#">Simboli</a>
</li>
<li>
<a id="selector-matrix" class="selectors top-selectors" href="#">Matrici</a>
</li>
<li>
<a id="selector-binary-symbols" class="selectors top-selectors" href="#">Operatori</a>
</li>
<li>
<a id="selector-constructions" class="selectors top-selectors" href="#">Predefiniti</a>
</li>
<li>
<a id="selector-relation-symbols" class="selectors top-selectors" href="#">Relazioni</a>
</li>
</ul>
<div id="istruzioni" class="editor-formule-tab">
<ul class="istruzioni">
<li>
Seleziona i simboli e/o le espressioni dal menu soprastante oppure scrivi
direttamente la tua formula nell'area <span class="evidenziato">Codice</span>
che trovi in basso
</li>
<li>
Il contrassegno <span class="highlighted-marker">?</span>
(punto di domanda) indica dove verrà inserito il successivo simbolo,
numero, etc. eventualmente immesso da tastiera
</li>
<li>
Il successivo contrassegno <span class="highlighted-marker">?</span>
si seleziona premendo il tasto TAB e si cancella automaticamente digitando
o inserendo un'altra espressione col mouse
</li>
<li>
Se la formula che compare in <span class="evidenziato">Anteprima</span>
corrisponde a quella voluta, fai click su
<span class="evidenziato">Inserisci</span> (nel messaggio del forum)
</li>
<li>
Se vuoi ricominciare da capo oppure inserire una nuova espressione, fai click
su <span class="evidenziato">Cancella</span>
</li>
</ul>
</div>