6 Commits

Author SHA1 Message Date
Derick Rethans
26b4e55785 - XHTML fixes (that was need to make Firefox work with my new CSS correctly).
- Fixed some call-time-pass-by-reference warnings.
- Allow a new tag "div" , on which effect=slide works as well.
- Changed how body tags are added, so that we can pick a CSS class for the
  body tag dependent on the template.
- Changed some of the ways on how slide XML is opened, related to incomplete
  PHP 6 implementations of functions.

#- Rasmus, I tested those changes with a few of your talks as well, they look
#  fine here, but you might want to double check.
2007-05-03 11:28:39 +00:00
Christian Wenz
6097586460 + removed one more nasty IE JScript error message. IE obviously somtimes fails to read window dimensions before document has been fully loaded. Thus, moved "get_dims()" call if "dims" cookie not set to function that is executed after the document has been completely loaded.
+ note: maybe we should some day save the dimension information in a session variable so that the presentation system is cookie-independent.
2003-04-27 20:45:05 +00:00
Christian Wenz
ac71f22bd5 + fixed IE JScript error messages that appeared on every slide
+ fixed two NN4 JS error messages (FWIW)
2003-04-27 15:58:04 +00:00
Wez Furlong
18f2313241 Some tweaks for better IE compatibility 2003-04-24 13:22:08 +00:00
Jesus M. Castagnetto
49c7cb08cf Applying the patches by Alexander Wirtz <alex@pc4p.net>, to use
the superglobals. Seems to be working so far.
2002-08-06 03:18:51 +00:00
Rasmus Lerdorf
0a20db47b1 Make navmode and mode setting inherit correctly from presentation to slide
to object in that order.  Implement a plain-Jane html mode.  Try setting
mode="plainhtml" in your presentation files now.  This plainhtml mode can
be prettied up a bit.
2002-07-03 21:38:22 +00:00