view zpt/ChangeZopeSolr.zpt @ 4:10733d367831

date ranges links auf fulltext
author dwinter
date Fri, 26 Apr 2013 17:52:24 +0200
parents 834706423ac1
children
line wrap: on
line source

<h1 tal:replace="structure here/manage_page_header">Header</h1>
    <h2>Add a new Ressource</h2>
    <form name="form" action="changeMain">
    <table> 
      <tr><td> Title: </td><td><input type="text" name="title" tal:attributes="value here/title" size=50></td></tr>
      <tr><td> url: </td><td><input type="text" name="solrURL" tal:attributes="value here/solrURL" size=50></td></tr>
   	  <tr><td>&nbsp;</td><td>e.g. http://127.0.0.1:8983/solr/collection1, no SLASH "/" at the end</td></tr>
   
     
    </table>
    <input type="submit" value="Change"><br/><br/>
    </form>
    
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>