26 Please use this form to look up an existing User in Google Open Source Programs. |
26 Please use this form to look up an existing User in Google Open Source Programs. |
27 {% endblock %} |
27 {% endblock %} |
28 </p> |
28 </p> |
29 <form method="POST"> |
29 <form method="POST"> |
30 <table> |
30 <table> |
|
31 {% if email_error %} |
|
32 <tr> |
|
33 <td> </td> |
|
34 <td colspan="3" class="formfielderror"> |
|
35 {{ email_error }} |
|
36 </td> |
|
37 </tr> |
|
38 {% endif %} |
31 {% field_as_table_row form.id %} |
39 {% field_as_table_row form.id %} |
|
40 {% if linkname_error %} |
|
41 <tr> |
|
42 <td> </td> |
|
43 <td colspan="3" class="formfielderror"> |
|
44 {{ linkname_error }} |
|
45 </td> |
|
46 </tr> |
|
47 {% endif %} |
32 {% field_as_table_row form.link_name %} |
48 {% field_as_table_row form.link_name %} |
33 {% if found_user %} |
49 {% if found_user %} |
34 <tr> |
50 <tr> |
35 <td class="formfieldlabel">Nick name</td> |
51 <td class="formfieldlabel">Nick name</td> |
|
52 <td>{{ found_user.nick_name }}</td> |
36 <td class="formfieldrequired"> </td> |
53 <td class="formfieldrequired"> </td> |
37 <td>{{ found_user.nick_name }}</td> |
|
38 <td class="formfieldhelptext"> </td> |
54 <td class="formfieldhelptext"> </td> |
39 </tr> |
55 </tr> |
40 <tr> |
56 <tr> |
41 <td class="formfieldlabel">Is Developer</td> |
57 <td class="formfieldlabel">Is Developer</td> |
|
58 <td>{{ found_user.is_developer }}</td> |
42 <td class="formfieldrequired"> </td> |
59 <td class="formfieldrequired"> </td> |
43 <td>{{ found_user.is_developer }}</td> |
|
44 <td class="formfieldhelptext"> </td> |
60 <td class="formfieldhelptext"> </td> |
45 </tr> |
61 </tr> |
46 {% endif %} |
62 {% endif %} |
47 <tr> |
63 <tr> |
48 <td colspan="4"> </td> |
64 <td colspan="4"> </td> |
49 </tr> |
65 </tr> |
50 <tr> |
66 <tr> |
51 <td> |
67 <td> |
52 <input type="submit" style="font-weight: bold" name="lookup" value="Look up User"/></span> |
68 <input type="submit" style="font-weight: bold" name="lookup" value="Look up User"/></span> |
53 </td> |
69 </td> |
54 <td> </td> |
70 <td colspan="2"> </td> |
55 {% if lookup_error %} |
71 <td> |
56 <td colspan="2" class="formfielderror"> |
72 {% if lookup_message %}<b><i>{{ lookup_message }}</i></b>{% else %} {% endif %} |
57 {{ lookup_error }} |
|
58 </td> |
73 </td> |
59 {% else %} |
|
60 <td colspan="2"> |
|
61 {% if lookup_message %}<b><i>{{ lookup_message }}</i></b>{% else %}%nbsp;{% endif %} |
|
62 </td> |
|
63 {% endif %} |
|
64 </tr> |
74 </tr> |
65 {% if edit_link %} |
75 {% if edit_link %} |
66 <tr> |
76 <tr> |
67 <td colspan="4"> </td> |
77 <td colspan="4"> </td> |
68 </tr> |
78 </tr> |