/[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 71 by dpavlin, Thu Jan 25 20:29:21 2007 UTC revision 72 by dpavlin, Sun Jan 28 00:36:27 2007 UTC
# Line 26  warn $queries->build_select_query; Line 26  warn $queries->build_select_query;
26                  label => $q->name,                  label => $q->name,
27          ) %>          ) %>
28    
29          <span class="database-name">on <% $q->on_database->name %>          <span class="database-name">
30            <% $q->on_database->name %>
31            |
32            <% $q->owner ? $q->owner->name : '?' %>
33            |
34            <% $q->created_on->ymd . ' ' . $q->created_on->hms %>
35    
36  % if ( $edit ) {  % if ( $edit ) {
37          <tt>[<% $q->on_database->id . ': ' . $q->on_database->dsn %>]</tt>          <tt>[<% $q->on_database->id . ': ' . $q->on_database->dsn %>]</tt>
38  % }  % }

Legend:
Removed from v.71  
changed lines
  Added in v.72

  ViewVC Help
Powered by ViewVC 1.1.26