Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
b052e925
Commit
b052e925
authored
May 04, 2004
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi/ltl2tgba.in: Fix output HTML.
parent
ca80561a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b052e925
2004-05-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
* wrap/python/cgi/ltl2tgba.in: Fix output HTML.
2004-05-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Clone and then
...
...
wrap/python/cgi/ltl2tgba.in
View file @
b052e925
...
...
@@ -244,7 +244,7 @@ means <code>G(F(a))</code>. Use <code>"GFa"</code> if you really want
to refer to <code>GFa</code> as a proposition.<br>Conversly, infix
letter operators are not assumed to be operators if they are part of
an indentifier: <code>aUb</code> is an atomic proposition, unlike
<code>a U b</code> and <code>(a)U(b)</code><
br
>
<code>a U b</code> and <code>(a)U(b)</code><
/p
>
<table border="1"><tr><td>
<table border="0" rules="groups" frame="void" cellpadding="3" cellspacing=0>
...
...
@@ -297,7 +297,7 @@ an indentifier: <code>aUb</code> is an atomic proposition, unlike
</tr>
</tbody>
</table></td></tr></table>
</p>
"""
</table></td></tr></table>"""
column
=
[[],
[]]
...
...
@@ -331,12 +331,11 @@ for opt, desc, color in translators:
else
:
str
=
""
globals
()[
opt
]
=
str
s
=
'<TD bgcolor=%s><INPUT type="radio" name="trans" value="%s" %s>%s</TD>'
s
=
\
'<TD bgcolor="%s"><INPUT type="radio" name="trans" value="%s" %s>%s</TD>'
column
[
0
].
append
(
s
%
(
color
,
opt
,
str
,
desc
))
add_options
(
''
,
0
,
color
,
globals
()[
'options_'
+
opt
])
print
"""</TD></TR></TABLE><TABLE>"""
add_options
(
"Common Options"
,
1
,
''
,
options_common
)
add_options
(
"Debugging Options"
,
1
,
''
,
options_debug
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment