mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Removed this, no longer needed.
This commit is contained in:
parent
f2a2d9e030
commit
0e3bd756d8
@ -1,54 +0,0 @@
|
||||
<div id="mBody">
|
||||
|
||||
<div id="mainContent" class="right">
|
||||
<h2>About the Developer Control Panel</h2>
|
||||
<p class="first">The Mozilla Update Developer Control Panel allows Extension and Theme authors full access to manage the
|
||||
listings of their items on Mozilla Update. This includes the ability to add/remove new versions or whole new items,
|
||||
add/remove screenshots, update the compatibility information and even to report questionable comments left in the item's feedback
|
||||
to the Mozilla Update Staff.</p>
|
||||
|
||||
<h2>Developer Resources</h2>
|
||||
<p>More information on how to develop extensions and themes:</p>
|
||||
<ul>
|
||||
<li>wiki link</li>
|
||||
<li>wiki link</li>
|
||||
<li>wiki link</li>
|
||||
<li>wiki link</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- end mainContent -->
|
||||
|
||||
<div id="side" class="right">
|
||||
<h2>Developers Login</h2>
|
||||
|
||||
<form name="login" method="post" action="./login.php">
|
||||
<table cellpadding="1" cellspacing="1" style="margin: auto">
|
||||
<tr><td style="margin-top: 4px"></td></tr>
|
||||
<tr>
|
||||
<td><strong>E-Mail:</strong></td><td><input name="email" type="text" size="30"
|
||||
maxlength="200"></TD>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Password:</strong></td><td><input name="password" type="password"
|
||||
size="30" maxlength="100"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" colspan="2"><input name="submit" type="submit" value="Login">
|
||||
<input type="reset" value="Reset"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<p>
|
||||
<a href="./passwordreset.php">Forgot your password?</a><br>
|
||||
<a href="./resendconfirmation.php">Resend Confirmation Email</a>
|
||||
</p>
|
||||
|
||||
<h2>Create an Account</h2>
|
||||
<p>You need an account to access the features of the Developer Control Panel and add your extension or themes to Mozilla Update.</p>
|
||||
<a href="./createaccount.php">Join Mozilla Update!</a>
|
||||
</div>
|
||||
<!-- end side -->
|
||||
|
||||
</div>
|
||||
<!-- end mBody -->
|
Loading…
x
Reference in New Issue
Block a user