-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlabel.html
89 lines (81 loc) · 3.03 KB
/
label.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<title>Standard Label</title>
<link rel="stylesheet" type="text/css" href="css/standardLabel.css">
</head>
<body>
<div class="standard_label">
<h5 class="draft">Draft Version of the Standard Information Sharing Label</h5>
<h1>Sharing Terms</h1>
<h6 class="forward">The recipient requests access to certain information for the purpose and duration below.</h6>
<table class="terms">
<tr>
<td class="left">Who</td>
<td class="right">Joe Andrieu (<a href="http://joeandrieu.com">http://joeandrieu.com)</td>
</tr>
<tr>
<td class="left">Where</td>
<td class="right">United States</td>
</tr>
<tr>
<td class="left">Contact</td>
<td class="right"><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td class="left">What</td>
<td class="right">Email address</td>
</tr>
<tr>
<td class="left">From</td>
<td class="right">HTML Post (subscribe form)</td>
</tr>
<tr>
<td class="left">When</td>
<td class="right">On Submission</td>
</tr>
<tr>
<td class="left">Why</td>
<td class="right">For emailing announcements about the Standard Information Sharing Label</td>
</tr>
<tr>
<td class="left">For How Long</td>
<td class="right">Indefinite, untill unsubscribe</td>
</tr>
<tr>
<td class="left">Output To</td>
<td class="right">Email</td>
</tr>
<tr>
<td class="left">Revocation</td>
<td class="right">On Demand Purge (<a href="http://standardlabel.org/announce_subscribe.html">http://standardlabel.org/announce_subscribe.html</a>)</td>
</tr>
<tr>
<td class="left">Redistribution</td>
<td class="right">None</td>
</tr>
<tr>
<td class="left">Access</td>
<td class="right"><a href="http://standardlabel.org/announce_subscribe.html">http://standardlabel.org/announce_subscribe.html</a></td>
</tr>
<tr>
<td class="left">Additional Terms</td>
<td class="right">None</td>
</tr>
<tr>
<td class="left">Related Agreements</td>
<td class="right">None</td>
</tr>
<tr>
<td class="left">Author</td>
<td class="right">Joe Andrieu (<a href="http://joeandrieu.com">http://joeandrieu.com</a>)</td>
</tr>
</table>
<h6 class="afterword">More information about the Standard Information Sharing Label can be found at <a href="http://standardlabel.org">http://standardlabel.org</a></h6>
</div>
</body>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/tipsy.js"></script>
<script type="text/javascript" src="js/popover.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</html>