<!--
Interactive lookup

   * Set CLASS = %URLPARAM{"AppliesTo" default=".*"}%
-->
<div class="twikiPageForm">
<form name="chooser" action="%SCRIPTURL{"view"}%/%WEB%/%TOPIC%" method="get">
<h3>%STARTSECTION{form_select}%Active Items for
<select name="AppliesTo" onchange="chooser.submit()">
%STARTSECTION{form_options}%
<option %IF{"not defined $AppliesTo" else="selected"}% >.*</option>
%SEARCH{ 
    "^\|[^\|]*\| *option *\|" 
    topic="%TOPIC%" 
    type="regex" 
    multiple="on" 
    nosearch="on" 
    nototal="on" 
    format="<option $percntIF{\"$AppliesTo='$pattern(^\| *(.*?) *\|.*)'\" then=\"selected\"}$percnt >$pattern(^\| *(.*?) *\|.*)</option>" 
}%
%ENDSECTION{form_options}%
</select>
%ENDSECTION{form_select}%
</h3>
%INCLUDE{
	"Bugs.Tabulator" 
        STATUS="New|Actioning|Waiting for Feedback|Confirmed|Being Worked On|Waiting for Release%IF{"defined closed" then="|Closed|No Action Required"}%"
	SUMMARY=".*"
	DETAIL=".*"
	PRIORITY=".*"
	CLASS="%CLASS%"
	REPORTEDBY=".*"
	WAITINGFOR=".*"
	LIMIT=""
	CODEBASE=".*"
}%
<input type="submit" class="twikiButton" name="%IF{"defined closed" then="other" else="closed"}%" value="%IF{"defined closed" then="Hide" else="Show"}% closed and discarded items" />
</form>
</div>

%STARTINCLUDE%
---+++ Applies To
Select which area of development this applies to
%STOPINCLUDE%



<!-- Items used by the ItemTemplate form -->
| *Name* | *Type* | *ToolTip* |
| Web Site | option | The company web site |
| Main Product | option | Our main product |
| User Manual | option | End-user documentation for our main product |
| Another Product | option | Another product |
