Defined in tcl/intranet-defs.tclReturns an html select box named $select_name and defaulted to
$default with a list of all the projects in the system. If status is
specified, we limit the select box to projects matching that
status. If type is specified, we limit the select box to project
matching that type. If exclude_status is provided as a list, we
limit to states that do not match any states in exclude_status.
- Parameters:
-
select_name
default (optional)
status (optional)
type (optional)
exclude_status (optional)