Diff for /zogiLib/zpt/addZogiLibPageTemplateForm.zpt between versions 1.2 and 1.3

version 1.2, 2004/07/19 17:54:02 version 1.3, 2005/02/23 18:59:41
Line 3 Line 3
   <form method="post" action="manage_addZogiLibPageTemplate">    <form method="post" action="manage_addZogiLibPageTemplate">
   
      <h3>Select template type</h3>       <h3>Select template type</h3>
   <input tal:condition="python:here.layout=='book'" type="radio" value="book" name="layout" checked/>    <input tal:condition="python:here.getLayout()=='book'" type="radio" value="book" name="layout" checked/>
      <input tal:condition="not:python:here.layout=='book'" type="radio" value="book" name="layout"/>       <input tal:condition="not:python:here.getLayout()=='book'" type="radio" value="book" name="layout"/>
     Book Template      Book Template
      <input tal:condition="not:python:here.layout=='image'" type="radio" value="image" name="layout"/>       <input tal:condition="not:python:here.getLayout()=='image'" type="radio" value="image" name="layout"/>
      <input tal:condition="python:here.layout=='image'" type="radio" value="image" name="layout" checked/>       <input tal:condition="python:here.getLayout()=='image'" type="radio" value="image" name="layout" checked/>
      Image Template       Image Template
    <input tal:condition="python:here.layout=='metaData'" type="radio" value="metaData" name="layout" checked/>     <input tal:condition="python:here.getLayout()=='metaData'" type="radio" value="metaData" name="layout" checked/>
    <input tal:condition="not:python:here.layout=='metaData'" type="radio" value="metaData" name="layout"/>     <input tal:condition="not:python:here.getLayout()=='metaData'" type="radio" value="metaData" name="layout"/>
      Metadata Template       Metadata Template
           
   

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


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