findrecentsets — creates rows in a table managed form with pull-down menus containing details of recently added sets
use Wacs;
use Wacs::WacsStd;
findrecentsets( | ...); |
| parameter | description |
|---|---|
| offset | the number of days in the past to consider as recent. Defaults to
the current value of layout->newperiod if not specified.
|
| default | the default value for the set number if known. |
| dbhandle | pointer to the currently active database handle |
| cgihandle | pointer to the currently active CGI object |
The findrecentsets function creates rows in a
table managed form with pull-down menus containing details of recently
added sets. The method selected by the user for specifying their
response will be stored in a CGI variable called setmeth
which will have a value of one of specify,
image or video.
If their response is specify
the setno will be in a CGI variable called spec_setno.
If their response is image the setno will be in a CGI
variable called recent_img and for video
it'll be in recent_vid.