File:  [Repository] / zogiLib / zpt / addZogiLibPageTemplateForm.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Feb 23 18:59:41 2005 UTC (19 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: v0_9, gen2, Root_v0_9, HEAD
compatibility with 2.7

<html>
  <h2>Add a zogilib template</h2>
  <form method="post" action="manage_addZogiLibPageTemplate">

     <h3>Select template type</h3>
  <input tal:condition="python:here.getLayout()=='book'" type="radio" value="book" name="layout" checked/>
     <input tal:condition="not:python:here.getLayout()=='book'" type="radio" value="book" name="layout"/>
	Book Template
     <input tal:condition="not:python:here.getLayout()=='image'" type="radio" value="image" name="layout"/>
     <input tal:condition="python:here.getLayout()=='image'" type="radio" value="image" name="layout" checked/>
     Image Template
   <input tal:condition="python:here.getLayout()=='metaData'" type="radio" value="metaData" name="layout" checked/>
   <input tal:condition="not:python:here.getLayout()=='metaData'" type="radio" value="metaData" name="layout"/>
     Metadata Template
	


     <p><input type="submit" value="submit" /></p>
  </form>
</html>

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