/[Frey]/trunk/lib/Frey/ClassBrowser.pm
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/lib/Frey/ClassBrowser.pm

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

revision 186 by dpavlin, Tue Sep 9 23:15:46 2008 UTC revision 187 by dpavlin, Sat Sep 13 15:31:54 2008 UTC
# Line 21  sub markup { Line 21  sub markup {
21                                  $html .= qq|<a href="/od/$package">design</a>| if $package->can('collection');                                  $html .= qq|<a href="/od/$package">design</a>| if $package->can('collection');
22                          }                          }
23                  }                  }
24                  $html .= qq|</td><td>|;                  my @inspect;
25                  $html .= qq|<a href="/ob/$package">collection</a>| if $package->can('collection_table');                  push @inspect, qq|<a href="/ob/$package">collection</a>| if $package->can('collection_table');
26                  $html .= qq|<a href="/markup/$package">markup</a>| if $package->can('markup');                  push @inspect, qq|<a href="/markup/$package">markup</a>| if $package->can('markup');
27                  $html .= qq|<a href="/html/$package">html</a>| if $package->can('html');                  push @inspect, qq|<a href="/html/$package">html</a>| if $package->can('html');
28                  $html .= qq|</td></tr>|;                  $html .= qq|</td><td>| . join('&nbsp;', @inspect) . qq|</td></tr>|;
29          }          }
30          $html = "<table>$html</table>" if $html;          $html = "<table>$html</table>" if $html;
31          $markup = $html;          $markup = $html;

Legend:
Removed from v.186  
changed lines
  Added in v.187

  ViewVC Help
Powered by ViewVC 1.1.26