/[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

Contents of /trunk/share/web/templates/sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (show annotations)
Mon Jan 29 20:11:20 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 334 byte(s)
re-organize SQL query page into fragments
1 <%args>
2 $sth => undef
3 $q => undef
4 $max_rows => 100
5 </%args>
6
7 <&| /_elements/wrapper, title => "Try out SQL query" &>
8
9 <% Jifty->web->region(
10 name => 'query',
11 path => '/fragments/enter_query',
12 ) %>
13
14 <% Jifty->web->region(
15 name => 'results',
16 path => '/fragments/results',
17 ) %>
18
19 <% Jifty->web->return( label => "Go back" ) %>
20
21 </&>
22

  ViewVC Help
Powered by ViewVC 1.1.26