view zpt/editConnection.pt @ 1:03cd09e9133e default tip

klein-grossschrift probleme behoben
author dwinter
date Fri, 03 May 2013 11:38:27 +0200
parents 957bcf42f206
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="expires" content="0">
  <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="pragma" content="no-cache">
</head>

<body>
  <!-- ZOPE management tabs -->
  <div tal:define="manage_tabs_message options/manage_tabs_message | nothing" tal:replace="structure here/manage_tabs">Tabs</div>
  <!-- end of ZOPE management tabs -->



    <form name="form" action="manage_editMPIWGFMConnection">
    
      <div>Url (where the xml is from, fmresults format)<input type="text" size="200" name="url" tal:attributes="value python:getattr(here,'url','') "><br>
      </div><div>e.g.  http://fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-db=Kalender&-lay=Eingabe&-findall
      

	  </div><div>Username (if needed for url) <input type="text" name="username" tal:attributes="value python:getattr(here,'username','')"><br>
      </div><div>Password  (if needed for url) <input type="password" name="password" tal:attributes="value python:getattr(here,'password','')"><br>
   
       </div><div><input type="submit">
</div>
    </form>

  </body>

</html>