/[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 87 by dpavlin, Thu Jun 15 22:08:07 2006 UTC revision 88 by dpavlin, Mon Jun 19 15:15:54 2006 UTC
# Line 2  Line 2 
2  $landscapes => 0  $landscapes => 0
3  </%args>  </%args>
4    
5    <&|/_elements/wrapper, title => 'Select landscape' &>
6    
7  <h2>Select landscape in which to create transport</h2>  <h2>In which landscape to create transport?</h2>
8    
9  <ul>  <ul>
10  % while (my $l = $landscapes->next ) {  % while (my $l = $landscapes->next ) {
11  <li>  <li>
12  <% Jifty->web->link(  <% Jifty->web->link(
13          label => $l->landscape->name,          label => $l->landscape->name,
14          onclick => {          url => '/transports/create/new',
15                  replace_with => '/transports/create/new',          parameters => {
16                  args => { landscape_id => $l->landscape->id },                  landscape_id => $l->landscape->id,
17          }          }
18  ) %>  ) %>
19  </li>  </li>
20  % }  % }
21  </ul>  </ul>
22    
23    </&>

Legend:
Removed from v.87  
changed lines
  Added in v.88

  ViewVC Help
Powered by ViewVC 1.1.26