New
[irspy-moved-to-github.git] / web / htdocs / help.html
1 %# $Id: help.html,v 1.1 2006-12-01 16:51:32 mike Exp $
2 <%args>
3 $help
4 </%args>
5 <?xml version="1.0" encoding="ISO-8859-1"?>
6 <!DOCTYPE html 
7      PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
8     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
9 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
10  <head>
11   <title>IRSpy help: <% $help %></title>
12   <style type="text/css">
13    body { background: #ffffc0; font-size: small }
14    ul.gappy li { margin-top: 1em }
15   </style>
16   <script type="text/JavaScript">
17    function sendOpener (relativeURI) {
18     /*alert(opener.document.location.host + relativeURI);*/
19     opener.document.location = relativeURI;
20    }
21   </script>
22  </head>
23  <body>
24   <h1>IRSpy help: <% $help %></h1>
25 % $m->comp("/help/$help.html");
26  </body>
27 </html>