gecko-dev/webtools/addons/tpl/developers/index.tpl
mike.morgan%oregonstate.edu 400c45a982 .htaccess, README
updated .htaccess file to define include_path to prepend/append files are processed properly.
    added installation instructions.

config-dist.php
    added REPO_DIR to store constant for repository.
    added site config information handoff to smarty display object for correct webpaths.

developers/*
    developers index page along with accompanying template.

search.php
    this will be the main search (placeholder).
2005-07-12 11:34:42 +00:00

55 lines
1.7 KiB
Smarty

<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 -->