rendered paste bodyDOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>
Login
</title>
<!-- Mimic Internet Explorer 7 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<link type="text/css" rel="stylesheet" href="/util/styles/login.css" />
<meta name="robots" content="noindex,nofollow" />
<link href="../App_Themes/Default/Styles/system.css" type="text/css" rel="stylesheet" />
<link href="../App_Themes/Default/Styles/ToolButton.css" type="text/css" rel="stylesheet" />
</head>
<body>
<form method="post" action="login.aspx?ReturnUrl=%2fen%2fServices%2ftransport%2f" id="aspnetForm">
<div class="aspNetHidden">
<input type="hidden" name="__epiAntiForgeryToken_d3d3LndzcGdyb3VwLmNvbS8_" id="__epiAntiForgeryToken_d3d3LndzcGdyb3VwLmNvbS8_" value="jIX8ir1b1hUT9TQpEMOGD4yRkdoqMdfGSr9D6ceIx9PszAie27dZZPPdS6lkwqsD" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE5Mzc0MDA0NzQPZBYCZg9kFgICARBkZBYCAgEPZBYCZg9kFgJmD2QWAgIVDxAPFgIeB0NoZWNrZWRoZGRkZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQUoY3RsMDAkRnVsbFJlZ2lvbiRMb2dpbkNvbnRyb2wkUmVtZW1iZXJNZQ/IT3d/MDeJXBB4vx5BJLuoSGBKkndylf/PZGEKO9oX" />
</div>
<script src="/util/javascript/episerverscriptmanager.js" type="text/javascript"></script>
login.aspx
<script type="text/javascript">
document.body.className = "epi-loginBody";
var uiUrl = "".toLowerCase();
try
{
if (window.top != window && window.top.location.href.toLowerCase().indexOf(uiUrl) > -1)
{
window.top.location = window.top.location.href.split("?")[0];
}
}
catch (ex)
{
// Cross site scripting probable cause...
}
function toggleCookieText()
{
var cookieInfoPanel = document.getElementById("cookieInfoPanel");
cookieInfoPanel.style.display = (cookieInfoPanel.style.display=="block" ? "none" : "block");
return false;
}
</script>
<div class="epi-loginContainer">
<div id="ctl00_FullRegion_LoginControl">
<div class="epi-loginTop">
</div>
<div class="epi-loginMiddle">
<div class="epi-loginContent">
<div class="epi-loginLogo">EPiServer CMS</div>
<div class="epi-loginForm">
<h1>Log in to EPiServer CMS 6 <span style="color:Red;"></span></h1>
<div class="epi-credentialsContainer">
<div class="epi-float-left">
<label for="ctl00_FullRegion_LoginControl_UserName" id="ctl00_FullRegion_LoginControl_Label133" class="episize80">Name</label><br />
<input name="ctl00$FullRegion$LoginControl$UserName" type="text" id="ctl00_FullRegion_LoginControl_UserName" class="epi-inputText" />
</div>
<div class="epi-float-left">
<label for="ctl00_FullRegion_LoginControl_Password" id="ctl00_FullRegion_LoginControl_Label2" class="episize80">Password</label><br />
<input name="ctl00$FullRegion$LoginControl$Password" type="password" id="ctl00_FullRegion_LoginControl_Password" class="epi-inputText" />
</div>
<div class="epi-button-container epi-float-left">
<span class="epi-button">
<span class="epi-button-child">
<input type="submit" name="ctl00$FullRegion$LoginControl$Button1" value="Log In" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$FullRegion$LoginControl$Button1", "", true, "", "", false, false))" id="ctl00_FullRegion_LoginControl_Button1" class="epi-button-child-item" />
</span>
</span>
</div>
<div class="epi-checkbox-container">
<span class="epi-checkbox"><input id="ctl00_FullRegion_LoginControl_RememberMe" type="checkbox" name="ctl00$FullRegion$LoginControl$RememberMe" /></span>
<label for="ctl00_FullRegion_LoginControl_RememberMe" id="ctl00_FullRegion_LoginControl_Label1">Enable automatic logon to this website</label>
</div>
</div>
<p>
<input type="submit" name="ctl00$FullRegion$LoginControl$Button1" value="Log In" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$FullRegion$LoginControl$Button1", "", true, "", "", false, false))" id="ctl00_FullRegion_LoginControl_Button1" class="epi-button-child-item" />
</span>
</span>
</div>
<div class="epi-checkbox-container">
<span class="epi-checkbox"><input id="ctl00_FullRegion_LoginControl_RememberMe" type="checkbox" name="ctl00$FullRegion$LoginControl$RememberMe" /></span>
<label for="ctl00_FullRegion_LoginControl_RememberMe" id="ctl00_FullRegion_LoginControl_Label1">Enable automatic logon to this website</label>
</div>
</div>
<p>
<a href="#" onclick="toggleCookieText(); return false;">
If you log in, cookies will be used.
</a>
<div id="cookieInfoPanel" style="display: none; text-align: left;">
<br />
A cookie containing login information will be sent to your web browser. If you do not want to receive cookies, you will be unable to log into the website.
</div>
</p>
</div>
</div>
</div>
<div class="epi-loginBottom">
</div>
</div>
</div>
</form>
</body>
</html>
(END)