Commit Graph

9 Commits

Author SHA1 Message Date
Doug Torrance
117a2451c8 dock.php, header.php: Update include files to use absolute paths.
The links and images used in the dock.php header.php include files use relative
paths.  This poses a problem if someone were to include them from a file in a
subdirectory.  In particular, the links and images used by the include files
would be assumed to be in the same subdirectory.

This patch fixes this issue by using absolute paths instead.
2014-08-10 13:57:13 -06:00
Carlos R. Mafra
9700cde064 Remove hardcoded http link 2012-02-14 19:19:34 +00:00
Martin Dietze
3a49325e49 More flexible width of contents
- header graphics scales (within limits)
- width of text area is determied by css, now 90% instead of 880px
- more of the html code goes in included templates
2012-02-10 23:46:14 +00:00
Carlos R. Mafra
f03c27bf8b Click on titlebar goes to index.php 2012-02-07 14:36:25 +00:00
Carlos R. Mafra
fde81055c1 Remove headers from {dock,header}.php
Thanks to Rodolfo for telling me this, again.

I will remember not to use 'tidy' on these files again.
2012-02-07 09:45:46 +00:00
Carlos R. Mafra
40092fb98b New header image 2012-02-06 16:16:01 +00:00
Carlos R. Mafra
761944af87 Several minor edits
Including running tidy -i -w 130 -m *.php to obtain uniform formatting.
2012-02-05 22:34:01 +00:00
Rodolfo García Peñas (kix)
5659747d8b Width tags clean
Removed the body and header tags of these pages, because when are joined
by php the final document will have three times the body and the header
tags included.

Removed the width tags, to avoid the space in the right side and the
horizontal slide.

Removed the homewmaker2.png link image, because this text can be made
using formatted text.

Removed a lot of \n \r.
2012-02-05 17:25:50 +00:00
Carlos R. Mafra
a6df0c6b3c Initial state for the homepage 2012-02-04 21:21:32 +00:00