Commit graph

7 commits

Author SHA1 Message Date
acli
52a5fd4bbd Moved C4/Charset.pm to C4/Interface/CGI/Output.pm
Create output_html_with_http_headers function to contain the "print $query
->header(-type => guesstype...),..." call. This is in preparation for
non-HTML output (e.g., text/xml) and charset conversion before output in
the future.

Created C4/Interface/CGI/Template.pm to hold convenience functions specific
to the CGI interface using HTML::Template

Modified moremembers.pl to make the "sex" field localizable for languages
where M and F doesn't make sense
2003-02-02 07:18:37 +00:00
acli
b5fa3e1cd5 Removed dead code 2003-01-22 03:47:05 +00:00
acli
93b67826d3 Corrected the missing brace syntax error (Bug 162)
Added meta tag handling for non-latin1 charsets
Removed some dead code

I have reindented the file; hopefully this will make it easier to read.
The file had inconsistent indentation that probably was the cause of the
missing brace. Please use cvs diff -bBtw to see the real diffs.
2003-01-20 07:03:19 +00:00
hdl
67b07bb7ae Templating newmember.pl
newjmember.tmpl bugfixes
2002-12-18 16:58:28 +00:00
arensb
7be6b413fe Removed trailing whitespace.
Added a FIXME comment.
2002-10-13 07:51:10 +00:00
tonnesen
1e67687742 Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
rangi
d0374d0037 Initial revision 2000-12-19 23:45:51 +00:00