| Filecontent |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="http://127.0.0.1/moodle/theme/standard/styles.php" />
<link rel="stylesheet" type="text/css" href="http://127.0.0.1/moodle/theme/standardwhite/styles.php" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="http://127.0.0.1/moodle/theme/standard/styles_ie7.css" />
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="http://127.0.0.1/moodle/theme/standard/styles_ie6.css" />
<![endif]-->
<meta name="keywords" content="moodle, Boston Reed College: Login to the site " />
<title>Boston Reed College: Login to the site</title>
<link rel="shortcut icon" href="http://127.0.0.1/moodle/theme/standardwhite/favicon.ico" />
<!--<style type="text/css">/*<![CDATA[*/ body{behavior:url(http://127.0.0.1/moodle/lib/csshover.htc);} /*]]>*/</style>-->
<script type="text/javascript" src="http://127.0.0.1/moodle/lib/javascript-static.js"></script>
<script type="text/javascript" src="http://127.0.0.1/moodle/lib/javascript-mod.php"></script>
<script type="text/javascript" src="http://127.0.0.1/moodle/lib/overlib/overlib.js"></script>
<script type="text/javascript" src="http://127.0.0.1/moodle/lib/overlib/overlib_cssstyle.js"></script>
<script type="text/javascript" src="http://127.0.0.1/moodle/lib/cookies.js"></script>
<script type="text/javascript" src="http://127.0.0.1/moodle/lib/ufo.js"></script>
<script type="text/javascript" src="http://127.0.0.1/moodle/lib/dropdown.js"></script>
<script type="text/javascript" defer="defer">
//<![CDATA[
setTimeout('fix_column_widths()', 20);
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
function openpopup(url, name, options, fullscreen) {
var fullurl = "http://127.0.0.1/moodle" + url;
var windowobj = window.open(fullurl, name, options);
if (!windowobj) {
return true;
}
if (fullscreen) {
windowobj.moveTo(0, 0);
windowobj.resizeTo(screen.availWidth, screen.availHeight);
}
windowobj.focus();
return false;
}
function uncheckall() {
var inputs = document.getElementsByTagName('input');
for(var i = 0; i < inputs.length; i++) {
inputs[i].checked = false;
}
}
function checkall() {
var inputs = document.getElementsByTagName('input');
for(var i = 0; i < inputs.length; i++) {
inputs[i].checked = true;
}
}
function inserttext(text) {
text = ' ' + text + ' ';
if ( opener.document.forms['theform'].message.createTextRange && opener.document.forms['theform'].message.caretPos) {
var caretPos = opener.document.forms['theform'].message.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
} else {
opener.document.forms['theform'].message.value += text;
}
opener.document.forms['theform'].message.focus();
}
addonload(function() { if(el = document.getElementById('username')) el.focus(); });
function getElementsByClassName(oElm, strTagName, oClassNames){
var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);
var arrReturnElements = new Array();
var arrRegExpClassNames = new Array();
if(typeof oClassNames == "object"){
for(var i=0; i<oClassNames.length; i++){
arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames[i].replace(/\-/g, "\\-") + "(\\s|$)"));
}
}
else{
arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames.replace(/\-/g, "\\-") + "(\\s|$)"));
}
var oElement;
var bMatchesAll;
for(var j=0; j<arrElements.length; j++){
oElement = arrElements[j];
bMatchesAll = true;
for(var k=0; k<arrRegExpClassNames.length; k++){
if(!arrRegExpClassNames[k].test(oElement.className)){
bMatchesAll = false;
break;
}
}
if(bMatchesAll){
arrReturnElements.push(oElement);
}
}
return (arrReturnElements)
}
//]]>
</script>
</head>
<body class="login course-1 notloggedin dir-ltr lang-en_utf8" id="login-index">
<div id="page">
<div id="header" class=" clearfix"> <h1 class="headermain">Boston Reed College</h1>
<div class="headermenu"><div class="logininfo">You are not logged in. (<a href="http://127.0.0.1/moodle/login/index.php">Login</a>)</div></div>
</div> <div class="navbar clearfix">
<div class="breadcrumb"><h2 class="accesshide " >You are here</h2> <ul>
<li class="first"><a onclick="this.target='_top'" href="http://127.0.0.1/moodle/">bostonreedcollege</a></li><li> <span class="accesshide " >/ </span><span class="arrow sep">►</span> Login to the site</li></ul></div>
<div class="navbutton"><div class="langmenu"><form action="http://127.0.0.1/moodle/course/jumpto.php" method="get" id="chooselang" class="popupform"><div><label for="chooselang_jump"><span class="accesshide " >Language</span></label><select id="chooselang_jump" name="jump" onchange="self.location=document.getElementById('chooselang').jump.options[document.getElementById('chooselang').jump.selectedIndex].value;">
<option value="http://127.0.0.1/moodle/login/index.php?lang=en_utf8" selected="selected">English (en)</option>
</select><input type="hidden" name="sesskey" value="Bop8z4DeCN" /><div id="noscriptchooselang" style="display: inline;"><input type="submit" value="Go" /></div><script type="text/javascript">
//<![CDATA[
document.getElementById("noscriptchooselang").style.display = "none";
//]]>
</script></div></form></div></div>
</div>
<!-- END OF HEADER -->
<div id="content" class=" clearfix"><div class="loginbox clearfix onecolumn">
<div class="loginpanel">
<h2>Returning to this web site?</h2>
<div class="subcontent loginsub">
<div class="desc">
Login here using your username and password<br/>(Cookies must be enabled in your browser)<span class="helplink"><a title="Help with Cookies must be enabled in your browser (new window)" href="http://127.0.0.1/moodle/help.php?module=moodle&file=cookies.html&forcelang=" onclick="this.target='popup'; return openpopup('/help.php?module=moodle&file=cookies.html&forcelang=', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);"><img class="iconhelp" alt="Help with Cookies must be enabled in your browser (new window)" src="http://127.0.0.1/moodle/pix/help.gif" /></a></span> </div>
<form action="http://127.0.0.1/moodle/login/index.php" method="post" id="login">
<div class="loginform">
<div class="form-label"><label for="username">Username</label></div>
<div class="form-input">
<input type="text" name="username" id="username" size="15" value="" />
</div>
<div class="clearer"><!-- --></div>
<div class="form-label"><label for="password">Password</label></div>
<div class="form-input">
<input type="password" name="password" id="password" size="15" value="" />
<input type="submit" value="Login" />
<input type="hidden" name="testcookies" value="1" />
</div>
<div class="clearer"><!-- --></div>
</div>
</form>
</div>
<div class="subcontent guestsub">
<div class="desc">
Some courses may allow guest access </div>
<form action="index.php" method="post" id="guestlogin">
<div class="guestform">
<input type="hidden" name="username" value="guest" />
<input type="hidden" name="password" value="guest" />
<input type="hidden" name="testcookies" value="1" />
<input type="submit" value="Login as a guest" />
</div>
</form>
</div>
<div class="subcontent forgotsub">
<div class="desc">
Forgotten your username or password? </div>
<form action="forgot_password.php" method="post" id="changepassword">
<div class="forgotform">
<input type="hidden" name="sesskey" value="Bop8z4DeCN" />
<input type="submit" value="Yes, help me log in" />
</div>
</form>
</div>
</div>
</div>
</div><div id="footer"><hr /><p class="helplink"></p><div class="logininfo">You are not logged in. (<a href="http://127.0.0.1/moodle/login/index.php">Login</a>)</div><div class="homelink"><a href="http://127.0.0.1/moodle/">Home</a></div></div>
</div>
</body>
</html>
|
| Header |
HTTP/1.1 200 OK
Connection: close
Expires:
Content-language: en
Accept-ranges: none
Date: Thu, 23 Feb 2012 06:51:55 GMT
Server: Sun-ONE-Web-Server/6.1
Pragma: no-cache
X-powered-by: PHP/5.2.14
Cache-control: private, pre-check=0, post-check=0, max-age=0
Set-cookie: MoodleSession=2r2nv0cl63g9k3k14oikgad1o4; path=/
Set-cookie: MoodleSessionTest=HipA9qV7VK; path=/
Set-cookie: MOODLEID_=deleted; expires=Wed, 23-Feb-2011 06:51:54 GMT; path=/
Set-cookie: MOODLEID_=%25ED%25C3%251CC%25B7d; expires=Mon, 23-Apr-2012 06:51:55 GMT; path=/
Content-style-type: text/css
Content-script-type: text/javascript
Content-type: text/html; charset=utf-8
|
| Responseheader |
| struct |
| Accept-ranges |
none
|
| Cache-control |
private, pre-check=0, post-check=0, max-age=0
|
| Connection |
close
|
| Content-language |
en
|
| Content-script-type |
text/javascript
|
| Content-style-type |
text/css
|
| Content-type |
text/html; charset=utf-8
|
| Date |
Thu, 23 Feb 2012 06:51:55 GMT
|
| Expires |
[empty string]
|
| Explanation |
OK
|
| Http_Version |
HTTP/1.1
|
| Pragma |
no-cache
|
| Server |
Sun-ONE-Web-Server/6.1
|
| Set-cookie |
| struct |
| 1 |
MoodleSession=2r2nv0cl63g9k3k14oikgad1o4; path=/
|
| 2 |
MoodleSessionTest=HipA9qV7VK; path=/
|
| 3 |
MOODLEID_=deleted; expires=Wed, 23-Feb-2011 06:51:54 GMT; path=/
|
| 4 |
MOODLEID_=%25ED%25C3%251CC%25B7d; expires=Mon, 23-Apr-2012 06:51:55 GMT; path=/
|
|
| Status_Code |
200
|
| X-powered-by |
PHP/5.2.14
|
|