/[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.13 by humppake, Mon Jul 21 14:09:58 2003 UTC revision 1.14 by humppake, Mon Aug 11 10:44:55 2003 UTC
# Line 162  def embed_implicit_diagram(filepath, dia Line 162  def embed_implicit_diagram(filepath, dia
162      htmlfile.close()      htmlfile.close()
163    
164      id = html.find('<a id="'+diagram+'"></a>') + 1      id = html.find('<a id="'+diagram+'"></a>') + 1
165      insert = html.find('<map id="'+diagram+'_implicit_map"')      insert = html.find('<map id="'+diagram)
166    
167      """If explicit diagram found, will not insert implicit on."""      """If explicit diagram found, will not insert implicit on."""
168      explicit = html.find('<map id="'+diagram+'_map"')      explicit = html.find('usemap="#'+diagram+'_map"')
169      if explicit == -1: explicit = html.find('_uml="'+diagram)      if explicit == -1: explicit = html.find('_uml="'+diagram)
170    
171      if not id:      if not id:

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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