mitchellh-rubyuw 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -1
- data/Rakefile +24 -0
- data/VERSION +1 -1
- data/lib/myuw.rb +1 -5
- data/lib/myuw/session.rb +14 -10
- data/lib/myuw/sln.rb +47 -27
- data/rubyuw.gemspec +29 -3
- data/test/live/session_test.rb +34 -0
- data/test/live/sln_test.rb +64 -0
- data/test/live/test_helper.rb +5 -0
- data/test/mocked/fixture_pages/bad_request.html +80 -0
- data/test/mocked/fixture_pages/logged_in_relay.html +373 -0
- data/test/mocked/fixture_pages/login.html +121 -0
- data/test/mocked/fixture_pages/no_form_login.html +122 -0
- data/test/mocked/fixture_pages/no_login_button.html +100 -0
- data/test/mocked/fixture_pages/not_logged_in_relay.html +15 -0
- data/test/mocked/fixture_pages/sln_does_not_exist.html +85 -0
- data/test/mocked/fixture_pages/sln_status.html +92 -0
- data/test/mocked/fixture_pages/welcome.html +93 -0
- data/test/mocked/myuw_test.rb +27 -0
- data/test/mocked/session_test.rb +96 -0
- data/test/mocked/sln_test.rb +48 -0
- data/test/mocked/test_helper.rb +5 -0
- data/test/password.rb.sample +8 -0
- metadata +27 -4
@@ -0,0 +1,122 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
5
|
+
<meta name="viewport" content="width = 580">
|
6
|
+
<title>UW NetID Weblogin</title>
|
7
|
+
</head>
|
8
|
+
|
9
|
+
<body bgcolor="#ffffff" onLoad="document.query.elements[0].focus()">
|
10
|
+
<center>
|
11
|
+
<table cellpadding="0" cellspacing="0" border="0" width="580">
|
12
|
+
<tr>
|
13
|
+
<td width="310" valign="middle">
|
14
|
+
<img src="/images/login/weblogin.gif" alt="" height="57" width="198">
|
15
|
+
|
16
|
+
<!-- MODIFIED FOR TESTING -->
|
17
|
+
<form name="no_query" method="POST" action="https://weblogin.washington.edu/"
|
18
|
+
enctype="application/x-www-form-urlencoded" autocomplete="off">
|
19
|
+
|
20
|
+
<!-- Custom login message, if there is such -->
|
21
|
+
|
22
|
+
<!-- The end of reasons. -->
|
23
|
+
|
24
|
+
<!-- The reason we were sent here. -->
|
25
|
+
<P>The resource you requested requires you to log in with your UW NetID and password.</P>
|
26
|
+
|
27
|
+
<!-- The end of reasons. -->
|
28
|
+
|
29
|
+
<P>
|
30
|
+
<B>UW NetID:</B><BR>
|
31
|
+
<INPUT TYPE="text" NAME="user" SIZE="20" VALUE="">
|
32
|
+
|
33
|
+
<P>
|
34
|
+
<B>Password:</B><BR>
|
35
|
+
<INPUT TYPE="password" NAME="pass" SIZE="20">
|
36
|
+
|
37
|
+
<P>
|
38
|
+
<!-- The hidden fields -->
|
39
|
+
|
40
|
+
<input type="hidden" name="one" value="myuw.washington.edu">
|
41
|
+
<input type="hidden" name="two" value="myuw">
|
42
|
+
<input type="hidden" name="creds_from_greq" value="1">
|
43
|
+
<input type="hidden" name="three" value="1">
|
44
|
+
<input type="hidden" name="four" value="a5">
|
45
|
+
<input type="hidden" name="five" value="GET">
|
46
|
+
<input type="hidden" name="six" value="myuw.washington.edu">
|
47
|
+
<input type="hidden" name="seven" value="L3NlcnZsZXQvdXNlcg==">
|
48
|
+
<input type="hidden" name="relay_url" value="https://myuw.washington.edu/PubCookie.reply">
|
49
|
+
<input type="hidden" name="eight" value="ZGVmYnV0PUxvZytpbit3aXRoK3lvdXIrVVcrTmV0SUQ=">
|
50
|
+
<input type="hidden" name="fr" value="NFR">
|
51
|
+
<input type="hidden" name="hostname" value="myuw.washington.edu">
|
52
|
+
<input type="hidden" name="nine" value="1">
|
53
|
+
<input type="hidden" name="file" value="">
|
54
|
+
<input type="hidden" name="flag" value="0">
|
55
|
+
<input type="hidden" name="referer" value="http://myuw.washington.edu/">
|
56
|
+
<input type="hidden" name="post_stuff" value="">
|
57
|
+
<input type="hidden" name="sess_re" value="0">
|
58
|
+
<input type="hidden" name="pre_sess_tok" value="-1687712352">
|
59
|
+
<input type="hidden" name="first_kiss" value="1246127602-993852">
|
60
|
+
<input type="hidden" name="pinit" value="0">
|
61
|
+
<input type="hidden" name="reply" value="1">
|
62
|
+
<input type="hidden" name="create_ts" value="1246127602">
|
63
|
+
|
64
|
+
<!-- The GetCred target, if defined -->
|
65
|
+
|
66
|
+
<!-- End of inserted stuff. -->
|
67
|
+
</P>
|
68
|
+
|
69
|
+
<P>
|
70
|
+
<input type="SUBMIT" name="submit" value="Log in">
|
71
|
+
</P>
|
72
|
+
|
73
|
+
</form>
|
74
|
+
</td>
|
75
|
+
<td width="9">
|
76
|
+
|
77
|
+
</td>
|
78
|
+
<td width="2" bgcolor="#000000">
|
79
|
+
<img src="/images/1pixffcc33iystpiwfy.gif" width="1" height="1" align="BOTTOM" alt="" oncontextmenu="return false">
|
80
|
+
</td>
|
81
|
+
<td width="9">
|
82
|
+
|
83
|
+
</td>
|
84
|
+
<td width="250" valign="MIDDLE">
|
85
|
+
<p>
|
86
|
+
<a href="https://uwnetid.washington.edu/newid/">Need a UW NetID?</a>
|
87
|
+
</p>
|
88
|
+
<p>
|
89
|
+
<a href="http://www.washington.edu/computing/uwnetid/password/forget.html">Forget your password?</a>
|
90
|
+
</p>
|
91
|
+
<dl>
|
92
|
+
<dt>Have a question?</dt>
|
93
|
+
<dd>
|
94
|
+
<a href="http://www.washington.edu/computing/uwnetid/">Read About UW NetIDs</a><BR>
|
95
|
+
<a href="http://www.washington.edu/computing/weblogin/">Read About "weblogin"</A><BR>
|
96
|
+
<a href="http://www.washington.edu/computing/help/">Contact UW Technology</a>
|
97
|
+
</dd>
|
98
|
+
</dl>
|
99
|
+
</td>
|
100
|
+
</tr>
|
101
|
+
|
102
|
+
<tr>
|
103
|
+
<td colspan="5" align="center">
|
104
|
+
<p>
|
105
|
+
Login gives you 8-hour access without repeat login to UW NetID-protected Web resources.
|
106
|
+
</p>
|
107
|
+
<p>
|
108
|
+
<strong>WARNING</strong>: Protect your privacy! Prevent unauthorized use!<br>
|
109
|
+
<a href="http://www.washington.edu/computing/weblogin/logout.html">Completely exit your Web browser when you are finished.</a>
|
110
|
+
</p>
|
111
|
+
</td>
|
112
|
+
</tr>
|
113
|
+
<tr>
|
114
|
+
<td colspan="5" align="center">
|
115
|
+
<small>Copyright © 2008 University of Washington</small>
|
116
|
+
</td>
|
117
|
+
</tr>
|
118
|
+
</table>
|
119
|
+
</center>
|
120
|
+
<!-- Version: 3.3.4-pre-beta1 -->
|
121
|
+
</body>
|
122
|
+
</html>
|
@@ -0,0 +1,100 @@
|
|
1
|
+
<!-- myuw.washington.edu -->
|
2
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/html4/loose.dtd">
|
4
|
+
<html>
|
5
|
+
<head>
|
6
|
+
<title>Welcome to MyUW</title>
|
7
|
+
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
8
|
+
<meta http-equiv="pragma" content="no-cache">
|
9
|
+
<meta http-equiv="cache-control" content="no-cache">
|
10
|
+
<meta http-equiv="expires" content="Fri, 01 Dec 2000 00:00:00 GMT">
|
11
|
+
<meta name="author" lang="en"
|
12
|
+
content="Copyright (c) 1998- University of Washington">
|
13
|
+
|
14
|
+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
15
|
+
<link rel="stylesheet" href="/css/myuw.css" type="text/css">
|
16
|
+
<script type="text/javascript" src="/js/base.js"></script>
|
17
|
+
</head>
|
18
|
+
|
19
|
+
<body bgcolor="#ffffff" onLoad="sf()">
|
20
|
+
|
21
|
+
<table cellpadding="0" cellspacing="20" border="0" width="700" align="center">
|
22
|
+
|
23
|
+
<tr>
|
24
|
+
<td width="50%" valign="baseline">
|
25
|
+
<img src="/graphics/myuwbig.gif" border="0" alt="MyUW Logo">
|
26
|
+
</td>
|
27
|
+
|
28
|
+
<td width="2" bgcolor="#9999FF" rowspan="4"><img src="/graphics/1pixffcc33.gif"
|
29
|
+
width="1" height="1" align="BOTTOM" alt=""></td>
|
30
|
+
|
31
|
+
<td valign="middle" align="left">
|
32
|
+
Your personal gateway to the UW Web resources you use most.
|
33
|
+
</td>
|
34
|
+
</tr>
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
<tr>
|
39
|
+
|
40
|
+
<td align="left" style="padding-left: 10px;" valign="top">
|
41
|
+
<form method="get" name="f" action='https://myuw.washington.edu/servlet/user'>
|
42
|
+
|
43
|
+
<!--
|
44
|
+
REMOVING THIS HTML FOR TEST
|
45
|
+
<input type="submit" name="defbut" value="Log in with your UW NetID">
|
46
|
+
-->
|
47
|
+
</form></td>
|
48
|
+
|
49
|
+
<td align="left" rowspan="3" valign="top">
|
50
|
+
<a href="http://www.washington.edu/computing/uwnetid/">What is the UW NetID</a>?<br>
|
51
|
+
<a href="/info.html">Help, FAQs</a><br>
|
52
|
+
<a href="/about.html">About MyUW</a><br>
|
53
|
+
<a href="/policy.html">Privacy statement</a><br>
|
54
|
+
<a href="http://www.washington.edu/computing/rules">Appropriate use</a>
|
55
|
+
</td>
|
56
|
+
</tr>
|
57
|
+
|
58
|
+
<tr>
|
59
|
+
<td align="left" style="padding-left: 10px;" valign="top">
|
60
|
+
<form method="get" action='http://myuw.washington.edu/servlet/guest'>
|
61
|
+
<input type="submit" value="Enter as a guest"></form></td>
|
62
|
+
</tr>
|
63
|
+
|
64
|
+
<tr>
|
65
|
+
<td align="left" style="padding: 10px;">
|
66
|
+
<!--
|
67
|
+
<div style="background-color: #E6CDE6; padding: 5px;">
|
68
|
+
<a href="http://careerweek.washington.edu/">Career Discovery Week, Jan. 26-30, 2009</a><br>All three UW campuses
|
69
|
+
</div>
|
70
|
+
-->
|
71
|
+
</td>
|
72
|
+
</tr>
|
73
|
+
|
74
|
+
<tr>
|
75
|
+
<td colspan="3">
|
76
|
+
<table border="0" cellpadding="5" >
|
77
|
+
<tr><td><img src="/graphics/caution.gif" alt= "caution icon" align="right"></td>
|
78
|
+
<td>To prevent unauthorized use of your UW NetID and protect your privacy, <a href="info.html#logout"><b>Log Out</b> and completely exit your Web browser</a> when you finish.</td></table>
|
79
|
+
</td>
|
80
|
+
</tr>
|
81
|
+
|
82
|
+
<tr>
|
83
|
+
<td colspan="3">
|
84
|
+
<hr size="2" noshade >
|
85
|
+
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
86
|
+
<tr><td align="center" valign="top" width="73"><a href="http://www.washington.edu/"><img src="/graphics/UW.gif" width="53" height="37" alt="UW logo" border="0"></a></td>
|
87
|
+
<td align="left" valign="top" style="white-space:nowrap"><div class="chancontrols"><img src="/graphics/uwtech.gif" width="167" height="44" alt="UW Technology logo" align="top" border="0"></div>
|
88
|
+
<div><address><a href="/cgi-bin/contactmyuw.cgi">Contact MyUW</a><br>Copyright© 1998-2009, University of Washington<br>MyUW® is a registered trademark of the University of Washington.</address></div></td>
|
89
|
+
</tr></table>
|
90
|
+
|
91
|
+
</td>
|
92
|
+
</tr>
|
93
|
+
</table>
|
94
|
+
|
95
|
+
<script type="text/javascript">
|
96
|
+
displayAlert();
|
97
|
+
</script>
|
98
|
+
|
99
|
+
</body>
|
100
|
+
</html>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
</head>
|
4
|
+
<body onLoad="document.relay.submit()">
|
5
|
+
<form method=post action="https://weblogin.washington.edu/" name=relay>
|
6
|
+
<input type=hidden name=pubcookie_g_req value="b25lPW15dXcud2FzaGluZ3Rvbi5lZHUmdHdvPW15dXcmdGhyZWU9MSZmb3VyPWE1JmZpdmU9R0VUJnNpeD1teXV3Lndhc2hpbmd0b24uZWR1JnNldmVuPUwzTmxjblpzWlhRdmRYTmxjZz09JmVpZ2h0PSZob3N0bmFtZT1teXV3Lndhc2hpbmd0b24uZWR1Jm5pbmU9MSZmaWxlPSZyZWZlcmVyPWh0dHA6Ly9teXV3Lndhc2hpbmd0b24uZWR1LyZzZXNzX3JlPTAmcHJlX3Nlc3NfdG9rPS0xMTgzODQxMDkxJmZsYWc9MA==">
|
7
|
+
<input type=hidden name=post_stuff value="">
|
8
|
+
<input type=hidden name=relay_url value="https://myuw.washington.edu/PubCookie.reply">
|
9
|
+
<noscript>
|
10
|
+
<p align=center>You do not have Javascript turned on, please click the button to continue.
|
11
|
+
<p align=center>
|
12
|
+
<input type=submit name=go value=Continue>
|
13
|
+
</noscript>
|
14
|
+
</form>
|
15
|
+
</html>
|
@@ -0,0 +1,85 @@
|
|
1
|
+
<HTML>
|
2
|
+
<HEAD>
|
3
|
+
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
|
4
|
+
<TITLE>Current Section Status</TITLE>
|
5
|
+
<LINK REL="stylesheet" TYPE="text/css" HREF="https://www.washington.edu/home/home.css">
|
6
|
+
</HEAD>
|
7
|
+
<BODY>
|
8
|
+
|
9
|
+
<table border='0' cellpadding='0' cellspacing='0' width='100%' align='center'>
|
10
|
+
<tr>
|
11
|
+
<td width='100%' class='rpad'>
|
12
|
+
<a href='http://www.washington.edu/' target='_top'><img src='/sdb_library/images/uwlogo150p.gif' border='0' width='150' height='28' alt='University of Washington'></a>
|
13
|
+
</td>
|
14
|
+
<td rowspan='2' valign='bottom'>
|
15
|
+
|
16
|
+
<table border='0' cellpadding='0' cellspacing='0'>
|
17
|
+
<tr><td colspan='2' bgcolor='#666666'><img src='/sdb_library/images/1px_transparent.gif' height='1'></td></tr>
|
18
|
+
<tr>
|
19
|
+
<td bgcolor='#666666'><img src='/sdb_library/images/1px_transparent.gif' width='7' height='1'></td>
|
20
|
+
<td nowrap><span class='l1text'>
|
21
|
+
<a href='http://www.washington.edu/home/search.html' target='_top'>Search</A> |
|
22
|
+
<a href='http://www.washington.edu/home/directories.html' target='_top'>Directories</A> |
|
23
|
+
<a href='http://www.washington.edu/tools/' target='_top'>Reference Tools</A>
|
24
|
+
</span></td>
|
25
|
+
</tr>
|
26
|
+
</table>
|
27
|
+
|
28
|
+
</td>
|
29
|
+
</tr>
|
30
|
+
<tr>
|
31
|
+
<td bgcolor='#666666'><img src='/sdb_library/images/1px_transparent.gif' height='1'></td>
|
32
|
+
</tr>
|
33
|
+
</table>
|
34
|
+
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
35
|
+
<tr>
|
36
|
+
<td bgcolor='#e6e6e6'><img src='/sdb_library/images/1px_transparent.gif' width='1' height='5'></TD>
|
37
|
+
</tr>
|
38
|
+
</table>
|
39
|
+
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
40
|
+
<tr>
|
41
|
+
<td rowspan='2' nowrap><span class='l1text'>
|
42
|
+
<a href='http://www.washington.edu/' target='_top'>UW Home</A> > <a href='http://www.washington.edu/students/' target='_top'>Student Guide</A> > <a href='http://www.washington.edu/students/timeschd/' target='_top'>Time Schedule</A> > <a href='http://www.washington.edu/students/timeschd/AUT2009' target='_top'>Autumn 2009</A> > <a href='http://www.washington.edu/students/timeschd/AUT2009/ ' target='_top'> </A>
|
43
|
+
</span></td>
|
44
|
+
<td width='5' rowspan='3' bgcolor='#cccccc'><img src='/sdb_library/images/1px_transparent.gif' border='0' width='7' height='1'></td>
|
45
|
+
<td bgcolor='#cccccc' height='1'><img src='/sdb_library/images/1px_transparent.gif' border='0' width='1' height='1'></td>
|
46
|
+
</tr>
|
47
|
+
<tr>
|
48
|
+
<td width='100%'> </td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td bgcolor='#cccccc'><img src='/sdb_library/images/1px_transparent.gif' border='0' width='1' height='1'></td>
|
52
|
+
</tr>
|
53
|
+
</table>
|
54
|
+
<H1>Current Section Status - Autumn Quarter 2009</H1>
|
55
|
+
<B>SLN: 91919 does not exist.</B><BR><BR>
|
56
|
+
|
57
|
+
<P></P>
|
58
|
+
<table border='0' cellpadding='0' cellspacing='0' align='center' width='100%'>
|
59
|
+
<tr>
|
60
|
+
<td rowspan='2'>
|
61
|
+
<a href='http://www.washington.edu/'><img src='/sdb_library/images/footersealW.gif' border='0' height='48' width='48' hspace='5' vspace='7' alt='UW Seal'></a>
|
62
|
+
</td>
|
63
|
+
<td rowspan='3' bgcolor='#666666' width='5'><img src='/sdb_library/images/1px_transparent.gif' width='7' height='1'></td>
|
64
|
+
<td colspan='2' bgcolor='#666666' height='1'><img src='/sdb_library/images/1px_transparent.gif' width='1' height='1'></td>
|
65
|
+
</tr><tr>
|
66
|
+
<td width='100%'>
|
67
|
+
<table border='0' width='100%'>
|
68
|
+
<tr>
|
69
|
+
<td valign='top'><address>
|
70
|
+
Office of the Registrar<br>
|
71
|
+
registrar@u.washington.edu<br>
|
72
|
+
June 27, 2009
|
73
|
+
</address>
|
74
|
+
</td>
|
75
|
+
</tr>
|
76
|
+
</table>
|
77
|
+
</td>
|
78
|
+
</tr><tr height='1'>
|
79
|
+
<td bgcolor='#666666'><img src='/sdb_library/images/1px_transparent.gif' width='1' height='1'></td>
|
80
|
+
</tr>
|
81
|
+
</table>
|
82
|
+
|
83
|
+
|
84
|
+
</BODY>
|
85
|
+
</HTML>
|
@@ -0,0 +1,92 @@
|
|
1
|
+
<HTML>
|
2
|
+
<HEAD>
|
3
|
+
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
|
4
|
+
<TITLE>Current Section Status</TITLE>
|
5
|
+
<LINK REL="stylesheet" TYPE="text/css" HREF="https://www.washington.edu/home/home.css">
|
6
|
+
</HEAD>
|
7
|
+
<BODY>
|
8
|
+
|
9
|
+
<table border='0' cellpadding='0' cellspacing='0' width='100%' align='center'>
|
10
|
+
<tr>
|
11
|
+
<td width='100%' class='rpad'>
|
12
|
+
<a href='http://www.washington.edu/' target='_top'><img src='/sdb_library/images/uwlogo150p.gif' border='0' width='150' height='28' alt='University of Washington'></a>
|
13
|
+
</td>
|
14
|
+
<td rowspan='2' valign='bottom'>
|
15
|
+
|
16
|
+
<table border='0' cellpadding='0' cellspacing='0'>
|
17
|
+
<tr><td colspan='2' bgcolor='#666666'><img src='/sdb_library/images/1px_transparent.gif' height='1'></td></tr>
|
18
|
+
<tr>
|
19
|
+
<td bgcolor='#666666'><img src='/sdb_library/images/1px_transparent.gif' width='7' height='1'></td>
|
20
|
+
<td nowrap><span class='l1text'>
|
21
|
+
<a href='http://www.washington.edu/home/search.html' target='_top'>Search</A> |
|
22
|
+
<a href='http://www.washington.edu/home/directories.html' target='_top'>Directories</A> |
|
23
|
+
<a href='http://www.washington.edu/tools/' target='_top'>Reference Tools</A>
|
24
|
+
</span></td>
|
25
|
+
</tr>
|
26
|
+
</table>
|
27
|
+
|
28
|
+
</td>
|
29
|
+
</tr>
|
30
|
+
<tr>
|
31
|
+
<td bgcolor='#666666'><img src='/sdb_library/images/1px_transparent.gif' height='1'></td>
|
32
|
+
</tr>
|
33
|
+
</table>
|
34
|
+
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
35
|
+
<tr>
|
36
|
+
<td bgcolor='#e6e6e6'><img src='/sdb_library/images/1px_transparent.gif' width='1' height='5'></TD>
|
37
|
+
</tr>
|
38
|
+
</table>
|
39
|
+
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
40
|
+
<tr>
|
41
|
+
<td rowspan='2' nowrap><span class='l1text'>
|
42
|
+
<a href='http://www.washington.edu/' target='_top'>UW Home</A> > <a href='http://www.washington.edu/students/' target='_top'>Student Guide</A> > <a href='http://www.washington.edu/students/timeschd/' target='_top'>Time Schedule</A> > <a href='http://www.washington.edu/students/timeschd/AUT2009' target='_top'>Autumn 2009</A> > <a href='http://www.washington.edu/students/timeschd/AUT2009/phil ' target='_top'>PHILOSOPHY </A>
|
43
|
+
</span></td>
|
44
|
+
<td width='5' rowspan='3' bgcolor='#cccccc'><img src='/sdb_library/images/1px_transparent.gif' border='0' width='7' height='1'></td>
|
45
|
+
<td bgcolor='#cccccc' height='1'><img src='/sdb_library/images/1px_transparent.gif' border='0' width='1' height='1'></td>
|
46
|
+
</tr>
|
47
|
+
<tr>
|
48
|
+
<td width='100%'> </td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td bgcolor='#cccccc'><img src='/sdb_library/images/1px_transparent.gif' border='0' width='1' height='1'></td>
|
52
|
+
</tr>
|
53
|
+
</table>
|
54
|
+
<H1>Current Section Status - Autumn Quarter 2009</H1>
|
55
|
+
<P><TABLE BORDER=1 CELLPADDING=3><TR BGCOLOR="#d0d0d0"><TH>SLN</TH><TH>Course</TH><TH>Section</TH><TH>Type</TH><TH>Credits</TH><TH>Title</TH><TH>General Education<BR>and Basic Skills<BR>Requirements</TH></TR><TR ROWSPAN=1><TD><TT>17237</TT></TD><TD><TT>PHIL 120</TT></TD><TD ALIGN="center"><TT>AE </TT></TD><TD ALIGN="center"><TT>QZ</TT></TD><TD ALIGN="center"><TT> </TT></TD><TD><TT><A HREF="http://www.washington.edu/students/crscat/phil.html#phil120" TARGET="_phil120">INTRO TO LOGIC </A></TT></TD><TD><TT> </TT></TD></TR><TR><TD COLSPAN=7><TT><A HREF="http://sdb.admin.washington.edu/textbooks/query.asp?qtr=Autumn&sln1=17237" TARGET="_tb">Display Textbooks</A></TT></TD></TR></TABLE><P><TABLE BORDER=1 CELLPADDING=3><TR BGCOLOR="#d0d0d0"><TH>Current<BR>Enrollment</TH><TH>Limit</TH><TH>Room<BR>Capacity</TH><TH>Space<BR>Available</TH><TH>Status</TH></B></TR><TR><TD ALIGN="center"><TT> 25</TT></TD><TD ALIGN="center"><TT> 25</TT></TD><TD ALIGN="center"><TT> 40</TT></TD><TD ALIGN="center"><TT> </TT></TD><TD ALIGN="center"><TT><B>** Closed **</B></TT></TD></TR></TABLE>
|
56
|
+
<P><TABLE BORDER=1 CELLPADDING=3><TR BGCOLOR="#d0d0d0"><TH COLSPAN=4>Meetings</TH></TR>
|
57
|
+
<TR BGCOLOR="#d0d0d0"><TH>Days</TH><TH>Time</TH><TH>Location</TH><TH>Instructor</TH></TR>
|
58
|
+
<TR><TD NOWRAP VALIGN="top"><TT>TTh</TT></TD>
|
59
|
+
<TD NOWRAP VALIGN="top"><TT>10:30-11:20</TT></TD>
|
60
|
+
<TD NOWRAP VALIGN="top"><TT><A HREF="http://www.washington.edu/students/maps/map.cgi?DEN" TARGET="_DEN">DEN</A> 212</TT></TD>
|
61
|
+
<TD NOWRAP><TT> </TT></TD>
|
62
|
+
</TR></TABLE>
|
63
|
+
<P><TABLE BORDER=1 CELLPADDING=3><TR BGCOLOR="#d0d0d0"><TH>Notes</TH></TR><TR><TD><TT>Quiz Section </TT></TD></TR></TABLE>
|
64
|
+
<P></P>
|
65
|
+
<table border='0' cellpadding='0' cellspacing='0' align='center' width='100%'>
|
66
|
+
<tr>
|
67
|
+
<td rowspan='2'>
|
68
|
+
<a href='http://www.washington.edu/'><img src='/sdb_library/images/footersealW.gif' border='0' height='48' width='48' hspace='5' vspace='7' alt='UW Seal'></a>
|
69
|
+
</td>
|
70
|
+
<td rowspan='3' bgcolor='#666666' width='5'><img src='/sdb_library/images/1px_transparent.gif' width='7' height='1'></td>
|
71
|
+
<td colspan='2' bgcolor='#666666' height='1'><img src='/sdb_library/images/1px_transparent.gif' width='1' height='1'></td>
|
72
|
+
</tr><tr>
|
73
|
+
<td width='100%'>
|
74
|
+
<table border='0' width='100%'>
|
75
|
+
<tr>
|
76
|
+
<td valign='top'><address>
|
77
|
+
Office of the Registrar<br>
|
78
|
+
registrar@u.washington.edu<br>
|
79
|
+
June 27, 2009
|
80
|
+
</address>
|
81
|
+
</td>
|
82
|
+
</tr>
|
83
|
+
</table>
|
84
|
+
</td>
|
85
|
+
</tr><tr height='1'>
|
86
|
+
<td bgcolor='#666666'><img src='/sdb_library/images/1px_transparent.gif' width='1' height='1'></td>
|
87
|
+
</tr>
|
88
|
+
</table>
|
89
|
+
|
90
|
+
|
91
|
+
</BODY>
|
92
|
+
</HTML>
|
@@ -0,0 +1,93 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/html4/loose.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<title>Welcome to MyUW</title>
|
6
|
+
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
7
|
+
<meta http-equiv="pragma" content="no-cache">
|
8
|
+
<meta http-equiv="cache-control" content="no-cache">
|
9
|
+
<meta http-equiv="expires" content="Fri, 01 Dec 2000 00:00:00 GMT">
|
10
|
+
<meta name="author" lang="en"
|
11
|
+
content="Copyright (c) 1998- University of Washington">
|
12
|
+
|
13
|
+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
14
|
+
<link rel="stylesheet" href="/css/myuw.css" type="text/css">
|
15
|
+
<script type="text/javascript" src="/js/base.js"></script>
|
16
|
+
</head>
|
17
|
+
|
18
|
+
<body bgcolor="#ffffff" onLoad="sf()">
|
19
|
+
|
20
|
+
<table cellpadding="0" cellspacing="20" border="0" width="700" align="center">
|
21
|
+
|
22
|
+
<tr>
|
23
|
+
<td width="50%" valign="baseline">
|
24
|
+
<img src="/graphics/myuwbig.gif" border="0" alt="MyUW Logo">
|
25
|
+
</td>
|
26
|
+
|
27
|
+
<td width="2" bgcolor="#9999FF" rowspan="4"><img src="/graphics/1pixffcc33.gif"
|
28
|
+
width="1" height="1" align="BOTTOM" alt=""></td>
|
29
|
+
|
30
|
+
<td valign="middle" align="left">
|
31
|
+
Your personal gateway to the UW Web resources you use most.
|
32
|
+
</td>
|
33
|
+
</tr>
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
<tr>
|
38
|
+
|
39
|
+
<td align="left" style="padding-left: 10px;" valign="top">
|
40
|
+
<form method="get" name="f" action='https://myuw.washington.edu/servlet/user'><input type="submit" name="defbut" value="Log in with your UW NetID"></form></td>
|
41
|
+
|
42
|
+
<td align="left" rowspan="3" valign="top">
|
43
|
+
<a href="http://www.washington.edu/computing/uwnetid/">What is the UW NetID</a>?<br>
|
44
|
+
<a href="/info.html">Help, FAQs</a><br>
|
45
|
+
<a href="/about.html">About MyUW</a><br>
|
46
|
+
<a href="/policy.html">Privacy statement</a><br>
|
47
|
+
<a href="http://www.washington.edu/computing/rules">Appropriate use</a>
|
48
|
+
</td>
|
49
|
+
</tr>
|
50
|
+
|
51
|
+
<tr>
|
52
|
+
<td align="left" style="padding-left: 10px;" valign="top">
|
53
|
+
<form method="get" action='http://myuw.washington.edu/servlet/guest'>
|
54
|
+
<input type="submit" value="Enter as a guest"></form></td>
|
55
|
+
</tr>
|
56
|
+
|
57
|
+
<tr>
|
58
|
+
<td align="left" style="padding: 10px;">
|
59
|
+
<!--
|
60
|
+
<div style="background-color: #E6CDE6; padding: 5px;">
|
61
|
+
<a href="http://careerweek.washington.edu/">Career Discovery Week, Jan. 26-30, 2009</a><br>All three UW campuses
|
62
|
+
</div>
|
63
|
+
-->
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
|
67
|
+
<tr>
|
68
|
+
<td colspan="3">
|
69
|
+
<table border="0" cellpadding="5" >
|
70
|
+
<tr><td><img src="/graphics/caution.gif" alt= "caution icon" align="right"></td>
|
71
|
+
<td>To prevent unauthorized use of your UW NetID and protect your privacy, <a href="info.html#logout"><b>Log Out</b> and completely exit your Web browser</a> when you finish.</td></table>
|
72
|
+
</td>
|
73
|
+
</tr>
|
74
|
+
|
75
|
+
<tr>
|
76
|
+
<td colspan="3">
|
77
|
+
<hr size="2" noshade >
|
78
|
+
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
79
|
+
<tr><td align="center" valign="top" width="73"><a href="http://www.washington.edu/"><img src="/graphics/UW.gif" width="53" height="37" alt="UW logo" border="0"></a></td>
|
80
|
+
<td align="left" valign="top" style="white-space:nowrap"><div class="chancontrols"><img src="/graphics/uwtech.gif" width="167" height="44" alt="UW Technology logo" align="top" border="0"></div>
|
81
|
+
<div><address><a href="/cgi-bin/contactmyuw.cgi">Contact MyUW</a><br>Copyright© 1998-2009, University of Washington<br>MyUW® is a registered trademark of the University of Washington.</address></div></td>
|
82
|
+
</tr></table>
|
83
|
+
|
84
|
+
</td>
|
85
|
+
</tr>
|
86
|
+
</table>
|
87
|
+
|
88
|
+
<script type="text/javascript">
|
89
|
+
displayAlert();
|
90
|
+
</script>
|
91
|
+
|
92
|
+
</body>
|
93
|
+
</html>
|