#!/bin/sh
cfp=/proj/i4/bin/cfp
here=/Services/CFP

cat <<EOF
Content-type: text/html
Status: 200

EOF
/proj/i4/bin/mkhtml -onlyheader +up /Services/CFP/ +left /Services/CFP/deadlines.cgi +right /Services/CFP/wide.cgi +title "Call for Papers - Conference Dates" +person eirich
#     <HTML>
#     <HEAD>
#     <TITLE>Call for papers - Conference Dates</TITLE>
#     </HEAD>
#     <BODY>
#     <A HREF="/">
# 	    <IMG SRC="/images/IMMD4-logo-24x24.gif" ALT="IMMD IV Home Page"></A>
#     <A HREF="index.html">
# 	    <IMG SRC="/images/Pictograms/arrow-S-N.gif" ALT="Up"></A>
#     <I><A HREF="/~eirich/">Thomas Eirich</A>, 
# 	    18.11.93</I>
#     <HR><P>

cat <<EOF
    <H1>Call for Papers - Conference Dates</H1>

    <DL>
    `$cfp -c -h $here/cfp.html`
    </DL>

    <HR>
    </BODY>
    </HTML>
EOF
