/[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 48 by dpavlin, Sun Jan 21 13:01:08 2007 UTC revision 53 by dpavlin, Sun Jan 21 14:00:28 2007 UTC
# Line 34  warn $queries->build_select_query; Line 34  warn $queries->build_select_query;
34  % if ( $edit ) {  % if ( $edit ) {
35          <tt>[<% $q->on_database->id . ': ' . $q->on_database->dsn %>]</tt>          <tt>[<% $q->on_database->id . ': ' . $q->on_database->dsn %>]</tt>
36  % }  % }
37  <%perl>          <span class="database-schema">
38            <%perl>
39          my $name = $q->on_database->dsn;          my $name = $q->on_database->dsn;
40          $name =~ s/^.*dbname=//;          $name =~ s/^.*dbname=//;
41          $m->out("<a href=\"/static/spy/$name/index.html\">$name</a>");          $m->out("<a href=\"/static/spy/$name/index.html\" target=\"_spy\">$name shema</a>");
42  </%perl>          </%perl>
43            </span>
44    
45          </span>          </span>
46    
47          </dt>          </dt>

Legend:
Removed from v.48  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.26