blob: e0f007cb5343f234042a1f0dc92ac06d23bf9c43 [file] [log] [blame]
droy43456e42007-11-27 18:55:10 +00001<div id="maincontent">
2<div id="midcolumn">
droy43456e42007-11-27 18:55:10 +00003<h1><?= $pageTitle ?></h1>
gobrien1a8e02f2008-01-30 01:46:26 +00004
5<div id="index-page">
6
droyb2ab7e12012-11-01 13:27:44 -04007 <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>
gobrien1a8e02f2008-01-30 01:46:26 +00008 <br style='clear: both;'>
droyb2ab7e12012-11-01 13:27:44 -04009 <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.
droy6a658f52008-01-30 16:21:12 +000011 If logging in doesn't work after a few minutes, please contact <a href="mailto:webmaster@eclipse.org">webmaster@eclipse.org</a>.</p>
gobrien1a8e02f2008-01-30 01:46:26 +000012
13 <br style='clear: both;'>
droyb2ab7e12012-11-01 13:27:44 -040014 <p>If you already have an Eclipse account, then log in and start helping Eclipse speak your language.</p>
gobrien1a8e02f2008-01-30 01:46:26 +000015
gobrien1a8e02f2008-01-30 01:46:26 +000016<form style="margin-left: 35px;" name="frmLogin" method="post">
17<div>
18
19 <?php
20 if($GLOBALS['g_ERRSTRS'][0]){
21 ?>
atoulmee9ec6d82008-11-19 14:41:30 +000022 <img style='margin-left: 70px;' src='<?php echo imageRoot() ?>/small_icons/actions/process-stop.png'>
gobrien1a8e02f2008-01-30 01:46:26 +000023 <div style='color: red; font-weight: bold; '><?=$GLOBALS['g_ERRSTRS'][0]?></div>
24 <br style='clear: both;'>
droyb2ab7e12012-11-01 13:27:44 -040025 <?php
gobrien1a8e02f2008-01-30 01:46:26 +000026 }else{
27 ?>
atoulmee9ec6d82008-11-19 14:41:30 +000028 <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>
gobrien1a8e02f2008-01-30 01:46:26 +000029 <br style='clear: both;'>
droyb2ab7e12012-11-01 13:27:44 -040030 <?php
gobrien1a8e02f2008-01-30 01:46:26 +000031 }
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>
droy43456e42007-11-27 18:55:10 +000058</div>
Kit Loe9ea1f92013-06-20 09:45:54 -040059</div>
60<br class='clearing'>
61</div>
gobrien1a8e02f2008-01-30 01:46:26 +000062
droyb93e4a22007-11-28 16:08:51 +000063<script language="javascript">
64 document.forms['frmLogin'].username.focus();
65</script>