/[SQLSession]/trunk/share/web/templates/sql.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/share/web/templates/sql.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13 by dpavlin, Sun Dec 3 00:12:25 2006 UTC revision 14 by dpavlin, Sun Dec 3 13:45:00 2006 UTC
# Line 19  $sth = $result->content('sth') if $resul Line 19  $sth = $result->content('sth') if $resul
19  <% $action->form_field('sql_query') %>  <% $action->form_field('sql_query') %>
20  <% $action->form_field('database') %>  <% $action->form_field('database') %>
21  <% Jifty->web->form->submit( label => 'Try it!' ) %>  <% Jifty->web->form->submit( label => 'Try it!' ) %>
 <% Jifty->web->form->end() %>  
 </&>  
22    
23  % if ( defined($sth) ) {  % if ( defined($sth) ) {
24    
25    <hr/>
26    
27  <table cellpadding="3" cellspacing="0" border="1">  <table cellpadding="3" cellspacing="0" border="1">
28    
29  <tr>  <tr>
# Line 42  $sth = $result->content('sth') if $resul Line 42  $sth = $result->content('sth') if $resul
42    
43  </table>  </table>
44    
45    <hr/>
46    
47    <%perl>
48    my $save = Jifty->web->new_action(
49            class => 'CreatePage',
50            arguments => {
51                    sql_query => $action->form_field('sql_query'),
52                    on_database => $action->form_field('database'),
53            }
54    );
55    
56    </%perl>
57    
58    <% $save->form_field('name') %>
59    <% $save->button( label => 'Save' ) %>
60    
61  % }  % }
62    
63    <% Jifty->web->form->end() %>
64    </&>
65    

Legend:
Removed from v.13  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26