Help for this page

Select Code to Download


  1. or download this
    <!-- ticket.tmpl -->
    <html>
    ...
            </table>
        </body>
    </html>
    
  2. or download this
    my @select_fields = qw(
      id
    ...
    }
    
    print $template->output();
    
  3. or download this
    <!-- ticket-short.tmpl -->
    <html>   
    ...
        </div>
        </body>
    </html>