-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViewRenewCheckedOutDetailedInformation.html
36 lines (32 loc) · 1.54 KB
/
ViewRenewCheckedOutDetailedInformation.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
32
33
34
35
36
<html>
<head>
<title>ILLiad - Transaction <#PARAM name="TransactionNumber"></title>
<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">
<#MENU name="transaction" separator="|">
<div class="default-table">
<#TABLE name="DetailedInformation" headerText="Transaction Information" hideColumnHeaders="true"><br />
</div>
<div class="default-table">
<#TABLE name="NotesInformation" headerText="Notes" noDataAction="ShowMessageRow" noDataMessage="No Notes" column="NoteDate:Date/Time" column="AddedBy:Added By" column="Note"><br />
</div>
<div class="default-table">
<#TABLE name="TrackingInformation" headerText="Tracking" noDataAction="ShowMessageRow" noDataMessage="No Tracking"
column="DateTime:Date/Time" column="ChangedTo:Status" column="ChangedBy:Changed By"><br />
</div>
<#INCLUDE filename="include_footer.html">
</div>
</div>
</div>
</body>
</html>