Hi,
I've got an external CSS-file being loaded in the layout.vm.
What I need is to process this css-file throu the velocity engine in order
to assign design-values specific to the user who has logged in.
I think this is a quite common demand, as a lot of portals offer a
user-specific layout (for instance Yahoo).

Anybody out there who has done this?

Currently, I see two ways for a work-around:
1) generate a CSS-file for each user that is registered and assign a
corresponding filename, e.g. stylesheet[user_id].css
2) put the CSS-stuff inside the html-doc instead of in external file


However still the most elegant way would be to have the external file, and
assign the CSS-values using the velocity engine.

Marc


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

Reply via email to