Changesets can be listed by changeset number.
The Git repository is here.
Changeset 161
Updated Comodo SSL verification link to give long form of confirmation
page rather than short form.
- Comitted by: rool
- Date: Wednesday December 13 10:14:14 2006 (over 17 years ago)
Affected files:
- rool/rails/hub/trunk/app/views/account/login.rhtml (diff)
- rool/rails/hub/trunk/app/views/tasks/index.rhtml (diff)
rool/rails/hub/trunk/app/views/account/login.rhtml:
prev. | current | |
</table> | ||
<p /> | ||
36 | | |
36 | <a href="https://secure.comodo.net/ttb_searcher/trustlogo?v_querytype=W&v_shortname=SC2&v_search=www.riscosopen.org&x=6&y=5"> | |
<img align="right" src="/images/ssl/secure_site.gif" alt="Comodo SSL" width="100" height="85" border="0" /> | ||
38 | | |
39 | </a> |
rool/rails/hub/trunk/app/views/tasks/index.rhtml:
prev. | current | |
1 | | |
2 |
| |
3 | | |
4 | | |
5 | | |
6 | | |
7 | | |
8 |
| |
9 | | |
10 | | |
11 | | |
12 | ||
13 | | |
14 | | |
15 | | |
16 | | |
17 | | |
18 | ||
19 | | |
20 | | |
21 | | |
22 | | |
23 | | |
24 | | |
25 | | |
26 | ||
27 | | |
28 | | |
29 |
| |
30 | ||
31 | | |
32 | | |
33 |
| |
34 | | |
35 | | |
36 | | |
37 | | |
38 | | |
39 | | |
40 | ||
41 |
| |
42 | | |
43 | | |
44 | | |
45 | | |
2 | <h2>Web site accounts: Control panel</h2> | |
3 | ||
4 | <p /> | |
5 | The RISC OS Open web site asks its users to create accounts if | |
6 | they want to do things like make forum posts or comment on news | |
7 | articles. Currently available account management options are | |
8 | listed below. | |
9 | ||
10 | <p /> | |
11 | <table border="0" cellspacing="0" cellpadding="6" align="center"> | |
12 | <tr valign="top" align="center"> | |
13 | <% unless hubssolib_logged_in? -%> | |
14 | <td><%= make_action_link('account', 'login', 80, 80, 'Log in') %></td> | |
15 | <td> </td> | |
16 | <td><%= make_action_link('account', 'forgot_password', 80, 80, 'Forgotten<br />password?') %></td> | |
17 | <td> </td> | |
18 | <td><%= make_action_link('account', 'signup', 80, 80, 'Sign up!') %></td> | |
19 | <% else -%> | |
20 | <td><%= make_action_link('account', 'logout', 80, 80, 'Log out') %></td> | |
21 | <td> </td> | |
22 | <td><%= make_action_link('account', 'change_password', 80, 80, 'Change<br />password') %></td> | |
23 | <td> </td> | |
24 | <td><%= make_action_link('account', 'change_details', 80, 80, 'Update<br />details') %></td> | |
25 | <td> </td> | |
26 | <td class="dangerous"><%= make_protected_action_link('account', 'delete', nil, 'Delete<br />account') %></td> | |
27 | <% end -%> | |
28 | </tr> | |
29 | </table> | |
30 | ||
31 | <% if hubssolib_logged_in? && hubssolib_authorized?('list', AccountController) -%> | |
32 | <p /> | |
33 | Administrative options: | |
34 | ||
35 | <p /> | |
36 | <table border="0" cellspacing="0" cellpadding="6" align="center"> | |
37 | <tr valign="top" align="center"> | |
38 | <td><%= make_action_link('account', 'list', 80, 80, 'List accounts') %></td> | |
39 | </tr> | |
40 | </table> | |
41 | <% end -%> | |
42 | ||
43 | <p /> | |
44 | <a href="https://secure.comodo.net/ttb_searcher/trustlogo?v_querytype=W&v_shortname=SC2&v_search=www.riscosopen.org&x=6&y=5"> | |
45 | <img align="right" src="/images/ssl/secure_site.gif" alt="Comodo SSL" width="100" height="85" border="0" /> | |
46 | </a> |