annotate zpt/manage_changeMpdlXmlTextServer.zpt @ 496:f83ffab77502 metalify-1

last version from HEAD new zogilib version
author casties
date Fri, 18 Jun 2010 21:41:28 +0200
parents ede0c93de798
children 9255acc4518d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
495
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
1 <div tal:replace="structure here/manage_page_header">Header</div>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
2 <!-- ZOPE management tabs -->
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
3 <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
4 tal:replace="structure here/manage_tabs">Tabs</h2>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
5 <!-- end of ZOPE management tabs -->
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
6 <form action="manage_changeMpdlXmlTextServer">
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
7
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
8 <p class="form-optional">Title</p>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
9 <p class="form-element"><input size="80" tal:attributes="value here/title" name="title"></p>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
10 <p class="form-optional">Text Server URL</p>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
11 <p class="form-element"><input size="80" tal:attributes="value here/serverUrl | default" name="serverUrl"></p>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
12 <p class="form-optional">Timeout (s)</p>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
13 <p class="form-element"><input size="3" tal:attributes="value here/timeout | default" name="timeout"></p>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
14 <p><input type="submit" value="change"></p>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
15 </form>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
16
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
17 <div tal:replace="structure here/manage_page_footer">Footer</div>