Diff for /ECHO_content/zpt/AddECHO_layoutTemplate.zpt between versions 1.1 and 1.2

version 1.1, 2004/04/05 12:12:46 version 1.2, 2004/04/05 15:38:19
Line 1 Line 1
 <html>  <html>
 <body>  <body>
 <h2>Generate Templates for ECHO Documents</h2>  <h2>Generate Templates for ECHO Documents (templates will be valid for all documents in subtrees if existing)</h2>
   
 <p>Please select the templates (templates will be valid for all documents in subtrees if existing)</p>  <p>Template for the layout of the different Types in the content list of a collection</p>
   
 <form method="post" action="manage_addECHO_layoutTemplate">  <form method="post" action="manage_addECHO_layoutTemplate">
   
Line 10 Line 10
 <input type="checkbox" name="EchoType" value="externalLink">ECHO_externalLink<br>  <input type="checkbox" name="EchoType" value="externalLink">ECHO_externalLink<br>
 <input type="checkbox" name="EchoType" value="resource">ECHO_resource<br>  <input type="checkbox" name="EchoType" value="resource">ECHO_resource<br>
   
   <p>Template for main view of a collection</p>
   <input type="checkbox" name="EchoType" value="collection_index">collection_index_template<br>
 <input type="submit" value="create">  <input type="submit" value="create">
   
 </form>  </form>

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


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