Hi Cor, *,

On Nov 22, 2007 10:24 PM, :murb: [maarten brouwers] <[EMAIL PROTECTED]> wrote:
>
> Christian will be able to tell you probably how to do 'menu inclusion'
> with Collabnet (there is some file you can edit). Positioning the
> sidebar can be done using CSS... Even table elements can be styled &
> positioned ) almost  anyway you want (although semantically it is a bit
> messy).

Well, this is rather limited..
The menu Maarten is talking about is the one on the left hand side, the Project
Tools. above the Search box.
The Project Tools can be replaced  by a a project_tools.html that needs
to be placed in the www folder of your project (see for example
http://api.openoffice.org/project_tools.html
http://api.openoffice.org/source/browse/api/www/project_tools.html?view=markup


> Cor Nouws wrote:
> >
> > About the sub menus / side navbar, often placed at the right of the pages.
> > AFAICS (websites is not my cor-business), it is hard coded on each page.
> > Thus I think it isn't possible to use menus with php or so, otherwise
> > other would have done it ...

Yes, the right hand navbar is hardcoded into every page. German-lang
project uses a script to update the pages when the navbar gets modified,
but still it is directly in the HTML.

> > Before starting the copy/paste work, I would like to check if this is
> > right, or if I have overseen any possibility. In that case, a pointer
> > will be highly appreciated.

As the left navbar-block is within a table-cell, I'm not sure how much you
can move it around in a sensible way, I never tried to move it myself.

But of course you could add another div with some special ID to the
project_tools.html and play around with css positioning.

When using this approach, the menu will be added to each and every
page of your project, and when you don't want it to show up, you will
have to hide it (again using css) - but that is not a problem.

ciao
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to