On Fri, 2005-14-10 at 10:50 +0200, Andreas Schildbach wrote: > Hello there, > > Is anyone else experiencing problems with the LaptopTestingTeam pages > (not the index page, though)? > > For example the Dell X1 page I created: > > https://wiki.ubuntu.com/LaptopTestingTeam/DellLatitudeX1 > > displays without stylesheet. > > The same with other laptop pages, so I think its not my fault: > > https://wiki.ubuntu.com/LaptopTestingTeam/DellLatitudeD810 > https://wiki.ubuntu.com/LaptopTestingTeam/ToshibaPortegeR200 > > I am using Firefox that comes with Breezy.
(cc'ing to Henrik in the hope he knows what the problem is) There seems to be a problem with relative versus absolute paths for some wiki pages. Looking at the little "globe" image for external URLs, in the LaptopTestingTeam wiki page souce I get: <img src="/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> while for the subpage of my laptop (LaptopTestingTeam/DellLatitude110L), I get in the source: <img src="./htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> (notice the extra .) The former img is found, but the later isn't, and we get the alternate text label instead. I first noticed that on the Calendar page a couple of days ago where that wiki page tries to use: <img src="/srv/wiki.ubuntu.com/www/htdocs/ubuntu/img/u-www.png" alt="[WWW]" height="16" width="16"> -- Daniel Robitaille Email: [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] -- laptop-testing-team mailing list [email protected] http://lists.ubuntu.com/mailman/listinfo/laptop-testing-team
