ajax: add <h1> title
Final part of #176. * python/ajax/trans.html: Here.
This commit is contained in:
parent
86287be2ef
commit
1780208961
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
$(".tabs").tabs();
|
$(".tabs").tabs();
|
||||||
$("#send").button();
|
$("#send").button();
|
||||||
$("#results").hide();
|
$("#results").hide();
|
||||||
|
$("h1").hide();
|
||||||
$("abbr").tipTip({maxWidth: "300px", delay: 1000,
|
$("abbr").tipTip({maxWidth: "300px", delay: 1000,
|
||||||
edgeOffset: 3,
|
edgeOffset: 3,
|
||||||
defaultPosition: "below"});
|
defaultPosition: "below"});
|
||||||
|
|
@ -326,6 +327,7 @@
|
||||||
<div id="lip6logo">
|
<div id="lip6logo">
|
||||||
<a href="http://www.lip6.fr/"><img border=0 src="logos/lip6sys64.png" alt="LIP6 Logo"></a></div>
|
<a href="http://www.lip6.fr/"><img border=0 src="logos/lip6sys64.png" alt="LIP6 Logo"></a></div>
|
||||||
<div class="ltl2tgba">
|
<div class="ltl2tgba">
|
||||||
|
<h1>Translator of LTL to Transition-based Generalized Büchi Automata</h1>
|
||||||
<!-- The action below will not be used. -->
|
<!-- The action below will not be used. -->
|
||||||
<FORM id="trform" action="#"><P>
|
<FORM id="trform" action="#"><P>
|
||||||
<div class="ui-widget ui-widget-content ui-corner-all collapsible shadow">
|
<div class="ui-widget ui-widget-content ui-corner-all collapsible shadow">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue