My favorites | Sign in
Project Home Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!--

/*
*
* Copyright (c) 2008, Juan Delgado - Zarate
*
* Visit http://zarate.tv/proyectos/zcode/ for more info
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.

* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<title>ZLog</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="elements/zlog.css" type="text/css" media="screen" />
<script type="text/javascript" src="elements/flaccess.js"></script>
<script type="text/javascript" src="elements/ZLog.js"></script>

<!--[if lte IE 6]>
<style type="text/css">
/*<![CDATA[*/
html{ overflow-x:auto; overflow-y:hidden; }
#header{ padding-top:30px; }
#zlog{ padding-top: 70px;}
/*]]>*/
</style>
<![endif]-->

</head>

<body onload="createLog();">

<div id="header">
<div id="tools"><a href="#" onclick="document.zlog.pause(); return false;" id="pauselink">Pause</a> | <a href="#" onclick="document.zlog.reset(); return false;">Reset Log</a> | <a href="#" onclick="document.zlog.addBlankLine(); return false;">Add blank line</a> | <a href="#" onclick="window.print();">Print</a></div>
<div id="powered">Powered by <a href="http://zarate.tv/proyectos/zlog/">ZLog</a></div>
</div>

<div id="zlog">Loading...</div>

<div id="container">
<script type="text/javascript">
addFlash(0,8,"elements/ZLog.swf","1","1","body,container","AllowScriptAccess:always");
</script>
</div>

</body>
</html>

Change log

r76 by zzzarate on Feb 18, 2008   Diff
Again, reordering namespace.
Go to: 
Project members, sign in to write a code review

Older revisions

r62 by zzzarate on Feb 9, 2008   Diff
License updated to LPGL
r15 by zzzarate on Jun 10, 2007   Diff
Fixed bug, addBlankLine now updates
scroll position as needed.
r14 by zzzarate on Jun 7, 2007   Diff
Fixed bug when tracing an XMLNode with
childs AND attributes.
CSS, JS and HTML updated to get avoid
unnecessary shadow div
All revisions of this file

File info

Size: 2166 bytes, 62 lines
Powered by Google Project Hosting