Revision a8814e0e
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
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
besseres interface und delegating für layouts, inline accessoren
html menü in footer verschoben