-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutILLiad.html
24 lines (24 loc) · 1.15 KB
/
AboutILLiad.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>About ILLiad</title>
<!-- Form Number 1-->
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6_or_less.css" />
<![endif]-->
</head>
<body id="type-b">
<div id="wrap">
<#INCLUDE filename="include_header.html">
<div id="content-wrap">
<#INCLUDE filename="include_menu.html">
<div id="content">
OCLC ILLiad is a model, implemented in software, of the interlibrary loan process.<br />
Developed in the ILL Department at Virginia Tech, it is the only ILL product created as a result of ILL staff review of the entire ILL operation. The result is a superior product which encompasses every action in the ILL process, producing a highly efficient and effective work environment. This environment enhances customer service while significantly reducing costs and staff workload.
<#INCLUDE filename="include_footer.html">
</div>
</div>
</div>
</body>
</html>