-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.tpl
189 lines (146 loc) · 4.17 KB
/
page.tpl
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# ========================================================================
# 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 common page
#
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>{TITLE}</title>
<!-- <link rel="stylesheet" type="text/css" href="/css/iam-dojo-2.css"/> -->
<link rel="stylesheet" type="text/css" href="/server-reg/server-reg.css"/>
{JS_LIST}
</head>
<body {BODYTXT} >
<div id="thepage" style=" overflow:auto;">
<h1 class="hidden">SERVER REGISTRATION</h1>
<!--
<div id="topbanner" >
<span class="topleft"><a href="https://wiki.cac.washington.edu/x/lR4">IDENTITY AND ACCESS MANAGEMENT</a></span>
<ul class="topright">
<li>Logged in: {REMOTE_USER} </li>
<li>|</li>
<li><a href="javascript:document.location='/logout/';">logout</a></li>
<li>|</li>
<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>
-->
# crumb line
<table class=crumbtop cellpadding=0 cellspacing=0 width=100%>
<tr><td colspan=99 height=0 width=100%></td></tr>
<tr align="left">
<td width="2"></td>
# crumbs
<td><table cellpadding=0 cellspacing=0>
<tr>
<td class=crumb valign=bottom nowrap>
<!-- BDB: crumbsr -->
<a href="/server-reg/">Server registration home</a>
<!-- EDB: crumbsr -->
<!-- BDB: crumb -->
<!-- BDB: sep -->
|
<!-- EDB: sep -->
<a href={ROOT}/{CRUMBLINK}>{CRUMBNAME}</a>
<!-- EDB: crumb -->
</td>
<td width=5></td>
<!-- BDB: crumbhelp -->
<td class=crumbh valign=bottom nowrap>
<a href={ROOT}/{CRUMBLINK}>{CRUMBNAME}</a>
</td>
<!-- EDB: crumbhelp -->
<!-- BDB: preapp -->
<td class=crumbh valign=bottom nowrap>
You are pre-approved!
</td>
<!-- EDB: preapp -->
</tr></table></td>
<!-- BDB: crumbadmin -->
<td align=right><table cellpadding=0 cellspacing=0 >
<tr>
<td class=crumb valign=bottom nowrap>
<a href="{ROOT}/admin/">Administration</a>
</td>
</tr></table></td>
<!-- EDB: crumbadmin -->
</tr>
</table>
<p>
# page (menu + content)
<table border=0 cellpadding=1 cellspacing=0 style="margin-left:10px;">
<tr>
<!-- BDB: menu -->
<td align=left valign=top>
{MENU}
</td>
<td width=20></td>
<!-- EDB: menu -->
<td valign=top>
<span class=title>{PAGETITLE}</span>
# generic messages
<span lass=msg>{MSG}</span>
<span class=err>{EMSG}</span>
#
# actual page text
#
<div>
{BODY}
# a go back message
<!-- BDB: goback -->
<span class=indent>
<form action="/" method=get>
<input type=button value="Return to the form" onclick="back()">
</form>
</span>
<!-- EDB: goback -->
</div>
</td>
</tr>
</table>
<p>
</div>
<!--
<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>
-->
</html>