Changeset 221


Ignore:
Timestamp:
06/02/09 05:24:40 (15 years ago)
Author:
nanardon
Message:
  • add massedit section (not functionnal at time)
Location:
LATMOS-Accounts-Web
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web.pm

    r98 r221  
    1414#                 directory 
    1515 
    16 use Catalyst qw/ConfigLoader Static::Simple/; 
     16use Catalyst qw/ 
     17    ConfigLoader 
     18    Static::Simple 
     19    Session 
     20    Session::State::Cookie 
     21    Session::Store::FastMmap 
     22    /; 
    1723 
    1824our $VERSION = '0.01'; 
  • LATMOS-Accounts-Web/root/html/includes/filter.tt

    r220 r221  
    22<p>Filtre:</p> 
    33<form action="[% formuri %]" method="POST"> 
     4<input type="hidden" name="otype" value="[% otype | html %]"> 
    45[% FOREACH item = [0, 1, 2 ] %] 
    56[% IF loop.first %] 
Note: See TracChangeset for help on using the changeset viewer.