related_set_info — Create a popup menu of possible related sets
use Wacs;
use Wacs::WacsStd;
related_set_info( | ...) ; |
parameter | description |
---|---|
reltype | The type of the relation we're dealing with - rank
or altmedia |
modelnos | A quoted, comma seperated list of model numbers whose sets should be included in the list. |
type | The set type of the type we're looking for for rank relations or the type we're NOT looking for for alternative media relations. |
rank | The type of rank relation we're creating - C for
Continuation records, S for alternative (duplicate)
records |
setno | The set number we're actually working on (if already known) to be left out of the selection made. |
default | Allows specification of a set number to be the default - ideal for an update application |
dbhandle | The handle to the open database connection |
cgihandle | The handle to the CGI object we're creating a new popup menu using |
colspan | The colspan attribute to use in the generated table line |
The related_set_info
function outputs a single
line of a table, designed to fit the Standard WACS collection management
tools layout, that adds a pop-up menu using the CGI.pm
library. The purpose of this popup menu is to establish connections between
sets using the saltmedia
, snext/sprev
or sduplicates
fields.