more font size tweaks.
[citadel.git] / webcit / static / t / dav / propfind_upper_dirs.xml
1 <response>
2 <href><?DAV:HOSTNAME>/</href>
3 <propstat>
4 <status>HTTP/1.1 200 OK</status>
5 <prop>
6 <displayname>/</displayname>
7 <resourcetype><collection/></resourcetype>
8 <getlastmodified><?DATE:NOW:STR></getlastmodified>
9 </prop>
10 </propstat>
11 </response>
12 <response>
13 <href><?DAV:HOSTNAME>/groupdav</href>
14 <propstat>
15 <status>HTTP/1.1 200 OK</status>
16 <prop>
17 <displayname>GroupDAV</displayname>
18 <resourcetype><collection/></resourcetype>
19 <getlastmodified><?DATE:NOW:STR></getlastmodified>
20 </prop>
21 </propstat>
22 </response>