]> git.ipfire.org Git - thirdparty/cups.git/commit - templates/classes.tmpl
Added templates, CGI variable code, and updated printers CGI to use
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 1 Feb 2000 02:52:25 +0000 (02:52 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 1 Feb 2000 02:52:25 +0000 (02:52 +0000)
commit13c1a6d96ae50127555263cf6e2a345c20e16c1d
tree3e3ba44ef07e762bcca488b625b6a0015604a38d
parent3229366e1bc2bd4b4f4997d055d43076f4f31665
Added templates, CGI variable code, and updated printers CGI to use
new code (dropped about 200 lines of code...)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@892 7a7537e8-13f0-0310-91df-b6672ffda945
26 files changed:
cgi-bin/Makefile
cgi-bin/admin.c
cgi-bin/classes.c
cgi-bin/ipp-var.c [new file with mode: 0644]
cgi-bin/ipp-var.h [new file with mode: 0644]
cgi-bin/jobs.c
cgi-bin/printers.c
templates/add-class.tmpl [new file with mode: 0644]
templates/add-printer.tmpl [new file with mode: 0644]
templates/admin.tmpl [new file with mode: 0644]
templates/choose-device.tmpl [new file with mode: 0644]
templates/choose-make.tmpl [new file with mode: 0644]
templates/choose-model.tmpl [new file with mode: 0644]
templates/choose-uri.tmpl [new file with mode: 0644]
templates/classes.tmpl [new file with mode: 0644]
templates/header.tmpl [new file with mode: 0644]
templates/jobs.tmpl [new file with mode: 0644]
templates/modify-class.tmpl [new file with mode: 0644]
templates/modify-printer.tmpl [new file with mode: 0644]
templates/option-boolean.tmpl [new file with mode: 0644]
templates/option-header.tmpl [new file with mode: 0644]
templates/option-pickmany.tmpl [new file with mode: 0644]
templates/option-pickone.tmpl [new file with mode: 0644]
templates/option-trailer.tmpl [new file with mode: 0644]
templates/printers.tmpl
templates/trailer.tmpl [new file with mode: 0644]