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

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

revision 986 by dpavlin, Sat Jan 10 18:53:15 2009 UTC revision 1045 by dpavlin, Thu Mar 12 20:56:04 2009 UTC
# Line 203  sub _add_css_js { Line 203  sub _add_css_js {
203          my ( $package, $path, $line ) = caller(1);          my ( $package, $path, $line ) = caller(1);
204    
205          $content = "/$content" if $content !~ m{[\n\r]} && -e $content;          $content = "/$content" if $content !~ m{[\n\r]} && -e $content;
206          if ( $content =~ $re_html ) {          if ( $content =~ $re_html && $what ne 'js' ) {
207                  $head = qq|                  $head = qq|
208                          $content                          $content
209                          <!-- $type via $package at $path line $line -->                          <!-- $type via $package at $path line $line -->
# Line 299  sub html_page { Line 299  sub html_page {
299    
300          my $right =          my $right =
301                  qq|                  qq|
302                          <span class="right">                          <span class="frey-status-right">
303                          <a title="reload $url"  href="/reload$url">reload</a>                          <a title="reload $url"  href="/reload$url">reload</a>
304                          <a title="$description" href="/exit$url" target="exit">$exit</a>                          <a title="$description" href="/exit$url" target="exit">$exit</a>
305                          </span>                          </span>

Legend:
Removed from v.986  
changed lines
  Added in v.1045

  ViewVC Help
Powered by ViewVC 1.1.26