ok after going nuts. it looks like the ../ is really needed so you get
out of the styles directory since this is where the images urls resolve
from there. sigh ok my misunderstanding. But i don't have a
images/tab/bg.gif and a images/freevoheader2.jpg that are referred to in
that file.

It also appears the redirects don't like the /styles/images type urls
and do what i thought (which was pop off all the previous dirs until
getting to the one we want.) The styles one looks fine to it so it
strips it down to that and then exits the routine instead of stripping
down to /images for those links. id you don't understand this rambling
don't worry, the url rewrite in twisted is wierd. 

Mike

On Tue, 2004-02-10 at 18:11, Michael Ruelle wrote:
> hmm it looks like your use of subdirectories in the images dir broke
> this redirect for some images. I will look into this.
> 
> Mike
> 
> On Tue, 2004-02-10 at 17:55, Michael Ruelle wrote:
> > actually all you need to do is images/ not /images or ../images. All
> > images dirs get rewritten to the main images dir. The same is true for
> > styles as well.
> > 
> > Mike
> > 
> > On Tue, 2004-02-10 at 17:33, [EMAIL PROTECTED] wrote:
> > > Update of /cvsroot/freevo/freevo/src/www/htdocs/styles
> > > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13597/styles
> > > 
> > > Modified Files:
> > >   main.css 
> > > Log Message:
> > > Fix the absolute paths in images.
> > > 
> > > 
> > > 
> > > Index: main.css
> > > ===================================================================
> > > RCS file: /cvsroot/freevo/freevo/src/www/htdocs/styles/main.css,v
> > > retrieving revision 1.14
> > > retrieving revision 1.15
> > > diff -C2 -d -r1.14 -r1.15
> > > *** main.css      10 Feb 2004 18:59:57 -0000      1.14
> > > --- main.css      10 Feb 2004 22:33:20 -0000      1.15
> > > ***************
> > > *** 347,351 ****
> > >         float:left;
> > >         width:100%;
> > > !       background: #666699 url("/images/tab/bg.gif") repeat-x bottom;
> > >         font-size:93%;
> > >         line-height:normal;
> > > --- 347,351 ----
> > >         float:left;
> > >         width:100%;
> > > !       background: #666699 url("../images/tab/bg.gif") repeat-x bottom;
> > >         font-size:93%;
> > >         line-height:normal;
> > > ***************
> > > *** 358,362 ****
> > >       #header li {
> > >         float:left;
> > > !       background:url("/images/tab/left.gif") no-repeat left top;
> > >         margin:0;
> > >         padding:0 0 0 9px;
> > > --- 358,362 ----
> > >       #header li {
> > >         float:left;
> > > !       background:url("../images/tab/left.gif") no-repeat left top;
> > >         margin:0;
> > >         padding:0 0 0 9px;
> > > ***************
> > > *** 364,368 ****
> > >       #header a {
> > >         display:block;
> > > !       background:url("/images/tab/right.gif") no-repeat right top;
> > >         padding:5px 15px 4px 6px;
> > >         text-decoration:none;
> > > --- 364,368 ----
> > >       #header a {
> > >         display:block;
> > > !       background:url("../images/tab/right.gif") no-repeat right top;
> > >         padding:5px 15px 4px 6px;
> > >         text-decoration:none;
> > > ***************
> > > *** 374,381 ****
> > >         }
> > >       #header #current {
> > > !       background-image:url("/images/tab/left_on.gif");
> > >         }
> > >       #header #current a {
> > > !       background-image:url("/images/tab/right_on.gif");
> > >         color:#333;
> > >         padding-bottom:5px;
> > > --- 374,381 ----
> > >         }
> > >       #header #current {
> > > !       background-image:url("../images/tab/left_on.gif");
> > >         }
> > >       #header #current a {
> > > !       background-image:url("../images/tab/right_on.gif");
> > >         color:#333;
> > >         padding-bottom:5px;
> > > 
> > > 
> > > 
> > > -------------------------------------------------------
> > > The SF.Net email is sponsored by EclipseCon 2004
> > > Premiere Conference on Open Tools Development and Integration
> > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> > > http://www.eclipsecon.org/osdn
> > > _______________________________________________
> > > Freevo-cvslog mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to