Diff for /ECHO_content/zpt/ECHO_collection_index_template_standard.zpt between versions 1.2 and 1.3

version 1.2, 2004/04/07 13:39:22 version 1.3, 2004/06/10 12:27:22
Line 1 Line 1
 <html metal:use-macro="here/main_template/macros/page">  <html metal:use-macro="here/main_template/macros/page">
   <head>    <head>
     <title metal:fill-slot="title"><span tal:replace="here/title"/></title>          <title metal:fill-slot="title">
               <span tal:replace="here/title" />
           </title>
       </head>        </head>
       
   <body>    <body>
     <span metal:fill-slot="head"><h2 tal:content="here/title">TITLE</h2></span>          <span metal:fill-slot="head">
           <h2 tal:content="structure here/title">
               TITLE
           </h2>
           </span>
           
     <div metal:fill-slot="body">      <div metal:fill-slot="body">
       <h3 tal:content="here/title"/>          <!-- EDITABLE AREA -->
       <p tal:content="structure here/description">DESCRIPTION</p>          
       <table>              <!-- Title -->
               <h2 tal:content="structure here/title" />
               
               <!-- Description -->
               <p tal:content="structure here/description">
                   DESCRIPTION
               </p>
               
               <!-- Lists the Objects contained in this Object -->
               <table width="100%">
     <div tal:omit-tag="" tal:repeat="item python:here.getSubCols()">      <div tal:omit-tag="" tal:repeat="item python:here.getSubCols()">
       <div tal:replace="structure item/content_html"/>        <div tal:replace="structure item/content_html"/>
     </div>      </div>
       </table>        </table>
           <!-- -->
     </div>      </div>
   </body>    </body>
  </html>   </html>
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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