Project

General

Profile

1
$inspector/master(it={
2
<style type="text/css">
3
#subscriptions { list-style-type: }
4
</style>
5

    
6
<h2>Subscription &amp; Notifications</h2>
7

    
8
<p>Notifications active: <b>$enabled$</b> <a href="toggleNotifications.do" onclick="return confirm('are you sure you want to toggle notification behavior? If you disable notifications workflows might not work!')">toggle</a></p>
9
<p><a href="notificationLog.do">sent notfication log</a></p>
10

    
11
<p><a href="snByAddress.do">subscriptions filtered by address</a></p>
12

    
13
<p>subscriptions:</p>
14

    
15
$subscriptions:{
16
<ul id="subscriptions">
17
	<li><b>Prefix: </b>$it.prefix$</li>
18
	<li><b>Type: </b>$it.type$</li>
19
	<li><b>ResId: </b>$it.resourceId$</li>
20
	<li><b>XPath: </b>$it.xpath$</li>
21
	<li><b>Address: </b>$it.address$</li>
22
	<li><b>SubscrID: </b>$it.id$</li>
23
	<li><a href="deleteSubscription.do?id=$it.id$">delete</a></li>
24
</ul><hr />
25
}$
26

    
27
})$
(17-17/20)