Mercurial > hg > MPIWGFMManager
comparison zpt/editConnection.pt @ 0:957bcf42f206
initial
author | dwinter |
---|---|
date | Thu, 02 May 2013 08:33:53 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:957bcf42f206 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 | |
4 <html xmlns="http://www.w3.org/1999/xhtml"> | |
5 <head> | |
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
7 <meta http-equiv="expires" content="0"> | |
8 <meta http-equiv="cache-control" content="no-cache"> | |
9 <meta http-equiv="pragma" content="no-cache"> | |
10 </head> | |
11 | |
12 <body> | |
13 <!-- ZOPE management tabs --> | |
14 <div tal:define="manage_tabs_message options/manage_tabs_message | nothing" tal:replace="structure here/manage_tabs">Tabs</div> | |
15 <!-- end of ZOPE management tabs --> | |
16 | |
17 | |
18 | |
19 <form name="form" action="manage_editMPIWGFMConnection"> | |
20 | |
21 <div>Url (where the xml is from, fmresults format)<input type="text" size="200" name="url" tal:attributes="value python:getattr(here,'url','') "><br> | |
22 </div><div>e.g. http://fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-db=Kalender&-lay=Eingabe&-findall | |
23 | |
24 | |
25 </div><div>Username (if needed for url) <input type="text" name="username" tal:attributes="value python:getattr(here,'username','')"><br> | |
26 </div><div>Password (if needed for url) <input type="password" name="password" tal:attributes="value python:getattr(here,'password','')"><br> | |
27 | |
28 </div><div><input type="submit"> | |
29 </div> | |
30 </form> | |
31 | |
32 </body> | |
33 | |
34 </html> |