/[transports]/trunk/web/templates/transports/create/new
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/new

Parent Directory Parent Directory | Revision Log Revision Log


Revision 85 - (show annotations)
Thu Jun 15 22:08:07 2006 UTC (17 years, 11 months ago) by dpavlin
File size: 591 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 $landscape_id => 0
3 $transport
4 </%args>
5
6 <h2>Enter new transport request</h2>
7
8 <% Jifty->web->form->start %>
9
10 <% $transport->form_value('landscape', default_value => $landscape_id ) %>
11 '
12 <% $transport->form_field('class', render_as => 'radio', default_value => 'Default' ) %>
13 <% $transport->form_field('source') %>
14 <% $transport->form_field('destination') %>
15 <% $transport->form_field('request_nr') %>
16 <% $transport->form_field('client_dependent') %>
17 <% $transport->form_field('description') %>
18
19 <% Jifty->web->form->submit( label => 'Add transport' ) %>
20
21 <% Jifty->web->form->end %>

  ViewVC Help
Powered by ViewVC 1.1.26