The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

lib/mktemp-lookupcluster.pl - returns the template editor cluster search form

SYNOPSIS

  require "$ROADS::Lib/mktemp-lookupcluster.pl";
  &LookupCluster($type);

DESCRIPTION

This package implements a function which returns a cluster search form.

METHODS

LookupCluster( type );

This function creates a new HTML form which lets the template editor end user search for a cluster to include in a template being edited/created. The attribute/value pairs from the in-progress template are included as hidden fields so as to pass on state from the previous stages in the editing process.

FILES

config/multilingual/*/mktemp/lookupclusterhead.html - the beginning of the HTML form which is returned.

config/multilingual/*/mktemp/lookupclusterform..html - the end of the HTML form returned.

SEE ALSO

"mktemp.pl" in admin-cgi

COPYRIGHT

Copyright (c) 1988, Martin Hamilton <martinh@gnu.org> and Jon Knight <jon@net.lut.ac.uk>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

It was developed by the Department of Computer Studies at Loughborough University of Technology, as part of the ROADS project. ROADS is funded under the UK Electronic Libraries Programme (eLib), the European Commission Telematics for Research Programme, and the TERENA development programme.

AUTHOR

Jon Knight <jon@net.lut.ac.uk>