Changeset 1302
- Timestamp:
- 07/21/03 23:24:59 (5 years ago)
- Files:
-
- trunk/swishctl/example/about.htm (modified) (1 diff)
- trunk/swishctl/example/body.htm (modified) (1 diff)
- trunk/swishctl/example/help.htm (modified) (1 diff)
- trunk/swishctl/example/index.htm (modified) (1 diff)
- trunk/swishctl/example/install.bat (deleted)
- trunk/swishctl/example/query.htm (modified) (1 diff)
- trunk/swishctl/example/swish-idx.bat (deleted)
- trunk/swishctl/example/swishsrc.bat (deleted)
- trunk/swishctl/example/uninstall.bat (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swishctl/example/about.htm
r1232 r1302 1 1 <html> 2 2 <head> 3 <title>About ACC Index</title>3 <title>About SwishCtl</title> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 5 5 <link rel="stylesheet" href="styles/style.css" media="screen"> trunk/swishctl/example/body.htm
r1301 r1302 1 1 <html> 2 2 <head> 3 <title>About ACC Index</title>3 <title>About SwishCtl</title> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 5 5 <link rel="stylesheet" href="styles/style.css" media="screen"> trunk/swishctl/example/help.htm
r1301 r1302 1 1 <html> 2 2 <head> 3 <title> ACC IndexHelp</title>3 <title>SwishCtl Help</title> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 5 5 <link rel="stylesheet" href="styles/style.css"> 6 6 </head> 7 7 <body bgcolor="#ffffff"> 8 <h1>How to search the ACC Index</h1>8 <h1>How to search with SwishCtl</h1> 9 9 <p><b>It's easy!</b> Just type the word or words you are looking for 10 10 into the <b>query:</b> box and press <b>enter</b>.</p> trunk/swishctl/example/index.htm
r1301 r1302 1 1 <html> 2 2 <head> 3 <title> Acc Index</title>3 <title>Search SWISH-E Documentation</title> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 5 5 <script language="JavaScript1.1"> trunk/swishctl/example/query.htm
r1301 r1302 3 3 <head> 4 4 5 <title> ACC Index</title>5 <title>SwishCtl Query</title> 6 6 7 7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
