23 lines
919 B
Cheetah
23 lines
919 B
Cheetah
<HTML>
|
|
|
|
<!-- TMPL_INCLUDE NAME="members-top.inc" -->
|
|
|
|
<!-- TMPL_IF NAME=newpassword -->
|
|
Click <a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME=member -->">here</a> to continue to see Member Info.
|
|
|
|
<!-- TMPL_ELSE -->
|
|
<h2><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="othernames" --> <!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --></h2>
|
|
<form method=post>
|
|
<input type=hidden name=member value=<!-- TMPL_VAR NAME=member -->>
|
|
<!-- TMPL_IF NAME="warn" -->
|
|
You have entered a UserID that already exists. Please choose another one.<br>
|
|
<!-- /TMPL_IF -->
|
|
New UserID: <input name=newuserid size=20 value=<!-- TMPL_VAR NAME=userid -->> <br>
|
|
New Password: <input name=newpassword size=20 value=<!-- TMPL_VAR NAME=defaultnewpassword -->>
|
|
<p>
|
|
<input type=submit value="Confirm Password" class="button">
|
|
</form>
|
|
<!-- /TMPL_IF -->
|
|
|
|
|
|
<!-- TMPL_INCLUDE NAME="members-bottom.inc" -->
|