Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
5 <!ENTITY % webConsoleDTD SYSTEM "chrome://browser/locale/devtools/webConsole.dtd" >
6 %webConsoleDTD;
7 ]>
9 <!-- This Source Code Form is subject to the terms of the Mozilla Public
10 - License, v. 2.0. If a copy of the MPL was not distributed with this
11 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
14 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
15 <head>
16 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
17 <link rel="stylesheet" href="chrome://browser/skin/devtools/webconsole_networkpanel.css" type="text/css"/>
18 </head>
19 <body role="application">
20 <table id="header">
21 <tr>
22 <th class="property-name"
23 scope="row">&networkPanel.requestURLColon;</th>
24 <td class="property-value"
25 id="headUrl"></td>
26 </tr>
27 <tr>
28 <th class="property-name"
29 scope="row">&networkPanel.requestMethodColon;</th>
30 <td class="property-value"
31 id="headMethod"></td>
32 </tr>
33 <tr>
34 <th class="property-name"
35 scope="row">&networkPanel.statusCodeColon;</th>
36 <td class="property-value"
37 id="headStatus"></td>
38 </tr>
39 </table>
41 <div class="group">
42 <h1>
43 &networkPanel.requestHeaders;
44 <span id="requestHeadersInfo" class="info"></span>
45 </h1>
46 <table class="property-table" id="requestHeadersContent"></table>
48 <div id="requestCookie" style="display:none">
49 <h1>&networkPanel.requestCookie;</h1>
50 <table class="property-table" id="requestCookieContent"></table>
51 </div>
53 <div id="requestBody" style="display:none">
54 <h1>&networkPanel.requestBody;</h1>
55 <table class="property-table" id="requestBodyContent"></table>
56 </div>
57 <div id="requestFormData" style="display:none">
58 <h1>&networkPanel.requestFormData;</h1>
59 <table class="property-table" id="requestFormDataContent"></table>
60 </div>
61 <p id="requestBodyFetchLink" style="display:none"></p>
62 </div>
64 <div class="group" id="responseContainer" style="display:none">
65 <h1>
66 &networkPanel.responseHeaders;
67 <span id="responseHeadersInfo" class="info">Δ</span>
68 </h1>
69 <table class="property-table" id="responseHeadersContent"></table>
71 <div id="responseCookie" style="display:none">
72 <h1>&networkPanel.responseCookie;</h1>
73 <table class="property-table" id="responseCookieContent"></table>
74 </div>
76 <div id="responseBody" style="display:none">
77 <h1>
78 &networkPanel.responseBody;
79 <span class="info" id="responseBodyInfo">Δ</span>
80 </h1>
81 <table class="property-table" id="responseBodyContent"></table>
82 </div>
83 <div id="responseBodyCached" style="display:none">
84 <h1>
85 &networkPanel.responseBodyCached;
86 <span class="info" id="responseBodyCachedInfo">Δ</span>
87 </h1>
88 <table class="property-table" id="responseBodyCachedContent"></table>
89 </div>
90 <div id="responseNoBody" style="display:none">
91 <h1>
92 &networkPanel.responseNoBody;
93 <span id="responseNoBodyInfo" class="info">Δ</span>
94 </h1>
95 </div>
96 <div id="responseBodyUnknownType" style="display:none">
97 <h1>
98 &networkPanel.responseBodyUnknownType;
99 <span id="responseBodyUnknownTypeInfo" class="info">Δ</span>
100 </h1>
101 <table class="property-table" id="responseBodyUnknownTypeContent"></table>
102 </div>
103 <div id="responseImage" style="display:none">
104 <h1>
105 &networkPanel.responseImage;
106 <span id="responseImageInfo" class="info"></span>
107 </h1>
108 <div id="responseImageNodeDiv">
109 <img id="responseImageNode" />
110 </div>
111 </div>
112 <div id="responseImageCached" style="display:none">
113 <h1>
114 &networkPanel.responseImageCached;
115 <span id="responseImageCachedInfo" class="info"></span>
116 </h1>
117 <div id="responseImageNodeDiv">
118 <img id="responseImageCachedNode" />
119 </div>
120 </div>
121 <p id="responseBodyFetchLink" style="display:none"></p>
122 </div>
123 </body>
124 </html>