#!/bin/sh echo 'Content-type: text/html' echo '' echo CORE_PROPOSAL: Name '>>> '$WWW_name' <<<' email: '>>> '$WWW_email' <<<' affil: '>>> '$WWW_affil' <<<' dept: '>>> '$WWW_dept' <<<' human: '>>> '$WWW_humanities' <<<' foreign: '>>> '$WWW_foreign' <<<' science: '>>> '$WWW_science' <<<' overall: '>>> '$WWW_overall' <<<' comments: '>>> '$WWW_didfind' <<<' | Mail -s CORE_PROPOSAL covault echo '' echo ' Thanks for responding to this poll. ' echo '' echo '' echo ' ' echo 'Thank you, ' $WWW_name', for responding to this poll.

' echo ' ' echo ' Return to the Poll regarding Proposal home page.

' echo ''