Revision a2ec076d
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Layout/Top.pm | ||
---|---|---|
17 | 17 |
} |
18 | 18 |
|
19 | 19 |
1; |
20 |
|
|
21 |
__END__ |
|
22 |
|
|
23 |
=encoding utf-8 |
|
24 |
|
|
25 |
=head1 NAME |
|
26 |
|
|
27 |
SL::Layout::Top - Top line in classic and v4 menu. |
|
28 |
|
|
29 |
=head1 DOM MODEL |
|
30 |
|
|
31 |
The entire top line is rendered into a div with id C<frame-header>. The following classes are used: |
|
32 |
|
|
33 |
frame-header-element: any continuous block of entries |
|
34 |
frame-header-left: the left floating part |
|
35 |
frame-header-right: the right floating part |
|
36 |
frame-header-center: the centered part |
|
37 |
|
|
38 |
=head1 BUGS |
|
39 |
|
|
40 |
none yet. :) |
|
41 |
|
|
42 |
=head1 AUTHOR |
|
43 |
|
|
44 |
Sven Schoeling E<lt>s.schoeling@linet-services.deE<gt> |
|
45 |
|
|
46 |
=cut |
Auch abrufbar als: Unified diff
Dokumentation zum DOM Model von SL::Layout::Top