|
Library Home |
Catalog |
Databases |
GALILEO |
E-Journals |
Request Forms |
UWG Home |
#!/usr/local/bin/perl -- -*- C -*-
#/usr/local/bin/httpd/~library/cgi-bin/demofrls.cgi
#
# FACULTY 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 demofrls2.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'} = "";
}
# print &PrintHeader;
print &LibHeaderNC ("Ingram Library - Faculty Request for Library Services");
print <<ENDOFTEXT;
<H3>Ingram Library - Faculty Request for Library Services</H3>
<FORM METHOD = "POST" ACTION="/~library/cgi-bin/demofrls2.cgi">
<INPUT TYPE="hidden" NAME="dfona" VALUE="">
<INPUT TYPE="hidden" NAME="dfon" VALUE="">
<INPUT TYPE="hidden" NAME="nfona" VALUE="">
<INPUT TYPE="hidden" NAME="ffona" VALUE="">
<INPUT TYPE="hidden" NAME="state" VALUE="GA">
<INPUT TYPE="hidden" NAME="done" VALUE="1">
By typing my name below, I signify that I have read and agree to abide by the<br>
WARNING CONCERNING COPYRIGHT RESTRICTIONS displayed below this form.<br>
<TABLE BORDER="0">
ENDOFTEXT
#<TR>
#<TD>Password:</TD>
#<TD><INPUT TYPE=PASSWORD NAME="password" maxlength="11" size="6" value="$input{'password'}">
#(First six characters of your UWG ID)
#</TD>
#</TR>
print <<ENDOFTEXT;
<TR>
<TD ALIGN="right">First & Last Name:</TD>
<TD><inPUT NAME="name" maxlength="30" size="30" value="$input{'name'}"></TD>
</TR>
<TR>
<TD ALIGN="right">UWG ID NO.:</TD>
<TD><INPUT TYPE="PASSWORD" NAME="id" maxlength="11" size="11" value="$input{'id'}"></TD>
</TR>
<TR>
<TD ALIGN="right">Department:</TD>
<TD><select NAME="dept">
<option SELECTED>$input{'dept'}
<option value="ACC">Accounting Finance
<option value="ART">Art
<option value="BLY">Biology
<option value="CHM">Chemistry
<option value="CSC">Computer Science
<option value="CEP">Counseling and Educational Psychology
<option value="CIN">Curriculum and Instruction
<!-- <option value="ECE">Early Childhood Education and Reading -->
<option value="ECN">Economics
<option value="EDF">Educational Leadership and Foundations
<option value="ENG">English and Philosophy
<option value="FRL">Foreign Languages and Literature
<option value="GLY">Geology
<option value="HIS">History
<option value="LES">Learning Support and Testing
<option value="LIB">Library
<option value="MGT">Management and Business Systems
<option value="MKT">Marketing and Real Estate
<option value="MAS">Mass Communications and Theatre Arts
<option value="MAT">Mathematicss
<!-- <option value="MGE">Middle Grades and Secondary Education -->
<option value="MUS">Music
<option value="NUR">Nursing
<option value="PER">Physical Education and Recreation
<option value="PHY">Physics
<option value="PSC">Political Science and Geography Planning
<option value="PSY">Psychology
<option value="RMT">Research Media and Technology
<option value="SOC">Sociology and Anthropology
<option value="SED">Special Education and Speech Language Pathology
<option value="OTHER">Other Department
</select></TD>
</TR>
<TR>
<TD ALIGN="right">Email:</TD>
<TD>
<INPUT NAME="email" maxlength="45" size="25" value="$input{'email'}">
</TD>
</TR>
<TR>
<TD ALIGN="right">I have no Email:</TD>
<TD>
<INPUT NAME="noemail" TYPE="checkbox">
<inPUT TYPE="reset" NAME="clear" VALUE="Clear Form">
</TD>
</TR>
</TABLE>
<P>
<B>What type of request do you want to make?</B><BR>
<SELECT NAME="todo">
<OPTION VALUE="ILL (Article)">Interlibrary Loan (Article)</OPTION>
<OPTION VALUE="ILL (Book)">Interlibrary Loan (Book)</OPTION>
<OPTION VALUE="Document Delivery (Article)">Document Delivery (Article)</OPTION>
<OPTION VALUE="Document Delivery (Book)">Document Delivery (Book)</OPTION>
<OPTION VALUE="Book Purchase">Book Purchase</OPTION>
<OPTION VALUE="Periodical Purchase">Periodical Purchase</OPTION>
<OPTION VALUE="Reserve Materials">Reserve Materials</OPTION>
<OPTION VALUE="Start Over">Start Over</OPTION>
<OPTION VALUE="QUIT">QUIT</OPTION>
<OPTION VALUE="HELP">HELP</OPTION>
</SELECT>
<INPUT TYPE="submit" VALUE="<--Do This"><BR>
</FORM>
<h2>Warning Concerning Copyright Restrictions</h2>
The copyright law of the United States (Title 17, United
States Code) governs the making of photocopies or other reproductions of
copyrighted material.
<p>
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.
<p>
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/demofrls.shtml Valid HTML? |