From 8e9bcea9b22460318f744209beeb9964498a1712 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 1 Dec 2006 16:51:32 +0000 Subject: [PATCH] New --- web/htdocs/help.html | 27 +++++++++++++++++++++++++++ web/htdocs/help/find.html | 31 +++++++++++++++++++++++++++++++ web/htdocs/help/link.mc | 9 +++++++++ 3 files changed, 67 insertions(+) create mode 100644 web/htdocs/help.html create mode 100644 web/htdocs/help/find.html create mode 100644 web/htdocs/help/link.mc diff --git a/web/htdocs/help.html b/web/htdocs/help.html new file mode 100644 index 0000000..d0ea596 --- /dev/null +++ b/web/htdocs/help.html @@ -0,0 +1,27 @@ +%# $Id: help.html,v 1.1 2006-12-01 16:51:32 mike Exp $ +<%args> +$help + + + + + + IRSpy help: <% $help %> + + + + +

IRSpy help: <% $help %>

+% $m->comp("/help/$help.html"); + + diff --git a/web/htdocs/help/find.html b/web/htdocs/help/find.html new file mode 100644 index 0000000..06fcce5 --- /dev/null +++ b/web/htdocs/help/find.html @@ -0,0 +1,31 @@ +

+ Fill in as many search critera as you like, then press the + Search button. +

+

+ If you don't fill in any fields, all registered targets will be found. +

+

+ Each search term that you enter is a CQL fragment. This means: +

+ +

+ For more detailed information, see + the CQL tutorial +

diff --git a/web/htdocs/help/link.mc b/web/htdocs/help/link.mc new file mode 100644 index 0000000..c615fc2 --- /dev/null +++ b/web/htdocs/help/link.mc @@ -0,0 +1,9 @@ +%# $Id: link.mc,v 1.1 2006-12-01 16:51:33 mike Exp $ +<%args> +$help + + [help] +%# It would be nice to make a little icon to use here instead of [help] -- 1.7.10.4