/[sql-web-session]/index.cgi
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 /index.cgi

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

revision 21 by dpavlin, Sat Apr 18 14:08:52 2009 UTC revision 22 by dpavlin, Sat Apr 18 14:18:48 2009 UTC
# Line 171  while ( my @row = $sth->fetchrow_array ) Line 171  while ( my @row = $sth->fetchrow_array )
171    
172  print  print
173          qq|</table>|          qq|</table>|
174          , start_form( -id => 'sql' )          , start_form( -id => 'sql', -class => 'fixed' )
175    
176          , qq|<input type=button value="[x]" onclick="\$('form#sql').toggleClass('visible'); return false;" title="hide sql editor" class="close">|          , qq|<input type=button value="[=]" onclick="\$('form#sql').toggleClass('fixed'); return false;" title="toggle fixed position" class="right">|
177            , qq|<input type=button value="[x]" onclick="\$('form#sql').toggleClass('visible'); return false;" title="hide sql editor" class="right">|
178    
179          , qq|<label for=columns>select</label>|          , qq|<label for=columns>select</label>|
180          , checkbox_group( -name => 'columns', -values => [ @columns ], -defaults => [ @columns ] )          , checkbox_group( -name => 'columns', -values => [ @columns ], -defaults => [ @columns ] )

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26