-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViewAllRequests.html
26 lines (26 loc) · 1.04 KB
/
ViewAllRequests.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
<html>
<head>
<title>ILLiad - All Request</title>
<!-- Form Number 60-->
<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">
<div class="default-table">
<#TABLE name="ViewAllRequests" headerText="All Requests" noDataAction="ShowMessageRow" noDataMessage="No Requests"
column="TransactionNumber:Transaction" column="DocumentType:Type" column="Title" column="Author" column="TransactionStatus:Status">
</div>
<#INCLUDE filename="include_footer.html">
</div>
</div>
</div>
</body>
</html>