Mercurial > hg > STI-GWT
comparison war/scripts/OpenLayers/lib/Firebug/firebug.html @ 3:cf06b77a8bbd
Committed branch of the e4D repos sti-gwt branch 16384.
git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author | StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b> |
---|---|
date | Tue, 17 Jul 2012 13:34:40 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:2897af43ccc6 | 3:cf06b77a8bbd |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
3 | |
4 <html xmlns="http://www.w3.org/1999/xhtml"> | |
5 | |
6 <head> | |
7 <title>Firebug</title> | |
8 <link rel="stylesheet" type="text/css" href="firebug.css"> | |
9 </head> | |
10 | |
11 <body> | |
12 <div id="toolbar" class="toolbar"> | |
13 <a href="#" onclick="parent.console.clear()">Clear</a> | |
14 <span class="toolbarRight"> | |
15 <a href="#" onclick="parent.console.close()">Close</a> | |
16 </span> | |
17 </div> | |
18 <div id="log"></div> | |
19 <input type="text" id="commandLine"> | |
20 | |
21 <script>parent.onFirebugReady(document);</script> | |
22 </body> | |
23 </html> |