gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz doc/gzz.css metacode/umlrst.py


From: Asko Soukka
Subject: [Gzz-commits] gzz doc/gzz.css metacode/umlrst.py
Date: Thu, 06 Feb 2003 18:01:21 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    03/02/06 18:01:19

Modified files:
        doc            : gzz.css 
        metacode       : umlrst.py 

Log message:
        removing <div> around images

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/gzz.css.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/umlrst.py.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: gzz/doc/gzz.css
diff -u gzz/doc/gzz.css:1.14 gzz/doc/gzz.css:1.15
--- gzz/doc/gzz.css:1.14        Thu Feb  6 16:57:42 2003
+++ gzz/doc/gzz.css     Thu Feb  6 18:01:17 2003
@@ -184,7 +184,6 @@
 span.pre {
    font-family: fixed }
 
-
 table.docinfo {
   margin: 2em 4em }
 
Index: gzz/metacode/umlrst.py
diff -u gzz/metacode/umlrst.py:1.23 gzz/metacode/umlrst.py:1.24
--- gzz/metacode/umlrst.py:1.23 Thu Feb  6 16:57:42 2003
+++ gzz/metacode/umlrst.py      Thu Feb  6 18:01:18 2003
@@ -231,7 +231,6 @@
             #Cut&Pastes imagemap into html
             imgmap = open(mputils._slashify(settings['tmpdir'])\
                           +context_name+".gen.html").read()
-            out.write("<div class=\"embedded\">")
             out.write("<map id=\""+name+"_small\" name=\""+name+"_small\">\n")
             out.write(imgmap[imgmap.find('>',imgmap.find('<map'))+1:\
                              imgmap.find('</map>')])
@@ -240,7 +239,6 @@
                       +"src=\""+mputils._slashify(settings['to_tmpdir'])\
                       +context_name+".gen.png"\
                       +"\" usemap=\"#"+name+"_small\" alt=\""+name+"_small\" 
/>\n")
-            out.write("</div>")
             html = html[insert+5:len(html)]
             out.write(html)
             out.close()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]