Lines 34-43
Link Here
|
34 |
|
34 |
|
35 |
<p>You have successfully registered your new account. To log in, use the following credentials:</p> |
35 |
<p>You have successfully registered your new account. To log in, use the following credentials:</p> |
36 |
|
36 |
|
37 |
<p>Username: [% borrower.userid %]</p> |
37 |
<p id="patron-userid-p"> |
38 |
<p>Password: [% password_cleartext %]</p> |
38 |
<span id="patron-userid-label">Username:</span> |
|
|
39 |
<span id="patron-userid">[% borrower.userid %]</span> |
40 |
</p> |
41 |
<p id="patron-password-p"> |
42 |
<span id="patron-password-label">Password:</span> |
43 |
<span id="patron-password">[% password_cleartext %]<span> |
44 |
</p> |
39 |
|
45 |
|
40 |
<p>For your convenience, the login box on this page has been pre-filled with this data. Please log in[% IF OpacPasswordChange %] and change your password[% END %].</p> |
46 |
[% IF borrower.cardnumber %] |
|
|
47 |
<p id="patron-cardnumber-p"> |
48 |
<span id="patron-cardnumber-label">Card number:</span> |
49 |
<span id="patron-cardnumber">[% borrower.cardnumber %]</span> |
50 |
</p> |
51 |
[% END %] |
52 |
|
53 |
<p id="patron-instructions">For your convenience, the login box on this page has been pre-filled with this data. Please log in[% IF OpacPasswordChange %] and change your password[% END %].</p> |
41 |
|
54 |
|
42 |
<div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions %]</div> |
55 |
<div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions %]</div> |
43 |
</div> |
56 |
</div> |
44 |
- |
|
|