-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·169 lines (149 loc) · 6.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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Sample Home Page</title>
<meta charset="utf-8"/>
<meta content="initial-scale=1" name="viewport"/>
<title>Enter Title Here</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="University of California, San Diego" name="ORGANIZATION"/>
<meta content="index,follow,noarchive" name="robots"/>
<meta content="Enter Title Here" name="PAGETITLE"/>
<meta content="Enter Summary Here" name="DESCRIPTION"/>
<link href="http://ucsd.edu/common/cwp/active-cherry/base-min.css" rel="stylesheet"/>
<link href="http://ucsd.edu/common/cwp/active-cherry/cms-min.css" rel="stylesheet"/>
<script src="http://ucsd.edu/common/cwp/active-cherry/base-min.js"></script>
<script src="http://ucsd.edu/common/cwp/active-cherry/cms-min.js"></script>
<!-- Site-specific CSS files -->
<link href="_resources/CSS/network-status.css" media="all" rel="stylesheet" type="text/css"/>
<!-- Site-specific javascript files -->
</head>
<body>
<!-- emergency banner will be enabled in the event of a campuswide emergency -->
<div id="uc-emergency"></div>
<!-- If you want a login strip to appear above the header if user is logged into SSO -->
<div id="tdr_login"><!-- Start page controls -->
<span class="tdr_login_content"></span> <!-- End page controls -->
</div>
<script type="text/javascript">
(function($) {
$(document).ready(function() {
$.ajax({
url: "https://a4.ucsd.edu/tritON/resources/bugscript.jsp?target=https%3A%2F%2Fwww.ucsd.edu&jsoncallback=?",
dataType: 'jsonp',
jsonpCallback: 'a4sso',
success: function(data) {
if (data.eduUcsdActLoggedin) {
var url = "<div id=\"tdr_login_content\">You are logged in | <a href=\"<decorator:getProperty property='meta.ssologout.url' default='/security/logout' />?url=";
url += "<decorator:getProperty property='meta.logout.url' default='http://www.ucsd.edu' />";
url += "\">Log Out</a></div>";
$("#tdr_login").empty();
$("#tdr_login").append(url);
$("#tdr_login").attr("style", "display:block");
}
},
error: function(jqXHR, textStatus) {
console.log("error trying to communicate with a4 sso: " + textStatus);
}
});
});
})(jQuery);
</script>
<div id="tdr_title">
<div id="tdr_title_content"><a href="http://www.ucsd.edu" id="tdr_title_ucsd_title">UC San Diego</a>
<div id="tdr_title_page_title"><a href="#">{Website Title or Department Name}</a>
</div>
<a class="search-button" id="tdr_title_search_link">Search</a> <a id="tdr_title_menu_link">Menu</a></div>
</div>
<div id="tdr_nav">
<div id="tdr_nav_content">
<ul id="tdr_nav_list">
<li class="active"><a href="#">Main Link 1</a></li>
<li><a href="#">Main Link 2</a></li>
<li><a href="#">Main Link 3</a>
<ul>
<li><a href="#">Sub Link A</a></li>
<li><a href="#">Sub Link B</a></li>
<li><a href="#">Sub Link C</a></li>
</ul>
</li>
<li><a href="#">Main Link 4</a>
<ul>
<li><a href="#">Sub Link A</a></li>
<li><a href="#">Sub Link B</a></li>
<li><a href="#">Sub Link C</a></li>
</ul>
</li>
<li><a href="#">Main Link 5</a></li>
<li><a href="#">Main Link 6</a></li>
<li><a href="#">Main Link 7</a></li>
</ul>
</div>
</div>
<div id="tdr_search">
<div id="tdr_search_content">
<form action="http://www-act.ucsd.edu/cwp/tools/search-redir" method="get">
<label for="search-scope">Search</label>
<select id="search-scope" name="search-scope">
<!-- Uncomment if you have a Site-specific search
<option selected="selected" value="INSERT VALUE HERE">This Site</option>
-->
<option value="default_collection">All UCSD Sites</option>
<option value="faculty-staff">Faculty/Staff</option>
</select>
<label id="search-term-label">Search Term</label>
<input id="search-term" name="search-term" size="20" type="search"/>
<input class="search-button" type="submit" value="Search"/>
</form></div>
</div>
<div id="tdr_crumbs">
<div id="tdr_crumbs_content"><ul id="tdr_crumbs_list"><li><a href="index.html">HOME</a> </li><li>Kitchen Sink</li></ul></div>
</div>
<div class="tdr_fonts" id="tdr_content">
<div id="tdr_content_content">
<h1>Current Status</h1>
<div class="s-container">
<div class="s-headline green">
All Systems Operational
</div>
</div>
<div class="s-container">
<div class="s-headline red">
Network Outage
</div>
</div>
<div class="s-container">
<div class="s-headline yellow">
Possible email delays
</div>
</div>
<h2 class="light-h">Incident History</h2>
<div class="s-container">
<div class="s-headline gray">
Network Outage
</div>
</div>
</div>
<!-- footer -->
<div id="tdr_footer">
<div id="tdr_footer_content">
<div id="tdr_address">
<span id="tdr_address_place">UC San Diego</span>
<span id="tdr_address_street">9500 Gilman Dr.</span>
<span id="tdr_address_city_state_zip">La Jolla, CA 92093</span>
<span id="tdr_address_phone">(858) 534-2230</span>
</div>
<div id="tdr_copyright">Copyright ©<span id="tdr_copyright_year">2012</span> Regents of the University of California. All rights reserved.</div>
<ul id="tdr_footer_links">
<li><a href="http://www.ucsd.edu/_about/legal/index.html">Terms & Conditions</a></li>
<li id="tdr_footer_feedback">
<a href="mailto:[email protected]">Feedback</a>
</li>
</ul>
<!-- shib timeout -->
<img src="https://a4.ucsd.edu/tritON/imagebug" alt=" " style="display: none;" />
<!-- Insert Google Analytics code here if you have an account -->
</div>
</div>
</body>
</html>