|
Lines 161-166
Link Here
|
| 161 |
<fieldset class="rows" id="memberentry_identity"> |
161 |
<fieldset class="rows" id="memberentry_identity"> |
| 162 |
<legend><!--TMPL_IF Name="I"-->Organization <!--TMPL_ELSE-->Patron <!--/TMPL_IF-->identity</legend> |
162 |
<legend><!--TMPL_IF Name="I"-->Organization <!--TMPL_ELSE-->Patron <!--/TMPL_IF-->identity</legend> |
| 163 |
<ol> |
163 |
<ol> |
|
|
164 |
<!-- TMPL_UNLESS name="unusedtitle" --> |
| 164 |
<!-- TMPL_UNLESS name="I" --> |
165 |
<!-- TMPL_UNLESS name="I" --> |
| 165 |
<!-- TMPL_IF NAME="title_cgipopup" --> |
166 |
<!-- TMPL_IF NAME="title_cgipopup" --> |
| 166 |
<li> |
167 |
<li> |
|
Lines 174-181
Link Here
|
| 174 |
<!-- TMPL_IF NAME="mandatorytitle" --><span class="required">Required</span><!-- /TMPL_IF --> |
175 |
<!-- TMPL_IF NAME="mandatorytitle" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 175 |
</li> |
176 |
</li> |
| 176 |
<!-- /TMPL_IF --> |
177 |
<!-- /TMPL_IF --> |
| 177 |
<!-- /TMPL_UNLESS --> |
|
|
| 178 |
<li> |
178 |
<li> |
|
|
179 |
<!-- /TMPL_UNLESS --> |
| 180 |
<!-- /TMPL_UNLESS --> |
| 181 |
<!-- TMPL_UNLESS name="unusedsurname" --> |
| 179 |
<!-- TMPL_IF NAME="mandatorysurname" --> |
182 |
<!-- TMPL_IF NAME="mandatorysurname" --> |
| 180 |
<label for="surname" class="required"> |
183 |
<label for="surname" class="required"> |
| 181 |
<!-- TMPL_ELSE --> |
184 |
<!-- TMPL_ELSE --> |
|
Lines 189-195
Link Here
|
| 189 |
<!-- /TMPL_IF --> |
192 |
<!-- /TMPL_IF --> |
| 190 |
<!-- TMPL_IF NAME="mandatorysurname" --><span class="required">Required</span><!-- /TMPL_IF --> |
193 |
<!-- TMPL_IF NAME="mandatorysurname" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 191 |
</li> |
194 |
</li> |
|
|
195 |
<!-- /TMPL_UNLESS --> |
| 192 |
<!-- TMPL_UNLESS name="I" --> |
196 |
<!-- TMPL_UNLESS name="I" --> |
|
|
197 |
<!-- TMPL_UNLESS name="unusedfirstname" --> |
| 193 |
<li> |
198 |
<li> |
| 194 |
<!-- TMPL_IF NAME="mandatoryfirstname" --> |
199 |
<!-- TMPL_IF NAME="mandatoryfirstname" --> |
| 195 |
<label for="firstname" class="required"> |
200 |
<label for="firstname" class="required"> |
|
Lines 200-205
Link Here
|
| 200 |
<input type="text" id="firstname" name="firstname" size="20" value="<!-- TMPL_VAR NAME="firstname" -->" /> |
205 |
<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 --> |
206 |
<!-- TMPL_IF NAME="mandatoryfirstname" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 202 |
</li> |
207 |
</li> |
|
|
208 |
<!-- /TMPL_UNLESS --> |
| 209 |
<!-- TMPL_UNLESS name="unuseddateofbirth" --> |
| 203 |
<li> |
210 |
<li> |
| 204 |
<!-- TMPL_IF NAME="mandatorydateofbirth" --> |
211 |
<!-- TMPL_IF NAME="mandatorydateofbirth" --> |
| 205 |
<label for="dateofbirth" class="required"> |
212 |
<label for="dateofbirth" class="required"> |
|
Lines 227-232
Link Here
|
| 227 |
<!-- TMPL_IF NAME="mandatorydateofbirth" --><span class="required">Required</span><!-- /TMPL_IF --> |
234 |
<!-- TMPL_IF NAME="mandatorydateofbirth" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 228 |
<!-- TMPL_IF NAME="ERROR_dateofbirth" --><span class="required">(Error)</span><!-- /TMPL_IF --> |
235 |
<!-- TMPL_IF NAME="ERROR_dateofbirth" --><span class="required">(Error)</span><!-- /TMPL_IF --> |
| 229 |
</li> |
236 |
</li> |
|
|
237 |
<!-- /TMPL_UNLESS --> |
| 238 |
<!-- TMPL_UNLESS name="unusedinitials" --> |
| 230 |
<li> |
239 |
<li> |
| 231 |
<!-- TMPL_IF NAME="mandatoryinitials" --> |
240 |
<!-- TMPL_IF NAME="mandatoryinitials" --> |
| 232 |
<label for="initials" class="required"> |
241 |
<label for="initials" class="required"> |
|
Lines 237-243
Link Here
|
| 237 |
<input type="text" id="initials" name="initials" size="20" value="<!-- TMPL_VAR NAME="initials" -->" /> |
246 |
<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 --> |
247 |
<!-- TMPL_IF NAME="mandatoryinitials" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 239 |
</li> |
248 |
</li> |
|
|
249 |
<!-- /TMPL_UNLESS --> |
| 240 |
<!-- /TMPL_UNLESS --> |
250 |
<!-- /TMPL_UNLESS --> |
|
|
251 |
<!-- TMPL_UNLESS Name="unusedothernames"--> |
| 241 |
<li> |
252 |
<li> |
| 242 |
<!-- TMPL_IF NAME="mandatoryothernames" --> |
253 |
<!-- TMPL_IF NAME="mandatoryothernames" --> |
| 243 |
<label for="othernames" class="required"> |
254 |
<label for="othernames" class="required"> |
|
Lines 249-255
Link Here
|
| 249 |
<!-- TMPL_IF NAME="mandatoryothernames" --><span class="required">Required</span><!-- /TMPL_IF --> |
260 |
<!-- 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 --> |
261 |
<!-- TMPL_IF NAME="I" --><input type="hidden" name="sex" value="N" /><!-- /TMPL_IF --> |
| 251 |
</li> |
262 |
</li> |
|
|
263 |
<!-- /TMPL_UNLESS --> |
| 252 |
<!--TMPL_UNLESS Name="I"--> |
264 |
<!--TMPL_UNLESS Name="I"--> |
|
|
265 |
<!-- TMPL_UNLESS Name="unusedsex"--> |
| 253 |
<li class="radio"> |
266 |
<li class="radio"> |
| 254 |
|
267 |
|
| 255 |
<!-- TMPL_IF NAME="female" --> |
268 |
<!-- TMPL_IF NAME="female" --> |
|
Lines 268-273
Link Here
|
| 268 |
<label for="sex-none">N/A </label><input type="radio" name="sex" id="sex-none" value="" /> |
281 |
<label for="sex-none">N/A </label><input type="radio" name="sex" id="sex-none" value="" /> |
| 269 |
<!-- /TMPL_IF --> |
282 |
<!-- /TMPL_IF --> |
| 270 |
</li> |
283 |
</li> |
|
|
284 |
<!-- /TMPL_UNLESS --> |
| 271 |
<!--/TMPL_UNLESS--> |
285 |
<!--/TMPL_UNLESS--> |
| 272 |
</ol> |
286 |
</ol> |
| 273 |
</fieldset> |
287 |
</fieldset> |
|
Lines 351-356
Link Here
|
| 351 |
<!--/TMPL_IF--> |
365 |
<!--/TMPL_IF--> |
| 352 |
<fieldset class="rows"> |
366 |
<fieldset class="rows"> |
| 353 |
<legend>Main address</legend><ol> |
367 |
<legend>Main address</legend><ol> |
|
|
368 |
<!-- TMPL_UNLESS Name="unusedstreetnumber"--> |
| 354 |
<li> |
369 |
<li> |
| 355 |
<!-- TMPL_IF NAME="mandatorystreetnumber" --> |
370 |
<!-- TMPL_IF NAME="mandatorystreetnumber" --> |
| 356 |
<label for="streetnumber" class="required"> |
371 |
<label for="streetnumber" class="required"> |
|
Lines 361-366
Link Here
|
| 361 |
<input type="text" id="streetnumber" name="streetnumber" size="5" value="<!-- TMPL_VAR NAME="streetnumber" -->" /> |
376 |
<input type="text" id="streetnumber" name="streetnumber" size="5" value="<!-- TMPL_VAR NAME="streetnumber" -->" /> |
| 362 |
<!-- TMPL_IF NAME="mandatorystreetnumber" --><span class="required">Required</span><!-- /TMPL_IF --> |
377 |
<!-- TMPL_IF NAME="mandatorystreetnumber" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 363 |
</li> |
378 |
</li> |
|
|
379 |
<!-- /TMPL_UNLESS --> |
| 364 |
<!-- TMPL_IF NAME="road_cgipopup" --> |
380 |
<!-- TMPL_IF NAME="road_cgipopup" --> |
| 365 |
<li> |
381 |
<li> |
| 366 |
<!-- TMPL_IF NAME="mandatorystreettype" --> |
382 |
<!-- TMPL_IF NAME="mandatorystreettype" --> |
|
Lines 373-378
Link Here
|
| 373 |
<!-- TMPL_IF NAME="mandatorystreettype" --><span class="required">Required</span><!-- /TMPL_IF --> |
389 |
<!-- TMPL_IF NAME="mandatorystreettype" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 374 |
</li> |
390 |
</li> |
| 375 |
<!--/TMPL_IF--> |
391 |
<!--/TMPL_IF--> |
|
|
392 |
<!-- TMPL_UNLESS Name="unusedaddress"--> |
| 376 |
<li> |
393 |
<li> |
| 377 |
<!-- TMPL_IF NAME="mandatoryaddress" --> |
394 |
<!-- TMPL_IF NAME="mandatoryaddress" --> |
| 378 |
<label for="address" class="required"> |
395 |
<label for="address" class="required"> |
|
Lines 383-388
Link Here
|
| 383 |
<input type="text" id="address" name="address" size="35" value="<!-- TMPL_VAR NAME="address" -->" /> |
400 |
<input type="text" id="address" name="address" size="35" value="<!-- TMPL_VAR NAME="address" -->" /> |
| 384 |
<!-- TMPL_IF NAME="mandatoryaddress" --><span class="required">Required</span><!-- /TMPL_IF --> |
401 |
<!-- TMPL_IF NAME="mandatoryaddress" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 385 |
</li> |
402 |
</li> |
|
|
403 |
<!-- /TMPL_UNLESS --> |
| 404 |
<!-- TMPL_UNLESS Name="unusedaddress2"--> |
| 386 |
<li> |
405 |
<li> |
| 387 |
<!-- TMPL_IF NAME="mandatoryaddress2" --> |
406 |
<!-- TMPL_IF NAME="mandatoryaddress2" --> |
| 388 |
<label for="address2" class="required"> |
407 |
<label for="address2" class="required"> |
|
Lines 393-398
Link Here
|
| 393 |
<input type="text" id="address2" name="address2" size="35" value="<!-- TMPL_VAR NAME="address2" -->" /> |
412 |
<input type="text" id="address2" name="address2" size="35" value="<!-- TMPL_VAR NAME="address2" -->" /> |
| 394 |
<!-- TMPL_IF NAME="mandatoryaddress2" --><span class="required">Required</span><!-- /TMPL_IF --> |
413 |
<!-- TMPL_IF NAME="mandatoryaddress2" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 395 |
</li> |
414 |
</li> |
|
|
415 |
<!-- /TMPL_UNLESS --> |
| 416 |
<!-- TMPL_UNLESS Name="unusedcity"--> |
| 396 |
<li> |
417 |
<li> |
| 397 |
<!-- TMPL_IF NAME="mandatorycity" --> |
418 |
<!-- TMPL_IF NAME="mandatorycity" --> |
| 398 |
<label for="city" class="required"> |
419 |
<label for="city" class="required"> |
|
Lines 405-410
Link Here
|
| 405 |
<!-- TMPL_IF NAME="city_cgipopup" -->or <strong>choose</strong> <!-- TMPL_VAR NAME="citypopup" --><!-- /TMPL_IF --> |
426 |
<!-- TMPL_IF NAME="city_cgipopup" -->or <strong>choose</strong> <!-- TMPL_VAR NAME="citypopup" --><!-- /TMPL_IF --> |
| 406 |
<!-- TMPL_IF NAME="mandatorycity" --><span class="required">Required</span><!-- /TMPL_IF --> |
427 |
<!-- TMPL_IF NAME="mandatorycity" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 407 |
</li> |
428 |
</li> |
|
|
429 |
<!-- /TMPL_UNLESS --> |
| 430 |
<!-- TMPL_UNLESS Name="unusedzipcode"--> |
| 408 |
<li> |
431 |
<li> |
| 409 |
<!-- TMPL_IF NAME="mandatoryzipcode" --> |
432 |
<!-- TMPL_IF NAME="mandatoryzipcode" --> |
| 410 |
<label for="zipcode" class="required"> |
433 |
<label for="zipcode" class="required"> |
|
Lines 415-421
Link Here
|
| 415 |
<input type="text" name="zipcode" id="zipcode" size="10" value="<!-- TMPL_VAR NAME="zipcode" -->" /> |
438 |
<input type="text" name="zipcode" id="zipcode" size="10" value="<!-- TMPL_VAR NAME="zipcode" -->" /> |
| 416 |
<!-- TMPL_IF NAME="mandatoryzipcode" --><span class="required">Required</span><!-- /TMPL_IF --> |
439 |
<!-- TMPL_IF NAME="mandatoryzipcode" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 417 |
</li> |
440 |
</li> |
|
|
441 |
<!-- /TMPL_UNLESS --> |
| 418 |
|
442 |
|
|
|
443 |
<!-- TMPL_UNLESS Name="unusedmandatoryzipcode"--> |
| 419 |
<li> |
444 |
<li> |
| 420 |
<!-- TMPL_IF NAME="mandatorycountry" --> |
445 |
<!-- TMPL_IF NAME="mandatorycountry" --> |
| 421 |
<label for="country" class="required"> |
446 |
<label for="country" class="required"> |
|
Lines 426-436
Link Here
|
| 426 |
<input type="text" name="country" id="country" size="20" value="<!-- TMPL_VAR NAME="country" -->" /> |
451 |
<input type="text" name="country" id="country" size="20" value="<!-- TMPL_VAR NAME="country" -->" /> |
| 427 |
<!-- TMPL_IF NAME="mandatorycountry" --><span class="required">Required</span><!-- /TMPL_IF --> |
452 |
<!-- TMPL_IF NAME="mandatorycountry" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 428 |
</li> |
453 |
</li> |
|
|
454 |
<!-- /TMPL_UNLESS --> |
| 429 |
|
455 |
|
| 430 |
</ol> |
456 |
</ol> |
| 431 |
</fieldset> |
457 |
</fieldset> |
| 432 |
<fieldset class="rows" id="memberentry_contact"> |
458 |
<fieldset class="rows" id="memberentry_contact"> |
| 433 |
<legend>Contact</legend><ol> |
459 |
<legend>Contact</legend><ol> |
|
|
460 |
<!-- TMPL_UNLESS Name="unusedphone"--> |
| 434 |
<li> |
461 |
<li> |
| 435 |
<!-- TMPL_IF NAME="mandatoryphone" --> |
462 |
<!-- TMPL_IF NAME="mandatoryphone" --> |
| 436 |
<label for="phone" class="required"> |
463 |
<label for="phone" class="required"> |
|
Lines 442-447
Link Here
|
| 442 |
<!-- TMPL_IF NAME="mandatoryphone" --><span class="required">Required</span><!-- /TMPL_IF --><strong><em>Shows on transit slips</em></strong> |
469 |
<!-- TMPL_IF NAME="mandatoryphone" --><span class="required">Required</span><!-- /TMPL_IF --><strong><em>Shows on transit slips</em></strong> |
| 443 |
|
470 |
|
| 444 |
</li> |
471 |
</li> |
|
|
472 |
<!-- /TMPL_UNLESS --> |
| 473 |
<!-- TMPL_UNLESS Name="unusedphonepro"--> |
| 445 |
<li> |
474 |
<li> |
| 446 |
<!-- TMPL_IF NAME="mandatoryphonepro" --> |
475 |
<!-- TMPL_IF NAME="mandatoryphonepro" --> |
| 447 |
<label for="phonepro" class="required"> |
476 |
<label for="phonepro" class="required"> |
|
Lines 452-457
Link Here
|
| 452 |
<input type="text" id="phonepro" name="phonepro" value="<!-- TMPL_VAR NAME="phonepro" -->" /> |
481 |
<input type="text" id="phonepro" name="phonepro" value="<!-- TMPL_VAR NAME="phonepro" -->" /> |
| 453 |
<!-- TMPL_IF NAME="mandatoryphonepro" --><span class="required">Required</span><!-- /TMPL_IF --> |
482 |
<!-- TMPL_IF NAME="mandatoryphonepro" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 454 |
</li> |
483 |
</li> |
|
|
484 |
<!-- /TMPL_UNLESS --> |
| 485 |
<!-- TMPL_UNLESS Name="unusedmobile"--> |
| 455 |
<li> |
486 |
<li> |
| 456 |
<!-- TMPL_IF NAME="mandatorymobile" --> |
487 |
<!-- TMPL_IF NAME="mandatorymobile" --> |
| 457 |
<label for="mobile" class="required"> |
488 |
<label for="mobile" class="required"> |
|
Lines 462-467
Link Here
|
| 462 |
<input type="text" id="mobile" name="mobile" value="<!-- TMPL_VAR NAME="mobile" -->" /> |
493 |
<input type="text" id="mobile" name="mobile" value="<!-- TMPL_VAR NAME="mobile" -->" /> |
| 463 |
<!-- TMPL_IF NAME="mandatorymobile" --><span class="required">Required</span><!-- /TMPL_IF --> |
494 |
<!-- TMPL_IF NAME="mandatorymobile" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 464 |
</li> |
495 |
</li> |
|
|
496 |
<!-- /TMPL_UNLESS --> |
| 497 |
<!-- TMPL_UNLESS Name="unusedemail"--> |
| 465 |
<li> |
498 |
<li> |
| 466 |
<!-- TMPL_IF NAME="mandatoryemail" --> |
499 |
<!-- TMPL_IF NAME="mandatoryemail" --> |
| 467 |
<label for="email" class="required"> |
500 |
<label for="email" class="required"> |
|
Lines 473-478
Link Here
|
| 473 |
<!-- TMPL_IF NAME="mandatoryemail" --><span class="required">Required</span><!-- /TMPL_IF --><strong><em>Shows on transit slips</em></strong> |
506 |
<!-- TMPL_IF NAME="mandatoryemail" --><span class="required">Required</span><!-- /TMPL_IF --><strong><em>Shows on transit slips</em></strong> |
| 474 |
|
507 |
|
| 475 |
</li> |
508 |
</li> |
|
|
509 |
<!-- /TMPL_UNLESS --> |
| 510 |
<!-- TMPL_UNLESS Name="unusedemailpro"--> |
| 476 |
<li> |
511 |
<li> |
| 477 |
<!-- TMPL_IF NAME="mandatoryemailpro" --> |
512 |
<!-- TMPL_IF NAME="mandatoryemailpro" --> |
| 478 |
<label for="emailpro" class="required"> |
513 |
<label for="emailpro" class="required"> |
|
Lines 483-488
Link Here
|
| 483 |
<input type="text" id="emailpro" name="emailpro" size="45" value="<!-- TMPL_VAR NAME="emailpro" -->" /> |
518 |
<input type="text" id="emailpro" name="emailpro" size="45" value="<!-- TMPL_VAR NAME="emailpro" -->" /> |
| 484 |
<!-- TMPL_IF NAME="mandatoryemailpro" --><span class="required">Required</span><!-- /TMPL_IF --> |
519 |
<!-- TMPL_IF NAME="mandatoryemailpro" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 485 |
</li> |
520 |
</li> |
|
|
521 |
<!-- /TMPL_UNLESS --> |
| 522 |
<!-- TMPL_UNLESS Name="unusedfax"--> |
| 486 |
<li> |
523 |
<li> |
| 487 |
<!-- TMPL_IF NAME="mandatoryfax" --> |
524 |
<!-- TMPL_IF NAME="mandatoryfax" --> |
| 488 |
<label for="fax" class="required"> |
525 |
<label for="fax" class="required"> |
|
Lines 493-498
Link Here
|
| 493 |
<input type="text" id="fax" name="fax" value="<!-- TMPL_VAR NAME="fax" -->" /> |
530 |
<input type="text" id="fax" name="fax" value="<!-- TMPL_VAR NAME="fax" -->" /> |
| 494 |
<!-- TMPL_IF NAME="mandatoryfax" --><span class="required">Required</span><!-- /TMPL_IF --> |
531 |
<!-- TMPL_IF NAME="mandatoryfax" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 495 |
</li> |
532 |
</li> |
|
|
533 |
<!-- /TMPL_UNLESS --> |
| 496 |
</ol> |
534 |
</ol> |
| 497 |
</fieldset> |
535 |
</fieldset> |
| 498 |
|
536 |
|
|
Lines 501-508
Link Here
|
| 501 |
<!--/TMPL_IF --> |
539 |
<!--/TMPL_IF --> |
| 502 |
<!--TMPL_IF Name="step_6"--> |
540 |
<!--TMPL_IF Name="step_6"--> |
| 503 |
|
541 |
|
|
|
542 |
<!-- TMPL_UNLESS Name="unusedmemberentry_address"--> |
| 504 |
<fieldset class="rows" id="memberentry_address"> |
543 |
<fieldset class="rows" id="memberentry_address"> |
| 505 |
<legend>Alternate address</legend><ol> |
544 |
<legend>Alternate address</legend><ol> |
|
|
545 |
<!-- TMPL_UNLESS Name="unusedB_address"--> |
| 506 |
<li> |
546 |
<li> |
| 507 |
<!-- TMPL_IF NAME="mandatoryB_address" --> |
547 |
<!-- TMPL_IF NAME="mandatoryB_address" --> |
| 508 |
<label for="B_address" class="required"> |
548 |
<label for="B_address" class="required"> |
|
Lines 513-518
Link Here
|
| 513 |
<input type="text" id="B_address" name="B_address" size="40" value="<!-- TMPL_VAR NAME="B_address" -->" /> |
553 |
<input type="text" id="B_address" name="B_address" size="40" value="<!-- TMPL_VAR NAME="B_address" -->" /> |
| 514 |
<!-- TMPL_IF NAME="mandatoryB_address" --><span class="required">Required</span><!-- /TMPL_IF --> |
554 |
<!-- TMPL_IF NAME="mandatoryB_address" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 515 |
</li> |
555 |
</li> |
|
|
556 |
<!-- /TMPL_UNLESS --> |
| 557 |
<!-- TMPL_UNLESS Name="unusedB_address2"--> |
| 516 |
<li> |
558 |
<li> |
| 517 |
<!-- TMPL_IF NAME="mandatoryB_address2" --> |
559 |
<!-- TMPL_IF NAME="mandatoryB_address2" --> |
| 518 |
<label for="B_address2" class="required"> |
560 |
<label for="B_address2" class="required"> |
|
Lines 523-528
Link Here
|
| 523 |
<input type="text" id="B_address2" name="B_address2" size="40" value="<!-- TMPL_VAR NAME="B_address2" -->" /> |
565 |
<input type="text" id="B_address2" name="B_address2" size="40" value="<!-- TMPL_VAR NAME="B_address2" -->" /> |
| 524 |
<!-- TMPL_IF NAME="mandatoryB_address2" --><span class="required">Required</span><!-- /TMPL_IF --> |
566 |
<!-- TMPL_IF NAME="mandatoryB_address2" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 525 |
</li> |
567 |
</li> |
|
|
568 |
<!-- /TMPL_UNLESS --> |
| 569 |
<!-- TMPL_UNLESS Name="unusedB_city"--> |
| 526 |
<li> |
570 |
<li> |
| 527 |
<!-- TMPL_IF NAME="mandatoryB_city" --> |
571 |
<!-- TMPL_IF NAME="mandatoryB_city" --> |
| 528 |
<label for="B_city" class="required" > |
572 |
<label for="B_city" class="required" > |
|
Lines 533-538
Link Here
|
| 533 |
<input type="text" id="B_city" name="B_city" size="20" value="<!-- TMPL_VAR NAME="B_city" -->" /> |
577 |
<input type="text" id="B_city" name="B_city" size="20" value="<!-- TMPL_VAR NAME="B_city" -->" /> |
| 534 |
<!-- TMPL_IF NAME="mandatoryB_city" --><span class="required">Required</span><!-- /TMPL_IF --> |
578 |
<!-- TMPL_IF NAME="mandatoryB_city" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 535 |
</li> |
579 |
</li> |
|
|
580 |
<!-- /TMPL_UNLESS --> |
| 581 |
<!-- TMPL_UNLESS Name="unusedB_zipcode"--> |
| 536 |
<li> |
582 |
<li> |
| 537 |
<!-- TMPL_IF NAME="mandatoryB_zipcode" --> |
583 |
<!-- TMPL_IF NAME="mandatoryB_zipcode" --> |
| 538 |
<label for="B_zipcode" class="required"> |
584 |
<label for="B_zipcode" class="required"> |
|
Lines 543-548
Link Here
|
| 543 |
<input type="text" id="B_zipcode" name="B_zipcode" maxlength="10" size="10" value="<!-- TMPL_VAR NAME="B_zipcode" -->" /> |
589 |
<input type="text" id="B_zipcode" name="B_zipcode" maxlength="10" size="10" value="<!-- TMPL_VAR NAME="B_zipcode" -->" /> |
| 544 |
<!-- TMPL_IF NAME="mandatoryB_zipcode" --><span class="required">Required</span><!-- /TMPL_IF --> |
590 |
<!-- TMPL_IF NAME="mandatoryB_zipcode" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 545 |
</li> |
591 |
</li> |
|
|
592 |
<!-- /TMPL_UNLESS --> |
| 593 |
<!-- TMPL_UNLESS Name="unusedB_country"--> |
| 546 |
<li> |
594 |
<li> |
| 547 |
<!-- TMPL_IF NAME="mandatoryB_country" --> |
595 |
<!-- TMPL_IF NAME="mandatoryB_country" --> |
| 548 |
<label for="B_country" class="required"> |
596 |
<label for="B_country" class="required"> |
|
Lines 553-559
Link Here
|
| 553 |
<input type="text" id="B_country" name="B_country" size="20" value="<!-- TMPL_VAR NAME="B_country" -->" /> |
601 |
<input type="text" id="B_country" name="B_country" size="20" value="<!-- TMPL_VAR NAME="B_country" -->" /> |
| 554 |
<!-- TMPL_IF NAME="mandatoryB_country" --><span class="required">Required</span><!-- /TMPL_IF --> |
602 |
<!-- TMPL_IF NAME="mandatoryB_country" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 555 |
</li> |
603 |
</li> |
| 556 |
<li> |
604 |
<!-- /TMPL_UNLESS --> |
|
|
605 |
<!-- TMPL_UNLESS Name="unusedB_phone"--><li> |
| 557 |
<!-- TMPL_IF NAME="mandatoryB_phone" --> |
606 |
<!-- TMPL_IF NAME="mandatoryB_phone" --> |
| 558 |
<label for="B_phone" class="required"> |
607 |
<label for="B_phone" class="required"> |
| 559 |
<!--TMPL_ELSE--> |
608 |
<!--TMPL_ELSE--> |
|
Lines 562-569
Link Here
|
| 562 |
Phone: </label> |
611 |
Phone: </label> |
| 563 |
<input type="text" id="B_phone" name="B_phone" value="<!-- TMPL_VAR NAME="B_phone" -->" /> |
612 |
<input type="text" id="B_phone" name="B_phone" value="<!-- TMPL_VAR NAME="B_phone" -->" /> |
| 564 |
<!-- TMPL_IF NAME="mandatoryB_phone" --><span class="required">Required</span><!-- /TMPL_IF --> |
613 |
<!-- TMPL_IF NAME="mandatoryB_phone" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 565 |
</li> |
614 |
</li><!-- /TMPL_UNLESS --> |
| 566 |
<li> |
615 |
<!-- TMPL_UNLESS Name="unusedB_email"--><li> |
| 567 |
<!-- TMPL_IF NAME="mandatoryB_email" --> |
616 |
<!-- TMPL_IF NAME="mandatoryB_email" --> |
| 568 |
<label for="B_email" class="required"> |
617 |
<label for="B_email" class="required"> |
| 569 |
<!--TMPL_ELSE--> |
618 |
<!--TMPL_ELSE--> |
|
Lines 571-578
Link Here
|
| 571 |
<!-- /TMPL_IF--> |
620 |
<!-- /TMPL_IF--> |
| 572 |
Email: </label> |
621 |
Email: </label> |
| 573 |
<input type="text" id="B_email" name="B_email" size="45" value="<!-- TMPL_VAR NAME="B_email" -->" /> |
622 |
<input type="text" id="B_email" name="B_email" size="45" value="<!-- TMPL_VAR NAME="B_email" -->" /> |
| 574 |
<!-- TMPL_IF NAME="mandatoryB_email" --><span class="required">Required</span><!-- /TMPL_IF --> </li> |
623 |
<!-- TMPL_IF NAME="mandatoryB_email" --><span class="required">Required</span><!-- /TMPL_IF --> </li><!-- /TMPL_UNLESS --> |
| 575 |
<li> |
624 |
<!-- TMPL_UNLESS Name="unusedcontactnote"--><li> |
| 576 |
<!-- TMPL_IF NAME="mandatorycontactnote" --> |
625 |
<!-- TMPL_IF NAME="mandatorycontactnote" --> |
| 577 |
<label for="contactnote" class="required"> |
626 |
<label for="contactnote" class="required"> |
| 578 |
<!--TMPL_ELSE--> |
627 |
<!--TMPL_ELSE--> |
|
Lines 581-594
Link Here
|
| 581 |
Contact note: </label> |
630 |
Contact note: </label> |
| 582 |
<textarea id="contactnote" name="contactnote" cols="40" rows="2"><!-- TMPL_VAR NAME="contactnote" --></textarea> |
631 |
<textarea id="contactnote" name="contactnote" cols="40" rows="2"><!-- TMPL_VAR NAME="contactnote" --></textarea> |
| 583 |
<!-- TMPL_IF NAME="mandatorycontactnote" --><span class="required">Required</span><!-- /TMPL_IF --> |
632 |
<!-- TMPL_IF NAME="mandatorycontactnote" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 584 |
</li> |
633 |
</li><!-- /TMPL_UNLESS --> |
| 585 |
</ol> |
634 |
</ol> |
| 586 |
</fieldset> |
635 |
</fieldset> <!-- /TMPL_UNLESS --> |
| 587 |
<!-- /TMPL_IF --> |
636 |
<!-- /TMPL_IF --> |
| 588 |
<!--TMPL_IF Name="step_2"--> |
637 |
<!--TMPL_IF Name="step_2"--> |
| 589 |
<fieldset class="rows" id="memberentry_altaddress"> |
638 |
<!-- TMPL_UNLESS Name="unusedmemberentry_altaddress"--> <fieldset class="rows" id="memberentry_altaddress"> |
| 590 |
<legend>Alternate Contact</legend><ol> |
639 |
<legend>Alternate Contact</legend><ol> |
| 591 |
<li> |
640 |
<!-- TMPL_UNLESS Name="unusedcontactfirstname"--><li> |
|
|
641 |
<!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --> |
| 642 |
<label for="altcontactfirstname" class="required"> |
| 643 |
<!-- TMPL_ELSE --> |
| 644 |
<label for="altcontactfirstname"> |
| 645 |
<!-- /TMPL_IF --> |
| 646 |
Firstname:</label> |
| 647 |
<input type="text" name="altcontactfirstname" id="altcontactfirstname" value="<!-- TMPL_VAR NAME="altcontactfirstname" -->" /> |
| 648 |
<!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 649 |
</li><!-- /TMPL_UNLESS --> |
| 650 |
<!-- TMPL_UNLESS Name="unusedcontactsurname"--><li> |
| 592 |
<!-- TMPL_IF NAME="mandatoryaltcontactsurname" --> |
651 |
<!-- TMPL_IF NAME="mandatoryaltcontactsurname" --> |
| 593 |
<label for="altcontactsurname" class="required"> |
652 |
<label for="altcontactsurname" class="required"> |
| 594 |
<!-- TMPL_ELSE --> |
653 |
<!-- TMPL_ELSE --> |
|
Lines 597-603
Link Here
|
| 597 |
Surname:</label> |
656 |
Surname:</label> |
| 598 |
<input type="text" name="altcontactsurname" id="altcontactsurname" value="<!-- TMPL_VAR NAME="altcontactsurname" -->" /> |
657 |
<input type="text" name="altcontactsurname" id="altcontactsurname" value="<!-- TMPL_VAR NAME="altcontactsurname" -->" /> |
| 599 |
<!-- TMPL_IF NAME="mandatoryaltcontactsurname" --><span class="required">Required</span><!-- /TMPL_IF --> |
658 |
<!-- TMPL_IF NAME="mandatoryaltcontactsurname" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 600 |
</li> |
659 |
</li><!-- /TMPL_UNLESS --> |
|
|
660 |
<!-- TMPL_UNLESS Name="unusedaltcontactfirstname"--><li> |
| 601 |
<li> |
661 |
<li> |
| 602 |
<!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --> |
662 |
<!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --> |
| 603 |
<label for="altcontactfirstname" class="required"> |
663 |
<label for="altcontactfirstname" class="required"> |
|
Lines 607-614
Link Here
|
| 607 |
First name:</label> |
667 |
First name:</label> |
| 608 |
<input type="text" name="altcontactfirstname" id="altcontactfirstname" value="<!-- TMPL_VAR NAME="altcontactfirstname" -->" /> |
668 |
<input type="text" name="altcontactfirstname" id="altcontactfirstname" value="<!-- TMPL_VAR NAME="altcontactfirstname" -->" /> |
| 609 |
<!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --><span class="required">Required</span><!-- /TMPL_IF --> |
669 |
<!-- TMPL_IF NAME="mandatoryaltcontactfirstname" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 610 |
</li> |
670 |
</li><!-- /TMPL_UNLESS --> |
| 611 |
<li> |
671 |
<!-- TMPL_UNLESS Name="unusedaltcontactaddress1"--><li> |
| 612 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress1" --> |
672 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress1" --> |
| 613 |
<label for="altcontactaddress1" class="required"> |
673 |
<label for="altcontactaddress1" class="required"> |
| 614 |
<!-- TMPL_ELSE --> |
674 |
<!-- TMPL_ELSE --> |
|
Lines 617-624
Link Here
|
| 617 |
Address:</label> |
677 |
Address:</label> |
| 618 |
<input type="text" name="altcontactaddress1" id="altcontactaddress1" value="<!-- TMPL_VAR NAME="altcontactaddress1" -->" size="40" /> |
678 |
<input type="text" name="altcontactaddress1" id="altcontactaddress1" value="<!-- TMPL_VAR NAME="altcontactaddress1" -->" size="40" /> |
| 619 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress1" --><span class="required">Required</span><!-- /TMPL_IF --> |
679 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress1" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 620 |
</li> |
680 |
</li><!-- /TMPL_UNLESS --> |
| 621 |
<li> |
681 |
<!-- TMPL_UNLESS Name="unusedcontactaddress2"--><li> |
| 622 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress2" --> |
682 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress2" --> |
| 623 |
<label for="altcontactaddress2" class="required"> |
683 |
<label for="altcontactaddress2" class="required"> |
| 624 |
<!-- TMPL_ELSE --> |
684 |
<!-- TMPL_ELSE --> |
|
Lines 627-634
Link Here
|
| 627 |
Address 2:</label> |
687 |
Address 2:</label> |
| 628 |
<input type="text" name="altcontactaddress2" id="altcontactaddress2" value="<!-- TMPL_VAR NAME="altcontactaddress2" -->" size="40" /> |
688 |
<input type="text" name="altcontactaddress2" id="altcontactaddress2" value="<!-- TMPL_VAR NAME="altcontactaddress2" -->" size="40" /> |
| 629 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress2" --><span class="required">Required</span><!-- /TMPL_IF --> |
689 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress2" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 630 |
</li> |
690 |
</li><!-- /TMPL_UNLESS --> |
| 631 |
<li> |
691 |
<!-- TMPL_UNLESS Name="unusedcontactaddress3"--><li> |
| 632 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress3" --> |
692 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress3" --> |
| 633 |
<label for="altcontactaddress3" class="required"> |
693 |
<label for="altcontactaddress3" class="required"> |
| 634 |
<!-- TMPL_ELSE --> |
694 |
<!-- TMPL_ELSE --> |
|
Lines 637-644
Link Here
|
| 637 |
City, State:</label> |
697 |
City, State:</label> |
| 638 |
<input type="text" name="altcontactaddress3" id="altcontactaddress3" value="<!-- TMPL_VAR NAME="altcontactaddress3" -->" size="40" /> |
698 |
<input type="text" name="altcontactaddress3" id="altcontactaddress3" value="<!-- TMPL_VAR NAME="altcontactaddress3" -->" size="40" /> |
| 639 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress3" --><span class="required">Required</span><!-- /TMPL_IF --> |
699 |
<!-- TMPL_IF NAME="mandatoryaltcontactaddress3" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 640 |
</li> |
700 |
</li><!-- /TMPL_UNLESS --> |
| 641 |
<li> |
701 |
<!-- TMPL_UNLESS Name="unusedcontactzipcode"--><li> |
| 642 |
<!-- TMPL_IF NAME="mandatoryaltcontactzipcode" --> |
702 |
<!-- TMPL_IF NAME="mandatoryaltcontactzipcode" --> |
| 643 |
<label for="altcontactzipcode" class="required"> |
703 |
<label for="altcontactzipcode" class="required"> |
| 644 |
<!-- TMPL_ELSE --> |
704 |
<!-- TMPL_ELSE --> |
|
Lines 647-654
Link Here
|
| 647 |
Zip/Postal code:</label> |
707 |
Zip/Postal code:</label> |
| 648 |
<input type="text" name="altcontactzipcode" id="altcontactzipcode" value="<!-- TMPL_VAR NAME="altcontactzipcode" -->" size="5" /> |
708 |
<input type="text" name="altcontactzipcode" id="altcontactzipcode" value="<!-- TMPL_VAR NAME="altcontactzipcode" -->" size="5" /> |
| 649 |
<!-- TMPL_IF NAME="mandatoryaltcontactzipcode" --><span class="required">Required</span><!-- /TMPL_IF --> |
709 |
<!-- TMPL_IF NAME="mandatoryaltcontactzipcode" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 650 |
</li> |
710 |
</li><!-- /TMPL_UNLESS --> |
| 651 |
<li> |
711 |
<!-- TMPL_UNLESS Name="unusedaltcontactcountry"--><li> |
| 652 |
<!-- TMPL_IF NAME="mandatoryaltcontactcountry" --> |
712 |
<!-- TMPL_IF NAME="mandatoryaltcontactcountry" --> |
| 653 |
<label for="altcontactcountry" class="required"> |
713 |
<label for="altcontactcountry" class="required"> |
| 654 |
<!-- TMPL_ELSE --> |
714 |
<!-- TMPL_ELSE --> |
|
Lines 657-664
Link Here
|
| 657 |
Country:</label> |
717 |
Country:</label> |
| 658 |
<input type="text" name="altcontactcountry" id="altcontactcountry" value="<!-- TMPL_VAR NAME="altcontactcountry" -->" size="20" /> |
718 |
<input type="text" name="altcontactcountry" id="altcontactcountry" value="<!-- TMPL_VAR NAME="altcontactcountry" -->" size="20" /> |
| 659 |
<!-- TMPL_IF NAME="mandatoryaltcontactcountry" --><span class="required">Required</span><!-- /TMPL_IF --> |
719 |
<!-- TMPL_IF NAME="mandatoryaltcontactcountry" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 660 |
</li> |
720 |
</li><!-- /TMPL_UNLESS --> |
| 661 |
<li> |
721 |
<!-- TMPL_UNLESS Name="unusedaltcontactphone"--><li> |
| 662 |
<!-- TMPL_IF NAME="mandatoryaltcontactphone" --> |
722 |
<!-- TMPL_IF NAME="mandatoryaltcontactphone" --> |
| 663 |
<label for="altcontactphone" class="required"> |
723 |
<label for="altcontactphone" class="required"> |
| 664 |
<!-- TMPL_ELSE --> |
724 |
<!-- TMPL_ELSE --> |
|
Lines 667-675
Link Here
|
| 667 |
Phone:</label> |
727 |
Phone:</label> |
| 668 |
<input type="text" name="altcontactphone" id="altcontactphone" value="<!-- TMPL_VAR NAME="altcontactphone" -->" /> |
728 |
<input type="text" name="altcontactphone" id="altcontactphone" value="<!-- TMPL_VAR NAME="altcontactphone" -->" /> |
| 669 |
<!-- TMPL_IF NAME="mandatoryaltcontactphone" --><span class="required">Required</span><!-- /TMPL_IF --> |
729 |
<!-- TMPL_IF NAME="mandatoryaltcontactphone" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 670 |
</li> |
730 |
</li><!-- /TMPL_UNLESS --> |
| 671 |
</ol> |
731 |
</ol> |
| 672 |
</fieldset> |
732 |
</fieldset><!--/TMPL_UNLESS--> |
|
|
733 |
|
| 673 |
|
734 |
|
| 674 |
|
735 |
|
| 675 |
<!-- TMPL_IF NAME="I" --> |
736 |
<!-- TMPL_IF NAME="I" --> |
|
Lines 740-746
Link Here
|
| 740 |
<a href="/cgi-bin/koha/admin/categorie.pl">Please create one</a> |
801 |
<a href="/cgi-bin/koha/admin/categorie.pl">Please create one</a> |
| 741 |
<!-- /TMPL_IF --> |
802 |
<!-- /TMPL_IF --> |
| 742 |
</li> |
803 |
</li> |
| 743 |
<li> |
804 |
<!-- TMPL_UNLESS Name="unusedsort1"--><li> |
| 744 |
<!-- TMPL_IF NAME="mandatorysort1" --> |
805 |
<!-- TMPL_IF NAME="mandatorysort1" --> |
| 745 |
<label for="sort1" class="required"> |
806 |
<label for="sort1" class="required"> |
| 746 |
<!-- TMPL_ELSE --> |
807 |
<!-- TMPL_ELSE --> |
|
Lines 753-760
Link Here
|
| 753 |
<input type="text" id="sort1" name="sort1" size="20" value="<!-- TMPL_VAR NAME="sort1" -->" /> |
814 |
<input type="text" id="sort1" name="sort1" size="20" value="<!-- TMPL_VAR NAME="sort1" -->" /> |
| 754 |
<!-- TMPL_IF NAME="mandatorysort1" --><span class="required">Required</span><!-- /TMPL_IF --> |
815 |
<!-- TMPL_IF NAME="mandatorysort1" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 755 |
<!-- /TMPL_IF --> |
816 |
<!-- /TMPL_IF --> |
| 756 |
</li> |
817 |
</li><!-- /TMPL_UNLESS --> |
| 757 |
<li> |
818 |
<!-- TMPL_UNLESS Name="unusedsort2"--><li> |
| 758 |
<!-- TMPL_IF NAME="mandatorysort2" --> |
819 |
<!-- TMPL_IF NAME="mandatorysort2" --> |
| 759 |
<label for="sort2" class="required"> |
820 |
<label for="sort2" class="required"> |
| 760 |
<!-- TMPL_ELSE --> |
821 |
<!-- TMPL_ELSE --> |
|
Lines 767-773
Link Here
|
| 767 |
<input type="text" id="sort2" name="sort2" size="20" value="<!-- TMPL_VAR NAME="sort2" -->" /> |
828 |
<input type="text" id="sort2" name="sort2" size="20" value="<!-- TMPL_VAR NAME="sort2" -->" /> |
| 768 |
<!-- TMPL_IF NAME="mandatorysort2" --><span class="required">Required</span><!-- /TMPL_IF --> |
829 |
<!-- TMPL_IF NAME="mandatorysort2" --><span class="required">Required</span><!-- /TMPL_IF --> |
| 769 |
<!-- /TMPL_IF --> |
830 |
<!-- /TMPL_IF --> |
| 770 |
</li> |
831 |
</li><!--/TMPL_UNLESS--> |
| 771 |
</ol> |
832 |
</ol> |
| 772 |
</fieldset> |
833 |
</fieldset> |
| 773 |
<fieldset class="rows" id="memberentry_subscription"> |
834 |
<fieldset class="rows" id="memberentry_subscription"> |