/[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 12 by dpavlin, Tue Apr 14 21:25:00 2009 UTC revision 13 by dpavlin, Wed Apr 15 15:26:38 2009 UTC
# Line 52  print header, q| Line 52  print header, q|
52  <!-- http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js -->  <!-- http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js -->
53  <script type="text/javascript" src="jquery-1.3.2.min.js"></script>  <script type="text/javascript" src="jquery-1.3.2.min.js"></script>
54    
 <!-- insert firebug lite because we use console.* all over -->  
 <!-- http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js -->  
 <script type="text/javascript" src="firebug-lite-compressed.js"></script>  
 <script type="text/javascript">  
 firebug.env.height = 100;  
 </script>  
   
55  <script type="text/javascript" src="sql-editor.js"></script>  <script type="text/javascript" src="sql-editor.js"></script>
56    
57  </head>  </head>
# Line 113  $t = time() - $t; Line 106  $t = time() - $t;
106    
107  print $sth->rows, qq| rows in $t s</code>|;  print $sth->rows, qq| rows in $t s</code>|;
108    
   
109  @columns = @{ $sth->{NAME} } if $#columns == 0 && $columns[0] eq '*';  @columns = @{ $sth->{NAME} } if $#columns == 0 && $columns[0] eq '*';
110    
111  print qq|<table id="results">|;  print qq|<table id="results">|;

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

  ViewVC Help
Powered by ViewVC 1.1.26