& /auto_exh/comp/html_start.html, %ARGS &>
% if ( $misc->{filter} ) {
% if ( $ARGS{id} ) {
<& /auto_exh/comp/detail_table.html, %ARGS &>
% } else {
<& /auto_exh/comp/filter_table.html, %ARGS &>
% }
% } else {
% if ( $ARGS{id} ) {
<& /auto_exh/comp/detail_table.html, %ARGS &>
% } else {
<& /auto_exh/comp/thumb_table.html, %ARGS &>
% }
% }
<& /auto_exh/comp/footer.html, %ARGS &>
<%flags>
inherit=>undef()
%flags>
<%init>
my ( $class, $misc, $exhibition );
$class = "exhibition";
$exhibition = $class->subset( "where exhibit_code = '$ARGS{code}' " )->[0];
$misc = $exhibition->misc();
%init>