Changeset 40


Ignore:
Timestamp:
06/23/06 12:39:52 (6 years ago)
Author:
takanori
Message:

modify gmap_view.pt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ATGoogleMaps/trunk/skins/googlemaps/gmap_view.pt

    r38 r40  
    2121      Document actions (print, sendto etc) 
    2222    </div> 
    23  
    24     <h1 class="documentFirstHeading"> 
    25       <a href="" tal:content="marker/pretty_title_or_id" 
    26          tal:attributes="href marker/absolute_url"> 
    27         Title or id 
    28       </a> 
    29     </h1> 
    3023 
    3124    <div metal:use-macro="here/document_byline/macros/byline"> 
     
    6255          </div> 
    6356     
    64           <h1 class="documentFirstHeading" tal:content="marker/pretty_title_or_id"> 
    65             Title or id 
    66           </h1> 
    67      
     57      <h1 class="documentFirstHeading"> 
     58        <a href="" tal:content="marker/pretty_title_or_id" 
     59           tal:attributes="href marker/absolute_url"> 
     60          Title or id 
     61        </a> 
     62      </h1> 
     63 
    6864          <img src="" style="float: left; margin: 5px;" 
    6965               tal:condition="marker/imageurl" 
Note: See TracChangeset for help on using the changeset viewer.