%# $Header: /raid/cvsroot/rt/webrt/Search/Attic/Listing.html,v 1.1.2.27 2000/07/22 17:06:19 tobiasb Exp $ %# Copyright 1996-2000 Jesse Vincent <& /Elements/Header, Title => "Ticket Listing / Queue View" &> %#TODO: What's this? :) %#Foo<% $foo %>bar %#<& QueueInterpretRestrictionCookies &> %#<& QueueHeader format="$format" &> %foreach (@{Config(\%ARGS, 'QueueListingCols')}) { %} %my $cnt=0; %while (my $Ticket = $session{'tickets'}->Next) { %## This doesn't work very well in Netscape: %#> > %# The ticket view is controlled by config.pm, WebOptions %foreach (@{Config(\%ARGS, 'QueueListingCols')}) { %} %}
<% $_->{Header} %>
<& TicketCell , Ticket=>$Ticket, Column=>$_ &>
%#<& QueueFooter format="$format" &>
<& PickRestriction &> <%INIT> require RT::Interface::Web; &ProcessSearchQuery(ARGS=>\%ARGS); #$foo =$session{'tickets'}->Restrictions;