-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathElectronicDelivery.html
31 lines (29 loc) · 1.59 KB
/
ElectronicDelivery.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
25
26
27
28
29
30
31
<html>
<head>
<title>ILLiad - Electronic Delivery</title>
<!-- Form Number 64-->
<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">
Articles posted to this page will remain accessible by the requestor for <b>30 days from the date of posting</b>.<br />
If, prior to this time, you no longer require the use of an article, you may delete it using the "Delete" link to the right of the article information.</p>
<p>In the event that you accidentally delete an article from this web page, you may <a href="<#ACTION type="1" form="64">">undelete</a> articles or e-mail us at <#LOCALINFO name="GeneralEMailAddress"> to have them reset.</p>
<div class="default-table">
<#TABLE name="ElectronicDelivery" headerText="Electronically Received Articles" column="TransactionNumber:Transaction" column="View" column="Size" column="Title" column="Author" column="Expires" column="Delete">
<br />
</div>
<#INCLUDE filename="include_footer.html">
</div>
</div>
</div>
</body>
</html>