Bug 3662: Invalid XHTML in update-child.tmpl - resubmission.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / memberentrygen.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Patrons &rsaquo; 
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">
8 //<![CDATA[
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");
18         });
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;
24         });
25     });
26
27     function clear_entry(node) {
28         var original = node.parentNode.parentNode;
29         $("input[type=text]", original).attr('value', '');
30         $("select", original).attr('value', '');
31     }
32
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);
39         });
40         $("input", clone).attr('name', function() {
41             return this.name.replace(/patron_attr_\d+/, 'patron_attr_' + newId);
42         });
43         $("select", clone).attr('id', function() {
44             return this.id.replace(/patron_attr_\d+/, 'patron_attr_' + newId);
45         });
46         $("select", clone).attr('name', function() {
47             return this.name.replace(/patron_attr_\d+/, 'patron_attr_' + newId);
48         });
49         original.parentNode.insertBefore(clone, original.nextSibling);
50     }
51
52 //]]>
53 </script>
54 </head>
55 <body>
56 <!-- TMPL_INCLUDE NAME="header.inc" -->
57 <!-- TMPL_INCLUDE NAME="patron-search.inc" -->
58
59 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; 
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" -->
63 <!-- TMPL_ELSE --> 
64 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR NAME="surname" --></a> &rsaquo; <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>
66
67 <!-- TMPL_IF NAME="opadd" --><div id="doc" class="yui-t7"><!-- TMPL_ELSE --><div id="doc3" class="yui-t2"><!-- /TMPL_IF -->
68    
69    <div id="bd">
70         <div id="yui-main">
71         <div class="yui-b">
72
73
74         <!-- TMPL_IF NAME="opadd" -->
75         <h1>
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" --> 
77         </h1>
78         <!-- TMPL_ELSE -->
79         <h1>
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" --> 
82         </h1>
83         <!-- /TMPL_IF -->
84   
85         <!-- TMPL_IF NAME="check_member" -->
86                 <p>
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>
91                                 Duplicate ?
92                                 <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;borrowernumber=<!--TMPL_VAR NAME="check_member"-->&amp;category_type=<!--TMPL_VAR NAME="check_categorytype"-->">Yes</a>
93                                 &nbsp;&nbsp;&nbsp; No, it is not
94                                 <!-- TMPL_IF NAME="checked"-->
95                                         <input type="checkbox" checked="checked" name="answernodouble" >
96                                 <!-- TMPL_ELSE -->
97                                         <input type="checkbox" name="answernodouble" />
98                                 <!-- /TMPL_IF -->
99                         </div>
100                 </form>
101                 </p>
102         <!--/TMPL_IF-->
103
104         <!-- TMPL_IF Name="debug" -->
105                 <div id="debug">
106                                 <div>Debug is on (level <!-- TMPL_VAR NAME="debug" -->)</div>
107                 </div>
108         <!-- /TMPL_IF -->
109         <!-- TMPL_IF Name="nok" -->
110                 <div class="dialog alert">
111                         <p>The following fields are wrong. Please fix them.</p>
112                         <ul>
113                         <!-- TMPL_IF NAME="ERROR_login_exist" -->
114                                 <li id="ERROR_login_exist">Login/password already exists.</li>
115                         <!-- /TMPL_IF -->
116                         <!-- TMPL_IF NAME="ERROR_cardnumber" -->
117                                 <li id="ERROR_cardnumber">Cardnumber already in use.</li>
118                         <!-- /TMPL_IF -->
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>
122                         <!-- /TMPL_IF -->
123                         <!-- TMPL_IF NAME="ERROR_branch" -->
124                                 <li id="ERROR_branch">Library is invalid.</li>
125                         <!-- /TMPL_IF -->   
126                         <!-- TMPL_IF NAME="ERROR_dateofbirth" -->
127                                 <li id="ERROR_dateofbirth">Date of birth is invalid.</li>
128                         <!-- /TMPL_IF -->
129                         <!-- TMPL_IF NAME="ERROR_dateenrolled" -->
130                                 <li id="ERROR_dateenrolled">Date of enrollment is invalid.</li>
131                         <!-- /TMPL_IF -->
132                         <!-- TMPL_IF NAME="ERROR_dateexpiry" -->
133                                 <li id="ERROR_dateexpiry">Date of expiration is invalid.</li>
134                         <!-- /TMPL_IF -->
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>
137                         <!-- /TMPL_IF -->
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>
141                         <!-- /TMPL_IF -->
142                         </ul>
143                 </div>
144         <!-- /TMPL_IF -->
145         
146   
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 -->
159
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>
163                 <ol>
164                 <!-- TMPL_UNLESS name="I" -->
165                 <!-- TMPL_IF NAME="title_cgipopup" -->
166             <li>
167             <!-- TMPL_IF NAME="mandatorytitle" -->
168                 <label for="btitle" class="required">
169             <!-- TMPL_ELSE -->
170                 <label for="btitle">
171             <!-- /TMPL_IF-->
172             Salutation: </label>
173             <!-- TMPL_VAR NAME="borrotitlepopup" -->
174             <!-- TMPL_IF NAME="mandatorytitle" --><span class="required">Required</span><!-- /TMPL_IF -->
175             </li>
176                 <!-- /TMPL_IF -->
177         <!-- /TMPL_UNLESS -->
178                 <li>
179                 <!-- TMPL_IF NAME="mandatorysurname" -->
180                 <label for="surname" class="required">
181                 <!-- TMPL_ELSE -->
182                 <label for="surname">
183                 <!-- /TMPL_IF-->
184                 Surname: </label>
185                 <!-- TMPL_IF NAME="uppercasesurnames" -->
186                 <input style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20"  value="<!-- TMPL_VAR NAME="surname" -->" />
187                 <!-- TMPL_ELSE -->
188                 <input type="text" id="surname" name="surname" size="20"  value="<!-- TMPL_VAR NAME="surname" -->" />
189                 <!-- /TMPL_IF -->
190                 <!-- TMPL_IF NAME="mandatorysurname" --><span class="required">Required</span><!-- /TMPL_IF -->
191                 </li>
192                 <!-- TMPL_UNLESS name="I" -->
193             <li>
194                 <!-- TMPL_IF NAME="mandatoryfirstname" -->
195                 <label for="firstname" class="required">
196                 <!-- TMPL_ELSE -->
197                 <label for="firstname">
198                 <!-- /TMPL_IF-->
199                 First name: </label>
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 -->
202             </li>
203             <li>
204                 <!-- TMPL_IF NAME="mandatorydateofbirth" -->
205                 <label for="dateofbirth" class="required">
206                 <!-- TMPL_ELSE -->
207                 <label for="dateofbirth">
208                 <!-- /TMPL_IF-->
209                 Date of birth: </label>
210                                 
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" -->" />
213 <!-- TMPL_ELSE -->
214                 <input type="text" id="dateofbirth" name="dateofbirth" size="20" value="<!-- TMPL_VAR NAME="dateofbirth" -->" />
215 <!-- /TMPL_IF -->
216
217                 <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="dateofbirth_button" alt="Show Calendar" />
218         <script language="JavaScript" type="text/javascript">
219             Calendar.setup(
220             {
221                 inputField : "dateofbirth",
222                 ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
223                 button : "dateofbirth_button"
224             }
225             );
226         </script>
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 -->
229                 <div class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></div>
230             </li>
231             <li>
232                 <!-- TMPL_IF NAME="mandatoryinitials" -->
233                     <label for="initials" class="required">
234                 <!-- TMPL_ELSE -->
235                     <label for="initials">
236                 <!-- /TMPL_IF-->
237                 Initials: </label>
238                 <input type="text" id="initials" name="initials" size="20"  value="<!-- TMPL_VAR NAME="initials" -->" />        
239                 <!-- TMPL_IF NAME="mandatoryinitials" --><span class="required">Required</span><!-- /TMPL_IF -->
240             </li>
241         <!-- /TMPL_UNLESS -->
242                 <li>
243                         <!-- TMPL_IF NAME="mandatoryothernames" -->
244                         <label for="othernames" class="required">
245                         <!-- TMPL_ELSE -->
246                         <label for="othernames">
247                         <!-- /TMPL_IF-->
248                         Other name: </label>
249                         <input type="text" id="othernames" name="othernames" size="20"  value="<!-- TMPL_VAR NAME="othernames" -->" />
250 <!-- TMPL_IF NAME="mandatoryothernames" --><span class="required">Required</span><!-- /TMPL_IF -->
251                 <!-- TMPL_IF NAME="I" --><input type="hidden" name="sex" value="N" /><!-- /TMPL_IF -->
252                 </li>
253     <!--TMPL_UNLESS Name="I"-->
254                 <li class="radio">
255                 
256                 <!-- TMPL_IF NAME="female" -->
257                                 <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" checked="checked"  />
258 <!-- TMPL_ELSE -->
259                                 <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" />
260 <!-- /TMPL_IF -->
261                 <!-- TMPL_IF NAME="male" -->
262                 <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" checked="checked" />
263 <!-- TMPL_ELSE -->
264                                 <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" />
265 <!-- /TMPL_IF -->
266 <!-- TMPL_IF NAME="none" -->
267                                 <label for="sex-none">N/A </label><input type="radio" name="sex" id="sex-none" value=""  checked="checked"  />
268 <!-- TMPL_ELSE -->
269                                 <label for="sex-none">N/A </label><input type="radio" name="sex" id="sex-none" value="" />
270 <!-- /TMPL_IF -->
271         </li>
272     <!--/TMPL_UNLESS-->
273                 </ol>
274         </fieldset>
275         
276 <!--TMPL_IF Name="showguarantor"--><input type="hidden" id="guarantorid" name="guarantorid"   value="<!-- TMPL_VAR NAME="guarantorid" -->" />
277     <fieldset class="rows">
278         <legend>Guarantor Information</legend>
279         <ol>
280 <!--TMPL_IF Name="P"-->
281                 <!-- TMPL_IF NAME="guarantorid" -->
282                 <li id="contact-details">
283                 <!-- TMPL_ELSE -->
284                 <li id="contact-details" style="display: none">
285                 <!-- /TMPL_IF -->
286                     <span class="label">Organization #:</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                 </li>
288                 <li>
289                     <label for="contactname">Organization name: </label>
290                     <!-- TMPL_IF NAME="guarantorid" -->
291                     <span><!-- TMPL_VAR NAME="contactname" --></span>
292                     <input name="contactname" id="contactname" type="hidden" size="20" value="<!-- TMPL_VAR NAME="contactname" -->" />
293                     <!-- TMPL_ELSE -->
294                     <input name="contactname" id="contactname" type="text" size="20" value="<!-- TMPL_VAR NAME="contactname" -->" />
295                     <!-- /TMPL_IF -->
296                 </li>
297 <!-- TMPL_ELSE -->
298  <!-- TMPL_IF NAME="C" -->
299  <!-- TMPL_IF NAME="guarantorid" -->
300  <li id="contact-details">
301  <!-- TMPL_ELSE -->
302  <li id="contact-details" style="display: none">
303  <!-- /TMPL_IF -->
304      <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 -->
305  </li>
306  <li>
307      <label for="contactname">Surname: </label>
308      <!-- TMPL_IF NAME="guarantorid" -->
309      <span><!-- TMPL_VAR NAME="contactname" --></span>
310      <input name="contactname" id="contactname" type="hidden" size="20" value="<!-- TMPL_VAR NAME="contactname" -->" />
311      <!-- TMPL_ELSE -->
312      <input name="contactname" id="contactname" type="text" size="20" value="<!-- TMPL_VAR NAME="contactname" -->" />
313      <!-- /TMPL_IF -->
314  </li>
315  <li>
316      <label for="contactfirstname">First name: </label>
317      <!-- TMPL_IF NAME="guarantorid" -->
318      <span><!-- TMPL_VAR NAME="contactfirstname" --></span>
319      <input name="contactfirstname" id="contactfirstname" type="hidden" size="20" value="<!-- TMPL_VAR NAME="contactfirstname" -->" />
320      <!-- TMPL_ELSE -->
321      <input name="contactfirstname" id="contactfirstname" type="text" size="20" value="<!-- TMPL_VAR NAME="contactfirstname" -->" />
322      <!-- /TMPL_IF -->
323  </li>
324  <!-- TMPL_IF name="relshiploop" -->
325  <li>
326      <label for="relationship">Relationship: </label>
327      <select name="relationship" id="relationship" >
328          <!-- TMPL_LOOP name="relshiploop" -->
329          <!-- TMPL_IF name="selected" -->
330          <option value="<!-- TMPL_VAR name="relationship" -->" selected="selected" ><!-- TMPL_VAR name="relationship" --></option>
331          <!-- TMPL_ELSE -->
332          <option value="<!-- TMPL_VAR name="relationship" -->"><!-- TMPL_VAR name="relationship" --></option>
333          <!-- /TMPL_IF -->
334          <!-- /TMPL_LOOP -->
335      </select>
336  </li>
337  <!-- /TMPL_IF -->
338  <!-- /TMPL_IF -->
339 <!--/TMPL_IF -->
340         <li>
341             <span class="label">&nbsp;</span>
342             <!-- TMPL_IF NAME="guarantorid" -->
343             <input id="guarantorsearch" type="button" value="Change" onclick="Dopopguarantor('guarantor_search.pl');" />
344             <!-- TMPL_ELSE -->
345             <input id="guarantorsearch" type="button" value="Set to Patron" onclick="Dopopguarantor('guarantor_search.pl');" />
346             <!-- /TMPL_IF -->
347             <input id="guarantordelete" type="button" value="Delete" />
348         </li>
349         </ol>
350     </fieldset>
351
352 <!--/TMPL_IF-->
353 <fieldset class="rows">
354     <legend>Main address</legend><ol>
355     <li>
356       <!-- TMPL_IF NAME="mandatorystreetnumber" -->
357       <label for="streetnumber" class="required">
358       <!--TMPL_ELSE-->
359       <label for="streetnumber">
360       <!-- /TMPL_IF-->
361       Street number: </label>
362       <input type="text" id="streetnumber" name="streetnumber" size="5" value="<!-- TMPL_VAR NAME="streetnumber" -->" />
363 <!-- TMPL_IF NAME="mandatorystreetnumber" --><span class="required">Required</span><!-- /TMPL_IF -->
364     </li>
365     <!-- TMPL_IF NAME="road_cgipopup" -->
366       <li>
367       <!-- TMPL_IF NAME="mandatorystreettype" -->
368       <label for="streettype" class="required">
369       <!--TMPL_ELSE-->
370       <label for="streettype">
371       <!-- /TMPL_IF-->
372       Street type: </label>
373       <!-- TMPL_VAR NAME="roadpopup" -->
374           <!-- TMPL_IF NAME="mandatorystreettype" --><span class="required">Required</span><!-- /TMPL_IF -->
375       </li>
376     <!--/TMPL_IF--> 
377     <li>
378       <!-- TMPL_IF NAME="mandatoryaddress" -->
379       <label for="address" class="required">
380       <!--TMPL_ELSE-->
381       <label for="address">
382       <!--/TMPL_IF-->
383       Address: </label>
384       <input type="text" id="address" name="address" size="35" value="<!-- TMPL_VAR NAME="address" -->" />
385           <!-- TMPL_IF NAME="mandatoryaddress" --><span class="required">Required</span><!-- /TMPL_IF -->
386     </li>
387     <li>
388       <!-- TMPL_IF NAME="mandatoryaddress2" -->
389       <label for="address2" class="required">
390       <!--TMPL_ELSE-->
391       <label for="address2">
392       <!-- /TMPL_IF-->
393       Address 2: </label>
394       <input type="text" id="address2" name="address2" size="35" value="<!-- TMPL_VAR NAME="address2" -->" />
395           <!-- TMPL_IF NAME="mandatoryaddress2" --><span class="required">Required</span><!-- /TMPL_IF -->
396     </li>  
397     <li>
398       <!-- TMPL_IF NAME="mandatorycity" -->
399         <label for="city" class="required">
400       <!--TMPL_ELSE-->
401         <label for="city">
402       <!-- /TMPL_IF-->
403       City, State: </label>
404         
405         <input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->" />
406         <!-- TMPL_IF NAME="city_cgipopup" -->or <strong>choose</strong> <!-- TMPL_VAR NAME="citypopup" --><!-- /TMPL_IF -->
407           <!-- TMPL_IF NAME="mandatorycity" --><span class="required">Required</span><!-- /TMPL_IF -->
408     </li>
409     <li> 
410       <!-- TMPL_IF NAME="mandatoryzipcode" -->
411         <label for="zipcode" class="required">
412       <!--TMPL_ELSE-->
413         <label for="zipcode">
414       <!-- /TMPL_IF-->
415       Zip/Postal code: </label>
416       <input type="text" name="zipcode" id="zipcode" size="10" value="<!-- TMPL_VAR NAME="zipcode" -->" />
417           <!-- TMPL_IF NAME="mandatoryzipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
418     </li>
419     
420     <li> 
421       <!-- TMPL_IF NAME="mandatorycountry" -->
422         <label for="country" class="required">
423       <!--TMPL_ELSE-->
424         <label for="country">
425       <!-- /TMPL_IF-->
426       Country: </label>
427       <input type="text" name="country" id="country" size="20" value="<!-- TMPL_VAR NAME="country" -->" />
428           <!-- TMPL_IF NAME="mandatorycountry" --><span class="required">Required</span><!-- /TMPL_IF -->
429     </li>    
430   
431         </ol>
432     </fieldset>
433   <fieldset class="rows" id="memberentry_contact">
434     <legend>Contact</legend><ol>
435       <li>
436       <!-- TMPL_IF NAME="mandatoryphone" --> 
437       <label for="phone" class="required">
438       <!--TMPL_ELSE-->
439       <label for="phone">
440       <!-- /TMPL_IF-->
441       Phone (home): </label>
442       <input type="text" id="phone" name="phone" value="<!-- TMPL_VAR NAME="phone" -->" />
443           <!-- TMPL_IF NAME="mandatoryphone" --><span class="required">Required</span><!-- /TMPL_IF --><div class="hint">Shows on transit slips</div>
444
445     </li>
446     <li>
447       <!-- TMPL_IF NAME="mandatoryphonepro" -->
448       <label for="phonepro" class="required">
449       <!--TMPL_ELSE-->
450       <label for="phonepro">
451       <!-- /TMPL_IF-->
452       Phone (work): </label>
453       <input type="text" id="phonepro" name="phonepro" value="<!-- TMPL_VAR NAME="phonepro" -->" />
454           <!-- TMPL_IF NAME="mandatoryphonepro" --><span class="required">Required</span><!-- /TMPL_IF -->
455     </li>
456     <li>
457       <!-- TMPL_IF NAME="mandatorymobile" -->
458       <label for="mobile" class="required">
459       <!--TMPL_ELSE-->
460       <label for="mobile">
461       <!-- /TMPL_IF-->
462       Phone (cell): </label>
463       <input type="text" id="mobile" name="mobile" value="<!-- TMPL_VAR NAME="mobile" -->" />
464           <!-- TMPL_IF NAME="mandatorymobile" --><span class="required">Required</span><!-- /TMPL_IF -->
465     </li>
466     <li>
467       <!-- TMPL_IF NAME="mandatoryemail" -->
468       <label for="email" class="required">
469       <!--TMPL_ELSE-->
470       <label for="email">
471       <!-- /TMPL_IF-->
472       Email (home): </label>
473       <input type="text" id="email" name="email" size="45" value="<!-- TMPL_VAR NAME="email" -->" />  
474           <!-- TMPL_IF NAME="mandatoryemail" --><span class="required">Required</span><!-- /TMPL_IF --><div class="hint">Shows on transit slips</div>
475
476     </li>
477     <li>
478       <!-- TMPL_IF NAME="mandatoryemailpro" --> 
479       <label for="emailpro" class="required">
480       <!--TMPL_ELSE-->
481       <label for="emailpro">
482       <!-- /TMPL_IF-->
483       Email (work): </label>
484       <input type="text" id="emailpro" name="emailpro" size="45" value="<!-- TMPL_VAR NAME="emailpro" -->" />
485           <!-- TMPL_IF NAME="mandatoryemailpro" --><span class="required">Required</span><!-- /TMPL_IF -->
486     </li>
487     <li>
488       <!-- TMPL_IF NAME="mandatoryfax" -->
489       <label for="fax" class="required">
490       <!--TMPL_ELSE-->
491       <label for="fax">
492       <!-- /TMPL_IF-->
493       Fax: </label>
494       <input type="text" id="fax" name="fax" value="<!-- TMPL_VAR NAME="fax" -->" />
495           <!-- TMPL_IF NAME="mandatoryfax" --><span class="required">Required</span><!-- /TMPL_IF -->
496     </li>
497         </ol>
498   </fieldset>
499
500
501 <!-- ************************ STEP_1 *********************** -->
502 <!--/TMPL_IF -->
503 <!--TMPL_IF Name="step_6"-->
504
505                 <fieldset class="rows" id="memberentry_address">
506                 <legend>Alternate address</legend><ol>
507                         <li>
508                                 <!-- TMPL_IF NAME="mandatoryB_address" -->
509                                         <label for="B_address" class="required">
510                                 <!--TMPL_ELSE-->
511                                         <label for="B_address">
512                                 <!-- /TMPL_IF-->
513                                 Address: </label>
514                                 <input type="text" id="B_address" name="B_address" size="40" value="<!-- TMPL_VAR NAME="B_address" -->" />
515           <!-- TMPL_IF NAME="mandatoryB_address" --><span class="required">Required</span><!-- /TMPL_IF -->
516                         </li>
517                         <li>
518                                 <!-- TMPL_IF NAME="mandatoryB_address2" -->
519                                         <label for="B_address2" class="required">
520                                 <!--TMPL_ELSE-->
521                                         <label for="B_address2">
522                                 <!-- /TMPL_IF-->
523                                 Address 2: </label>
524                                 <input type="text" id="B_address2" name="B_address2" size="40" value="<!-- TMPL_VAR NAME="B_address2" -->" />
525           <!-- TMPL_IF NAME="mandatoryB_address2" --><span class="required">Required</span><!-- /TMPL_IF -->
526                         </li>                   
527                         <li>
528                                 <!-- TMPL_IF NAME="mandatoryB_city" -->
529                                         <label for="B_city" class="required" >
530                                 <!--TMPL_ELSE-->
531                                         <label for="B_city">
532                                 <!-- /TMPL_IF-->
533                                 City, State: </label>
534                                 <input type="text" id="B_city" name="B_city" size="20" value="<!-- TMPL_VAR NAME="B_city" -->" />
535           <!-- TMPL_IF NAME="mandatoryB_city" --><span class="required">Required</span><!-- /TMPL_IF -->
536                         </li>
537                         <li>
538                                 <!-- TMPL_IF NAME="mandatoryB_zipcode" -->
539                                         <label for="B_zipcode" class="required">
540                                 <!--TMPL_ELSE-->
541                                         <label for="B_zipcode">
542                                 <!-- /TMPL_IF-->
543                                 Zip/Postal code: </label>
544                                 <input type="text" id="B_zipcode" name="B_zipcode" maxlength="10" size="10" value="<!-- TMPL_VAR NAME="B_zipcode" -->" />
545           <!-- TMPL_IF NAME="mandatoryB_zipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
546                         </li>
547                         <li>
548                                 <!-- TMPL_IF NAME="mandatoryB_country" -->
549                                         <label for="B_country" class="required">
550                                 <!--TMPL_ELSE-->
551                                         <label for="B_country">
552                                 <!-- /TMPL_IF-->
553                                 Country: </label>
554                                 <input type="text" id="B_country" name="B_country" size="20" value="<!-- TMPL_VAR NAME="B_country" -->" />
555           <!-- TMPL_IF NAME="mandatoryB_country" --><span class="required">Required</span><!-- /TMPL_IF -->
556                         </li>
557             <li>
558                 <!-- TMPL_IF NAME="mandatoryB_phone" -->
559                 <label for="B_phone" class="required">
560                 <!--TMPL_ELSE-->
561                 <label for="B_phone">
562                 <!-- /TMPL_IF-->
563                 Phone: </label>  
564                 <input type="text" id="B_phone" name="B_phone" value="<!-- TMPL_VAR NAME="B_phone" -->" />
565                 <!-- TMPL_IF NAME="mandatoryB_phone" --><span class="required">Required</span><!-- /TMPL_IF -->
566             </li>
567                         <li> 
568         <!-- TMPL_IF NAME="mandatoryB_email" -->
569           <label for="B_email" class="required">
570         <!--TMPL_ELSE-->
571           <label for="B_email">
572         <!-- /TMPL_IF-->
573         Email: </label>
574         <input type="text" id="B_email" name="B_email" size="45" value="<!-- TMPL_VAR NAME="B_email" -->" />
575                 <!-- TMPL_IF NAME="mandatoryB_email" --><span class="required">Required</span><!-- /TMPL_IF --> </li>
576             <li>
577                 <!-- TMPL_IF NAME="mandatorycontactnote" -->
578                 <label for="contactnote" class="required">
579                 <!--TMPL_ELSE-->
580                 <label for="contactnote">
581                 <!-- /TMPL_IF-->
582                 Contact note: </label>
583                 <textarea id="contactnote" name="contactnote" cols="40" rows="2"><!-- TMPL_VAR NAME="contactnote" --></textarea>
584         <!-- TMPL_IF NAME="mandatorycontactnote" --><span class="required">Required</span><!-- /TMPL_IF -->
585             </li>
586                         </ol>
587                 </fieldset>
588 <!-- /TMPL_IF -->               
589 <!--TMPL_IF Name="step_2"-->
590                 <fieldset class="rows" id="memberentry_altaddress">       
591                     <legend>Alternate Contact</legend><ol>
592                         <li>
593                             <!-- TMPL_IF NAME="mandatoryaltcontactsurname" -->
594                                 <label for="altcontactsurname" class="required">
595                                 <!-- TMPL_ELSE -->
596                                 <label for="altcontactsurname">
597                                 <!-- /TMPL_IF -->
598                                 Surname:</label>
599                                 <input type="text" name="altcontactsurname" id="altcontactsurname" value="<!-- TMPL_VAR NAME="altcontactsurname" -->" />
600                                 <!-- TMPL_IF NAME="mandatoryaltcontactsurname" --><span class="required">Required</span><!-- /TMPL_IF -->
601                         </li>
602                         <li>
603                             <!-- TMPL_IF NAME="mandatoryaltcontactfirstname" -->
604                                 <label for="altcontactfirstname" class="required">
605                                 <!-- TMPL_ELSE -->
606                                 <label for="altcontactfirstname">
607                                 <!-- /TMPL_IF -->
608                                 First name:</label>
609                                 <input type="text" name="altcontactfirstname" id="altcontactfirstname" value="<!-- TMPL_VAR NAME="altcontactfirstname" -->" />
610                                 <!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --><span class="required">Required</span><!-- /TMPL_IF -->
611                         </li>
612                         <li>
613                             <!-- TMPL_IF NAME="mandatoryaltcontactaddress1" -->
614                                 <label for="altcontactaddress1" class="required">
615                                 <!-- TMPL_ELSE -->
616                                 <label for="altcontactaddress1">
617                                 <!-- /TMPL_IF -->
618                                 Address:</label>
619                                 <input type="text" name="altcontactaddress1" id="altcontactaddress1" value="<!-- TMPL_VAR NAME="altcontactaddress1" -->" size="40" />
620                                 <!-- TMPL_IF NAME="mandatoryaltcontactaddress1" --><span class="required">Required</span><!-- /TMPL_IF -->
621                         </li>
622                         <li>
623                             <!-- TMPL_IF NAME="mandatoryaltcontactaddress2" -->
624                                 <label for="altcontactaddress2" class="required">
625                                 <!-- TMPL_ELSE -->
626                                 <label for="altcontactaddress2">
627                                 <!-- /TMPL_IF -->
628                                 Address 2:</label>
629                                 <input type="text" name="altcontactaddress2" id="altcontactaddress2" value="<!-- TMPL_VAR NAME="altcontactaddress2" -->" size="40" />
630                                 <!-- TMPL_IF NAME="mandatoryaltcontactaddress2" --><span class="required">Required</span><!-- /TMPL_IF -->
631                         </li>
632                         <li>
633                             <!-- TMPL_IF NAME="mandatoryaltcontactaddress3" -->
634                                 <label for="altcontactaddress3" class="required">
635                                 <!-- TMPL_ELSE -->
636                                 <label for="altcontactaddress3">
637                                 <!-- /TMPL_IF -->
638                                 City, State:</label>
639                                 <input type="text" name="altcontactaddress3" id="altcontactaddress3" value="<!-- TMPL_VAR NAME="altcontactaddress3" -->" size="40" />
640                                 <!-- TMPL_IF NAME="mandatoryaltcontactaddress3" --><span class="required">Required</span><!-- /TMPL_IF -->
641                         </li>
642                         <li>
643                             <!-- TMPL_IF NAME="mandatoryaltcontactzipcode" -->
644                                 <label for="altcontactzipcode" class="required">
645                                 <!-- TMPL_ELSE -->
646                                 <label for="altcontactzipcode">
647                                 <!-- /TMPL_IF -->
648                                 Zip/Postal code:</label>
649                                 <input type="text" name="altcontactzipcode" id="altcontactzipcode" value="<!-- TMPL_VAR NAME="altcontactzipcode" -->" size="5" />
650                                 <!-- TMPL_IF NAME="mandatoryaltcontactzipcode" --><span class="required">Required</span><!-- /TMPL_IF -->
651                         </li>
652                         <li>
653                             <!-- TMPL_IF NAME="mandatoryaltcontactcountry" -->
654                                 <label for="altcontactcountry" class="required">
655                                 <!-- TMPL_ELSE -->
656                                 <label for="altcontactcountry">
657                                 <!-- /TMPL_IF -->
658                                 Country:</label>
659                                 <input type="text" name="altcontactcountry" id="altcontactcountry" value="<!-- TMPL_VAR NAME="altcontactcountry" -->" size="20" />
660                                 <!-- TMPL_IF NAME="mandatoryaltcontactcountry" --><span class="required">Required</span><!-- /TMPL_IF -->
661                         </li>                   
662                         <li>
663                             <!-- TMPL_IF NAME="mandatoryaltcontactphone" -->
664                                 <label for="altcontactphone" class="required">
665                                 <!-- TMPL_ELSE -->
666                                 <label for="altcontactphone">
667                                 <!-- /TMPL_IF -->
668                                 Phone:</label>
669                                 <input type="text" name="altcontactphone" id="altcontactphone" value="<!-- TMPL_VAR NAME="altcontactphone" -->" />
670                                 <!-- TMPL_IF NAME="mandatoryaltcontactphone" --><span class="required">Required</span><!-- /TMPL_IF -->
671                         </li>
672             </ol>
673         </fieldset>
674
675
676   <!-- TMPL_IF NAME="I" -->
677         <!-- TMPL_IF NAME="memberofinstution" -->
678         <fieldset class="rows" id="memberentry_organisation">
679                 <legend>Organizations</legend><ol>
680                 <li>
681                         <!-- TMPL_IF NAME="mandatoryphone" --> 
682                         <label for="organisations" class="required">
683                         <!--TMPL_ELSE-->
684                         <label for="organisations">
685                         <!-- /TMPL_IF-->
686                         Organization(s): </label>
687                         <!-- TMPL_VAR NAME="CGIorganisations" -->
688           <!-- TMPL_IF NAME="mandatoryphone" --><span class="required">Required</span><!-- /TMPL_IF -->
689                 </li>
690                 </ol>
691         </fieldset>
692         <!-- /TMPL_IF -->
693   <!-- /TMPL_IF -->
694               
695 <!-- /TMPL_IF -->
696 <!--TMPL_IF Name="step_3"-->
697
698   <fieldset class="rows" id="memberentry_library_management">
699     <legend>Library Management</legend><ol>
700    <li> <!-- TMPL_IF NAME="mandatorycardnumber" -->
701       <label for="cardnumber" class="required">
702     <!--TMPL_ELSE -->
703       <label for="cardnumber">
704     <!-- /TMPL_IF--> 
705     Card number: </label>
706     <input type="text" id="cardnumber" name="cardnumber" size="20" value="<!-- TMPL_VAR NAME="cardnumber" -->" />
707           <!-- TMPL_IF NAME="mandatorycardnumber" --><span class="required">Required</span><!-- /TMPL_IF --></li>
708     <li>
709       <!-- TMPL_IF NAME="mandatorybranchcode" -->
710         <label for="branchcode" class="required">
711       <!--TMPL_ELSE-->
712         <label for="branchcode">
713       <!-- /TMPL_IF-->
714       Library: </label>
715       <!-- TMPL_VAR NAME="CGIbranch" -->
716           <!-- TMPL_IF NAME="mandatorybranchcode" --><span class="required">Required</span><!-- /TMPL_IF -->
717     </li>
718     <li>
719     <!-- TMPL_IF NAME="typeloop" -->
720         <label for="categorycode">Category: </label>
721         <select id="categorycode" name="categorycode">
722         <!-- TMPL_LOOP NAME="typeloop" -->
723                 <!-- TMPL_IF EXPR="typename eq 'C'" --><optgroup label="Child"><!-- /TMPL_IF -->
724                 <!-- TMPL_IF EXPR="typename eq 'A'" --><optgroup label="Adult"><!-- /TMPL_IF -->
725                 <!-- TMPL_IF EXPR="typename eq 'S'" --><optgroup label="Staff"><!-- /TMPL_IF -->
726                 <!-- TMPL_IF EXPR="typename eq 'I'" --><optgroup label="Organization"><!-- /TMPL_IF -->
727                 <!-- TMPL_IF EXPR="typename eq 'P'" --><optgroup label="Professional"><!-- /TMPL_IF -->
728                 <!-- TMPL_IF EXPR="typename eq 'X'" --><optgroup label="Statistical"><!-- /TMPL_IF -->
729                 <!-- TMPL_LOOP NAME="categoryloop" -->
730                                 <!-- TMPL_IF NAME="categorycodeselected" -->
731                <option value="<!-- TMPL_VAR NAME="categorycode" -->" selected="selected"><!-- TMPL_VAR NAME="categoryname" --></option>
732                                 <!-- TMPL_ELSE -->
733 <option value="<!-- TMPL_VAR NAME="categorycode" -->"><!-- TMPL_VAR NAME="categoryname" --></option>
734                                 <!-- /TMPL_IF -->
735                 <!-- /TMPL_LOOP -->
736         </optgroup>
737         <!-- /TMPL_LOOP -->
738                 </select>
739     <!-- TMPL_ELSE -->
740         <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>
741               <a href="/cgi-bin/koha/admin/categorie.pl">Please create one</a>
742     <!-- /TMPL_IF -->
743     </li>
744     <li>
745       <!-- TMPL_IF NAME="mandatorysort1" -->
746         <label for="sort1" class="required">
747       <!-- TMPL_ELSE -->
748         <label for="sort1">
749       <!-- /TMPL_IF-->
750       Sort 1: </label>
751       <!--TMPL_IF NAME="CGIsort1" --> 
752         <!-- TMPL_VAR NAME="CGIsort1" -->
753       <!--TMPL_ELSE-->
754         <input  type="text" id="sort1" name="sort1" size="20"  value="<!-- TMPL_VAR NAME="sort1" -->" />
755           <!-- TMPL_IF NAME="mandatorysort1" --><span class="required">Required</span><!-- /TMPL_IF -->
756       <!-- /TMPL_IF -->   
757     </li>
758     <li>
759     <!-- TMPL_IF NAME="mandatorysort2" -->
760     <label for="sort2" class="required">
761     <!-- TMPL_ELSE -->
762     <label for="sort2">
763     <!-- /TMPL_IF-->
764     Sort 2: </label>
765     <!--TMPL_IF NAME="CGIsort2" --> 
766       <!-- TMPL_VAR NAME="CGIsort2" -->
767     <!--TMPL_ELSE-->
768       <input  type="text" id="sort2" name="sort2" size="20"  value="<!-- TMPL_VAR NAME="sort2" -->" />
769           <!-- TMPL_IF NAME="mandatorysort2" --><span class="required">Required</span><!-- /TMPL_IF -->
770     <!-- /TMPL_IF --> 
771     </li>
772         </ol>
773   </fieldset>
774         <fieldset class="rows" id="memberentry_subscription">
775         <legend>Library set-up</legend><ol>
776                 <li>
777                         <!-- TMPL_IF NAME="mandatorydateenrolled" -->
778                         <label for="dateenrolled" class="required">
779                         <!--TMPL_ELSE-->
780                         <label for="dateenrolled">
781                         <!-- /TMPL_IF-->
782                         Registration date: </label>
783                         <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" -->" />
784             <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="dateenrolled_button" alt="Show Calendar" />
785       <script language="JavaScript" type="text/javascript">
786         Calendar.setup(
787           {
788             inputField : "dateenrolled",
789             ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
790             button : "dateenrolled_button"
791           }
792         );
793       </script>
794                 <!-- TMPL_IF NAME="mandatorydateenrolled" --><span class="required">Required</span><!-- /TMPL_IF -->
795                 <!-- TMPL_IF NAME="ERROR_dateenrolled" --><span class="required">(Error)</span><!-- /TMPL_IF -->
796                 <div class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></div>
797                 </li>
798                 <li>
799                         <!-- TMPL_IF NAME="mandatorydateexpiry" -->
800                         <label for="dateexpiry" class="required">
801                         <!--TMPL_ELSE-->
802                         <label for="dateexpiry">
803                         <!-- /TMPL_IF-->
804                         Expiry date (leave blank for auto calc) </label>
805                         <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 -->" />
806             <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="dateexpiry_button" alt="Show Calendar" />
807       <script language="JavaScript" type="text/javascript">
808         Calendar.setup(
809           {
810             inputField : "dateexpiry",
811             ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
812             button : "dateexpiry_button"
813           }
814         );
815       </script>
816                 <!-- TMPL_IF NAME="mandatorydateexpiry" --><span class="required">Required</span><!-- /TMPL_IF -->
817                 <!-- TMPL_IF NAME="ERROR_dateexpiry" --><span class="required">(Error)</span><!-- /TMPL_IF -->
818                 <div class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></div>
819                 </li>
820                 <li>
821                         <!-- TMPL_IF NAME="mandatoryopacnote" -->
822                                 <label for="opacnote" class="required">
823                         <!--TMPL_ELSE-->
824                                 <label for="opacnote">
825                         <!-- /TMPL_IF-->        
826                         OPAC note: </label>
827                         <textarea id="opacnote" name="opacnote" cols="55" rows="5"><!-- TMPL_VAR NAME="opacnote" --></textarea>
828                         <div class="hint">This message appears on this patron's user page in the OPAC</div>
829           <!-- TMPL_IF NAME="mandatoryopacnote" --><span class="required">Required</span><!-- /TMPL_IF -->
830                 </li>
831                 <li>
832                         <!-- TMPL_IF NAME="mandatoryborrowernotes" -->  
833                                 <label for="borrowernotes" class="required">
834                         <!--TMPL_ELSE-->
835                                 <label for="borrowernotes">
836                         <!-- /TMPL_IF-->
837                         Circulation note: </label>
838                         <textarea id="borrowernotes" name="borrowernotes" cols="55" rows="5"><!-- TMPL_VAR NAME="borrowernotes" --></textarea>
839                         <div class="hint">This message displays when checking out to this patron</div>
840           <!-- TMPL_IF NAME="mandatoryborrowernotes" --><span class="required">Required</span><!-- /TMPL_IF -->
841                 </li>
842                 </ol>
843         </fieldset>
844         <fieldset class="rows" id="memberentry_userid">
845                 <legend>OPAC login</legend><ol>
846                 <li>
847                         <!-- TMPL_IF NAME="mandatoryuserid" -->
848                         <label for="userid" class="required">
849                         <!--TMPL_ELSE-->
850                         <label for="userid">
851                         <!-- /TMPL_IF-->
852                         OPAC Login: </label>
853
854 <!-- TMPL_IF NAME="NoUpdateLogin" -->
855 <input type="text" id="userid" name="userid" size="20" disabled="disabled" value="<!-- TMPL_VAR NAME="userid" -->" />
856 <!-- TMPL_ELSE -->
857 <input type="text" id="userid" name="userid" size="20" value="<!-- TMPL_VAR NAME="userid" -->" />
858 <!-- /TMPL_IF -->
859
860           <!-- TMPL_IF NAME="mandatoryuserid" --><span class="required">Required</span><!-- /TMPL_IF -->
861                 </li>
862                 <li>
863                         <!-- TMPL_IF NAME="mandatorypassword" -->
864                         <label for="password" class="required">
865                         <!--TMPL_ELSE-->
866                         <label for="password">
867                         <!-- /TMPL_IF-->
868                         Password: </label>
869                         <!--TMPL_IF NAME="opadd"-->
870                         <!-- TMPL_IF NAME="NoUpdateLogin" -->
871                                 <input type="text" id="password" name="password" size="20"  disabled="disabled" value="<!-- TMPL_VAR NAME="password" -->" />
872 <!-- TMPL_ELSE -->
873                                 <input type="text" id="password" name="password" size="20" value="<!-- TMPL_VAR NAME="password" -->" />
874 <!-- /TMPL_IF -->
875                         <!--TMPL_ELSE-->
876                         <!--TMPL_IF NAME="password"-->
877                                 <!-- TMPL_IF NAME="NoUpdateLogin" -->
878                                         <input type="text" id="password" name="password" size="20"  disabled="disabled" value="****" />
879                                 <!-- TMPL_ELSE -->
880                                         <input type="text" id="password" name="password" size="20" value="****" />
881                                 <!-- /TMPL_IF -->
882                         <!--TMPL_ELSE-->
883                                 <!-- TMPL_IF NAME="NoUpdateLogin" -->
884                                         <input type="text" id="password" name="password" size="20"  disabled="disabled" value="" />
885                                 <!-- TMPL_ELSE -->
886                                         <input type="text" id="password" name="password" size="20" value="" />
887                                 <!-- /TMPL_IF -->
888                         <!--/TMPL_IF-->
889                         <!--/TMPL_IF-->
890           <!-- 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 -->
891 <!-- TMPL_IF NAME="minPasswordLength" --><div class="hint">Minimum password length: <!-- TMPL_VAR NAME="minPasswordLength" --></div><!-- /TMPL_IF -->
892                 </li></ol>
893                 </fieldset>
894                 <!--this zones are not necessary in modif mode -->
895                 <!-- TMPL_UNLESS NAME="opadd" -->
896                 <fieldset class="rows">
897                         <legend>Patron Account Flags</legend>
898                         <ol class="radio">
899                         <!-- TMPL_LOOP NAME="flagloop" -->
900                                 <li><label class="radio" for="yes<!-- TMPL_VAR name="name" -->">
901                                 <!-- TMPL_IF EXPR="key eq 'gonenoaddress'" -->Gone no Address:<!-- /TMPL_IF -->
902                                 <!-- TMPL_IF EXPR="key eq 'debarred'" -->Debarred:<!-- /TMPL_IF -->
903                                 <!-- TMPL_IF EXPR="key eq 'lost'" -->Lost Card:<!-- /TMPL_IF -->
904                 </label>
905                                 
906                                 <label for="yes<!-- TMPL_VAR NAME="name" -->">Yes </label>
907                                 <!-- TMPL_IF NAME="yes" -->
908                                 <input type="radio" id="yes<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="1" checked="checked" />
909                                 <!-- TMPL_ELSE -->
910                                 <input type="radio" id="yes<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="1" />
911                                 <!-- /TMPL_IF -->
912                                 
913                                 <label for="no<!-- TMPL_VAR NAME="name" -->">No </label>
914                                 <!-- TMPL_IF NAME="no" -->
915                                 <input type="radio" id="no<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="0" checked="checked"/>
916                                 <!-- TMPL_ELSE -->
917                                 <input type="radio" id="no<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="0" />
918                                 <!-- /TMPL_IF -->
919
920 </li>
921                         <!-- /TMPL_LOOP -->
922                         </ol>
923                         </fieldset>
924                 <!-- /TMPL_UNLESS -->   
925
926 <!-- /TMPL_IF -->
927
928 <!-- TMPL_IF NAME="step_4" --><!-- TMPL_IF NAME="ExtendedPatronAttributes" --><!-- TMPL_UNLESS NAME="no_patron_attribute_types" -->
929   <fieldset class="rows" id="memberentry_patron_attributes">
930     <input type="hidden" name="setting_extended_patron_attributes" value="1" />
931     <legend>Additional attributes and identifiers</legend>
932     <table>
933         <tr>
934             <th>Type</th>
935             <th colspan="2">Value</th>
936         </tr>
937         <!-- TMPL_LOOP NAME='patron_attributes' -->
938         <tr>
939             <td><!-- TMPL_VAR NAME="code" --> (<!-- TMPL_VAR NAME="description" -->)
940             </td>
941             <td>
942                 <input type="hidden" id="<!-- TMPL_VAR NAME="form_id" -->_code" name="<!-- TMPL_VAR NAME="form_id" -->_code" value="<!-- TMPL_VAR NAME="code" ESCAPE="HTML" -->" />
943                 <!-- TMPL_IF NAME="use_dropdown" -->
944                     <select id="<!-- TMPL_VAR NAME="form_id" -->" name="<!-- TMPL_VAR NAME="form_id" -->">
945                         <option value="" />
946                         <!-- TMPL_LOOP NAME="auth_val_loop" -->
947                             <!-- TMPL_IF NAME="selected" -->
948                                 <option value="<!-- TMPL_VAR NAME="authorised_value" -->" selected="selected">
949                                     <!-- TMPL_VAR NAME="lib" -->
950                                 </option>
951                             <!-- TMPL_ELSE -->
952                                 <option value="<!-- TMPL_VAR NAME="authorised_value" -->" >
953                                     <!-- TMPL_VAR NAME="lib" -->
954                                 </option>
955                             <!-- /TMPL_IF -->
956                         <!-- /TMPL_LOOP -->
957                     </select>
958                 <!-- TMPL_ELSE -->
959                     <input type="text" maxlength="64" value="<!-- TMPL_VAR NAME="value" -->"
960                            id="<!-- TMPL_VAR NAME="form_id" -->" name="<!-- TMPL_VAR NAME="form_id" -->" />
961                 <!-- /TMPL_IF -->
962                 <!-- TMPL_IF NAME="password_allowed" -->
963                     (Password: <input type="password" maxlength="64" value="<!-- TMPL_VAR NAME="password" -->"
964                            id="<!-- TMPL_VAR NAME="form_id" -->_password" name="<!-- TMPL_VAR NAME="form_id" -->_password" />)
965                 <!-- /TMPL_IF -->
966             </td>
967             <td>
968                 <a href="#" onclick="clear_entry(this); return false;">Clear</a>
969                 <!-- TMPL_IF NAME="repeatable" -->
970                 <a href="#" onclick="clone_entry(this); return false;">New</a>
971                 <!-- /TMPL_IF -->
972             </td>
973         </tr>
974         <!-- /TMPL_LOOP -->
975     </table>
976   </fieldset>
977 <!-- /TMPL_IF--><!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
978
979 <!-- TMPL_IF NAME="step_5" --><!-- TMPL_IF NAME="EnhancedMessagingPreferences" -->
980   <fieldset class="rows" id="memberentry_messaging_prefs">
981     <!-- TMPL_IF NAME="opadd" -->
982     <!-- handle changing prefs if creating new patron and changing
983          the patron category
984     -->
985     <script language="javascript" type="text/javascript">//<![CDATA[
986        $(document).ready(function(){
987             var message_prefs_dirty = false;
988             $('#memberentry_messaging_prefs > *').change(function() {
989                 message_prefs_dirty = true;
990             });
991             $('#categorycode').change(function() {
992                 var categorycode = $(this).val();
993                 if (message_prefs_dirty) {
994                     if (!confirm('Change messaging preferences to default for this category?')) {
995                         return;
996                     }
997                 }
998                 $.getJSON('/cgi-bin/koha/members/default_messageprefs.pl?categorycode=' + categorycode,
999                     function(data) {
1000                         $.each(data.messaging_preferences, function(i, item) {
1001                             var attrid = item.message_attribute_id;
1002                             var transports = ['email', 'rss', 'sms'];
1003                             $.each(transports, function(j, transport) {
1004                                 if (item['transport-' + transport] != ' ') {
1005                                     $('#' + transport + attrid).attr('checked', item['transport-' + transport]);
1006                                 } else {
1007                                     $('#' + transport + attrid).removeAttr('checked');
1008                                 }
1009                             });
1010                             if (item.digest && item.digest != ' ') {
1011                                 $('#digest' + attrid).attr('checked', item.digest);
1012                             } else {
1013                                 $('#digest' + attrid).removeAttr('checked');
1014                             }
1015                             if (item.takes_days == '1') {
1016                                 $('[name=' + attrid + '-DAYS]').val('' + item.days_in_advance);
1017                             }
1018                         });
1019                         message_prefs_dirty = false;
1020                     }
1021                 );
1022             });
1023         });
1024     //]]>
1025     </script>
1026     <!-- /TMPL_IF -->
1027     <input type="hidden" name="setting_messaging_prefs" value="1" />
1028     <legend>Patron messaging preferences</legend>
1029     <!-- TMPL_INCLUDE NAME="messaging-preference-form.inc" -->
1030     <!-- TMPL_IF NAME="SMSSendDriver" -->
1031         <p><label for="SMSnumber">SMS number:</label> 
1032           <input type="text" id="SMSnumber" name="SMSnumber" value="<!-- TMPL_VAR NAME="SMSnumber"  -->" />
1033         </p>
1034     <!-- /TMPL_IF -->
1035   </fieldset>
1036 <!-- /TMPL_IF --> <!-- /TMPL_IF -->
1037
1038     <fieldset class="action">
1039         <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" />
1040       <!-- TMPL_IF NAME="opadd" -->
1041        <a class="cancel" href="/cgi-bin/koha/members/member.pl">Cancel</a>
1042            <!-- TMPL_ELSE -->
1043           <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Cancel</a>
1044            <!-- /TMPL_IF -->
1045     </fieldset>
1046 </form>
1047   
1048 </div>
1049 </div>
1050
1051 <!-- TMPL_UNLESS NAME="opadd" --><div class="yui-b">
1052 <!-- TMPL_INCLUDE NAME="members-menu.inc" -->
1053 </div><!-- /TMPL_UNLESS -->
1054 </div>
1055 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->