-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViewDetailedInformation.html
42 lines (34 loc) · 1.25 KB
/
ViewDetailedInformation.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
37
38
39
40
41
42
<html>
<#INCLUDE filename="includes/drupalheader_responsive.inc">
<head>
<title>Information Delivery Services | </title>
<link rel="stylesheet" type="text/css" href="styles/GIST4Web.css">
</head>
<body>
<!-- <h1>Information Delivery Services (IDS)</h1> -->
<h1>Detailed Information</h1>
<!-- <div style="margin-bottom:30px;"> -->
<!--div>
<h3>You are signed in as <#PARAM name="Username"></h3>
<ul>
<li><a href="<#ACTION action="10" form="81">">Account Settings</a></li>
<li><a href="#acct_notifications">Recent Account Notifications</a></li>
<li><a href="<#ACTION action="99">">Logout</a></li>
</ul>
</div-->
<#INCLUDE filename="includes/include_menu_you_are_logged_in_as.html">
<!-- <h3><#STATUS></h3> -->
<#MENU name="transaction" separator="|">
<h2>Transaction Information</h2>
<div class="default-table">
<#TABLE name="DetailedInformation" hideColumnHeaders="true"><br />
</div>
<h2>Request History</h2>
<div class="default-table">
<#TABLE name="HistoryInformation" noDataAction="ShowMessageRow" noDataMessage="No Tracking"
column="DateTime:DateTime" column="Entry:Status" ><br />
</div>
</div>
<#INCLUDE filename="includes/drupalfooter_responsive.inc">
</body>
</html>