-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViewNotifications.html
36 lines (32 loc) · 1.4 KB
/
ViewNotifications.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>
<#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>View Notifications</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> -->
<a href="<#ACTION action="2" type="41" value="RSSID" valueType="lookup" includeSessionID="false">"><img src="/images/rss_small.png"> Subscribe to Notifications Feed</a><br />
<h2>Notification History</h2>
<div>
<#TABLE name="ViewEmailNotifications" headerText="Email Notifications" maxRows="20" noDataAction="ShowMessageRow" noDataMessage="No Email Notifications">
</div>
<br/>
<div class="default-table">
<#TABLE name="ViewSMSNotifications" headerText="SMS Notifications" maxRows="20" noDataAction="ShowMessageRow" noDataMessage="No SMS Notifications">
</div>
<#INCLUDE filename="includes/drupalfooter_responsive.inc">
</body>
</html>