Diff for /ECHO_content/zpt/ECHO_content_overview.zpt between versions 1.13 and 1.14

version 1.13, 2004/12/02 15:20:04 version 1.14, 2004/12/10 13:48:13
Line 1 Line 1
 <html>  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
   <html metal:use-macro="here/content_overview_template/macros/page">
 <head>  <head>
 <script tal:replace="structure here/createMapHead"/>  
 </head>  </head>
 <body onload="map_init()">    <body>
       <tal:block metal:fill-slot="page_head">
 <h2 tal:condition="here/title" tal:content="here/title"/>  <h2 tal:condition="here/title" tal:content="here/title"/>
       </tal:block>
   <!-- the rest comes from the template -->
 <table>  <table>
 <tr>  <tr>
 <td>  <td>

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


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>