summaryrefslogtreecommitdiff
path: root/template/login.tt2
blob: bb8441b21dd557c6dfba7afe1f3f457ccbddb463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<p>Please log in using your community login user ID and password.  If you
don't yet have a community login, you can
<a href='http://www.postgresql.org/community/signup'>sign up for a
community login here</a>.</p>

<div class='tblBasic'>
<table cellspacing='0' class='tblBasicGrey'>
<tr class='firstrow'>
  <td class='colFirst'>[% control.userid.display_name | htmlsafe %]</td>
  <td class='colLast'>[% control.userid.render %]</td>
</tr>
<tr class='lastrow'>
  <td class='colFirst'>[% control.password.display_name | htmlsafe %]</td>
  <td class='colLast'>[% control.password.render %]</td>
</tr>
</table>
</div>

<div><input type='submit' value='Submit'>
<input name='cancel' type='submit' value='Cancel'>
<input name='go' type='hidden' value='1'>
[% control.uri.render %]</div>