[opencms-dev] RE: Navigation question
Nico Krause
Nico.Krause at nsc.eu.com
Tue Sep 3 18:11:11 CEST 2002
Thank you Martin,
Just in this moment I started to write a message to this list.... thanx
again...
Your statement about communicating in German in that list... once a day - if
there are over 80% of all OpenSource Projects are German developers. I would
suggest to declare German as "OpenSource" Communicating language... because
it could be that this will increase the speed of developing open source
projects about 100% ;-).
So long,
Nico
-----Original Message-----
From: "Bührle, Martin, FCI1" [mailto:martin.buehrle at lfk.eads.net]
Sent: Dienstag, 3. September 2002 17:58
To: 'opencms-dev at www.opencms.org'
Cc: 'Nico Krause'
Subject: AW: Navigation question
Hi Nico!
Here is the rest. You will need the .css-File to implement the navigation,
too.
<<private.css>>
P.S.: By the way wouldn't it be easier to communicate in German? :-)
Best regards
Martin
_________________________________________________________________________
Martin Buehrle, FCI1
EADS - European Aeronautic Defence and Space Company
Telefax: +49 89 3179-8927
eMail: Martin.Buehrle at lfk.eads.net
_________________________________________________________________________
> -----Ursprüngliche Nachricht-----
> Von: Nico Krause [SMTP:Nico.Krause at nsc.eu.com]
> Gesendet am: Dienstag, 3. September 2002 16:58
> An: '"Bührle, Martin, FCI1"'; 'opencms-dev at www.opencms.org'
> Cc: Nico Krause; 'mfoley5 at csc.com.au'
> Betreff: RE: Navigation question
>
> God save "OpenSource" (!!!!)
>
> Hoping of an ability to help you all soon!
>
> Thanks a lot ! It seems to fit my needs. (!)
>
> Nico
>
> -----Original Message-----
> From: "Bührle, Martin, FCI1" [ <mailto:martin.buehrle at lfk.eads.net>]
> Sent: Dienstag, 3. September 2002 12:57
> To: 'opencms-dev at www.opencms.org'
> Cc: 'Nico.Krause at nsc.eu.com'; 'mfoley5 at csc.com.au'
> Subject: AW: Navigation question
>
> Hi List,
>
> we have a special navigation-class for this, extending the class
> "CmsXmlNav.java".
> It was developed by Berata GmbH (Boeblingen, Germany) in 2001 for our
> Intranet.
>
> Be careful: With the latest OpenCMS-version there are may be totally
> different ways of implementing the same functions.
>
> There is also an language-based navigation implemented, using the same
> navigation-structure for different languages. It is possible to switch
> within the same content from one language to another (using the
> flag-symbol
> on the master-template).
>
> I think it will be really difficult to explain all the stuff. But here is
> the java-code and a template-example for the JavaScript-Code:
> (and some JPEGs to see, what is possible with this CmsXmlNavBerata.java)
>
> May be there is a possibility to place the necessary functions in the
> official CmsXmlNav.java by the opencms-team?!?
>
> <<CmsXmlNavBerata.java>>
> <<OPENCMS-Funktionen.doc>>
> Mastertemplate:
> /content/templates
> <<privatcontent.xml>>
> Includes:
> /content/internal
> <<privatpfad.xml>> <<privatpopup.xml>>
> Look&Feel:
> <<Navigation_Berata.jpg>>
>
>
>
> Best regards
> Martin
>
> _________________________________________________________________________
> Martin Buehrle IT-Projects/Services
> EADS - European Aeronautic Defence and Space Company
> LFK-Lenkflugkoerpersysteme GmbH
> Telefax: +49 89 3179-8927
> eMail: Martin.Buehrle at lfk.eads.net
> _________________________________________________________________________
>
>
>
> > -----Ursprüngliche Nachricht-----
> > Von: Nico Krause [SMTP:Nico.Krause at nsc.eu.com]
> > Gesendet am: Dienstag, 3. September 2002 12:07
> > An: 'opencms-dev at www.opencms.org'
> > Betreff: RE: [opencms-dev] Navigation question
> >
> > Thank you Stephan, ... no it is clear how to use navstart & navend
> >
> > I think it will help me a step forward.
> >
> > I've just made my first steps with extending CmsCmlNav... also getting
> > some response yet... ("greeting from JAVA";)
> >
> > Mark, if you like - we should help each other... I'll just try to go
> some
> > more steps forward with this ... then I will send an email to you or
> > posting something into the list.
> >
> > Have a nice time,
> >
> > Nico
> >
> > P.S. If you live in Australia - go better sleeping now - don't work so
> > long! Tomorrow morning ... there should be more (code) from my side.
> >
> >
> >
> >
> > -----Original Message-----
> > From: Stephan Hartmann [ < <mailto:hartmann at waehrisch-feykes.de>>]
> > Sent: Dienstag, 3. September 2002 11:26
> > To: opencms-dev at www.opencms.org
> > Subject: Re: [opencms-dev] Navigation question
> >
> > You can use the getNavTree method to read the whole tree. In the
> > <navstart>
> > and <navend> tags you can place your layer tags.
> >
> > Bye,
> > Stephan
> >
> >
> > Am Dienstag, 3. September 2002 11:16 schrieben Sie:
> >
> > > > Hi,
> > >
> > > I want to implement navigation with rollovers and layers.
> > > A primary Navigation with 'n' 3-5 or more Items...should be generated
> > > automatically from a folder root and each of them should have a
> > separated
> > > layer...the layer contains the secondary navigation. (next folder
> level)
> >
> > >
> > > So I have to read the whole tree at once - I think - in order to get
> all
> >
> > > navigation items...
> > >
> > > Some problems I have with doing that (besides I did only a very easy
> > > navigation at this time)
> > >
> > > 1. I don't know how to separate logically the primary navigation
> from
> >
> > > the secondary navigation
> > > 2. positioning the layers might be a problem. But I think will
> solve
> > > this through properties in folders. Or extending CmsXmlNav. with a new
>
> > > method. Which shifts every new layer to the right depending from it's
> > > position and how many nav items where displayed before.
> > >
> > > Did somebody extend the CmsXmlNav? It would be great if somebody posts
>
> > some
> > > code examples it to me.
> > > If somebody has implemented such a navigation.. it would also be great
>
> > > posting me.
> > >
> > > Thank you, very much,
> > >
> > > Nico
> > >
> > >
> > >
> > >
> > > ____________________________________
> > > Nico Krause
> > > NorthStar Communications GmbH
> > > Wallbergstr. 20-22 85221 Dachau
> > > Telefon: +49 (0) 81 31 / 9 96 87 - 53
> > > Fax: +49 (0) 81 31 / 9 96 87 - 29
> > > Mobil: +49 (0) 1 71 / 3 70 10 70
> >
> > ----------------------------------------
> > Content-Type: text/html; name="Anhang: 1"
> > Content-Transfer-Encoding: quoted-printable
> > Content-Description:
> > ----------------------------------------
> >
> > --
> > Stephan Hartmann
> >
> > Währisch & Feykes GmbH
> > Gustav-Adolf-Str. 5
> > 47057 Duisburg
> > Tel. 0203 / 373 070
> > Fax 0203 / 376 766
> > hartmann at wfnetz.de
> >
> > ------------------------------------------------------
> > Ausschlusserklärung (Disclaimer):
> > Über das Internet versandte E-mails können unter fremden Namen erstellt
> > oder
> > manipuliert werden. Aus diesem Grund enthalten unsere mit E-mail
> > verschickten
> > Nachrichten grundsätzlich keine rechtsverbindlichen Willenserklärungen.
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20020903/414fad92/attachment.htm>
More information about the opencms-dev
mailing list