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

Diff of /trunk/share/web/templates/list

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

revision 22 by dpavlin, Sun Dec 3 19:55:52 2006 UTC revision 28 by dpavlin, Thu Dec 7 19:56:41 2006 UTC
# Line 12  $queries->unlimit(); Line 12  $queries->unlimit();
12                  label => $q->name,                  label => $q->name,
13          ) %></dt>          ) %></dt>
14          <dd>          <dd>
15          on <% $q->on_database->name %> <tt>[<% $q->on_database->dsn %>]</tt>          <pre class="sql"><% $q->sql_query %></pre>
16          <pre>          <div class="sql-note"><% $q->note %></div>
17          <% $q->sql_query %>          <div class="database-name">on <% $q->on_database->name %> <tt>[<% $q->on_database->dsn %>]</tt></div>
         </pre>  
18          </dd>          </dd>
19  % }  % }
20  </dl>  </dl>

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

  ViewVC Help
Powered by ViewVC 1.1.26