Diff for /ECHO_content/zpt/AddECHO_sqlElement.zpt between versions 1.2 and 1.4

version 1.2, 2004/03/16 10:20:58 version 1.4, 2005/12/13 12:45:22
Line 1 Line 1
 <html>  <h1 tal:replace="structure here/manage_page_header">Header</h1>
 <body>  
 <h2>Add an SQL Element</h2>  <h2>Add an SQL Element</h2>
   
 <form action="manage_addECHO_sqlElement" method="post">  <form action="manage_addECHO_sqlElement" method="post">
Line 10 Line 9
 <i>Field for search with base url (default= Field)</i><input name="searchField" size="50"><br>  <i>Field for search with base url (default= Field)</i><input name="searchField" size="50"><br>
 <b>BaseUrl</b><input name="baseUrl" size="50"><br>  <b>BaseUrl</b><input name="baseUrl" size="50"><br>
 <b>Weight</b><input name="weight" size="50"><br>  <b>Weight</b><input name="weight" size="50"><br>
 <b>Content Type</b><input name="content_type" size="50"><br>  <b>Content Type</b><input name="contentType" size="50"><br>
 <input type="submit">  <input type="submit">
 </form>  </form>
   
 </body>  <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
 </html>  

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


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