Acme-CreatingCPANModules
view release on metacpan or search on metacpan
slides/slide5c.html view on Meta::CPAN
}
function handleKey(e) {
var key;
if (e == null) {
// IE
key = event.keyCode
}
else {
// Mozilla
if (e.altKey || e.ctrlKey) {
return true
}
key = e.which
}
switch(key) {
case 8: prevSlide(); break
case 13: nextSlide(); break
case 32: nextSlide(); break
case 81: closeSlide(); break
case 105: indexSlide(); break
case 110: nextSlide(); break
case 112: prevSlide(); break
case 115: startSlide(); break
default: //xxx(e.which)
}
}
document.onkeypress = handleKey
// END controls.js
</script>
</head>
<body>
<div id="topbar">
<table width='100%'>
<tr>
<td width="13%">Spork</td>
<td align="center" width="73%">
<a accesskey="s" href="start.html">Spork - The Kwiki Way To Do Slideshows</a>
</td>
<td align="right" width="13%">
#5
</td>
</tr>
</table>
</div>
<!-- END top -->
<div id="content">
<div class="top_spacer"></div>
<img name="img" id="img" width="350" src="images/cpan.jpg" align=right>
<h2>Using Images</h2>
<ul>
<li>Hey Look. A picture!</li>
</ul>
<p>
</p>
<ul>
<li>Woah, it changed!</li>
</ul>
<p>
</p>
<ul>
<li>Images are cached locally</li>
</ul>
</div>
<!-- BEGIN bottom -->
<div id="bottombar">
<table width="100%">
<tr>
<td align="left" valign="middle">
<div style="display:none">
<a accesskey='p' href="slide5b.html#end">< < Previous</a> |
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide6.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 Brian Ingerson
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
( run in 0.527 second using v1.01-cache-2.11-cpan-39bf76dae61 )