root/swishctl/example/index.htm

Revision 1302, 0.6 kB (checked in by augur, 5 years ago)

Removed last bits of Acc Index from HTML files, I think.
Removed all the various batch files. I'd rather the end-users RTFM a little.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <html>
2 <head>
3 <title>Search SWISH-E Documentation</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <script language="JavaScript1.1">
6 <!--
7 // if BodyFrame already exists ... we are inside the frameset
8 if ( top.BodyFrame )
9 {
10         // so reload the default frame
11         top.BodyFrame.navigate( "body.htm" );
12 }
13 //-->
14 </script>
15
16 </head>
17 <frameset rows="120,*" border="0" framespacing="0" frameborder="NO">
18   <frame src="query.htm" name="QueryFrame" frameborder="NO">
19   <frame src="body.htm" name="BodyFrame" frameborder="NO">
20 </frameset>
21 <noframes><body bgcolor="#FFFFFF">
22
23 </body></noframes>
24 </html>
Note: See TracBrowser for help on using the browser.