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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (show annotations)
Sun Dec 3 14:50:23 2006 UTC (17 years, 4 months ago) by dpavlin
Original Path: trunk/share/web/templates/index.html
File MIME type: text/html
File size: 352 byte(s)
list of all queries
1 <%init>
2 my $queries = SQLSession::Model::QueryCollection->new();
3 $queries->unlimit();
4
5 </%init>
6
7 <&| /_elements/wrapper, title => "Available queries" &>
8 <dl>
9 % while (my $q = $queries->next) {
10 <dt><% $q->name %></dt>
11 <dd>
12 on <% $q->on_database->name %> <tt>[<% $q->on_database->dsn %>]</tt>
13 <pre>
14 <% $q->sql_query %>
15 </pre>
16 </dd>
17 % }
18 </dl>
19 </&>

  ViewVC Help
Powered by ViewVC 1.1.26