Skip to content

Instantly share code, notes, and snippets.

@wchen-r7
Last active November 24, 2015 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wchen-r7/847a8d1246395bdbf7b1 to your computer and use it in GitHub Desktop.
Save wchen-r7/847a8d1246395bdbf7b1 to your computer and use it in GitHub Desktop.
<!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" xml:lang="en" lang="en">
<head>
<title>Magento Downloader</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link type="image/x-icon" href="/magento/downloader/favicon.ico" rel="icon"/>
<link type="image/x-icon" href="/magento/downloader/favicon.ico" rel="shortcut icon"/>
<script type="text/javascript" src="js/prototype.js"></script>
<link type="text/css" rel="stylesheet" href="skin/boxes.css"></link>
<!--[if IE]>
<link type="text/css" rel="stylesheet" href="skin/ieboxes.css" media="all"></link>
<![endif]-->
<!--[if gt IE 6]>
<link type="text/css" rel="stylesheet" href="skin/ie7boxes.css" media="all"></link>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header-top">
<h1 id="logo">Magento Downloader</h1>
</div>
<div class="main">
<div class="content">
<div style="width:300px; padding:20px; margin:90px auto !important; background:#f6f6f6;">
<form method="post" action="#">
<h2 class="page-head">Log In</h2>
<p><small>Please re-enter your Magento Adminstration Credentials.<br/>Only administrators with full permissions will be able to log in.</small></p>
<table class="form-list">
<tr><td class="label"><label for="username">Username:</label></td><td class="value"><input id="username" name="username" value=""/></td></tr>
<tr><td class="label"><label for="password">Password:</label></td><td class="value"><input type="password" id="password" name="password"/></td></tr>
<tr><td></td>
<td class="value"><button type="submit">Log In</button></td></tr>
</table>
</form>
</div>
</div>
</div>
</div>
<div class="footer">
<p class="copyright">
Help Us to Keep Magento Healthy - <a href="http://www.magentocommerce.com/bug-tracking" id="bug_tracking_link"><strong>Report All Bugs</strong></a> (Magento Connect Manager ver. 1.9.0.0)<br/>
<script type="text/javascript">
$('bug_tracking_link').target = "varien_external";
</script>
Magento is a trademark of Magento, Inc. Copyright &copy; 2014 Magento Inc.
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment