Preliminary work on integrating LTL3BA in ltl2tgba.html.

* wrap/python/ajax/ltl2tgba.html: Add a dedicated tab with
two columns of options.
* wrap/python/ajax/css/ltl2tgba.css: Support for two columns.
* wrap/python/ajax/protocol.txt: Document new options.
* wrap/python/ajax/spot.in: Handle the new options.
* wrap/python/ajax/Makefile.am: Substitude LTL3BA in spot.in.
This commit is contained in:
Alexandre Duret-Lutz 2012-05-23 11:50:21 +02:00
parent 7ceca326ad
commit 988e7e2499
5 changed files with 124 additions and 9 deletions

View file

@ -88,6 +88,11 @@ table.ltltable
float: right;
}
.colleft {
float: left;
width: 49%;
}
.ltl2tgba .head .ui-icon {
float: right;
margin: 1px 0px;