Re: [Zope3-Users] css/page template ?

2007-02-10 Thread Dominique Lederer
tyson schrieb:
 I am having trouble getting my style sheet to load in my page template. 
 I added my .css file within the local package directory.  How can I
 point to this file on the filesystem.  I tried using a layer with a
 resource in my configure file, but that didn't work.  Any help would be
 much appreciated, thanks.
 
just register your .css file as ressource via ZCML:

...
browser:resource name=yourfile.css file=yourfileonfilesystemin
samefolder.css /
...

you can access it then via  {$site}/@@/yourfile.css
{$site} is the URL of the nearest site.

Dom
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] css/page template ?

2007-02-10 Thread Marius Gedminas
On Sat, Feb 10, 2007 at 10:34:51AM +0100, Dominique Lederer wrote:
 tyson schrieb:
  I am having trouble getting my style sheet to load in my page template. 
  I added my .css file within the local package directory.  How can I
  point to this file on the filesystem.  I tried using a layer with a
  resource in my configure file, but that didn't work.  Any help would be
  much appreciated, thanks.
  
 just register your .css file as ressource via ZCML:
 
 ...
 browser:resource name=yourfile.css file=yourfileonfilesystemin
 samefolder.css /
 ...
 
 you can access it then via  {$site}/@@/yourfile.css
 {$site} is the URL of the nearest site.

Which you can easily find in a page template, if you use

  link rel=stylesheet tal:attributes=href context/++resource++yourfile.css 
/

Marius Gedminas
-- 
You can't have megalomania.  *I* have megalomania.
-- Joe Bednorz


signature.asc
Description: Digital signature
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] css/page template ?

2007-02-09 Thread tyson
I am having trouble getting my style sheet to load in my page template.  
I added my .css file within the local package directory.  How can I 
point to this file on the filesystem.  I tried using a layer with a 
resource in my configure file, but that didn't work.  Any help would be 
much appreciated, thanks.


--
Tyson Wenger
Computer Programmer
VL Tool,Inc.

2021 MacArthur Rd.
Waukesha, WI 53188
(262)547-1226 x178

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users