Minor fixes to ltl2tgba.html.
* wrap/python/ajax/css/ltl2tgba.css, wrap/python/ajax/ltl2tgba.html: Tweak a few things for Firefox 3.0, and fix a </li> tag.
This commit is contained in:
parent
2452d9ff4a
commit
2fe5b3fb62
3 changed files with 14 additions and 5 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2011-02-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Minor fixes to ltl2tgba.html.
|
||||
|
||||
* wrap/python/ajax/css/ltl2tgba.css,
|
||||
wrap/python/ajax/ltl2tgba.html: Tweak a few things for Firefox
|
||||
3.0, and fix a </li> tag.
|
||||
|
||||
2011-02-01 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* NEWS, configure.ac: Bump version to 0.7a.
|
||||
|
|
|
|||
|
|
@ -8,8 +8,10 @@ html {overflow-y:scroll;}
|
|||
input.formula {
|
||||
width: 700px;
|
||||
}
|
||||
div#send {
|
||||
width: 80px;
|
||||
|
||||
span#send {
|
||||
width: 60px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
div.ltl2tgba {
|
||||
|
|
|
|||
|
|
@ -171,8 +171,7 @@
|
|||
<div class="ui-widget ui-widget-content ui-corner-all collapsible">
|
||||
<h3 id="ltl-head" class="ui-widget-header ui-corner-all head">LTL Formula to translate<span class="ui-icon ui-icon-circle-arrow-n ltltip">Fold</span></h3>
|
||||
<div class="dontcollapse">
|
||||
<INPUT class="formula" type="text" name="f" value=""> <div id="send" class="btip" title="Submit the formula and all options. You may simply hit <b>enter</b> after typing the formula. After the first submission the form will auto-update itself anytime you change an option.">Send</div>
|
||||
</div>
|
||||
<INPUT class="formula" type="text" name="f" value=""><span id="send" class="btip" title="Submit the formula and all options. You may simply hit <b>enter</b> after typing the formula. After the first submission the form will auto-update itself anytime you change an option.">Send</span></div>
|
||||
<div id="ltl-help">
|
||||
<p>Use alphanumeric identifiers or double-quoted strings for atomic
|
||||
propositions, and parentheses for grouping.<BR>Identifiers cannot
|
||||
|
|
@ -269,7 +268,7 @@ an identifier: <span class="formula">aUb</span> is an atomic proposition, unlike
|
|||
<li><a href="#tabs-monitor" class="btip" title="Create a monitor accepting all finite prefixes compatible with the formula.">Monitor</a></li>
|
||||
<li><a href="#tabs-automaton" class="btip" title="Translate the LTL formula into Büchi automaton.">Büchi Automaton</a></li>
|
||||
<li><a href="#tabs-run" class="btip" title="Translate the LTL formula into Büchi automaton, and exhibit an accepting run.">Büchi Run</a></li>
|
||||
<li class="ui-icon ui-icon-circle-arrow-n ftip">Fold/li>
|
||||
<li class="ui-icon ui-icon-circle-arrow-n ftip">Fold</li>
|
||||
</ul>
|
||||
<input type="hidden" name="o">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue