[ZPT] (no subject)
   
    daniel dias
     
    diask8@yahoo.com.br
       
    Fri, 20 Apr 2001 11:28:21 -0300 (ART)
    
    
  
hi!
I had a problem to understand how to use page
templates.
I wait that you can help me, already I tried some
times but I should't resolve this.
I have the instancia of page template:
<html xmlns:tal="http://xml.zope.org/namespaces/tal"
     
xmlns:metal="http://xml.zope.org/namespaces/metal"
      metal:define-macro="master">
		
   <head>
     <title tal:content="here/title">The title</title>
   </head>
   
	<body bgcolor="#999999">
	
     <div metal:define-slot="x">
     If you supply a tag with a 'fill-macro="main"'
attribute
     when using this macro, that tag will replace this
text.
     </div>
     <div metal:define-slot="y">
     O marcao eh sim.... eu sei... mas nao comi ele
	  </div>
     <p tal:content="structure
here/ZopeAttributionButton"></p>
   </body>
	
 </html>
  
and other tempalte (this would have to use template
above):
 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
      
xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="here/define/macros/master">
   <body>
     <div metal:fill-slot="x">
       <p>Welcome to the machine</p>
     </div>
   </body>
 </html>
but when I save, the code change, it is thus:
 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
     
xmlns:metal="http://xml.zope.org/namespaces/metal"
      metal:use-macro="here/define/macros/master">
   <head>
     <title tal:content="here/title">The title</title>
   </head>
   <body bgcolor="#999999">
     <div metal:fill-slot="x">
       <p>Welcome to the machine</p>
     </div>
     <div metal:define-slot="y">
     O marcao eh sim.... eu sei... mas nao comi ele
     </div>
     <p tal:content="structure
here/ZopeAttributionButton"></p>
   </body>
 </html>
 
 and the result be thus:
 
 Welcome to the machine
O marcao eh sim.... eu sei... mas nao comi ele 
 
I do not want slot " y " alone the " x "...  
this template would not have to use the first one
macro...?
what it is made a mistake, the two must be instances
of page template class?
I do not know more what to make, already I read the
documentacão but I find that I did not understand
right...
any ideia will be welcome!
regards,
Daniel d¡aS
PS. forgive me, my english is sux...! I speak in
portuguese only.... :o)
_______________________________________________________________________________________________
Yahoo! GeoCities
Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! GeoCites. É fácil e grátis!
http://br.geocities.yahoo.com/