Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

587 lines
23 KiB

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Patrons &rsaquo;
<!-- TMPL_IF NAME="opadd" --> Add<!--TMPL_IF Name="I"--> Organisation <!--/TMPL_IF --><!--TMPL_IF Name="A"--> Adult <!--/TMPL_IF --><!--TMPL_IF Name="C"--> Child <!--/TMPL_IF --><!--TMPL_IF Name="P"--> Professional <!--/TMPL_IF -->
patron <!-- TMPL_VAR NAME="surname" --> <!-- TMPL_VAR name="firstname" --><!-- TMPL_ELSE -->Modify<!--TMPL_IF Name="I"--> Organisation <!--/TMPL_IF --><!--TMPL_IF Name="A"--> Adult <!--/TMPL_IF --><!--TMPL_IF Name="C"--> Child <!--/TMPL_IF --><!--TMPL_IF Name="P"--> Professional <!--/TMPL_IF -->
patron <!-- TMPL_VAR NAME="surname" --> <!-- TMPL_VAR name="firstname" --><!-- /TMPL_IF --></title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<script type="text/javascript" src="<!-- TMPL_VAR NAME='themelang' -->/js/members.js"></script>
<!-- TMPL_INCLUDE NAME="calendar.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<!-- TMPL_INCLUDE NAME="patron-search.inc" -->
<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;
<!-- TMPL_IF NAME="opadd" -->
Add<!--TMPL_IF Name="I"--> Organisation <!--/TMPL_IF --><!--TMPL_IF Name="A"--> Adult <!--/TMPL_IF --><!--TMPL_IF Name="C"--> Child <!--/TMPL_IF --><!--TMPL_IF Name="P"--> Professional <!--/TMPL_IF -->
patron <!-- TMPL_VAR NAME="surname" --> <!-- TMPL_VAR name="firstname" -->
<!-- TMPL_ELSE -->
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR NAME="surname" --></a> &rsaquo; Modify<!--TMPL_IF Name="I"--> Organisation <!--/TMPL_IF --><!--TMPL_IF Name="A"--> Adult <!--/TMPL_IF --><!--TMPL_IF Name="C"--> Child <!--/TMPL_IF --><!--TMPL_IF Name="P"--> Professional <!--/TMPL_IF -->
patron <!-- TMPL_VAR NAME="surname" --> <!-- TMPL_VAR name="firstname" --><!-- /TMPL_IF --></div>
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<!-- TMPL_IF NAME="opadd" -->
<h1>
Add<!--TMPL_IF Name="I"--> organisation <!--/TMPL_IF --><!--TMPL_IF Name="A"--> adult <!--/TMPL_IF --><!--TMPL_IF Name="C"--> child <!--/TMPL_IF --><!--TMPL_IF Name="P"--> professional <!--/TMPL_IF -->
patron <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR NAME="surname" -->
</h1>
<!-- TMPL_ELSE -->
<h1 >
Modify<!--TMPL_IF Name="I"--> organisation <!--/TMPL_IF --><!--TMPL_IF Name="A"--> adult <!--/TMPL_IF --><!--TMPL_IF Name="C"--> child <!--/TMPL_IF --><!--TMPL_IF Name="P"--> professional <!--/TMPL_IF -->
patron <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR NAME="surname" -->
</h1>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="check_member" -->
<p>
<form name="form_double" action="/cgi-bin/koha/members/memberentry.pl" method="post">
<div id="problem">
Duplicate suspected
<a href="javascript:Dopop('borrowers_details.pl?borrowernumber=<!--TMPL_VAR NAME="check_member"-->');" >Detail</a>
Duplicate ?
<a href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!--TMPL_VAR NAME="check_member"-->&category_type=<!--TMPL_VAR NAME="check_categorytype"-->">Yes</a>
&nbsp;&nbsp;&nbsp; No, it is not
<!-- TMPL_IF NAME="checked"-->
<input type="checkbox" checked="checked" name="answernodouble" >
<!-- TMPL_ELSE -->
<input type="checkbox" name="answernodouble" />
<!-- /TMPL_IF -->
</div>
</form>
</p>
<!--/TMPL_IF-->
<!-- TMPL_IF Name="nok" -->
<div id="problem">
<p>The following fields are wrong. Please fix it/them</p>
<!-- TMPL_IF NAME="ERROR_login_exist" -->
<div id="ERROR_login_exist">login/password already exist</div>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="ERROR_cardnumber" -->
<div id="ERROR_cardnumber">Cardnumber already in use</div>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="ERROR_age_limitations" -->
<div id="ERROR_age_limitations">Patron is too young or too old for this category</div>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="ERROR_branch" -->
<div id="ERROR_branch">branch selected not allowed.</div>
<!-- /TMPL_IF -->
</div>
<!-- /TMPL_IF -->
<form name="form" action="/cgi-bin/koha/members/memberentry.pl" method="post">
<!-- field always hidden in different form (1,2,3) -->
<input type="hidden" name="BorrowerMandatoryField" value="<!--TMPL_VAR NAME="BorrowerMandatoryField"-->" />
<input type="hidden" name="category_type" value="<!-- TMPL_VAR name="category_type" -->" />
<input type="hidden" name="updtype" value="<!-- TMPL_VAR NAME="updtype" -->" />
<input type="hidden" name="guarantorid" value="<!-- TMPL_VAR NAME="guarantorid" -->" />
<input type="hidden" name="select_roadtype" value="<!-- TMPL_VAR NAME="select_roadtype" -->" />
<input type="hidden" name="destination" value="<!-- TMPL_VAR NAME="destination" -->" />
<input type="hidden" name="check_member" value="<!-- TMPL_VAR NAME="check_member" -->" />
<input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
<input type="hidden" name="nodouble" value="<!-- TMPL_VAR NAME="nodouble" -->" />
<!--TMPL_IF Name="step"--><input type="hidden" name="step" value="<!-- TMPL_VAR NAME="step" -->" /><!--/TMPL_IF-->
<!-- TMPL_IF NAME="opadd" --><input type="hidden" name="op" value="insert" /><!-- TMPL_ELSE --><input type="hidden" name="op" value="save" /><!-- /TMPL_IF -->
<!--TMPL_IF Name="step_1"-->
<fieldset class="rows" id="memberentry_identity">
<legend><!--TMPL_IF Name="I"-->Organisation <!--TMPL_ELSE-->Patron <!--/TMPL_IF-->identity</legend>
<ol>
<li>
<!-- TMPL_IF NAME="mandatorytitle" -->
<label for="btitle" class="required">
<!-- TMPL_ELSE -->
<label for="btitle">
<!-- /TMPL_IF-->
Title: </label>
<!-- TMPL_VAR NAME="borrotitlepopup" -->
</li>
<li>
<!-- TMPL_IF NAME="mandatorysurname" -->
<label for="surname" class="required">
<!-- TMPL_ELSE -->
<label for="surname">
<!-- /TMPL_IF-->
Surname: </label>
<!-- TMPL_IF NAME="uppercasesurnames" -->
<input style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
<!-- TMPL_ELSE -->
<input type="text" id="surname" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
<!-- /TMPL_IF -->
</li>
<li>
<!-- TMPL_IF NAME="mandatoryfirstname" -->
<label for="firstname" class="required">
<!-- TMPL_ELSE -->
<label for="firstname">
<!-- /TMPL_IF-->
Firstname: </label>
<input type="text" id="firstname" name="firstname" size="20" value="<!-- TMPL_VAR NAME="firstname" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatorydateofbirth" -->
<label for="dateofbirth" class="required">
<!-- TMPL_ELSE -->
<label for="dateofbirth">
<!-- /TMPL_IF-->
Date of birth: </label>
<input type="text" id="dateofbirth" name="dateofbirth" size="20" onchange="CheckDate(document.form.dateofbirth);" value="<!-- TMPL_VAR NAME="dateofbirth" -->" />
<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="dateofbirth_button" alt="Show Calendar" />
<script language="JavaScript" type="text/javascript">
Calendar.setup(
{
inputField : "dateofbirth",
ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
button : "dateofbirth_button"
}
);
</script>
</li>
<li>
<!-- TMPL_IF NAME="mandatoryinitials" -->
<label for="initials" class="required">
<!-- TMPL_ELSE -->
<label for="initials">
<!-- /TMPL_IF-->
Initials: </label>
<input type="text" id="initials" name="initials" size="20" value="<!-- TMPL_VAR NAME="initials" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatoryothernames" -->
<label for="othernames" class="required">
<!-- TMPL_ELSE -->
<label for="othernames">
<!-- /TMPL_IF-->
Other name: </label>
<input type="text" id="othernames" name="othernames" size="20" value="<!-- TMPL_VAR NAME="othernames" -->" />
</li>
<!--TMPL_IF Name="I"-->
<input type="hidden" name="sex" value="N" />
<!--TMPL_ELSE-->
<li class="radio">
<!-- TMPL_IF NAME="female" -->
<label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" checked="checked" />
<label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" />
<!-- TMPL_ELSE -->
<label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" />
<label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" checked="checked" />
<!-- /TMPL_IF -->
</li>
</ol>
<!--/TMPL_IF-->
<!--TMPL_IF EXPR="showguarantor"--> <p>
<input name="guarantordelete" type="button" value="Delete Guarantor" onclick="document.form.guarantorid.value='';document.form.guarantorinfo.value='',document.form.guarantorsearch.value='Find guarantor';" />
<!-- TMPL_IF NAME="guarantorid"-->
<input name="guarantorsearch" type="button" value="Modify Guarantor" onclick="Dopopguarantor('guarantor_search.pl');" />
<!-- TMPL_ELSE -->
<input name="guarantorsearch" type="button" value="Find guarantor" onclick="Dopopguarantor('guarantor_search.pl');" />
<!-- /TMPL_IF -->
<input name="contactname" type="text" size="20" value="<!-- TMPL_VAR NAME="contactname" -->" readonly="readonly" />
<input name="contactfirstname" type="text" size="20" value="<!-- TMPL_VAR NAME="contactfirstname" -->" readonly="readonly" />
</p>
<!--/TMPL_IF-->
</fieldset>
<fieldset class="rows">
<legend>Main address</legend><ol>
<li>
<!-- TMPL_IF NAME="mandatorystreetnumber" -->
<label for="streetnumber" class="required">
<!--TMPL_ELSE-->
<label for="streetnumber">
<!-- /TMPL_IF-->
Street number: </label>
<input type="text" id="streetnumber" name="streetnumber" size="5" value="<!-- TMPL_VAR NAME="streetnumber" -->" />
</li>
<!-- TMPL_IF NAME="road_cgipopup" -->
<li>
<!-- TMPL_IF NAME="mandatorystreettype" -->
<label for="streettype" class="required">
<!--TMPL_ELSE-->
<label for="streettype">
<!-- /TMPL_IF-->
Street type: </label>
<!-- TMPL_VAR NAME="roadpopup" -->
</li>
<!--/TMPL_IF-->
<li>
<!-- TMPL_IF NAME="mandatoryaddress" -->
<label for="address" class="required">
<!--TMPL_ELSE-->
<label for="address">
<!--/TMPL_IF-->
Address: </label>
<input type="text" id="address" name="address" size="35" value="<!-- TMPL_VAR NAME="address" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatoryaddress2" -->
<label for="address2" class="required">
<!--TMPL_ELSE-->
<label for="address2">
<!-- /TMPL_IF-->
Address 2: </label>
<input type="text" id="address2" name="address2" size="35" value="<!-- TMPL_VAR NAME="address2" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatoryzipcode" -->
<label for="zipcode" class="required">
<!--TMPL_ELSE-->
<label for="zipcode">
<!-- /TMPL_IF-->
Zipcode: </label>
<input type="text" name="zipcode" id="zipcode" size="10" value="<!-- TMPL_VAR NAME="zipcode" -->" />
</li>
<!-- TMPL_IF NAME="city_cgipopup" -->
<li>
<!-- TMPL_IF NAME="mandatoryselect_city" -->
<label for="select_city" class="required">
<!-- TMPL_ELSE -->
<label for="select_city">
<!-- /TMPL_IF-->
Select a city: </label>
<!-- TMPL_VAR NAME="citypopup" -->
</li>
<!-- /TMPL_IF-->
<li>
<!-- TMPL_IF NAME="mandatorycity" -->
<label for="city" class="required">
<!--TMPL_ELSE-->
<label for="city">
<!-- /TMPL_IF-->
City: </label>
<input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->" />
</li>
</ol>
</fieldset>
<fieldset class="rows" id="memberentry_contact">
<legend>Contact</legend><ol>
<!--TMPL_IF Name="C"-->
<h2>Borrower</h2>
<li>
<!-- TMPL_IF NAME="mandatoryB_email" -->
<label for="B_email" class="required">
<!--TMPL_ELSE-->
<label for="B_email">
<!-- /TMPL_IF-->
E-mail (home): </label>
<input type="text" id="B_email" name="B_email" value="<!-- TMPL_VAR NAME="B_email" -->" />
<!-- TMPL_IF NAME="mandatoryB_phone" -->
<label for="B_phone" class="required">
<!--TMPL_ELSE-->
<label for="B_phone">
<!-- /TMPL_IF-->
Phone (cell): </label>
<input type="text" id="B_phone" name="B_phone" value="<!-- TMPL_VAR NAME="B_phone" -->" />
</li>
<!--/TMPL_IF-->
<li>
<!-- TMPL_IF NAME="mandatoryphone" -->
<label for="phone" class="required">
<!--TMPL_ELSE-->
<label for="phone">
<!-- /TMPL_IF-->
Phone (home): </label>
<input type="text" id="phone" name="phone" value="<!-- TMPL_VAR NAME="phone" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatoryphonepro" -->
<label for="phonepro" class="required">
<!--TMPL_ELSE-->
<label for="phonepro">
<!-- /TMPL_IF-->
Phone (prof): </label>
<input type="text" id="phonepro" name="phonepro" value="<!-- TMPL_VAR NAME="phonepro" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatorymobile" -->
<label for="mobile" class="required">
<!--TMPL_ELSE-->
<label for="mobile">
<!-- /TMPL_IF-->
Phone (cell): </label>
<input type="text" id="mobile" name="mobile" value="<!-- TMPL_VAR NAME="mobile" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatoryemail" -->
<label for="email" class="required">
<!--TMPL_ELSE-->
<label for="email">
<!-- /TMPL_IF-->
E-mail (home): </label>
<input type="text" id="email" name="email" value="<!-- TMPL_VAR NAME="email" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatoryemailpro" -->
<label for="emailpro" class="required">
<!--TMPL_ELSE-->
<label for="emailpro">
<!-- /TMPL_IF-->
E-mail (prof): </label>
<input type="text" id="emailpro" name="emailpro" value="<!-- TMPL_VAR NAME="emailpro" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatoryfax" -->
<label for="fax" class="required">
<!--TMPL_ELSE-->
<label for="fax">
<!-- /TMPL_IF-->
Fax: </label>
<input type="text" id="fax" name="fax" value="<!-- TMPL_VAR NAME="fax" -->" />
</li>
</ol>
</fieldset>
<!-- ************************ STEP_1 *********************** -->
<!--/TMPL_IF -->
<!--TMPL_IF Name="step_2"-->
<fieldset class="rows" id="memberentry_address">
<legend>Alternate address</legend><ol>
<li>
<!-- TMPL_IF NAME="mandatoryB_address" -->
<label for="B_address" class="required">
<!--TMPL_ELSE-->
<label for="B_address">
<!-- /TMPL_IF-->
Address: </label>
<input type="text" id="B_address" name="B_address" size="40" value="<!-- TMPL_VAR NAME="B_address" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatoryB_zipcode" -->
<label for="B_zipcode" class="required">
<!--TMPL_ELSE-->
<label for="B_zipcode">
<!-- /TMPL_IF-->
Zipcode: </label>
<input type="text" id="B_zipcode" name="B_zipcode" maxlength="5" size="5" value="<!-- TMPL_VAR NAME="B_zipcode" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatoryB_city" -->
<label for="B_city" class="required" >
<!--TMPL_ELSE-->
<label for="B_city">
<!-- /TMPL_IF-->
City: </label>
<input type="text" id="B_city" name="B_city" size="20" value="<!-- TMPL_VAR NAME="B_city" -->" />
</li>
</ol>
</fieldset>
<!-- TMPL_IF NAME="I" -->
<!-- TMPL_IF NAME="memberofinstution" -->
<fieldset class="rows" id="memberentry_organisation">
<legend>Organisations</legend><ol>
<li>
<!-- TMPL_IF NAME="mandatoryphone" -->
<label for="organisations" class="required">
<!--TMPL_ELSE-->
<label for="organisations">
<!-- /TMPL_IF-->
Organisation(s): </label>
<!-- TMPL_VAR NAME="CGIorganisations" -->
</li>
</ol>
</fieldset>
<!-- /TMPL_IF -->
<!-- /TMPL_IF -->
<!-- /TMPL_IF -->
<!--TMPL_IF Name="step_3"-->
<fieldset class="rows" id="memberentry_library_management">
<legend>Library Management</legend><ol>
<li> <!-- TMPL_IF NAME="mandatorycardnumber" -->
<label for="cardnumber" class="required">
<!--TMPL_ELSE -->
<label for="cardnumber">
<!-- /TMPL_IF-->
Card number: </label>
<input type="text" id="cardnumber" name="cardnumber" size="10" value="<!-- TMPL_VAR NAME="cardnumber" -->" /></li>
<li>
<!-- TMPL_IF NAME="mandatorybranchcode" -->
<label for="branchcode" class="required">
<!--TMPL_ELSE-->
<label for="branchcode">
<!-- /TMPL_IF-->
Branch: </label>
<!-- TMPL_VAR NAME="CGIbranch" -->
</li>
<li>
<!-- TMPL_IF NAME="catcodepopup" -->
<label for="categorycode">Category: </label>
<!-- TMPL_VAR NAME="catcodepopup" -->
<!-- TMPL_ELSE -->
<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-->.</span>
<a href="/cgi-bin/koha/admin/categorie.pl">Please create one</a>
<!-- /TMPL_IF -->
</li>
<li>
<!-- TMPL_IF NAME="mandatorysort1" -->
<label for="sort1" class="required">
<!-- TMPL_ELSE -->
<label for="sort1">
<!-- /TMPL_IF-->
Sort 1: </label>
<!--TMPL_IF NAME="CGIsort1" -->
<!-- TMPL_VAR NAME="CGIsort1" -->
<!--TMPL_ELSE-->
<input type="text" id="sort1" name="sort1" size="20" value="<!-- TMPL_VAR NAME="sort1" -->" />
<!-- /TMPL_IF -->
</li>
<li>
<!-- TMPL_IF NAME="mandatorysort2" -->
<label for="sort2" class="required">
<!-- TMPL_ELSE -->
<label for="sort2">
<!-- /TMPL_IF-->
Sort 2: </label>
<!--TMPL_IF NAME="CGIsort2" -->
<!-- TMPL_VAR NAME="CGIsort2" -->
<!--TMPL_ELSE-->
<input type="text" id="sort2" name="sort2" size="20" value="<!-- TMPL_VAR NAME="sort2" -->" />
<!-- /TMPL_IF -->
</li>
</ol>
</fieldset>
<fieldset class="rows" id="memberentry_subscription">
<legend>Library set-up</legend><ol>
<li>
<!-- TMPL_IF NAME="mandatorydateenrolled" -->
<label for="dateenrolled" class="required">
<!--TMPL_ELSE-->
<label for="dateenrolled">
<!-- /TMPL_IF-->
Arrival date: </label>
<input type="text" id="dateenrolled" name="dateenrolled" maxlength="10" size="10" onchange="CheckDate(document.form.dateenrolled);check_manip_date('verify');" value="<!-- TMPL_VAR NAME="dateenrolled" -->" />
<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="dateenrolled_button" alt="Show Calendar" />
<script language="JavaScript" type="text/javascript">
Calendar.setup(
{
inputField : "dateenrolled",
ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
button : "dateenrolled_button"
}
);
</script>
</li>
<li>
<!-- TMPL_IF NAME="mandatorydateexpiry" -->
<label for="dateexpiry" class="required">
<!--TMPL_ELSE-->
<label for="dateexpiry">
<!-- /TMPL_IF-->
Expiry date: </label>
<input type="text" id="dateexpiry" name="dateexpiry" maxlength="10" size="10" onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');" value="<!-- TMPL_VAR NAME="dateexpiry" -->" />
<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="dateexpiry_button" alt="Show Calendar" />
<script language="JavaScript" type="text/javascript">
Calendar.setup(
{
inputField : "dateexpiry",
ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
button : "dateexpiry_button"
}
);
</script>
</li>
<li>
<!-- TMPL_IF NAME="mandatoryopacnote" -->
<label for="opacnote" class="required">
<!--TMPL_ELSE-->
<label for="opacnote">
<!-- /TMPL_IF-->
OPAC note: </label>
<textarea id="opacnote" name="opacnote" cols="40" rows="2"><!-- TMPL_VAR NAME="opacnote" --></textarea>
</li>
<li>
<!-- TMPL_IF NAME="mandatoryborrowernotes" -->
<label for="borrowernotes" class="required">
<!--TMPL_ELSE-->
<label for="borrowernotes">
<!-- /TMPL_IF-->
Library note: </label>
<textarea id="borrowernotes" name="borrowernotes" cols="40" rows="2"><!-- TMPL_VAR NAME="borrowernotes" --></textarea>
</li>
</ol>
</fieldset>
<fieldset class="rows" id="memberentry_userid">
<legend>OPAC login</legend><ol>
<li>
<!-- TMPL_IF NAME="mandatoryuserid" -->
<label for="userid" class="required">
<!--TMPL_ELSE-->
<label for="userid">
<!-- /TMPL_IF-->
OPAC Login: </label>
<input type="text" id="userid" name="userid" size="20" value="<!-- TMPL_VAR NAME="userid" -->" />
</li>
<li>
<!-- TMPL_IF NAME="mandatorypassword" -->
<label for="password" class="required">
<!--TMPL_ELSE-->
<label for="password">
<!-- /TMPL_IF-->
Password: </label>
<!--TMPL_IF NAME="opadd"-->
<input type="text" id="password" name="password" size="20" value="<!-- TMPL_VAR NAME="password" -->" />
<!--TMPL_ELSE-->
<!--TMPL_IF NAME="password"-->
<input type="text" id="password" name="password" size="20" value="****" />
<!--TMPL_ELSE-->
<input type="text" id="password" name="password" size="20" value="" />
<!--/TMPL_IF-->
<!--/TMPL_IF-->
</li></ol>
</fieldset>
<!--this zones are not necessary in modif mode -->
<!-- TMPL_UNLESS NAME="opadd" -->
<fieldset class="rows">
<legend>Patron Account Flags</legend>
<ol class="radio">
<!-- TMPL_LOOP NAME="flagloop" -->
<li><label class="radio" for="yes<!-- TMPL_VAR NAME="name" -->"><!-- TMPL_VAR NAME="html" -->: </label>
<label for="yes<!-- TMPL_VAR NAME="name" -->">Yes </label>
<!-- TMPL_IF NAME="yes" -->
<input type="radio" id="yes<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="1" checked="checked" />
<!-- TMPL_ELSE -->
<input type="radio" id="yes<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="1" />
<!-- /TMPL_IF -->
<label for="no<!-- TMPL_VAR NAME="name" -->">No </label>
<!-- TMPL_IF NAME="no" -->
<input type="radio" id="no<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="0" checked="checked"/>
<!-- TMPL_ELSE -->
<input type="radio" id="no<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="0" />
<!-- /TMPL_IF -->
</li>
<!-- /TMPL_LOOP -->
</ol>
</fieldset>
<!-- /TMPL_UNLESS -->
<!-- /TMPL_IF -->
<fieldset class="action">
<!-- TMPL_IF NAME="opadd" -->
<input type="button" name="add" onclick="return check_form_borrowers(); unique();" value="Add Patron" />
<!-- TMPL_ELSE -->
<input type="button" name="save" onclick="return check_form_borrowers();" value="Save Changes" />
<!--/TMPL_IF -->
</fieldset>
</form>
</div>
</div>
<div class="yui-b">
<!-- TMPL_INCLUDE NAME="members-menu.inc" -->
</div>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->