Skip to content

Instantly share code, notes, and snippets.

@BinRoot
Created October 13, 2012 22:47
Show Gist options
  • Save BinRoot/3886487 to your computer and use it in GitHub Desktop.
Save BinRoot/3886487 to your computer and use it in GitHub Desktop.
UVa Wireless
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>ITS Network Setup</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="ITS" />
<meta name="copyright" content="Copyright (c) 2007 by UVa" />
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache" />
<META HTTP-EQUIV="Expires" CONTENT="0" />
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache" />
<link rel="StyleSheet" href="/welcome/common/styles/style.css" />
<style type="text/css">
.content {
width:73%;
float:left;
}
.register {
float:left;
width:45%;
margin:0 5px 3em 0;
padding:0 .75em .2em;
border-left:2px solid #dc9;
}
.register h3 {
margin:.5em 0 0;
color:#369;
}
#menucol {
float:left;
width:22%;
margin-top:2em;
}
#menucol h3 {
padding:.2em .5em;
color:#fff;
background:#900;
}
#menucol dl, #menucol ul {
padding:0 1em 1em;
color:#fff;
}
#menucol li, #menucol dt, #menucol dd {
margin:0;
padding:0 0 .5em;
}
#menucol .tips {
background:#dc9;
}
#menucol .tips dl {
color:#000;
}
#menucol .tips a:link, #menucol .tips a:visited, #menucol .tips a:hover {
color:#0000ff;
text-decoration:none;
border-bottom:1px solid #0000ff;
}
#attn {
clear:both;
margin: 2em;
width:75%;
padding:1em 4em;
background:#dc9;
}
#disclaimer {
clear:both;
padding:1em;
border-top:2px solid #dc9;
}
.footer {
clear:both;
border-top:1px solid #ddd;
}
</style>
</head>
<script language="JavaScript">
// <! --
var setupToolURL = "/setup_tool.html";
//var ua = navigator.userAgent;
//if ((ua.indexOf('OS X 10_7') > 0) || (ua.indexOf('OS X 10.7') > 0))
//{
// the browser claims to be running on Mac OS X 10.7 Lion
// setupToolURL = "/setup_tool_lion.html";
//}
// -->
</script>
<body>
<div class="bar"><img vspace="2" src="/welcome/common/images/uvaheader.gif" border="0" alt="University of Virginia" /></div>
<div class="brand">
<h1>ITS Network Setup&nbsp;</h1>
</div>
<div class="content">
<h2>Welcome to UVa Wireless</h2>
<p>The <em>Welcome_to_UVa_Wireless</em> wireless network provides access to information and resources on setting up a connection to the appropriate wireless network at UVa. </p>
<h3>Getting Connected...</h3>
<div id="uvapeep" class="register">
<form name="tool" method="get" action="javascript:document.location=setupToolURL">
<h3>...Faculty, Staff, and Students</h3>
<p>Download a setup tool that configures your computer to access UVa's encrypted <em>cavalier</em> wireless network</p>
<input type="submit" value="Continue"> <p>
</form>
</div>
<div id="asguest" class="register">
<form name="guest" method="get" action="https://network-setup.itc.virginia.edu/welcome/welcome.cgi">
<input type="hidden" name="rm" value="g">
<input type="hidden" name="opt" value="">
<input type="hidden" name="mac" value="00:d0:05:30:78:00">
<input type="hidden" name="ip" value="10.143.43.187">
<input type="hidden" name="essid" value=" ">
<input type="hidden" name="url" value="http://start.ubuntu.com/12.04/Google/?sourceid=hp">
<h3>...Guests of the University</h3>
<p>Get unencrypted wireless network access while at UVa</p>
<input type="submit" value="Continue"> <p>
</form>
</div>
<div id="disclaimer">
<p><b>Important</b>: By using this system you acknowledge that you understand and agree to abide by the policies and guidelines set forth in the UVa Responsible Computing Handbook: <a href="http://www.itc.virginia.edu/pubs/docs/RespComp/resp-comp-facstf.html">Faculty and Staff</a> / <a href="http://www.itc.virginia.edu/pubs/docs/RespComp/rchandbook.html">Students</a>. If you do not agree to abide by the policies and guidelines, you may not use this system. </p>
<p>&nbsp;</p>
</div>
</div>
<div id="menucol">
<div class="nav">
<h3>Important Info</h3>
<ul>
<li>If you need help, please call (434) 924-HELP.</li>
<li>Use of the UVa Network is governed by the policies and guidelines set forth in the UVa Responsible Computing Handbook: <a href="http://www.itc.virginia.edu/pubs/docs/RespComp/resp-comp-facstf.html">Faculty and Staff</a> / <a href="http://www.itc.virginia.edu/pubs/docs/RespComp/rchandbook.html">Students</a>.</li>
</ul>
</div>
<div class="tips">
<h3>Troubleshooting Tips</h3>
<dl>
<dt>Faculty, Staff, and Students: <br> The <a href="https://network-setup.itc.virginia.edu/setup_tool_troubleshooting.html">ITS Network Setup Tool Troubleshooting</a> page can help with problems you may encounter during setup.</dt>
</dl>
</div>
</div>
<div class="footer">
<p>For questions or comments about network access at UVa, please call (434) 924-HELP.</p>
<p>&copy; 2010 by the Rector and Visitors of the University of Virginia </p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment