droy | 43456e4 | 2007-11-27 18:55:10 +0000 | [diff] [blame] | 1 | <div id="maincontent"> |
| 2 | <div id="midcolumn"> |
droy | 43456e4 | 2007-11-27 18:55:10 +0000 | [diff] [blame] | 3 | <h1><?= $pageTitle ?></h1> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 4 | |
| 5 | <div id="index-page"> |
| 6 | |
droy | b2ab7e1 | 2012-11-01 13:27:44 -0400 | [diff] [blame] | 7 | <a href="https://dev.eclipse.org/site_login/createaccount.php"><img src="<?php echo imageRoot() ?>/large_icons/categories/preferences-desktop-peripherals.png"> <h2>An Eclipse.org account is all you need</h2></a> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 8 | <br style='clear: both;'> |
droy | b2ab7e1 | 2012-11-01 13:27:44 -0400 | [diff] [blame] | 9 | <p>If you don't already have an Eclipse.org account then <a href="https://dev.eclipse.org/site_login/createaccount.php">create one today</a>. |
| 10 | It takes Babel a few minutes to receive your new account information. |
droy | 6a658f5 | 2008-01-30 16:21:12 +0000 | [diff] [blame] | 11 | If logging in doesn't work after a few minutes, please contact <a href="mailto:webmaster@eclipse.org">webmaster@eclipse.org</a>.</p> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 12 | |
| 13 | <br style='clear: both;'> |
droy | b2ab7e1 | 2012-11-01 13:27:44 -0400 | [diff] [blame] | 14 | <p>If you already have an Eclipse account, then log in and start helping Eclipse speak your language.</p> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 15 | |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 16 | <form style="margin-left: 35px;" name="frmLogin" method="post"> |
| 17 | <div> |
| 18 | |
| 19 | <?php |
| 20 | if($GLOBALS['g_ERRSTRS'][0]){ |
| 21 | ?> |
atoulme | e9ec6d8 | 2008-11-19 14:41:30 +0000 | [diff] [blame] | 22 | <img style='margin-left: 70px;' src='<?php echo imageRoot() ?>/small_icons/actions/process-stop.png'> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 23 | <div style='color: red; font-weight: bold; '><?=$GLOBALS['g_ERRSTRS'][0]?></div> |
| 24 | <br style='clear: both;'> |
droy | b2ab7e1 | 2012-11-01 13:27:44 -0400 | [diff] [blame] | 25 | <?php |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 26 | }else{ |
| 27 | ?> |
atoulme | e9ec6d8 | 2008-11-19 14:41:30 +0000 | [diff] [blame] | 28 | <img style='margin-left: 70px;' src="<?php echo imageRoot() ?>/small_icons/emblems/emblem-important.png"> <h2 style='font-size: 14px; margin-top: 0px; background-color: yellow;'>Use your Bugzilla login information</h2> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 29 | <br style='clear: both;'> |
droy | b2ab7e1 | 2012-11-01 13:27:44 -0400 | [diff] [blame] | 30 | <?php |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 31 | } |
| 32 | ?> |
| 33 | |
| 34 | <div style='width: 70px; float: left;'>Email:</div> |
| 35 | <input type="text" name="username" value="<?= $USERNAME ?>" size="42" maxlength="255" /> |
| 36 | |
| 37 | <?php if($GLOBALS['g_ERRSTRS'][1]){ print "<div>".$GLOBALS['g_ERRSTRS'][1]."</div>"; } ?> |
| 38 | |
| 39 | </div> |
| 40 | |
| 41 | <div> |
| 42 | <div style='width: 70px; float: left;'>Password:</div> |
| 43 | <input type="password" name="password" value="<?= $PASSWORD ?>" size="42" maxlength="255" /> |
| 44 | <?= $GLOBALS['g_ERRSTRS'][2] ?> |
| 45 | </div> |
| 46 | |
| 47 | <div style='margin-left: 65px;'> |
| 48 | <input type="checkbox" name="remember" value="1" <?= $REMEMBER ?> />remember me |
| 49 | <div style='float: right; margin-right: 100px;'><a href="https://bugs.eclipse.org/bugs/index.cgi?GoAheadAndLogIn=1#forgot">Forgot my password</a> </div> |
| 50 | |
| 51 | </div> |
| 52 | |
| 53 | <div style='margin-left: 65px;'> |
| 54 | <input type="submit" name="submit" value="Login" style="font-size:14px;" /> |
| 55 | </div> |
| 56 | |
| 57 | </form> |
droy | 43456e4 | 2007-11-27 18:55:10 +0000 | [diff] [blame] | 58 | </div> |
Kit Lo | e9ea1f9 | 2013-06-20 09:45:54 -0400 | [diff] [blame] | 59 | </div> |
| 60 | <br class='clearing'> |
| 61 | </div> |
gobrien | 1a8e02f | 2008-01-30 01:46:26 +0000 | [diff] [blame] | 62 | |
droy | b93e4a2 | 2007-11-28 16:08:51 +0000 | [diff] [blame] | 63 | <script language="javascript"> |
| 64 | document.forms['frmLogin'].username.focus(); |
| 65 | </script> |