Annotation of zogiLib/zpt/addZogiLibPageTemplateForm.zpt, revision 1.3

1.1       casties     1: <html>
                      2:   <h2>Add a zogilib template</h2>
                      3:   <form method="post" action="manage_addZogiLibPageTemplate">
                      4: 
                      5:      <h3>Select template type</h3>
1.3     ! dwinter     6:   <input tal:condition="python:here.getLayout()=='book'" type="radio" value="book" name="layout" checked/>
        !             7:      <input tal:condition="not:python:here.getLayout()=='book'" type="radio" value="book" name="layout"/>
1.1       casties     8:    Book Template
1.3     ! dwinter     9:      <input tal:condition="not:python:here.getLayout()=='image'" type="radio" value="image" name="layout"/>
        !            10:      <input tal:condition="python:here.getLayout()=='image'" type="radio" value="image" name="layout" checked/>
1.2       dwinter    11:      Image Template
1.3     ! dwinter    12:    <input tal:condition="python:here.getLayout()=='metaData'" type="radio" value="metaData" name="layout" checked/>
        !            13:    <input tal:condition="not:python:here.getLayout()=='metaData'" type="radio" value="metaData" name="layout"/>
1.2       dwinter    14:      Metadata Template
                     15:    
                     16: 
1.1       casties    17: 
                     18:      <p><input type="submit" value="submit" /></p>
                     19:   </form>
                     20: </html>

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