Moved C4/Charset.pm to C4/Interface/CGI/Output.pm
authoracli <acli>
Sun, 2 Feb 2003 07:18:37 +0000 (07:18 +0000)
committeracli <acli>
Sun, 2 Feb 2003 07:18:37 +0000 (07:18 +0000)
commit52a5fd4bbd16fb70dafadbb6ebcdf4dd6d6e929c
treec9ee97b50833acef25b48fa6de68b82a15280574
parent6d940e0d8453b285da8438f0b5a59ff8fdd5e222
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
54 files changed:
C4/Interface/CGI/Output.pm [new file with mode: 0644]
C4/Interface/CGI/Template.pm [new file with mode: 0644]
MARCdetail.pl
acqui.simple/addbiblio.pl
acqui.simple/addbooks.pl
acqui.simple/additem.pl
acqui.simple/isbnsearch.pl
acqui.simple/marcimport.pl
acqui/newbasket2.pl
admin-home.pl
admin/aqbookfund.pl
admin/aqbudget.pl
admin/authorised_values.pl
admin/branches.pl
admin/checkmarc.pl
admin/koha2marclinks.pl
admin/marc_subfields_structure.pl
admin/marctagstructure.pl
admin/systempreferences.pl
admin/thesaurus.pl
boraccount.pl
catalogue-home.pl
circ/branchtransfers.pl
detail.pl
jmemberentry.pl
koha-tmpl/intranet-tmpl/default/zh-TW/members/moremember.tmpl
mainpage.pl
mancredit.pl
maninvoice.pl
member.pl
memberentry.pl
members-home.pl
moremember.pl
newmember.pl
opac/opac-account.pl
opac/opac-detail.pl
opac/opac-main.pl
opac/opac-membership.pl
opac/opac-readingrecord.pl
opac/opac-reserve.pl
opac/opac-search.pl
opac/opac-searchresults.pl
opac/opac-sidebar.pl
opac/opac-user.pl
opac/opac-userdetails.pl
opac/opac-userupdate.pl
readingrec.pl
reports-home.pl
search.marc/search.pl
search.pl
shelves.pl
t/Charset.t
thesaurus_popup.pl
userpage.pl