Task #939 » redmine-login.html.erb.diff
login.html.erb 2015-10-12 11:44:32.492048835 +0200 | ||
---|---|---|
1 | 1 |
<%= call_hook :view_account_login_top %> |
2 |
<div style="border: 1px solid orange;"> |
|
3 |
<div style="font-size: 23px; color: #777; text-align: center; padding: 5px;"> |
|
4 |
Users of D4Science Gateways (iMarine, D4Science.org, DESCRAMBLE, etc.) can use their gateway credentials to login. |
|
5 |
</div> |
|
6 |
<div style="padding:30px 10px 5px; text-align: right; font-size: 9px;">Please note: if you lost your password please use the forgot password utility on your D4Science Gateway</div> |
|
7 |
</div> |
|
2 | 8 |
<div id="login-form"> |
3 | 9 |
<%= form_tag(signin_path) do %> |
4 | 10 |
<%= back_url_hidden_field_tag %> |
5 | 11 |
<table> |
6 | 12 |
<tr> |
7 |
<td style="text-align:right;"><label for="username"><%=l(:field_login)%>:</label></td>
|
|
13 |
<td style="text-align:right;"><label for="username">Email address:</label></td>
|
|
8 | 14 |
<td style="text-align:left;"><%= text_field_tag 'username', params[:username], :tabindex => '1' %></td> |
9 | 15 |
</tr> |
10 | 16 |
<tr> |
... | ... | |
26 | 32 |
</td> |
27 | 33 |
</tr> |
28 | 34 |
<tr> |
29 |
<td style="text-align:left;"> |
|
30 |
<% if Setting.lost_password? %> |
|
31 |
<%= link_to l(:label_password_lost), lost_password_path %> |
|
32 |
<% end %> |
|
33 |
</td> |
|
34 | 35 |
<td style="text-align:right;"> |
35 | 36 |
<input type="submit" name="login" value="<%=l(:button_login)%> »" tabindex="5"/> |
36 | 37 |
</td> |
- « Previous
- 1
- 2
- Next »