Roundup Tracker - Issues

Issue 834620

classification
generate valid html4 and xhtml
Type: Severity: normal
Components: User Interface Versions:
process
Status: closed fixed
:
: richard : richard, stefan
Priority: normal : patch

Created on 2003-11-02 16:53 by stefan, last changed 2003-11-02 16:53 by stefan.

Files
File name Uploaded Description Edit Remove
patch stefan, 2003-11-02 16:53
Messages
msg2666 Author: [hidden] (stefan) Date: 2003-11-02 16:53
this patch allows to generate valid html4 and xhtml.
It appears the only difference is the '<input>' element,
which must contain a closing '/' for xhtml, but not for
html4.

The patch thus encapsulates the generation of this
element in two functions (one per html type), and
the relevant classes then refer to the desired version
depending on the 'HTML_VERSION' variable in the
config file. (if it's undefined, 'html4' is assumed).

Most other changes were in the html templates. I'd
suggest to fork the "classic's" html templates, and
let one be html4, the other xhtml compliant.

I'm willing to provide the patches to get this new
cgi interface in sync with xhtml.
History
Date User Action Args
2003-11-02 16:53:59stefancreate