Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a8814e0e

Von Sven Schöling vor etwa 12 Jahren hinzugefügt

  • ID a8814e0ef7175fef00ba18195ba2d457095b96ad
  • Vorgänger 0f69c726
  • Nachfolger 017c6569

besseres interface und delegating für layouts, inline accessoren

html menü in footer verschoben

Unterschiede anzeigen:

SL/Form.pm
537 537

  
538 538
  print $::request->{layout}->end_content;
539 539
  print $::request->{layout}->post_content;
540
#  print "<script type='text/javascript' src='$_'></script>\n" for $::request->{layout}->javascripts;
541
#  if (my @inline_scripts = $::request->{layout}->javascript_inline) {
542
#    print "<script type='text/javascript'>$_</script>\n" for @inline_scripts;
543
#  }
540

  
541
  if (my @inline_scripts = $::request->{layout}->javascripts_inline) {
542
    print "<script type='text/javascript'>$_</script>\n" for @inline_scripts;
543
  }
544 544

  
545 545
  print <<EOL
546 546
 </body>

Auch abrufbar als: Unified diff