Mercurial > hg > MPIWGFMManager
diff zpt/editConnection.pt @ 0:957bcf42f206
initial
author | dwinter |
---|---|
date | Thu, 02 May 2013 08:33:53 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/editConnection.pt Thu May 02 08:33:53 2013 +0200 @@ -0,0 +1,34 @@ +<!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>