-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
137 lines (95 loc) · 3.35 KB
/
index.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!-- ######################################################################
* Copyright (c) 2005 The University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================================
-->
<!-- Server-reg main page -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Server Registration</title>
<link rel="stylesheet" type="text/css" href="/css/iam-dojo-2.css"/>
<link rel="stylesheet" type="text/css" href="server-reg.css"/>
</head>
<body style="width:100%; height:100%;">
<div id="thepage" style=" overflow:auto;">
<h1 class="hidden">SERVER REGISTRATION</h1>
<div id="topbanner" width="90%" >
<span class="topleft"><a href="https://wiki.cac.washington.edu/x/lR4">IDENTITY AND ACCESS MANAGEMENT</a></span>
<ul class="topright">
<li><a href="https://wiki.cac.washington.edu/x/gjyoAQ" target="sphelp">HELP</a></li>
</ul>
</div>
<div id="banner" style="padding: 0px; border: 0px" >
<span id="title"><a tabindex=-1 href="javascript:showHomePage()">SERVER REGISTRATION</a></span>
<span id="banner_notice">
</span>
<ul id="ident">
<li></li>
</ul>
</div>
<!-- empty crumb -->
<table class=crumbtop cellpadding=0 cellspacing=0 width=100%>
<tr><td colspan=99 height=0 width=100%></td></tr>
<tr align=left>
<td height=10></td>
</tr>
</table>
<table border=0 cellpadding=0 cellspacing=0 style="margin-left:10px;">
<tr>
<td align=left valign=top>
<table class=nav>
<tr><td colspan=2 nowrap class=msg>Server Registration</td></tr>
<tr><td></td><td nowrap>
<a href=/server-reg/eds2/>Enterprise Directory Service</a></td></tr>
<tr><td></td><td nowrap>
<a href=/server-reg/smtp/>SMTP Exceptions</a></td></tr>
<tr><td></td><td nowrap>
<a href="/spreg/">Shibboleth Service Provider</a></td></tr>
</table>
</td>
<td width=20></td>
<td valign=top>
<p>
Welcome to the UW Server and Client Application Registration website.
<p>
Please choose from the registration pages on the left. Each corresponds to a
specific service and registration process.
<p>
</p>
</td>
</tr>
</table>
<p>
<div id="footer" style="position:absolute;bottom:0px">
<span id="footlogo"><a href="http:/www.uw.edu/" title="University of Washington">
UNIVERSITY OF WASHINGTON
</a></span>
<span id="footcenter">
<ul id="navigation">
<li><a href="mailto:[email protected]">CONTACT US</a></li>
<li>|</li>
<li><a href="http://www.washington.edu/online/privacy/" target="sppriv">PRIVACY</a></li>
<li>|</li>
<li><a href="http://www.washington.edu/online/terms/" target="spterms">TERMS</a></li>
</ul>
</span>
<span id="footright">
<ul id="navigation">
<li><a href="javascript:iam_showTheDialog('helpAbout');">Server Registry 2.2</a></li>
</ul>
</span>
</div>
</div>
</body>
</html>