source: trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/View/TTpart.pm @ 2054

Last change on this file since 2054 was 1081, checked in by nanardon, 12 years ago

Use a generic filter to list objects

File size: 651 bytes
Line 
1package LATMOS::Accounts::Web::View::TTpart;
2
3use strict;
4use base 'Catalyst::View::TT';
5use LATMOS::Accounts::Web;
6
7__PACKAGE__->config(
8    TEMPLATE_EXTENSION => '.tt',
9    INCLUDE_PATH => [
10    LATMOS::Accounts::Web->path_to( 'root', 'html' ),
11    ],
12    PRE_PROCESS  => 'includes/defs.tt',
13);
14
15=head1 NAME
16
17LATMOS::Accounts::Web::View::TTpart - TT View for LATMOS::Accounts::Web
18
19=head1 DESCRIPTION
20
21TT View for LATMOS::Accounts::Web.
22
23=head1 SEE ALSO
24
25L<LATMOS::Accounts::Web>
26
27=head1 AUTHOR
28
29Thauvin Olivier
30
31=head1 LICENSE
32
33This library is free software, you can redistribute it and/or modify
34it under the same terms as Perl itself.
35
36=cut
37
381;
Note: See TracBrowser for help on using the repository browser.