ajax: get rid of the logos
* python/ajax/logos/lip6sys64.png, python/ajax/logos/lrde64.png: Delete. * python/ajax/css/trans.css, python/ajax/trans.html, python/ajax/Makefile.am: Adjust.
This commit is contained in:
parent
ed04e2b421
commit
8dee359e5a
5 changed files with 4 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
## Copyright (C) 2011, 2012, 2015 Laboratoire de Recherche
|
||||
## et Développement de l'Epita (LRDE).
|
||||
## Copyright (C) 2011, 2012, 2015, 2016 Laboratoire de Recherche et
|
||||
## Développement de l'Epita (LRDE).
|
||||
##
|
||||
## This file is part of Spot, a model checking library.
|
||||
##
|
||||
|
|
@ -20,8 +20,8 @@
|
|||
nodist_noinst_SCRIPTS = spotcgi.py
|
||||
EXTRA_DIST = $(srcdir)/spotcgi.in README trans.html css/trans.css \
|
||||
css/tipTip.css js/jquery.tipTip.minified.js js/jquery.ba-bbq.min.js \
|
||||
js/jquery.ba-dotimeout.min.js logos/lip6sys64.png logos/lrde64.png \
|
||||
logos/spot64s.png logos/mail.png css/loading.gif protocol.txt
|
||||
js/jquery.ba-dotimeout.min.js logos/spot64s.png logos/mail.png \
|
||||
css/loading.gif protocol.txt
|
||||
|
||||
CLEANFILES = $(nodist_noinst_SCRIPTS)
|
||||
|
||||
|
|
|
|||
|
|
@ -36,18 +36,6 @@ div.ltl2tgba {
|
|||
top:10px;
|
||||
z-index:1;
|
||||
}
|
||||
#lrdelogo {
|
||||
position:fixed;
|
||||
left:10px;
|
||||
bottom:84px;
|
||||
z-index:1;
|
||||
}
|
||||
#lip6logo {
|
||||
position:fixed;
|
||||
left:10px;
|
||||
bottom:10px;
|
||||
z-index:1;
|
||||
}
|
||||
#mailicon {
|
||||
position:fixed;
|
||||
left:10px;
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.4 KiB |
|
|
@ -322,10 +322,6 @@
|
|||
<a href="http://spot.lrde.epita.fr/"><img border=0 src="logos/spot64s.png" alt="Spot Logo" class="rtip" id="spottip" title="This page uses the <b>Spot</b> library to process LTL formulas and automata. Please download <b>Spot</b> and install it on your computer if you want to do the same from the command line, or from another program."></a></div>
|
||||
<div id="mailicon">
|
||||
<a href="mailto:spot@lrde.epita.fr"><img border=0 src="logos/mail.png" alt="Spot Logo" class="rtip" title="A bug? A question? Please e-mail us at <b>spot@lrde.epita.fr</b>."></a></div>
|
||||
<div id="lrdelogo">
|
||||
<a href="https://www.lrde.epita.fr/"><img border=0 src="logos/lrde64.png" alt="LRDE Logo"></a></div>
|
||||
<div id="lip6logo">
|
||||
<a href="http://www.lip6.fr/"><img border=0 src="logos/lip6sys64.png" alt="LIP6 Logo"></a></div>
|
||||
<div class="ltl2tgba">
|
||||
<h1>Translator of LTL to Transition-based Generalized Büchi Automata</h1>
|
||||
<!-- The action below will not be used. -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue