<!DOCTYPE form SYSTEM 'FormMail-2.0.dtd'>
<form name="Faculty_Authorization">

<validate name="name" public="Your name" vtype="nonnull">
<validate name="email" public="Your email address"  vtype="email">
<validate name="id_number" public="Your ID number" vtype="nonnull">
  
<mail name="mail1" >
  <to>lib-desk@listserv.uic.edu
  <reply-to>$email
  <Subject>Faculty Authorization Form
  <body>
    
 Web Form: $fm_referer
 Date:   $fm_date
 Name:   $name
 Dept:   $department
 m/c:    $mail_code
 E-mail: $email
 Phone:  $phone
 Period: $period
 ID No.: $id_number
 Rank:   $rank

I authorize the following person(s) to charge out, pick-up, or request library items in my name:

 Person 1: $person_1
 Period:   $person_1_period

 Person 2: $person_2
 Period:   $person_2_period

 Person 3: $person_3
 Period:   $person_3_period
   
</mail>

<mail name="mail2" >
  <to>$email
  <reply-to>lib-desk@listserv.uic.edu
  <Subject>PATRON RECEIPT: Faculty Authorization Form
  <body>

For your records, the following Faculty Authorization Request Form was submitted to the Library on $fm_date:

 Web Form: $fm_referer
 Date:   $fm_date
 Name:   $name
 Dept:   $department
 m/c:    $mail_code
 E-mail: $email
 Phone:  $phone
 Period: $period
 ID No.: $id_number
 Rank:   $rank

I authorize the following person(s) to charge out, pick-up, or request library items in my name:

 Person 1: $person_1
 Period:   $person_1_period

 Person 2: $person_2
 Period:   $person_2_period

 Person 3: $person_3
 Period:   $person_3_period
   

</mail>


<response name="r0" >
<![CDATA[
<html><head><title>Thanks</title></head><body>
<h1>Thank You</h1>
<P>Your request has been submitted to the Library.
<P>Please press the "Back" button on your browser to continue. 
</body></html>
]]>
</response>

</form>
