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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (show annotations)
Fri May 26 17:39:00 2006 UTC (17 years, 11 months ago) by dpavlin
File size: 667 byte(s)
require login
1 <%args>
2 $transport
3 </%args>
4
5 <&|/_elements/wrapper, title => 'New transport' &>
6
7 % if (! Jifty->web->current_user->id) {
8 You have to be
9 <% Jifty->web->link( label => 'logged in', url => '/login' ) %>
10 for this to work!
11 % } else {
12
13 <% Jifty->web->form->start( call => '/all_transports' ) %>
14 <% Jifty->web->form->next_page( url => '/all_transports' ) %>
15 <% $transport->form_field('source') %>
16 <% $transport->form_field('destination') %>
17 <% $transport->form_field('request_nr') %>
18 <% $transport->form_field('client_dependent') %>
19 <% $transport->form_field('created_by') %>
20
21 <% Jifty->web->form->submit(label => 'Add transport' ) %>
22 <% Jifty->web->form->end %>
23
24 % }
25 </&>

  ViewVC Help
Powered by ViewVC 1.1.26