/[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 10 by dpavlin, Tue Apr 14 19:54:56 2009 UTC revision 12 by dpavlin, Tue Apr 14 21:25:00 2009 UTC
# Line 140  print Line 140  print
140          qq|</table>|          qq|</table>|
141          , start_form( -id => 'sql' )          , start_form( -id => 'sql' )
142    
143          , qq|<a href="#" onclick="\$('form#sql').toggleClass('visible'); return false;" class=close>close</a>|          , qq|<a href="#" onclick="\$('form#sql').toggleClass('visible'); return false;" class=close title="hide sql editor">[x]</a>|
144    
145          , qq|<label for=columns>select</label>|          , qq|<label for=columns>select</label>|
146          , checkbox_group( -name => 'columns', -values => [ @columns ], -defaults => [ @columns ] )          , checkbox_group( -name => 'columns', -values => [ @columns ], -defaults => [ @columns ] )
# Line 157  print Line 157  print
157                  <span>                  <span>
158                  <input type=button name=add_group_by>                  <input type=button name=add_group_by>
159                  <input type=button name=close_group_by value="[x]" disabled=1>                  <input type=button name=close_group_by value="[x]" disabled=1>
160                  <div id="lookup">...loading...</div>                  <div id="lookup"></div>
161                  <span>                  <span>
162          |          |
163    

Legend:
Removed from v.10  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26