/[transports]/trunk/web/templates/transports/create/landscape
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/web/templates/transports/create/landscape

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 84 by dpavlin, Tue Jun 13 15:28:25 2006 UTC revision 85 by dpavlin, Thu Jun 15 22:08:07 2006 UTC
# Line 1  Line 1 
1  <%args>  <%args>
2  $landscape_id => 0  $landscapes => 0
3  </%args>  </%args>
 <%init>  
4    
 my $landscapes = Transports::Model::UserOnLandscapeCollection->new();  
 $landscapes->limit(  
         column          => 'user_on',  
         value           => Jifty->web->current_user->id,  
         quote_value     => 0,  
 );  
 $landscapes->order_by({ column => 'landscape' });  
   
 </%init>  
5    
6  <h2>Select landscape in which to create transport</h2>  <h2>Select landscape in which to create transport</h2>
7    

Legend:
Removed from v.84  
changed lines
  Added in v.85

  ViewVC Help
Powered by ViewVC 1.1.26