|
1 <!-- Copyright 2007 Google Inc. All Rights Reserved --> |
|
2 |
|
3 <!-- |
|
4 The below HTML code was generated and appended by Google. It's purpose is |
|
5 to display a logging console in the browser. It's appearing here because |
|
6 either: |
|
7 |
|
8 (a) the CGI parameter "debug" was in the URL |
|
9 (b) the cookie "_ah_severity" was present in the HTTP request |
|
10 |
|
11 To stop this from being appended, you should remove the CGI parameter |
|
12 "debug" from the request URL and then either click the "Close" link on the |
|
13 logging console, or delete the "_ah_severity" cookie. |
|
14 |
|
15 All element ids used by the code for this logging console are prefixed |
|
16 with "_ah", all cookies used are prefixed with "_ah", and all classes and |
|
17 functions are in the namespace "AH". |
|
18 --> |
|
19 |
|
20 <div id="_ah_base" |
|
21 style="z-index: 99999; position: absolute; right: 10px; |
|
22 background-color: white; color: black; width: 600px; |
|
23 border: 1px solid black; padding: 10px; font-family: courier; |
|
24 font-size: medium; margin: 10px;"> |
|
25 |
|
26 <table><tr><td> |
|
27 <table cellspacing=0 cellpadding=0 rules=all border=frame> |
|
28 <tr> |
|
29 <td style="background-color: white; cursor: pointer; height: 15px; |
|
30 width: 15px;" |
|
31 id="_ah_up_left" |
|
32 onClick="(new AH.LoggingConsole).moveBaseDiv('up_left')"></td> |
|
33 <td style="background-color: white; cursor: pointer; height: 15px; |
|
34 width: 15px;" |
|
35 id="_ah_up_right" |
|
36 onClick="(new AH.LoggingConsole).moveBaseDiv('up_right')"></td> |
|
37 </tr> |
|
38 <tr> |
|
39 <td style="background-color: white; cursor: pointer; height: 15px; |
|
40 width: 15px;" |
|
41 id="_ah_down_left" |
|
42 onClick="(new AH.LoggingConsole).moveBaseDiv('down_left')"></td> |
|
43 <td style="background-color: white; cursor: pointer; height: 15px; |
|
44 width: 15px;" |
|
45 id="_ah_down_right" |
|
46 onClick="(new AH.LoggingConsole).moveBaseDiv('down_right')"></td> |
|
47 </tr> |
|
48 </table> |
|
49 </td><td valign=top> |
|
50 |
|
51 <a id="_ah_show_debug" |
|
52 href="javascript:(new AH.LoggingConsole).changeLogSeverity('debug')"> |
|
53 DEBUG</a> |
|
54 <a id="_ah_show_info" |
|
55 href="javascript:(new AH.LoggingConsole).changeLogSeverity('info')"> |
|
56 INFO</a> |
|
57 <a id="_ah_show_warning" |
|
58 href="javascript:(new AH.LoggingConsole).changeLogSeverity('warning')"> |
|
59 WARNING</a> |
|
60 <a id="_ah_show_error" |
|
61 href="javascript:(new AH.LoggingConsole).changeLogSeverity('error')"> |
|
62 ERROR</a> |
|
63 <a id="_ah_show_critical" |
|
64 href="javascript:(new AH.LoggingConsole).changeLogSeverity('critical')"> |
|
65 CRITICAL</a> |
|
66 |
|
67 <a id="_ah_close" |
|
68 href="javascript:(new AH.LoggingConsole).closeEverything()">Close</a> |
|
69 </td></tr></table> |
|
70 |
|
71 <div id="_ah_loglines" style="margin: 10px; height: 300px; overflow: auto;"> |