File:  [Repository] / zogiLib / zpt / addZogiLibPageTemplateForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Jul 19 17:54:02 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
metadata template now editable

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

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


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

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