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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45 - (show annotations)
Tue May 30 14:34:58 2006 UTC (17 years, 11 months ago) by dpavlin
File size: 620 byte(s)
added class and description to transports
1 <%args>
2 $transport
3 </%args>
4
5 <&|/_elements/wrapper, title => 'New transport' &>
6
7 % if (not Jifty->web->current_user->id) {
8 <% Jifty->web->redirect( '/login/new' ) %>
9 % } else {
10
11 <% Jifty->web->form->start %>
12 <% Jifty->web->form->next_page( url => '/transports' ) %>
13 <% $transport->form_field('class') %>
14 <% $transport->form_field('source') %>
15 <% $transport->form_field('destination') %>
16 <% $transport->form_field('request_nr') %>
17 <% $transport->form_field('client_dependent') %>
18 <% $transport->form_field('description') %>
19
20 <% Jifty->web->form->submit(label => 'Add transport' ) %>
21 <% Jifty->web->form->end %>
22
23 % }
24 </&>

  ViewVC Help
Powered by ViewVC 1.1.26