/[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 85 - (show annotations)
Thu Jun 15 22:08:07 2006 UTC (17 years, 10 months ago) by dpavlin
File size: 326 byte(s)
move most of login for /transports/create into dispatcher (I'm still not
sure that this is the best place for it in Jifty), tried to remove /login
from dispatcher, but next_page doesn't work any more
1 <%args>
2 $landscapes => 0
3 </%args>
4
5
6 <h2>Select landscape in which to create transport</h2>
7
8 <ul>
9 % while (my $l = $landscapes->next ) {
10 <li>
11 <% Jifty->web->link(
12 label => $l->landscape->name,
13 onclick => {
14 replace_with => '/transports/create/new',
15 args => { landscape_id => $l->landscape->id },
16 }
17 ) %>
18 </li>
19 % }
20 </ul>

  ViewVC Help
Powered by ViewVC 1.1.26