From a2ec076d8aeda8094a5d2284e6f9d8b5c77c0e50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 17 Oct 2012 13:26:04 +0200 Subject: [PATCH] Dokumentation zum DOM Model von SL::Layout::Top --- SL/Layout/Top.pm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/SL/Layout/Top.pm b/SL/Layout/Top.pm index 36170b8fe..f007e09cb 100644 --- a/SL/Layout/Top.pm +++ b/SL/Layout/Top.pm @@ -17,3 +17,30 @@ sub stylesheets { } 1; + +__END__ + +=encoding utf-8 + +=head1 NAME + +SL::Layout::Top - Top line in classic and v4 menu. + +=head1 DOM MODEL + +The entire top line is rendered into a div with id C. The following classes are used: + + frame-header-element: any continuous block of entries + frame-header-left: the left floating part + frame-header-right: the right floating part + frame-header-center: the centered part + +=head1 BUGS + +none yet. :) + +=head1 AUTHOR + +Sven Schoeling Es.schoeling@linet-services.deE + +=cut -- 2.20.1