Ignore:
Timestamp:
09/27/07 19:37:06 (5 years ago)
Author:
hverton
Message:

XHTML fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/templates/modules.download_statistics_panel.geomapping.tpl

    r768 r844  
    2222    <tr> 
    2323        <td class='tbl1'> 
    24             <div id='map' style='width: 790px; height: 550px' style:'z-index:1;'> 
     24            <div id='map' style='width: 790px; height: 550px; z-index:1;'> 
    2525{literal}               <script type='text/javascript'> 
    2626//<![CDATA[ 
     
    3232        var mymarker = new GMarker(point, icon); 
    3333        GEvent.addListener(mymarker, 'mouseover', function() { 
    34             mymarker.openInfoWindowHtml('<span style="height:50px;font-size:10pt"><img width="18" height="12" src="{/literal}{$smarty.const.IMAGES}{literal}flags/' + cc + '.gif" alt="" />&nbsp;' + cn + '<br /><br />' + users + ' user(s)</span>'); 
     34            mymarker.openInfoWindowHtml('<span style="height:50px;font-size:10pt"><img width="18" height="12" src="{/literal}{$smarty.const.IMAGES}{literal}flags/' + cc + '.gif" alt="" />&nbsp;' + cn + '<br /><br />' + users + ' user(s)<\/span>'); 
    3535        }); 
    3636        GEvent.addListener(mymarker, 'mouseout', function() { 
Note: See TracChangeset for help on using the changeset viewer.