/[SQLSession]/trunk/share/web/templates/sql
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

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

revision 14 by dpavlin, Sun Dec 3 13:45:00 2006 UTC revision 15 by dpavlin, Sun Dec 3 14:01:53 2006 UTC
# Line 1  Line 1 
1  <%args>  <%args>
 $page => 1  
2  $sth => undef  $sth => undef
3  </%args>  </%args>
4  <%init>  <%init>
# Line 22  $sth = $result->content('sth') if $resul Line 21  $sth = $result->content('sth') if $resul
21    
22  % if ( defined($sth) ) {  % if ( defined($sth) ) {
23    
 <hr/>  
   
24  <table cellpadding="3" cellspacing="0" border="1">  <table cellpadding="3" cellspacing="0" border="1">
25    
26  <tr>  <tr>
# Line 42  $sth = $result->content('sth') if $resul Line 39  $sth = $result->content('sth') if $resul
39    
40  </table>  </table>
41    
 <hr/>  
   
42  <%perl>  <%perl>
43  my $save = Jifty->web->new_action(  my $save = Jifty->web->new_action(
44          class => 'CreatePage',          class => 'CreateQuery',
45          arguments => {          arguments => {
46                  sql_query => $action->form_field('sql_query'),                  sql_query => $action->form_field('sql_query'),
47                  on_database => $action->form_field('database'),                  on_database => $action->form_field('database'),

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

  ViewVC Help
Powered by ViewVC 1.1.26