From 5c040225059f68d9b79942712e0416ecc7602b92 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 13 Jun 2012 15:48:57 +0200 Subject: [PATCH] * wrap/python/ajax/ltl2tgba.html: Add tooltips for LTL, PSL, SERE. --- wrap/python/ajax/ltl2tgba.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wrap/python/ajax/ltl2tgba.html b/wrap/python/ajax/ltl2tgba.html index 32ba67421..2e5bead51 100644 --- a/wrap/python/ajax/ltl2tgba.html +++ b/wrap/python/ajax/ltl2tgba.html @@ -22,6 +22,9 @@ $(".tabs").tabs(); $("#send").button(); $("#results").hide(); + $("abbr").tipTip({maxWidth: "300px", delay: 1000, + edgeOffset: 3, + defaultPosition: "below"}); $(".rtip").tipTip({maxWidth: "300px", delay: 1000, edgeOffset: 10, defaultPosition: "right"}); @@ -336,7 +339,7 @@ an identifier: aUb is an atomic proposition, unlike - LTL + LTL eventually:F <> @@ -360,7 +363,8 @@ an identifier: aUb is an atomic proposition, unlike - SERE + SERE ε:[*0] Kleene star:[*] [*i..j] concatenation:; @@ -381,7 +385,7 @@ an identifier: aUb is an atomic proposition, unlike - PSL + PSL weak closure:{s} ∀-suffix impl.:{s}[]->p
{s}|->p
{s}(p)