webgui/www/extras/yui/examples/logger/index.html
JT Smith 4f68a0933c added YUI and YUI-ext
fixed the resizable text area with IE problem
fixed the ad space with IE problem
merged the 7.2.0 and 7.1.4 change logs
2006-11-07 23:15:57 +00:00

29 lines
1,012 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Logger Widget :: Implementation Examples</title>
<link rel="stylesheet" href="../../build/reset/reset.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../build/fonts/fonts.css" />
<link rel="stylesheet" type="text/css" href="./css/examples.css" />
<style type="text/css">
ul {margin:1em;}
li {margin:1em;list-style-type:none;}
</style>
</head>
<body>
<div id="hd">
<h1><img src="./img/logo.gif" class="logo" alt="Y!"/>Logger Widget :: Implementation Examples</h1>
</div>
<div id="bd">
<ul>
<li><a href="./readlogs.html">Reading Logs On Your Page</a></li>
<li><a href="./readlogscustom.html">Customizing LogReader For Your Page</a></li>
<li><a href="./writelogs.html">Writing Logs From Your Code</a></li>
<li><a href="./autocomplete.html">Reading YUI Library Logs</a></li>
</ul>
</div>
</body>
</html>