Library Home |  Catalog |  Databases |  GALILEO |  E-Journals |  Request Forms |  UWG Home 
Ingram Library -- State University of West Georgia
Ingram Library State University of West Georgia

demosrls.cgi

#!/usr/local/bin/perl -- -*- C -*-
#/usr/local/bin/httpd/~library/cgi-bin/demosrls.cgi
#
#   STUDENT REQUEST FOR LIBRARY SERVICES
#
#Initial program for receiving faculty requests for periodical
#and book purchases, ILL, Document Delivery, Reserve Materials.
#Takes user info and passes as hidden fields to demosrls2.cgi.
#
#Copyright 1997 - Chris Huff chuff@westga.edu
#
require "cgi-lib14.pl";
require "mycgi-lib";

 MAIN: 
{
# Read in all the variables set by the form
&ReadParse(*input);

if ($input{'done'} < 2) {
  $input{'dept'} = "select here";
  $input{'email'} = "";
#  $input{'email'} = "\@westga.edu";
  }

#  print &PrintHeader;
print &LibHeaderNC ("Ingram Library - Student Request for Library Services");

  print <Ingram Library - Student Request for Library Services

By typing my name below, I signify that I have read and agree to abide by the
WARNING CONCERNING COPYRIGHT RESTRICTIONS displayed below this form.
ENDOFTEXT # # # # print <
Password: #(First six characters of your UWG ID) #
First & Last Name:
UWG ID NO.:
Major:
Email:
I have no Email:

What type of request do you want to make?

Warning Concerning Copyright Restrictions

The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted material.

Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy or other reproduction. One of these specified conditions is that the photocopy or reproduction is not to be "used for any purpose other than private study, scholarship, or research." If a user makes a request for, or later uses, a photocopy or reproduction in excess of "fair use," that user may be liable for copyrighting infringement.

This institution reserves the right to refuse to accept a copying order if, in its judgement, fulfillment of the order would involve violation of copyright law. ENDOFTEXT print &LibFooter; }

HOME Catalog | Databases | GALILEO | Article Locator | Requests | Help
Irvine Sullivan Ingram Library, UWG
1601 Maple St - Carrollton, GA 30118-2000
(none) - (none)
(678)839-6350 - Information Recording
Send Comments | (none) <(none)>
Last Modified: July 23, 2001
http://www.westga.edu/~library/depts/systems/rls/demosrls.shtml
Valid HTML?