1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha › Patrons ›
3 <!-- TMPL_IF NAME="opadd" --> Add<!-- TMPL_ELSE --> Modify<!--/TMPL_IF--> <!--TMPL_IF Name="categoryname"--> <!--TMPL_VAR Name="categoryname"--> patron<!-- TMPL_ELSE --><!--TMPL_IF Name="I"--> Organization patron<!--/TMPL_IF --><!--TMPL_IF Name="A"--> Adult patron<!--/TMPL_IF --><!--TMPL_IF Name="C"--> Child patron<!--/TMPL_IF --><!--TMPL_IF Name="P"--> Professional patron<!--/TMPL_IF --><!--TMPL_IF Name="S"--> Staff patron<!--/TMPL_IF --><!--/TMPL_IF --><!--TMPL_UNLESS Name="opadd"--> <!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR name="firstname" --><!--/TMPL_UNLESS--></title>
4 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
5 <script type="text/javascript" src="<!-- TMPL_VAR NAME='themelang' -->/js/members.js"></script>
6 <!-- TMPL_INCLUDE NAME="calendar.inc" -->
7 <script type="text/JavaScript" language="JavaScript">
9 $(document).ready(function() {
10 $("fieldset.rows input").keydown(function(e){ return checkEnter(e); });
11 $("#guarantordelete").click(function() {
12 $("#contact-details").hide().find('a').remove();
13 $("#guarantorid, #contactname, #contactfirstname").each(function () { this.value = "" });
14 $("#contactname, #contactfirstname")
15 .each(function () { this.type = 'text' })
16 .parent().find('span').remove();
17 $("#guarantorsearch").val("Set to Patron");
19 $("#select_city").change(function(){
20 var myRegEx=new RegExp(/(.*)\|(.*)/);
21 document.form.select_city.value.match(myRegEx);
22 document.form.zipcode.value=RegExp.$1;
23 document.form.city.value=RegExp.$2;
27 function clear_entry(node) {
28 var original = node.parentNode.parentNode;
29 $("input", original).attr('value', '');
30 $("select", original).attr('value', '');
33 function clone_entry(node) {
34 var original = node.parentNode.parentNode;
35 var clone = original.cloneNode(true);
36 var newId = 50 + parseInt(Math.random() * 100000);
37 $("input", clone).attr('id', function() {
38 return this.id.replace(/patron_attr_\d+/, 'patron_attr_' + newId);
40 $("input", clone).attr('name', function() {
41 return this.name.replace(/patron_attr_\d+/, 'patron_attr_' + newId);
43 $("select", clone).attr('id', function() {
44 return this.id.replace(/patron_attr_\d+/, 'patron_attr_' + newId);
46 $("select", clone).attr('name', function() {
47 return this.name.replace(/patron_attr_\d+/, 'patron_attr_' + newId);
49 original.parentNode.insertBefore(clone, original.nextSibling);
56 <!-- TMPL_INCLUDE NAME="header.inc" -->
57 <!-- TMPL_INCLUDE NAME="patron-search.inc" -->
59 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> ›
60 <!-- TMPL_IF NAME="opadd" -->
61 Add<!--TMPL_IF Name="categoryname"--> <!--TMPL_VAR Name="categoryname"--> patron<!-- TMPL_ELSE --><!--TMPL_IF Name="I"--> Organization patron<!--/TMPL_IF --><!--TMPL_IF Name="A"--> Adult patron<!--/TMPL_IF --><!--TMPL_IF Name="C"--> Child patron<!--/TMPL_IF --><!--TMPL_IF Name="P"--> Professional patron<!--/TMPL_IF --><!--TMPL_IF Name="S"--> Staff patron<!--/TMPL_IF --><!--/TMPL_IF -->
62 <!-- TMPL_VAR NAME="surname" --> <!-- TMPL_VAR name="firstname" -->
64 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR NAME="surname" --></a> › <strong>Modify<!--TMPL_IF Name="categoryname"--> <!--TMPL_VAR Name="categoryname"--> patron<!-- TMPL_ELSE --><!--TMPL_IF Name="I"--> Organization patron<!--/TMPL_IF --><!--TMPL_IF Name="A"--> Adult patron<!--/TMPL_IF --><!--TMPL_IF Name="C"--> Child patron<!--/TMPL_IF --><!--TMPL_IF Name="P"--> Professional patron<!--/TMPL_IF --><!--TMPL_IF Name="S"--> Staff patron<!--/TMPL_IF --><!--/TMPL_IF -->
65 </strong><!-- /TMPL_IF --></div>
67 <!-- TMPL_IF NAME="opadd" --><div id="doc" class="yui-t7"><!-- TMPL_ELSE --><div id="doc3" class="yui-t2"><!-- /TMPL_IF -->
74 <!-- TMPL_IF NAME="opadd" -->
76 Add<!--TMPL_IF Name="categoryname"--> <!--TMPL_VAR Name="categoryname"--> patron<!-- TMPL_ELSE --><!--TMPL_IF Name="I"--> Organization patron<!--/TMPL_IF --><!--TMPL_IF Name="A"--> Adult patron<!--/TMPL_IF --><!--TMPL_IF Name="C"--> Child patron<!--/TMPL_IF --><!--TMPL_IF Name="P"--> Professional patron<!--/TMPL_IF --><!--TMPL_IF Name="S"--> Staff patron<!--/TMPL_IF --><!--/TMPL_IF --> <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR NAME="surname" -->
80 Modify<!--TMPL_IF Name="categoryname"--> <!--TMPL_VAR Name="categoryname"--> patron<!-- TMPL_ELSE --><!--TMPL_IF Name="I"--> Organization patron<!--/TMPL_IF --><!--TMPL_IF Name="A"--> Adult patron<!--/TMPL_IF --><!--TMPL_IF Name="C"--> Child patron<!--/TMPL_IF --><!--TMPL_IF Name="P"--> Professional patron<!--/TMPL_IF --><!--TMPL_IF Name="S"--> Staff patron<!--/TMPL_IF --><!--/TMPL_IF -->
81 <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR NAME="surname" -->
85 <!-- TMPL_IF NAME="check_member" -->
87 <form name="form_double" action="/cgi-bin/koha/members/memberentry.pl" method="post">
88 <div class="dialog alert">
89 <h3>Duplicate suspected</h3>
90 <a href="javascript:Dopop('borrowers_details.pl?borrowernumber=<!--TMPL_VAR NAME="check_member"-->');" >Detail</a>
92 <a href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!--TMPL_VAR NAME="check_member"-->&category_type=<!--TMPL_VAR NAME="check_categorytype"-->">Yes</a>
93 No, it is not
94 <!-- TMPL_IF NAME="checked"-->
95 <input type="checkbox" checked="checked" name="answernodouble" >
97 <input type="checkbox" name="answernodouble" />
104 <!-- TMPL_IF Name="debug" -->
106 <div>Debug is on (level <!-- TMPL_VAR NAME="debug" -->)</div>
109 <!-- TMPL_IF Name="nok" -->
110 <div class="dialog alert">
111 <p>The following fields are wrong. Please fix them.</p>
113 <!-- TMPL_IF NAME="ERROR_login_exist" -->
114 <li id="ERROR_login_exist">Login/password already exists.</li>
116 <!-- TMPL_IF NAME="ERROR_cardnumber" -->
117 <li id="ERROR_cardnumber">Cardnumber already in use.</li>
119 <!-- TMPL_IF NAME="ERROR_age_limitations" -->
120 <li id="ERROR_age_limitations">Patron's age is incorrect for their category.
121 Ages allowed are <!-- TMPL_VAR NAME="ERROR_age_limitations"-->.</li>
123 <!-- TMPL_IF NAME="ERROR_branch" -->
124 <li id="ERROR_branch">Library is invalid.</li>
126 <!-- TMPL_IF NAME="ERROR_dateofbirth" -->
127 <li id="ERROR_dateofbirth">Date of birth is invalid.</li>
129 <!-- TMPL_IF NAME="ERROR_dateenrolled" -->
130 <li id="ERROR_dateenrolled">Date of enrollment is invalid.</li>
132 <!-- TMPL_IF NAME="ERROR_dateexpiry" -->
133 <li id="ERROR_dateexpiry">Date of expiration is invalid.</li>
135 <!-- TMPL_IF NAME="ERROR_short_password" -->
136 <li id="ERROR_short_password">Password must be at least <!-- TMPL_VAR NAME="minPasswordLength" --> characters long.</li>
138 <!-- TMPL_IF NAME="ERROR_extended_unique_id_failed" -->
139 <li id="ERROR_extended_unique_id_failed">The attribute value
140 <!-- TMPL_VAR NAME="ERROR_extended_unique_id_failed" --> is already is use by another patron record.</li>
147 <form name="form" id="entryform" action="/cgi-bin/koha/members/memberentry.pl" method="post">
148 <!-- field always hidden in different form (1,2,3) -->
149 <input type="hidden" name="BorrowerMandatoryField" value="<!--TMPL_VAR NAME="BorrowerMandatoryField"-->" />
150 <input type="hidden" name="category_type" value="<!-- TMPL_VAR name="category_type" -->" />
151 <input type="hidden" name="updtype" value="<!-- TMPL_VAR NAME="updtype" -->" />
152 <input type="hidden" name="select_roadtype" value="<!-- TMPL_VAR NAME="select_roadtype" -->" />
153 <input type="hidden" name="destination" value="<!-- TMPL_VAR NAME="destination" -->" />
154 <input type="hidden" name="check_member" value="<!-- TMPL_VAR NAME="check_member" -->" />
155 <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
156 <input type="hidden" name="nodouble" value="<!-- TMPL_VAR NAME="nodouble" -->" />
157 <!--TMPL_IF Name="step"--><input type="hidden" name="step" value="<!-- TMPL_VAR NAME="step" -->" /><!--/TMPL_IF-->
158 <!-- TMPL_IF NAME="opadd" --><input type="hidden" name="op" value="insert" /><!-- TMPL_ELSE --><input type="hidden" name="op" value="save" /><!-- /TMPL_IF -->
160 <!--TMPL_IF Name="step_1"-->
161 <fieldset class="rows" id="memberentry_identity">
162 <legend><!--TMPL_IF Name="I"-->Organization <!--TMPL_ELSE-->Patron <!--/TMPL_IF-->identity</legend>
164 <!-- TMPL_UNLESS name="I" -->
165 <!-- TMPL_IF NAME="title_cgipopup" -->
167 <!-- TMPL_IF NAME="mandatorytitle" -->
168 <label for="btitle" class="required">
173 <!-- TMPL_VAR NAME="borrotitlepopup" -->
174 <!-- TMPL_IF NAME="mandatorytitle" --><span class="required">Required</span><!-- /TMPL_IF -->
177 <!-- /TMPL_UNLESS -->
179 <!-- TMPL_IF NAME="mandatorysurname" -->
180 <label for="surname" class="required">
182 <label for="surname">
185 <!-- TMPL_IF NAME="uppercasesurnames" -->
186 <input style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
188 <input type="text" id="surname" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
190 <!-- TMPL_IF NAME="mandatorysurname" --><span class="required">Required</span><!-- /TMPL_IF -->
192 <!-- TMPL_UNLESS name="I" -->
194 <!-- TMPL_IF NAME="mandatoryfirstname" -->
195 <label for="firstname" class="required">
197 <label for="firstname">
200 <input type="text" id="firstname" name="firstname" size="20" value="<!-- TMPL_VAR NAME="firstname" -->" />
201 <!-- TMPL_IF NAME="mandatoryfirstname" --><span class="required">Required</span><!-- /TMPL_IF -->
204 <!-- TMPL_IF NAME="mandatorydateofbirth" -->
205 <label for="dateofbirth" class="required">
207 <label for="dateofbirth">
209 Date of birth: </label>
211 <!-- TMPL_IF NAME="metric" -->
212 <input type="text" id="dateofbirth" name="dateofbirth" size="20" onchange="CheckDate(document.form.dateofbirth);" value="<!-- TMPL_VAR NAME="dateofbirth" -->" />
214 <input type="text" id="dateofbirth" name="dateofbirth" size="20" value="<!-- TMPL_VAR NAME="dateofbirth" -->" />
217 <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="dateofbirth_button" alt="Show Calendar" />
218 <script language="JavaScript" type="text/javascript">
221 inputField : "dateofbirth",
222 ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
223 button : "dateofbirth_button"
227 <!-- TMPL_IF NAME="mandatorydateofbirth" --><span class="required">Required</span><!-- /TMPL_IF -->
228 <!-- TMPL_IF NAME="ERROR_dateofbirth" --><span class="required">(Error)</span><!-- /TMPL_IF -->
231 <!-- TMPL_IF NAME="mandatoryinitials" -->
232 <label for="initials" class="required">
234 <label for="initials">
237 <input type="text" id="initials" name="initials" size="20" value="<!-- TMPL_VAR NAME="initials" -->" />
238 <!-- TMPL_IF NAME="mandatoryinitials" --><span class="required">Required</span><!-- /TMPL_IF -->
240 <!-- /TMPL_UNLESS -->
242 <!-- TMPL_IF NAME="mandatoryothernames" -->
243 <label for="othernames" class="required">
245 <label for="othernames">
248 <input type="text" id="othernames" name="othernames" size="20" value="<!-- TMPL_VAR NAME="othernames" -->" />
249 <!-- TMPL_IF NAME="mandatoryothernames" --><span class="required">Required</span><!-- /TMPL_IF -->
250 <!-- TMPL_IF NAME="I" --><input type="hidden" name="sex" value="N" /><!-- /TMPL_IF -->
252 <!--TMPL_UNLESS Name="I"-->
255 <!-- TMPL_IF NAME="female" -->
256 <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" checked="checked" />
258 <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" />
260 <!-- TMPL_IF NAME="male" -->
261 <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" checked="checked" />
263 <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" />
265 <!-- TMPL_IF NAME="none" -->
266 <label for="sex-none">N/A </label><input type="radio" name="sex" id="sex-none" value="" checked="checked" />
268 <label for="sex-none">N/A </label><input type="radio" name="sex" id="sex-none" value="" />
275 <!--TMPL_IF Name="showguarantor"--><input type="hidden" id="guarantorid" name="guarantorid" value="<!-- TMPL_VAR NAME="guarantorid" -->" />
276 <fieldset class="rows">
277 <legend>Guarantor Information</legend>
279 <!-- TMPL_IF NAME="guarantorid" -->
280 <li id="contact-details">
282 <li id="contact-details" style="display: none">
284 <span class="label">Patron #:</span> <!-- TMPL_IF NAME="guarantorid" --> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="guarantorid" -->" target="blank"><!-- TMPL_VAR NAME="guarantorid" --></a><!-- /TMPL_IF -->
287 <label for="contactname">Surname: </label>
288 <!-- TMPL_IF NAME="guarantorid" -->
289 <span><!-- TMPL_VAR NAME="contactname" --></span>
290 <input name="contactname" id="contactname" type="hidden" size="20" value="<!-- TMPL_VAR NAME="contactname" -->" />
292 <input name="contactname" id="contactname" type="text" size="20" value="<!-- TMPL_VAR NAME="contactname" -->" />
296 <label for="contactfirstname">First name: </label>
297 <!-- TMPL_IF NAME="guarantorid" -->
298 <span><!-- TMPL_VAR NAME="contactfirstname" --></span>
299 <input name="contactfirstname" id="contactfirstname" type="hidden" size="20" value="<!-- TMPL_VAR NAME="contactfirstname" -->" />
301 <input name="contactfirstname" id="contactfirstname" type="text" size="20" value="<!-- TMPL_VAR NAME="contactfirstname" -->" />
304 <!-- TMPL_IF name="relshiploop" -->
306 <label for="relationship">Relationship: </label>
307 <select name="relationship" id="relationship" >
308 <!-- TMPL_LOOP name="relshiploop" -->
309 <!-- TMPL_IF name="selected" -->
310 <option value="<!-- TMPL_VAR name="relationship" -->" selected="selected" ><!-- TMPL_VAR name="relationship" --></option>
312 <option value="<!-- TMPL_VAR name="relationship" -->"><!-- TMPL_VAR name="relationship" --></option>
319 <span class="label"> </span>
320 <!-- TMPL_IF NAME="guarantorid" -->
321 <input id="guarantorsearch" type="button" value="Change" onclick="Dopopguarantor('guarantor_search.pl');" />
323 <input id="guarantorsearch" type="button" value="Set to Patron" onclick="Dopopguarantor('guarantor_search.pl');" />
325 <input id="guarantordelete" type="button" value="Delete" />
331 <fieldset class="rows">
332 <legend>Main address</legend><ol>
334 <!-- TMPL_IF NAME="mandatorystreetnumber" -->
335 <label for="streetnumber" class="required">
337 <label for="streetnumber">
339 Street number: </label>
340 <input type="text" id="streetnumber" name="streetnumber" size="5" value="<!-- TMPL_VAR NAME="streetnumber" -->" />
341 <!-- TMPL_IF NAME="mandatorystreetnumber" --><span class="required">Required</span><!-- /TMPL_IF -->
343 <!-- TMPL_IF NAME="road_cgipopup" -->
345 <!-- TMPL_IF NAME="mandatorystreettype" -->
346 <label for="streettype" class="required">
348 <label for="streettype">
350 Street type: </label>
351 <!-- TMPL_VAR NAME="roadpopup" -->
352 <!-- TMPL_IF NAME="mandatorystreettype" --><span class="required">Required</span><!-- /TMPL_IF -->
356 <!-- TMPL_IF NAME="mandatoryaddress" -->
357 <label for="address" class="required">
359 <label for="address">
362 <input type="text" id="address" name="address" size="35" value="<!-- TMPL_VAR NAME="address" -->" />
363 <!-- TMPL_IF NAME="mandatoryaddress" --><span class="required">Required</span><!-- /TMPL_IF -->
366 <!-- TMPL_IF NAME="mandatoryaddress2" -->
367 <label for="address2" class="required">
369 <label for="address2">
372 <input type="text" id="address2" name="address2" size="35" value="<!-- TMPL_VAR NAME="address2" -->" />
373 <!-- TMPL_IF NAME="mandatoryaddress2" --><span class="required">Required</span><!-- /TMPL_IF -->
376 <!-- TMPL_IF NAME="mandatorycity" -->
377 <label for="city" class="required">
381 City, State: </label>
383 <input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->" />
384 <!-- TMPL_IF NAME="city_cgipopup" -->or <strong>choose</strong> <!-- TMPL_VAR NAME="citypopup" --><!-- /TMPL_IF -->
385 <!-- TMPL_IF NAME="mandatorycity" --><span class="required">Required</span><!-- /TMPL_IF -->
388 <!-- TMPL_IF NAME="mandatoryzipcode" -->
389 <label for="zipcode" class="required">
391 <label for="zipcode">
394 <input type="text" name="zipcode" id="zipcode" size="10" value="<!-- TMPL_VAR NAME="zipcode" -->" />
395 <!-- TMPL_IF NAME="mandatoryzipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
400 <fieldset class="rows" id="memberentry_contact">
401 <legend>Contact</legend><ol>
402 <!--TMPL_IF Name="C"-->
405 <!-- TMPL_IF NAME="mandatoryB_email" -->
406 <label for="B_email" class="required">
408 <label for="B_email">
410 Email (home): </label>
411 <input type="text" id="B_email" name="B_email" size="45" value="<!-- TMPL_VAR NAME="B_email" -->" />
412 <!-- TMPL_IF NAME="mandatoryB_email" --><span class="required">Required</span><!-- /TMPL_IF --> </li>
415 <!-- TMPL_IF NAME="mandatoryphone" -->
416 <label for="phone" class="required">
420 Phone (home): </label>
421 <input type="text" id="phone" name="phone" value="<!-- TMPL_VAR NAME="phone" -->" />
422 <!-- TMPL_IF NAME="mandatoryphone" --><span class="required">Required</span><!-- /TMPL_IF -->
425 <!-- TMPL_IF NAME="mandatoryphonepro" -->
426 <label for="phonepro" class="required">
428 <label for="phonepro">
430 Phone (work): </label>
431 <input type="text" id="phonepro" name="phonepro" value="<!-- TMPL_VAR NAME="phonepro" -->" />
432 <!-- TMPL_IF NAME="mandatoryphonepro" --><span class="required">Required</span><!-- /TMPL_IF -->
435 <!-- TMPL_IF NAME="mandatorymobile" -->
436 <label for="mobile" class="required">
440 Phone (cell): </label>
441 <input type="text" id="mobile" name="mobile" value="<!-- TMPL_VAR NAME="mobile" -->" />
442 <!-- TMPL_IF NAME="mandatorymobile" --><span class="required">Required</span><!-- /TMPL_IF -->
445 <!-- TMPL_IF NAME="mandatoryemail" -->
446 <label for="email" class="required">
450 Email (home): </label>
451 <input type="text" id="email" name="email" size="45" value="<!-- TMPL_VAR NAME="email" -->" />
452 <!-- TMPL_IF NAME="mandatoryemail" --><span class="required">Required</span><!-- /TMPL_IF -->
455 <!-- TMPL_IF NAME="mandatoryemailpro" -->
456 <label for="emailpro" class="required">
458 <label for="emailpro">
460 Email (work): </label>
461 <input type="text" id="emailpro" name="emailpro" size="45" value="<!-- TMPL_VAR NAME="emailpro" -->" />
462 <!-- TMPL_IF NAME="mandatoryemailpro" --><span class="required">Required</span><!-- /TMPL_IF -->
465 <!-- TMPL_IF NAME="mandatoryfax" -->
466 <label for="fax" class="required">
471 <input type="text" id="fax" name="fax" value="<!-- TMPL_VAR NAME="fax" -->" />
472 <!-- TMPL_IF NAME="mandatoryfax" --><span class="required">Required</span><!-- /TMPL_IF -->
478 <!-- ************************ STEP_1 *********************** -->
480 <!--TMPL_IF Name="step_2"-->
482 <fieldset class="rows" id="memberentry_address">
483 <legend>Alternate address</legend><ol>
485 <!-- TMPL_IF NAME="mandatoryB_address" -->
486 <label for="B_address" class="required">
488 <label for="B_address">
491 <input type="text" id="B_address" name="B_address" size="40" value="<!-- TMPL_VAR NAME="B_address" -->" />
492 <!-- TMPL_IF NAME="mandatoryB_address" --><span class="required">Required</span><!-- /TMPL_IF -->
495 <!-- TMPL_IF NAME="mandatoryB_city" -->
496 <label for="B_city" class="required" >
501 <input type="text" id="B_city" name="B_city" size="20" value="<!-- TMPL_VAR NAME="B_city" -->" />
502 <!-- TMPL_IF NAME="mandatoryB_city" --><span class="required">Required</span><!-- /TMPL_IF -->
505 <!-- TMPL_IF NAME="mandatoryB_zipcode" -->
506 <label for="B_zipcode" class="required">
508 <label for="B_zipcode">
511 <input type="text" id="B_zipcode" name="B_zipcode" maxlength="5" size="5" value="<!-- TMPL_VAR NAME="B_zipcode" -->" />
512 <!-- TMPL_IF NAME="mandatoryB_zipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
515 <!-- TMPL_IF NAME="mandatoryB_phone" -->
516 <label for="B_phone" class="required">
518 <label for="B_phone">
521 <input type="text" id="B_phone" name="B_phone" value="<!-- TMPL_VAR NAME="B_phone" -->" />
522 <!-- TMPL_IF NAME="mandatoryB_phone" --><span class="required">Required</span><!-- /TMPL_IF -->
525 <!-- TMPL_IF NAME="mandatoryB_email" -->
526 <label for="B_email" class="required">
528 <label for="B_email">
531 <input type="text" id="B_email" name="B_email" size="45" value="<!-- TMPL_VAR NAME="B_email" -->" />
532 <!-- TMPL_IF NAME="mandatoryB_email" --><span class="required">Required</span><!-- /TMPL_IF --> </li>
534 <!-- TMPL_IF NAME="mandatorycontactnote" -->
535 <label for="contactnote" class="required">
537 <label for="contactnote">
539 Contact note: </label>
540 <textarea id="contactnote" name="contactnote" cols="40" rows="2"><!-- TMPL_VAR NAME="contactnote" --></textarea>
541 <!-- TMPL_IF NAME="mandatorycontactnote" --><span class="required">Required</span><!-- /TMPL_IF -->
545 <fieldset class="rows" id="memberentry_altaddress">
546 <legend>Alternate Contact</legend><ol>
548 <!-- TMPL_IF NAME="mandatoryaltcontactfirstname" -->
549 <label for="altcontactfirstname" class="required">
551 <label for="altcontactfirstname">
554 <input type="text" name="altcontactfirstname" id="altcontactfirstname" value="<!-- TMPL_VAR NAME="altcontactfirstname" -->" />
555 <!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --><span class="required">Required</span><!-- /TMPL_IF -->
558 <!-- TMPL_IF NAME="mandatoryaltcontactsurname" -->
559 <label for="altcontactsurname" class="required">
561 <label for="altcontactsurname">
564 <input type="text" name="altcontactsurname" id="altcontactsurname" value="<!-- TMPL_VAR NAME="altcontactsurname" -->" />
565 <!-- TMPL_IF NAME="mandatoryaltcontactsurname" --><span class="required">Required</span><!-- /TMPL_IF -->
568 <!-- TMPL_IF NAME="mandatoryaltcontactaddress1" -->
569 <label for="altcontactaddress1" class="required">
571 <label for="altcontactaddress1">
573 Address line 1:</label>
574 <input type="text" name="altcontactaddress1" id="altcontactaddress1" value="<!-- TMPL_VAR NAME="altcontactaddress1" -->" size="40" />
575 <!-- TMPL_IF NAME="mandatoryaltcontactaddress1" --><span class="required">Required</span><!-- /TMPL_IF -->
578 <!-- TMPL_IF NAME="mandatoryaltcontactaddress2" -->
579 <label for="altcontactaddress2" class="required">
581 <label for="altcontactaddress2">
583 Address line 2:</label>
584 <input type="text" name="altcontactaddress2" id="altcontactaddress2" value="<!-- TMPL_VAR NAME="altcontactaddress2" -->" size="40" />
585 <!-- TMPL_IF NAME="mandatoryaltcontactaddress2" --><span class="required">Required</span><!-- /TMPL_IF -->
588 <!-- TMPL_IF NAME="mandatoryaltcontactaddress3" -->
589 <label for="altcontactaddress3" class="required">
591 <label for="altcontactaddress3">
594 <input type="text" name="altcontactaddress3" id="altcontactaddress3" value="<!-- TMPL_VAR NAME="altcontactaddress3" -->" size="40" />
595 <!-- TMPL_IF NAME="mandatoryaltcontactaddress3" --><span class="required">Required</span><!-- /TMPL_IF -->
598 <!-- TMPL_IF NAME="mandatoryaltcontactzipcode" -->
599 <label for="altcontactzipcode" class="required">
601 <label for="altcontactzipcode">
603 ZIP/Post code:</label>
604 <input type="text" name="altcontactzipcode" id="altcontactzipcode" value="<!-- TMPL_VAR NAME="altcontactzipcode" -->" size="5" />
605 <!-- TMPL_IF NAME="mandatoryaltcontactzipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
608 <!-- TMPL_IF NAME="mandatoryaltcontactphone" -->
609 <label for="altcontactphone" class="required">
611 <label for="altcontactphone">
614 <input type="text" name="altcontactphone" id="altcontactphone" value="<!-- TMPL_VAR NAME="altcontactphone" -->" />
615 <!-- TMPL_IF NAME="mandatoryaltcontactphone" --><span class="required">Required</span><!-- /TMPL_IF -->
621 <!-- TMPL_IF NAME="I" -->
622 <!-- TMPL_IF NAME="memberofinstution" -->
623 <fieldset class="rows" id="memberentry_organisation">
624 <legend>Organizations</legend><ol>
626 <!-- TMPL_IF NAME="mandatoryphone" -->
627 <label for="organisations" class="required">
629 <label for="organisations">
631 Organization(s): </label>
632 <!-- TMPL_VAR NAME="CGIorganisations" -->
633 <!-- TMPL_IF NAME="mandatoryphone" --><span class="required">Required</span><!-- /TMPL_IF -->
641 <!--TMPL_IF Name="step_3"-->
643 <fieldset class="rows" id="memberentry_library_management">
644 <legend>Library Management</legend><ol>
645 <li> <!-- TMPL_IF NAME="mandatorycardnumber" -->
646 <label for="cardnumber" class="required">
648 <label for="cardnumber">
650 Card number: </label>
651 <input type="text" id="cardnumber" name="cardnumber" size="20" value="<!-- TMPL_VAR NAME="cardnumber" -->" />
652 <!-- TMPL_IF NAME="mandatorycardnumber" --><span class="required">Required</span><!-- /TMPL_IF --></li>
654 <!-- TMPL_IF NAME="mandatorybranchcode" -->
655 <label for="branchcode" class="required">
657 <label for="branchcode">
660 <!-- TMPL_VAR NAME="CGIbranch" -->
661 <!-- TMPL_IF NAME="mandatorybranchcode" --><span class="required">Required</span><!-- /TMPL_IF -->
664 <!-- TMPL_IF NAME="typeloop" -->
665 <label for="categorycode">Category: </label>
666 <select id="categorycode" name="categorycode">
667 <!-- TMPL_LOOP NAME="typeloop" -->
668 <!-- TMPL_IF EXPR="typename eq 'C'" --><optgroup label="Child"><!-- /TMPL_IF -->
669 <!-- TMPL_IF EXPR="typename eq 'A'" --><optgroup label="Adult"><!-- /TMPL_IF -->
670 <!-- TMPL_IF EXPR="typename eq 'S'" --><optgroup label="Staff"><!-- /TMPL_IF -->
671 <!-- TMPL_IF EXPR="typename eq 'I'" --><optgroup label="Organization"><!-- /TMPL_IF -->
672 <!-- TMPL_IF EXPR="typename eq 'P'" --><optgroup label="Professional"><!-- /TMPL_IF -->
673 <!-- TMPL_IF EXPR="typename eq 'X'" --><optgroup label="Statistical"><!-- /TMPL_IF -->
674 <!-- TMPL_LOOP NAME="categoryloop" -->
675 <!-- TMPL_IF NAME="categorycodeselected" -->
676 <option value="<!-- TMPL_VAR NAME="categorycode" -->" selected="selected"><!-- TMPL_VAR NAME="categoryname" --></option>
678 <option value="<!-- TMPL_VAR NAME="categorycode" -->"><!-- TMPL_VAR NAME="categoryname" --></option>
685 <span class="problem">There is no category type to add <!--TMPL_IF Name="A"-->an Adult<!--/TMPL_IF--><!--TMPL_IF Name="C"-->a Child<!--/TMPL_IF--><!--TMPL_IF Name="I"-->an Institution<!--/TMPL_IF--><!--TMPL_IF Name="P"-->a professionnal<!--/TMPL_IF--><!--TMPL_IF Name="S"-->a Staff Member<!--/TMPL_IF-->.</span>
686 <a href="/cgi-bin/koha/admin/categorie.pl">Please create one</a>
690 <!-- TMPL_IF NAME="mandatorysort1" -->
691 <label for="sort1" class="required">
696 <!--TMPL_IF NAME="CGIsort1" -->
697 <!-- TMPL_VAR NAME="CGIsort1" -->
699 <input type="text" id="sort1" name="sort1" size="20" value="<!-- TMPL_VAR NAME="sort1" -->" />
700 <!-- TMPL_IF NAME="mandatorysort1" --><span class="required">Required</span><!-- /TMPL_IF -->
704 <!-- TMPL_IF NAME="mandatorysort2" -->
705 <label for="sort2" class="required">
710 <!--TMPL_IF NAME="CGIsort2" -->
711 <!-- TMPL_VAR NAME="CGIsort2" -->
713 <input type="text" id="sort2" name="sort2" size="20" value="<!-- TMPL_VAR NAME="sort2" -->" />
714 <!-- TMPL_IF NAME="mandatorysort2" --><span class="required">Required</span><!-- /TMPL_IF -->
719 <fieldset class="rows" id="memberentry_subscription">
720 <legend>Library set-up</legend><ol>
722 <!-- TMPL_IF NAME="mandatorydateenrolled" -->
723 <label for="dateenrolled" class="required">
725 <label for="dateenrolled">
727 Registration date: </label>
728 <input type="text" id="dateenrolled" name="dateenrolled" maxlength="10" size="10" <!-- TMPL_IF NAME="metric" -->onchange="CheckDate(document.form.dateenrolled);check_manip_date('verify');"<!-- /TMPL_IF--> value="<!-- TMPL_VAR NAME="dateenrolled" -->" />
729 <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="dateenrolled_button" alt="Show Calendar" />
730 <script language="JavaScript" type="text/javascript">
733 inputField : "dateenrolled",
734 ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
735 button : "dateenrolled_button"
739 <!-- TMPL_IF NAME="mandatorydateenrolled" --><span class="required">Required</span><!-- /TMPL_IF -->
740 <!-- TMPL_IF NAME="ERROR_dateenrolled" --><span class="required">(Error)</span><!-- /TMPL_IF -->
743 <!-- TMPL_IF NAME="mandatorydateexpiry" -->
744 <label for="dateexpiry" class="required">
746 <label for="dateexpiry">
748 Expiry date (leave blank for auto calc) </label>
749 <input type="text" id="dateexpiry" name="dateexpiry" maxlength="10" size="10" <!-- TMPL_IF NAME="metric" -->onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');"<!-- /TMPL_IF--> value="<!-- TMPL_UNLESS NAME="opadd" --><!-- TMPL_VAR NAME="dateexpiry" --><!-- /TMPL_UNLESS -->" />
750 <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="dateexpiry_button" alt="Show Calendar" />
751 <script language="JavaScript" type="text/javascript">
754 inputField : "dateexpiry",
755 ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
756 button : "dateexpiry_button"
760 <!-- TMPL_IF NAME="mandatorydateexpiry" --><span class="required">Required</span><!-- /TMPL_IF -->
761 <!-- TMPL_IF NAME="ERROR_dateexpiry" --><span class="required">(Error)</span><!-- /TMPL_IF -->
764 <!-- TMPL_IF NAME="mandatoryopacnote" -->
765 <label for="opacnote" class="required">
767 <label for="opacnote">
770 <textarea id="opacnote" name="opacnote" cols="55" rows="5"><!-- TMPL_VAR NAME="opacnote" --></textarea>
771 <!-- TMPL_IF NAME="mandatoryopacnote" --><span class="required">Required</span><!-- /TMPL_IF -->
774 <!-- TMPL_IF NAME="mandatoryborrowernotes" -->
775 <label for="borrowernotes" class="required">
777 <label for="borrowernotes">
779 Library note: </label>
780 <textarea id="borrowernotes" name="borrowernotes" cols="55" rows="5"><!-- TMPL_VAR NAME="borrowernotes" --></textarea>
781 <!-- TMPL_IF NAME="mandatoryborrowernotes" --><span class="required">Required</span><!-- /TMPL_IF -->
785 <fieldset class="rows" id="memberentry_userid">
786 <legend>OPAC login</legend><ol>
788 <!-- TMPL_IF NAME="mandatoryuserid" -->
789 <label for="userid" class="required">
795 <!-- TMPL_IF NAME="NoUpdateLogin" -->
796 <input type="text" id="userid" name="userid" size="20" disabled="disabled" value="<!-- TMPL_VAR NAME="userid" -->" />
798 <input type="text" id="userid" name="userid" size="20" value="<!-- TMPL_VAR NAME="userid" -->" />
801 <!-- TMPL_IF NAME="mandatoryuserid" --><span class="required">Required</span><!-- /TMPL_IF -->
804 <!-- TMPL_IF NAME="mandatorypassword" -->
805 <label for="password" class="required">
807 <label for="password">
810 <!--TMPL_IF NAME="opadd"-->
811 <!-- TMPL_IF NAME="NoUpdateLogin" -->
812 <input type="text" id="password" name="password" size="20" disabled="disabled" value="<!-- TMPL_VAR NAME="password" -->" />
814 <input type="text" id="password" name="password" size="20" value="<!-- TMPL_VAR NAME="password" -->" />
817 <!--TMPL_IF NAME="password"-->
818 <!-- TMPL_IF NAME="NoUpdateLogin" -->
819 <input type="text" id="password" name="password" size="20" disabled="disabled" value="****" />
821 <input type="text" id="password" name="password" size="20" value="****" />
824 <!-- TMPL_IF NAME="NoUpdateLogin" -->
825 <input type="text" id="password" name="password" size="20" disabled="disabled" value="" />
827 <input type="text" id="password" name="password" size="20" value="" />
831 <!-- TMPL_IF NAME="mandatorypassword" --><span class="required">Required</span><!-- /TMPL_IF --><!-- TMPL_IF NAME="ERROR_short_password" --><span class="required">Password is too short</span><!-- /TMPL_IF -->
832 <!-- TMPL_IF NAME="minPasswordLength" --><div class="hint">Minimum password length: <!-- TMPL_VAR NAME="minPasswordLength" --></div><!-- /TMPL_IF -->
835 <!--this zones are not necessary in modif mode -->
836 <!-- TMPL_UNLESS NAME="opadd" -->
837 <fieldset class="rows">
838 <legend>Patron Account Flags</legend>
840 <!-- TMPL_LOOP NAME="flagloop" -->
841 <li><label class="radio" for="yes<!-- TMPL_VAR name="name" -->">
842 <!-- TMPL_IF EXPR="key eq 'gonenoaddress'" -->Gone no Address:<!-- /TMPL_IF -->
843 <!-- TMPL_IF EXPR="key eq 'debarred'" -->Debarred:<!-- /TMPL_IF -->
844 <!-- TMPL_IF EXPR="key eq 'lost'" -->Lost Card:<!-- /TMPL_IF -->
847 <label for="yes<!-- TMPL_VAR NAME="name" -->">Yes </label>
848 <!-- TMPL_IF NAME="yes" -->
849 <input type="radio" id="yes<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="1" checked="checked" />
851 <input type="radio" id="yes<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="1" />
854 <label for="no<!-- TMPL_VAR NAME="name" -->">No </label>
855 <!-- TMPL_IF NAME="no" -->
856 <input type="radio" id="no<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="0" checked="checked"/>
858 <input type="radio" id="no<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="0" />
865 <!-- /TMPL_UNLESS -->
868 <!-- TMPL_IF NAME="step_4" --><!-- TMPL_IF NAME="ExtendedPatronAttributes" --><!-- TMPL_UNLESS NAME="no_patron_attribute_types" -->
869 <fieldset class="rows" id="memberentry_patron_attributes">
870 <input type="hidden" name="setting_extended_patron_attributes" value="1" />
871 <legend>Additional attributes and identifiers</legend>
875 <th colspan="2">Value</th>
877 <!-- TMPL_LOOP NAME='patron_attributes' -->
879 <td><!-- TMPL_VAR NAME="code" --> (<!-- TMPL_VAR NAME="description" -->)
882 <input type="hidden" id="<!-- TMPL_VAR NAME="form_id" -->_code" name="<!-- TMPL_VAR NAME="form_id" -->_code"
883 value="<!-- TMPL_VAR NAME="code" -->" />
884 <!-- TMPL_IF NAME="use_dropdown" -->
885 <select id="<!-- TMPL_VAR NAME="form_id" -->" name="<!-- TMPL_VAR NAME="form_id" -->">
887 <!-- TMPL_LOOP NAME="auth_val_loop" -->
888 <!-- TMPL_IF NAME="selected" -->
889 <option value="<!-- TMPL_VAR NAME="authorised_value" -->" selected="selected">
890 <!-- TMPL_VAR NAME="lib" -->
893 <option value="<!-- TMPL_VAR NAME="authorised_value" -->" >
894 <!-- TMPL_VAR NAME="lib" -->
900 <input type="text" maxlength="30" value="<!-- TMPL_VAR NAME="value" -->"
901 id="<!-- TMPL_VAR NAME="form_id" -->" name="<!-- TMPL_VAR NAME="form_id" -->" />
903 <!-- TMPL_IF NAME="password_allowed" -->
904 (Password: <input type="password" maxlength="30" value="<!-- TMPL_VAR NAME="password" -->"
905 id="<!-- TMPL_VAR NAME="form_id" -->_password" name="<!-- TMPL_VAR NAME="form_id" -->_password" />)
909 <a href="#" onclick="clear_entry(this); return false;">Clear</a>
910 <!-- TMPL_IF NAME="repeatable" -->
911 <a href="#" onclick="clone_entry(this); return false;">New</a>
918 <!-- /TMPL_IF--><!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
920 <fieldset class="action">
921 <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" />
922 <!-- TMPL_IF NAME="opadd" -->
923 <a class="cancel" href="/cgi-bin/koha/members/member.pl">Cancel</a>
925 <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Cancel</a>
933 <!-- TMPL_UNLESS NAME="opadd" --><div class="yui-b">
934 <!-- TMPL_INCLUDE NAME="members-menu.inc" -->
935 </div><!-- /TMPL_UNLESS -->
937 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->