/[navidoc]/navidoc/navidoc/modules/imagemap.py
ViewVC logotype

Diff of /navidoc/navidoc/modules/imagemap.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11.2.1 by humppake, Mon Jun 30 15:30:15 2003 UTC revision 1.11.2.2 by humppake, Mon Jul 21 14:10:19 2003 UTC
# Line 107  def embed_imagemap(filepath): Line 107  def embed_imagemap(filepath):
107          out = open(filepath, "w")                      out = open(filepath, "w")            
108          out.write(html[0:insert]);          out.write(html[0:insert]);
109          if not is_linked(diagram):          if not is_linked(diagram):
110              out.write('<img ')              out.write('<img')
111              html = html[html.find('"', insert+1)+1:len(html)]              html = html[html.find('"', insert+11)+1:len(html)]
112          else:          else:
113              out.close()              out.close()
114              create_uml(diagram, context)              create_uml(diagram, context)

Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.11.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26