/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 90 - (show annotations)
Wed Jun 21 13:06:11 2006 UTC (17 years, 10 months ago) by dpavlin
File size: 358 byte(s)
re-worked transports create (again), but now it works
1 <%args>
2 $landscapes => 0
3 </%args>
4
5 <&|/_elements/wrapper, title => 'Select landscape' &>
6
7 <h2>In which landscape to create transport?</h2>
8
9 <ul>
10 % while (my $l = $landscapes->next ) {
11 <li>
12 <% Jifty->web->link(
13 label => $l->landscape->name,
14 url => '/transports/create/',
15 parameters => {
16 landscape_id => $l->landscape->id,
17 }
18 ) %>
19 </li>
20 % }
21 </ul>
22
23 </&>

  ViewVC Help
Powered by ViewVC 1.1.26