/[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 346 by dpavlin, Sat Aug 29 16:51:07 2009 UTC revision 354 by dpavlin, Sat Aug 29 22:10:55 2009 UTC
# Line 84  sub conf { Line 84  sub conf {
84                  } else {                  } else {
85                          if ( $name eq 'amt' ) {                          if ( $name eq 'amt' ) {
86                                  $html = qq|<a title="$html" href=http://$ip:16992/logon.htm>logon</a>|;                                  $html = qq|<a title="$html" href=http://$ip:16992/logon.htm>logon</a>|;
87                            } elsif ( $name eq 'ssh' ) {
88                                    $html =~ s{\s(\S{16}).+(\S{16})\s}{ $1..$2 };
89                          }                          }
90                          $html = qq|<pre style="display: inline">$html</pre>|                          $html = qq|<pre style="display: inline">$html</pre>|
91                          unless                          unless

Legend:
Removed from v.346  
changed lines
  Added in v.354

  ViewVC Help
Powered by ViewVC 1.1.26