~ubuntu-branches/ubuntu/quantal/zope.app.testing/quantal

« back to all changes in this revision

Viewing changes to src/zope/app/testing/recorded/test0001.response

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2010-12-02 19:58:25 UTC
  • Revision ID: james.westby@ubuntu.com-20101202195825-7y6wai68ygqv95kh
Tags: upstream-3.7.8
Import upstream version 3.7.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
HTTP/1.1 401 Unauthorized
 
2
X-Content-Type-Warning: guessed from content
 
3
Content-Length: 89
 
4
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
 
5
Date: Fri, 20 Aug 2004 10:35:05 GMT
 
6
Content-Type: text/html;charset=utf-8
 
7
WWW-Authenticate: basic realm="Zope"
 
8
Server: zope.server.http (HTTP)
 
9
 
 
10
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
 
11
      lang="en">
 
12
 
 
13
...
 
14
 
 
15
</html>
 
16
 
 
17
HTTP/1.1 200 OK
 
18
X-Content-Type-Warning: guessed from content
 
19
Content-Length: 89
 
20
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
 
21
Date: Fri, 20 Aug 2004 10:35:13 GMT
 
22
Content-Type: text/html;charset=utf-8
 
23
Server: zope.server.http (HTTP)
 
24
 
 
25
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
 
26
      lang="en">
 
27
 
 
28
...
 
29
 
 
30
</html>
 
31
 
 
32
HTTP/1.1 304 Not Modified
 
33
X-Content-Type-Warning: guessed from content
 
34
Content-Length: 0
 
35
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
 
36
Date: Fri, 20 Aug 2004 10:35:15 GMT
 
37
Content-Type: text/plain;charset=utf-8
 
38
Server: zope.server.http (HTTP)
 
39
 
 
40
HTTP/1.1 200 OK
 
41
Content-Length: 183
 
42
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
 
43
Expires: Fri, 13 Aug 2004 10:35:28 GMT
 
44
Server: zope.server.http (HTTP)
 
45
Pragma: no-cache
 
46
Cache-Control: no-cache
 
47
Date: Fri, 20 Aug 2004 10:35:28 GMT
 
48
Content-Type: text/xml;charset=utf-8
 
49
 
 
50
<?xml version="1.0" ?><children> <collection name="" length="0" icon_url="http://localhost:8081/@@/zope-app-folder-interfaces-IFolder-zmi_icon.gif" isroot=""></collection> </children>HTTP/1.1 200 OK
 
51
Last-Modified: Thu, 19 Aug 2004 10:10:06 GMT
 
52
Content-Length: 868
 
53
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
 
54
Date: Fri, 20 Aug 2004 10:35:47 GMT
 
55
Cache-Control: public,max-age=86400
 
56
Content-Type: image/gif
 
57
Server: zope.server.http (HTTP)
 
58
 
 
59
GIF89a���PPP��������@�@���@@�������@�����!�,@AH� �*|0� � 6tH��Ń%:�q�ŏ Ir�ƌ OX�2�A� =,Y2�M�;HTTP/1.1 303 See Other
 
60
X-Content-Type-Warning: guessed from content
 
61
Content-Length: 0
 
62
Location: @@tasks.html
 
63
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
 
64
Date: Fri, 20 Aug 2004 10:35:51 GMT
 
65
Content-Type: text/plain;charset=utf-8
 
66
Server: zope.server.http (HTTP)
 
67
 
 
68
HTTP/1.1 200 OK
 
69
Last-Modified: Thu, 19 Aug 2004 10:10:04 GMT
 
70
Content-Length: 738
 
71
X-Powered-By: Zope (www.zope.org), Python (www.python.org)
 
72
Date: Fri, 20 Aug 2004 10:35:52 GMT
 
73
Cache-Control: public,max-age=86400
 
74
Content-Type: text/css;charset=utf-8
 
75
Server: zope.server.http (HTTP)
 
76
 
 
77
/*
 
78
** Customisations for the Site Management view 
 
79
** Used when the URL contains ++etc++site
 
80
*/
 
81
a {
 
82
        color: #963;
 
83
}
 
84
 
 
85
#actions {
 
86
    background: #963;
 
87
    border-left: 1px solid #963;
 
88
    border-right: 1px solid #963;
 
89
}
 
90
 
 
91
#actions a {
 
92
        color: White;
 
93
        border-left: 1px dashed white;
 
94
}
 
95
 
 
96
#actions a:hover {
 
97
        color: black;
 
98
        background-color: White;
 
99
}
 
100
 
 
101
#breadcrumbs {
 
102
    border-bottom: 1px solid #963;
 
103
}
 
104
 
 
105
.itemViews {
 
106
    border-bottom: 1px solid #963;
 
107
}
 
108
 
 
109
.itemViews a {
 
110
    border: 1px solid #963;
 
111
}
 
112
 
 
113
.itemViews a.selected {
 
114
    background: #963;
 
115
    border-bottom: #963 1px solid;
 
116
}
 
117
 
 
118
.itemViews a:hover {
 
119
    background-color: #963;
 
120
    color: White;
 
121
}
 
122
 
 
123
hr {
 
124
    color: #963;
 
125
}
 
126
 
 
127
 
 
128
h1, h2, h3, h4, h5, h6 {
 
129
    border-bottom: 1px solid #963;
 
130
}