/[pxelator]/lib/PXElator/html.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 /lib/PXElator/html.pm

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

revision 520 by dpavlin, Wed Sep 16 00:48:53 2009 UTC revision 521 by dpavlin, Thu Aug 26 19:27:49 2010 UTC
# Line 101  sub conf { Line 101  sub conf {
101                                  chomp($html);                                  chomp($html);
102                          } elsif ( $name eq 'kvm' ) {                          } elsif ( $name eq 'kvm' ) {
103                                  $html = qq|<a href="/start_stop/kvm?nr=$html">$html</a>|;                                  $html = qq|<a href="/start_stop/kvm?nr=$html">$html</a>|;
104                            } elsif ( $name eq 'munin' ) {
105                                    $html = join("\n", map { my $url = $_; $url =~ s/-d\w+\.\w+$/.html/; qq|<a href="$url"><img src="$_"></a>| } split(/\s+/s,$html));
106                          }                          }
107                          $html = qq|<tt>$html</tt>|                          $html = qq|<tt>$html</tt>|
108                          unless                          unless

Legend:
Removed from v.520  
changed lines
  Added in v.521

  ViewVC Help
Powered by ViewVC 1.1.26