ltl2tgba.html: save state in URL to preserve history
* wrap/python/ajax/js/jquery.ba-bbq.min.js: New file. * wrap/python/ajax/Makefile.am: Distribute it. * wrap/python/ajax/ltl2tgba.html: Include it, and Adjust the code to update the URL's hash fragment, and to read it.
This commit is contained in:
parent
88044453fc
commit
9114305995
5 changed files with 240 additions and 156 deletions
|
|
@ -1,6 +1,7 @@
|
|||
## Copyright (C) 2011 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
## et Marie Curie.
|
||||
## -*- encoding: utf-8 -*-
|
||||
## Copyright (C) 2011, 2012 Laboratoire d'Informatique de Paris 6
|
||||
## (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
||||
## Pierre et Marie Curie.
|
||||
##
|
||||
## This file is part of Spot, a model checking library.
|
||||
##
|
||||
|
|
@ -21,9 +22,9 @@
|
|||
|
||||
nodist_noinst_SCRIPTS = spot.py
|
||||
EXTRA_DIST = $(srcdir)/spot.in README ltl2tgba.html css/ltl2tgba.css \
|
||||
css/tipTip.css js/jquery.tipTip.minified.js logos/lip6sys64.png \
|
||||
logos/lrde64.png logos/spot64s.png logos/mail.png \
|
||||
css/ui-lightness/jquery-ui-1.8.13.custom.css \
|
||||
css/tipTip.css js/jquery.tipTip.minified.js js/jquery.ba-bbq.min.js \
|
||||
logos/lip6sys64.png logos/lrde64.png logos/spot64s.png \
|
||||
logos/mail.png css/ui-lightness/jquery-ui-1.8.13.custom.css \
|
||||
css/ui-lightness/images/ui-icons_222222_256x240.png \
|
||||
css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png \
|
||||
css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png \
|
||||
|
|
@ -37,7 +38,7 @@ EXTRA_DIST = $(srcdir)/spot.in README ltl2tgba.html css/ltl2tgba.css \
|
|||
css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png \
|
||||
css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png \
|
||||
css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png \
|
||||
css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png \
|
||||
css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png \
|
||||
protocol.txt
|
||||
|
||||
CLEANFILES = $(nodist_noinst_SCRIPTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue