Completed the WebDav library with standard GET and POST HTTP requests. MultiPart not yet implemented.
This commit is contained in:
parent
2aedf8c88a
commit
feca97bda3
3 changed files with 118 additions and 10 deletions
|
@ -1,5 +1,7 @@
|
|||
<tal:comment replace="nothing">View macro for a Boolean.</tal:comment>
|
||||
<metal:view define-macro="view"><span tal:replace="value"/></metal:view>
|
||||
<metal:view define-macro="view">
|
||||
<span tal:attributes="class widget/master_css; id rawValue" tal:content="value"></span>
|
||||
</metal:view>
|
||||
|
||||
<tal:comment replace="nothing">Edit macro for an Boolean.</tal:comment>
|
||||
<metal:edit define-macro="edit">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue