[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/members m... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Fri Mar 16 16:42:36 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/03/16 15:42:36

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/members: memberentry.tmpl 

Log message:
	

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/members/memberentry.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.3&r2=1.1.2.1.2.4

Patches:
Index: memberentry.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/members/Attic/memberentry.tmpl,v
retrieving revision 1.1.2.1.2.3
retrieving revision 1.1.2.1.2.4
diff -u -b -r1.1.2.1.2.3 -r1.1.2.1.2.4
--- memberentry.tmpl	22 Feb 2007 17:05:11 -0000	1.1.2.1.2.3
+++ memberentry.tmpl	16 Mar 2007 15:42:36 -0000	1.1.2.1.2.4
@@ -42,7 +42,6 @@
 
 <dl class="bodyPane">
 <dt class="bodyPane">Patrons: <!-- TMPL_IF NAME="modify" -->Edit Record for  <!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)<!-- TMPL_ELSE -->Add New <!-- TMPL_IF NAME="institution" -->Institutional <!-- /TMPL_IF -->Patron<!-- /TMPL_IF -->
-
 </dt>
 <dd class="bodyPane">
 
@@ -94,9 +93,19 @@
 	<!-- /TMPL_IF -->
 	<form action="/cgi-bin/koha/members/memberentry.pl" method="post" name="mainform">
 
-<div class="table members"><table>
+<div class="table members">
+<table>
+  <!-- TMPL_UNLESS name="institution" -->
+
+<!-- HIDE FOR CCFLS
+    <tr>
+      <th>
+        <label for="title">Salutation:</label>
+      </th>
+
+      <td colspan="4">
+        <!-- TMPL_VAR NAME="Mr" -->
 
-	<!-- TMPL_UNLESS name="institution" --><tr><th><label for="title">Salutation:</label></th><td colspan="4"><!-- TMPL_VAR NAME="Mr" -->
 				<select name="title" id="title">
 					<option <!-- TMPL_VAR NAME="title_selected_ " --> value="">No Title</option>
 					<option value="Miss" <!-- TMPL_VAR NAME="title_Miss" -->>Miss</option>
@@ -105,7 +114,11 @@
 					<option <!-- TMPL_VAR NAME="title_Mr" --> value="Mr" >Mr</option>
 					<option value="Dr" <!-- TMPL_VAR NAME="title_Dr" -->>Dr</option>
 					<option value="Sir" <!-- TMPL_VAR NAME="title_Sir" -->>Sir</option>
-				</select>		<input type="hidden" name="destination" value="<!-- TMPL_VAR NAME="destination" -->" />
+	  </select>
+      </td>
+    </tr>
+-->
+	<input type="hidden" name="destination" value="<!-- TMPL_VAR NAME="destination" -->" />
 		<input type="hidden" name="type" value="borrowers">
 		<input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->">
 		<input type="hidden" name="updtype" value="<!-- TMPL_VAR NAME="updtype" -->">
@@ -115,59 +128,175 @@
 		<!-- TMPL_ELSE -->
 			<input type="hidden" name="op" value="modify">
 		<!-- /TMPL_IF -->
-				</td></tr><!-- /TMPL_UNLESS -->
-	<!-- TMPL_UNLESS name="institution" --><tr><th><label for="initials">Initials:</label></th><td colspan="4"><input type="text" id="initials" name="initials" size="5" value="<!-- TMPL_VAR NAME="initials" -->"></td></tr><!-- /TMPL_UNLESS -->
+</td></tr><!-- /TMPL_UNLESS -->
+	<!--HIDE FOR CCFLS  <!-- TMPL_UNLESS name="institution" --><tr><th><label for="initials">Initials:</label></th><td colspan="4"><input type="text" id="initials" name="initials" size="5" value="<!-- TMPL_VAR NAME="initials" -->"></td></tr><!-- /TMPL_UNLESS --> -->
 
-	<tr><th><!-- TMPL_IF NAME="ERROR_surname" --><label for="surname" class="focus"><!-- TMPL_ELSE --><label for="surname"><!-- /TMPL_IF --><a name="lastname" id="lastname"><!-- TMPL_IF NAME="institution" -->Institution name:<!-- TMPL_ELSE -->Last Name: <!-- /TMPL_IF --></a></label></th><td><input type="text" id="surname" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->"<!-- TMPL_IF NAME="ERROR_surname" --> class="focus"<!-- /TMPL_IF -->></td>
+	<tr>
+          <th>
+            <!-- TMPL_IF NAME="ERROR_surname" -->
+              <label for="surname" class="focus">
+            <!-- TMPL_ELSE -->
+              <label for="surname">
+            <!-- /TMPL_IF -->
 
-<!-- TMPL_UNLESS name="institution" --><th><!-- TMPL_IF NAME="ERROR_gender" --><label for="sex" class="focus"><!-- TMPL_ELSE --><label for="sex"><!-- /TMPL_IF --><a name="sex" id="sex">Sex:</a> </label></th><td><input type="radio" id="sex" name="sex" value="F"<!-- TMPL_IF NAME="female" --> checked="checked"<!-- /TMPL_IF --><!-- TMPL_IF NAME="ERROR_gender" --> class="focus"<!-- /TMPL_IF -->>F	<input type="radio" name="sex" value="M"<!-- TMPL_UNLESS name="female" --> checked="checked"<!-- /TMPL_UNLESS --><!-- TMPL_IF NAME="ERROR_gender" --> class="focus"<!-- /TMPL_IF -->> M</td><!-- /TMPL_UNLESS -->
-</tr>
+            <a name="lastname" id="lastname">
+              <!-- TMPL_IF NAME="institution" -->Institution name:<!-- TMPL_ELSE -->Last Name:<!-- /TMPL_IF -->
+            </a>
+              </label>
+          </th>
+          <td>
+            <input type="text" id="surname" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->"<!-- TMPL_IF NAME="ERROR_surname" --> class="focus"<!-- /TMPL_IF -->>
+         </td>
+
+         <!-- TMPL_UNLESS name="institution" --><th><!-- TMPL_IF NAME="ERROR_firstname" --><label for="firstname" class="focus"><!-- TMPL_ELSE --><label for="firstname"><!-- /TMPL_IF --><a name="firstname" id="firstname">First Name:</a></label> </th><td><input type="text" id="firstname" name="firstname" size="20" value="<!-- TMPL_VAR NAME="firstname" -->"<!-- TMPL_IF NAME="ERROR_firstname" --> class="focus"<!-- /TMPL_IF -->></td>
+
+<!-- HIDE FOR CCFLS
+         <!-- TMPL_UNLESS name="institution" -->
+           <th>
+             <!-- TMPL_IF NAME="ERROR_gender" -->
+               <label for="sex" class="focus">
+             <!-- TMPL_ELSE -->
+               <label for="sex">
+             <!-- /TMPL_IF -->
+             <a name="sex" id="sex">Sex:</a>
+             </label>
+           </th>
+           <td>
+             <input type="radio" id="sex" name="sex" value="F"<!-- TMPL_IF NAME="female" --> checked="checked"<!-- /TMPL_IF --><!-- TMPL_IF NAME="ERROR_gender" --> class="focus"<!-- /TMPL_IF -->>F	<input type="radio" name="sex" value="M"<!-- TMPL_UNLESS name="female" --> checked="checked"<!-- /TMPL_UNLESS --><!-- TMPL_IF NAME="ERROR_gender" --> class="focus"<!-- /TMPL_IF -->> M
+           </td>
+         <!-- /TMPL_UNLESS -->
+-->
 
-	<!-- TMPL_UNLESS name="institution" --><tr><th><!-- TMPL_IF NAME="ERROR_firstname" --><label for="firstname" class="focus"><!-- TMPL_ELSE --><label for="firstname"><!-- /TMPL_IF --><a name="firstname" id="firstname">First Name:</a></label> </th><td><input type="text" id="firstname" name="firstname" size="20" value="<!-- TMPL_VAR NAME="firstname" -->"<!-- TMPL_IF NAME="ERROR_firstname" --> class="focus"<!-- /TMPL_IF -->></td>
+</tr>
 
+<tr>
 <!-- TMPL_UNLESS name="institution" --><th><label for="dateofbirth">Date of Birth: </label></th><td><input type="text" id="dateofbirth" name="dateofbirth" size="10" value="<!-- TMPL_VAR NAME="dateofbirth" -->"> (<!-- TMPL_VAR NAME="dateformat" -->)</td><!-- /TMPL_UNLESS -->
-</tr><!-- /TMPL_UNLESS -->
 					
-	<!-- TMPL_UNLESS name="institution" --><tr><th><label for="othernames">Preferred Name:</label></th><td colspan="4"><input type="text" id="othernames" name="othernames" size="20" value="<!-- TMPL_VAR NAME="othernames" -->"></td></tr><!-- /TMPL_UNLESS -->
+<!-- /TMPL_UNLESS -->
+<th><label for="emailaddress">Email :</label> </th><td colspan="4"><input type="text" id="emailaddress" name="emailaddress" size="40" value="<!-- TMPL_VAR NAME="emailaddress" -->" /></td></tr>
+</tr>					
+  <!-- TMPL_UNLESS name="institution" -->
+    <tr>
+      <th><label for="othernames">Municipality:</label></th>
+      <td colspan="4">
+<!--
+        <input type="text" id="othernames" name="othernames" size="20" value="<!-- TMPL_VAR NAME="othernames" -->">
+-->
+        <select id="othernames" name="othernames">
+          <!-- TMPL_IF name="othernames" -->
+            <option  value="<!-- TMPL_VAR NAME="othernames" -->"><!-- TMPL_VAR NAME="othernames" --></option>
+          <!-- /TMPL_IF -->
+          <option value = "Athens Twp">Athens Twp</option>
+          <option value = "Beaver Twp">Beaver Twp</option>
+          <option value = "Bloomfield Twp">Bloomfield Twp</option>
+          <option value = "Blooming Valley Boro">Blooming Valley Boro</option>
+          <option value = "Cambridge Twp">Cambridge Twp</option>
+          <option value = "Cambridge Spring Boro">Cambridge Spring Boro</option>
+          <option value = "Centerville Boro">Centerville Boro</option>
+          <option value = "Cochranton Boro">Cochranton Boro</option>
+          <option value = "Conneaut Twp">Conneaut Twp</option>
+          <option value = "Conneaut Lake Boro">Conneaut Lake Boro</option>
+          <option value = "Conneautville Boro">Conneautville Boro</option>
+          <option value = "Cussewago Twp">Cussewago Twp</option>
+          <option value = "East Fairfield Twp">East Fairfield Twp</option>
+          <option value = "East Fallowfield Twp">East Fallowfield Twp</option>
+          <option value = "East Mead Twp">East Mead Twp</option>
+          <option value = "Fairfield Twp">Fairfield Twp</option>
+          <option value = "Greenwood Twp">Greenwood Twp</option>
+          <option value = "Hayfield Twp">Hayfield Twp</option>
+          <option value = "Hydetown Boro">Hydetown Boro</option>
+          <option value = "Linesville Boro">Linesville Boro</option>
+          <option value = "Meadville (City)">Meadville (City)</option>
+          <option value = "North Shenango Twp">North Shenango Twp</option>
+          <option value = "Oil Creek Twp">Oil Creek Twp</option>
+          <option value = "Pine Twp">Pine Twp</option>
+          <option value = "Randolph Twp">Randolph Twp</option>
+          <option value = "Richmond Twp">Richmond Twp</option>
+          <option value = "Rockdale Twp">Rockdale Twp</option>
+          <option value = "Rome Twp">Rome Twp</option>
+          <option value = "Sadsbury Twp">Sadsbury Twp</option>
+          <option value = "Saegertown Boro">Saegertown Boro</option>
+          <option value = "South Shenango Twp">South Shenango Twp</option>
+          <option value = "Sparta Twp (Corry)">Sparta Twp (Corry)</option>
+          <option value = "Spartansburg (Corry)">Spartansburg (Corry)</option>
+          <option value = "Spring Twp">Spring Twp</option>
+          <option value = "Springboro Boro">Springboro Boro</option>
+          <option value = "Steuben Twp">Steuben Twp</option>
+          <option value = "Summerhill Twp">Summerhill Twp</option>
+          <option value = "Summit Twp">Summit Twp</option>
+          <option value = "Titusville (City)">Titusville (City)</option>
+          <option value = "Townville Boro">Townville Boro</option>
+          <option value = "Troy Twp">Troy Twp</option>
+          <option value = "Union Twp">Union Twp</option>
+          <option value = "Venango Boro">Venango Boro</option>
+          <option value = "Venango Twp">Venango Twp</option>
+          <option value = "Vernon Twp">Vernon Twp</option>
+          <option value = "Wayne Twp">Wayne Twp</option>
+          <option value = "West Fallowfield">West Fallowfield</option>
+          <option value = "West Mead">West Mead</option>
+          <option value = "West Shenango">West Shenango</option>
+          <option value = "Woodcock Boro">Woodcock Boro</option>
+          <option value = "Woodcock Twp">Woodcock Twp</option>
+          <option value = "French Creek Twp">French Creek Twp</option>
+          <option value = "Oil Creek Twp">Oil Creek Twp</option>
+          <option value = "Pleasantville Boro">Pleasantville Boro</option>
+	  <option value = "Access PA">Access PA</option>
+	  <option value = "Non-Resident">Non-Resident</option>
+        </select>
+      </td>
+    </tr>
+  <!-- /TMPL_UNLESS -->
 
-	<tr><th>Addresses:</th><td colspan="4"><fieldset><legend>Mailing Address</legend><!-- TMPL_IF NAME="ERROR_address" --><label for="streetaddress" class="focus"><!-- TMPL_ELSE --><label for="streetaddress"><!-- /TMPL_IF --><a name="address" id="address">Address:</a> </label>
-<!-- TMPL_IF NAME="ERROR_address" -->
-<input type="text" id="streetaddress" name="streetaddress" size="25" value="<!-- TMPL_VAR NAME="address" -->" class="focus" /><!-- TMPL_ELSE --><input type="text" id="streetaddress" name="streetaddress" size="25" value="<!-- TMPL_VAR NAME="address" -->" /><!-- /TMPL_IF -->
+<tr>
+  <th>Addresses:</th>
+  <td colspan="4">
+    <fieldset>
+      <legend>Mailing Address</legend>
+      <!-- TMPL_IF NAME="ERROR_address" --><label for="streetaddress" class="focus"><!-- TMPL_ELSE --><label for="streetaddress"><!-- /TMPL_IF -->
+      <a name="address" id="address">Address:</a></label>
+      <!-- TMPL_IF NAME="ERROR_address" -->
+        <input type="text" id="streetaddress" name="streetaddress" size="25" value="<!-- TMPL_VAR NAME="address" -->" class="focus" />
+      <!-- TMPL_ELSE -->
+        <input type="text" id="streetaddress" name="streetaddress" size="25" value="<!-- TMPL_VAR NAME="address" -->" />
+      <!-- /TMPL_IF -->
 
 <br><!-- TMPL_IF NAME="ERROR_city" --><label for="city" class="focus"><!-- TMPL_ELSE --><label for="city"><!-- /TMPL_IF --><a name="#city" id="#city">City, State:</a></label>
 <!-- TMPL_IF NAME="ERROR_city" -->
 <input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->" class="focus" /><!-- TMPL_ELSE --><input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->" /><!-- /TMPL_IF -->
 
 <br><label for="zipcode">Zip Code:</label> <input type="text" id="zipcode" name="zipcode" size="20" maxlength="20" value="<!-- TMPL_VAR NAME="zipcode" -->" /></fieldset>
-
+</td>
+<td>
 <fieldset><legend>Street Address (if different)</legend>
-<label for="physstreet">Address:</label><input type="text" id="physstreet" name="physstreet" size="25" value="<!-- TMPL_VAR NAME="physstreet" -->" />
-<br><label for="streetcity">City, State: </label><input type="text" id="streetcity" name="streetcity" size="20" value="<!-- TMPL_VAR NAME="streetcity" -->" />
-<br><label for="homezipcode">Zip Code:</label><input type="text" id="homezipcode" name="homezipcode" size="20" maxlength="20" value="<!-- TMPL_VAR NAME="homezipcode" -->" /> 
+
+<!-- <label for="physstreet">Address:</label> -->
+<input type="text" id="physstreet" name="physstreet" size="25" value="<!-- TMPL_VAR NAME="physstreet" -->" />
+<br>
+<!-- <label for="streetcity">City, State: </label> -->
+<input type="text" id="streetcity" name="streetcity" size="20" value="<!-- TMPL_VAR NAME="streetcity" -->" />
+<br>
+<!-- <label for="homezipcode">Zip Code:</label> -->
+<input type="text" id="homezipcode" name="homezipcode" size="20" maxlength="20" value="<!-- TMPL_VAR NAME="homezipcode" -->" /> 
 </fieldset>
 </td></tr>
 
-	<tr><th><label for="phone">Phone (Home):</label> </th><td colspan="4"><input type="text" id="phone" name="phone" size="20" value="<!-- TMPL_VAR NAME="phone" -->" /></td></tr>
-	<tr><th><label for="phoneday">Phone (Daytime):</label> </th><td colspan="4"><input type="text" id="phoneday" name="phoneday" size="20" value="<!-- TMPL_VAR NAME="phoneday" -->" /></td></tr>
-	<tr><th><label for="faxnumber">Fax: </label></th><td colspan="4"><input type="text" id="faxnumber" name="faxnumber" size="20" value="<!-- TMPL_VAR NAME="faxnumber" -->" /></td></tr>
-	<tr><th><label for="emailaddress">Email :</label> </th><td colspan="4"><input type="text" id="emailaddress" name="emailaddress" size="40" value="<!-- TMPL_VAR NAME="emailaddress" -->" /></td></tr>
+	<tr><th><label for="phone">Phone (Primary):</label> </th><td><input type="text" id="phone" name="phone" size="20" value="<!-- TMPL_VAR NAME="phone" -->" /></td>
+	<th><label for="phoneday">Phone (Secondary):</label> </th><td><input type="text" id="phoneday" name="phoneday" size="20" value="<!-- TMPL_VAR NAME="phoneday" -->" /></td></tr>
+<!-- HIDE FOR CCFLS	<tr><th><label for="faxnumber">Fax: </label></th><td colspan="4"><input type="text" id="faxnumber" name="faxnumber" size="20" value="<!-- TMPL_VAR NAME="faxnumber" -->" /></td></tr> -->
 			</tr>
-	<tr><th><label for="textmessaging">Patron message:</label><p> (appears in OPAC)</p></th><td colspan="4"><textarea id="textmessaging" name="textmessaging" cols="30" rows="3"><!-- TMPL_VAR NAME="textmessaging" --></textarea></td></tr>
-	<tr><th><label for="borrowernotes">Circulation note:</label> <p>(appears in Circulation)</p> </th><td colspan="4"><textarea id="borrowernotes" name="borrowernotes" cols="30" rows="3"><!-- TMPL_VAR NAME="borrowernotes" --></textarea></td></tr>
 
-			<tr>
-				<!-- TMPL_IF NAME="addAction" -->
-					<th>Joining date (leave blank for today): </th>
-					<td colspan="4"><input type="text" name="joining" size="12" maxlength="10" value="<!-- TMPL_VAR name="joining" -->" /></td>
+<!-- <div class="table members"><table><caption>Additional Fields</caption> -->
+	<tr><th><label for="sort1">Drivers License Number</label></th><td><!-- TMPL_IF Name="CGIsort1" -->
+						<!-- TMPL_VAR Name="CGIsort1" -->
 				<!-- TMPL_ELSE -->
-					<th>Joining date: </th>
-					<td colspan="4"><!-- TMPL_VAR name="joining" --></td>
-				<!-- /TMPL_IF -->
-			</tr>
-			<tr>
-				<th><a name="expiry" id="expiry">Expiry date (leave blank for auto calc): </a></th>
-				<td><input type="text" name="expiry" size="12" maxlength="10" value="<!-- TMPL_VAR name="expiry" -->" /></td>
-			</tr>
+						<input type="text" name="sort1" id="sort1" value="<!-- TMPL_VAR NAME="sort1" -->" />
+					<!--/TMPL_IF --></td>
+	<th><label for="sort2">Patron's Drive Contributer</label></th><td><!-- TMPL_IF Name="CGIsort2" -->
+						<!-- TMPL_VAR Name="CGIsort2" -->
+					<!-- TMPL_ELSE -->
+						<input type="text" name="sort2" id="sort2" value="<!-- TMPL_VAR NAME="sort2" -->" />
+					<!--/TMPL_IF --></td></tr>
+<!-- </table></div> -->
 
 			</table></div>
 
@@ -175,50 +304,73 @@
 <!-- TMPL_UNLESS name="institution" -->
 		<div class="table members"><table>
 		<caption>Alternate Contact</caption>
-		<tr><th><label for="contactname">Name: </label></th><td><input type="text" id="contactname"  name="contactname" size="40" value="<!-- TMPL_VAR NAME="contactname" -->"></td></tr>
-		<tr><th><label for="altphone">Phone:</label> </th><td><input type="text" id="altphone" name="altphone" size="20" value="<!-- TMPL_VAR NAME="altphone" -->"></td></tr>
-		<tr><th><label for="altrelationship">Relationship:</label> </th><td><select id="altrelationship" name="altrelationship" size="1">
+		<tr><th><label for="contactname">Name: </label></th><td><input type="text" id="contactname"  name="contactname" size="40" value="<!-- TMPL_VAR NAME="contactname" -->"></td>
+		<th><label for="altphone">Phone:</label> </th><td><input type="text" id="altphone" name="altphone" size="20" value="<!-- TMPL_VAR NAME="altphone" -->"></td></tr>
+		<tr>
+                  <th>
+                    <label for="altrelationship">Relationship:</label>
+                  </th>
+
+                  <td>
+                    <select id="altrelationship" name="altrelationship" size="1">
 					<!-- TMPL_LOOP NAME="relshiploop" -->
 						<option <!-- TMPL_VAR NAME="selected" -->><!-- TMPL_VAR NAME="relationship" --></option>
 					<!-- /TMPL_LOOP -->
-					</select></td></tr>
-		<tr><th><label for="altnotes">Notes: </label></th><td><textarea id="altnotes" name="altnotes" cols="30" rows="3"><!-- TMPL_VAR NAME="altnotes" --></textarea></td></tr>
+		    </select>
+                  </td>
+                
+
+		<th><label for="altnotes">Notes: </label></th><td><textarea id="altnotes" name="altnotes" cols="30" rows="3"><!-- TMPL_VAR NAME="altnotes" --></textarea></td></tr>
 		</table></div><!-- /TMPL_UNLESS -->
 
-<div class="table members"><table>
-	<caption>Flags</caption>
-	<!-- TMPL_LOOP NAME="flagloop" -->
-	<tr><th><label for="<!-- TMPL_VAR NAME="name" -->"><!-- TMPL_VAR NAME="html" --></label></th><td><input type="radio" id="<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="1" <!-- TMPL_VAR NAME="yes" -->>Yes <input type="radio" name="<!-- TMPL_VAR NAME="name" -->" value="0" <!-- TMPL_VAR NAME="no" -->>No</td></tr>
-				<!-- /TMPL_LOOP -->
-</table></div>
 
-<div class="table members"><table><caption>Additional Fields</caption>
-	<tr><th><label for="sort1">Sorting field 1</label></th><td><!-- TMPL_IF Name="CGIsort1" -->
-						<!-- TMPL_VAR Name="CGIsort1" -->
-					<!-- TMPL_ELSE -->
-						<input type="text" name="sort1" id="sort1" value="<!-- TMPL_VAR NAME="sort1" -->" />
-					<!--/TMPL_IF --></td><td rowspan="2"><p>These fields are available for your own usage. They can be useful for statistical purposes</p></td></tr>
-	<tr><th><label for="sort2">Sorting field 2</label></th><td><!-- TMPL_IF Name="CGIsort2" -->
-						<!-- TMPL_VAR Name="CGIsort2" -->
-					<!-- TMPL_ELSE -->
-						<input type="text" name="sort2" id="sort2" value="<!-- TMPL_VAR NAME="sort2" -->" />
-					<!--/TMPL_IF --></td></tr>
-</table></div>
 
 <div class="table members"><table>
 <caption>Patron Details</caption>
 	<!-- TMPL_UNLESS NAME="addAction" --><tr><th><label>Member Number:</label></th><td><span class="ex"><!-- TMPL_VAR NAME="member" --></span></td></tr><!-- /TMPL_UNLESS -->
 	<tr><th><label for="categorycode">Category:</label> </th><td><!-- TMPL_VAR NAME="catcodepopup" --></td></tr>
-	<tr><th><label for="branchcode"><a name="branch" id="branch">Branch:</a></label></th><td><!-- TMPL_VAR NAME="CGIbranch" --></td></tr>	
-	<tr><th><label for="cardnumber"<!-- TMPL_IF NAME="ERROR_cardnumber" --> class="focus"<!-- /TMPL_IF --><!-- TMPL_IF NAME="ERROR_invalid_cardnumber" --> class="focus"<!-- /TMPL_IF -->><a name="cardnumber" id="cardnumber">Card Number</a></label></th><td><input id="cardnumber" type="text" name="cardnumber" size="10" value="<!-- TMPL_VAR NAME="cardnumber" -->"<!-- TMPL_IF NAME="ERROR_cardnumber" --> class="focus"<!-- /TMPL_IF --><!-- TMPL_IF NAME="ERROR_invalid_cardnumber" --> class="focus"<!-- /TMPL_IF -->></td></tr>
+	<tr><th><label for="branchcode"><a name="branch" id="branch">Library:</a></label></th><td><!-- TMPL_VAR NAME="CGIbranch" --></td>
+	<th><label for="cardnumber"<!-- TMPL_IF NAME="ERROR_cardnumber" --> class="focus"<!-- /TMPL_IF --><!-- TMPL_IF NAME="ERROR_invalid_cardnumber" --> class="focus"<!-- /TMPL_IF -->><a name="cardnumber" id="cardnumber">Card Number</a></label></th><td><input id="cardnumber" type="text" name="cardnumber" size="10" value="<!-- TMPL_VAR NAME="cardnumber" -->"<!-- TMPL_IF NAME="ERROR_cardnumber" --> class="focus"<!-- /TMPL_IF --><!-- TMPL_IF NAME="ERROR_invalid_cardnumber" --> class="focus"<!-- /TMPL_IF -->></td></tr>
 </table>
 </div>
 
 <p>	<input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->"><!-- TMPL_IF NAME="addAction" -->
 	<input name="submit" type="submit" class="submit" value="Add This Patron" /><!-- TMPL_ELSE --><input name="submit" type="submit" class="submit" value="Update This Patron" /><!-- /TMPL_IF --></p>
-	</form>
+
+<div class="table members">
+  <table>
+    <tr>
+      <!-- TMPL_IF NAME="addAction" -->
+        <th>Joining date (leave blank for today): </th>
+        <td colspan="4"><input type="text" name="joining" size="12" maxlength="10" value="<!-- TMPL_VAR name="joining" -->" /></td>
+      <!-- TMPL_ELSE -->
+        <th>Joining date: </th>
+        <td colspan="4"><!-- TMPL_VAR name="joining" --></td>
+      <!-- /TMPL_IF -->
+    </tr>
+    <tr>
+      <th><a name="expiry" id="expiry">Expiry date (leave blank for auto calc): </a></th>
+      <td><input type="text" name="expiry" size="12" maxlength="10" value="<!-- TMPL_VAR name="expiry" -->" /> MM/DD/YYYY</td>
+    </tr>
+
+
+    <tr><th><label for="borrowernotes">Ciculation Note:</label><p>(Appears For Librarians Only)</p> </th><td colspan="4"><textarea id="borrowernotes" name="borrowernotes" cols="30" rows="3"><!-- TMPL_VAR NAME="borrowernotes" --></textarea></td></tr>
+    <tr><th><label for="textmessaging">Patron Note:</label><p><font color="red">(Appears for Patron When Logged Into OPAC)</font></p></th><td colspan="4"><textarea id="textmessaging" name="textmessaging" cols="30" rows="3"><!-- TMPL_VAR NAME="textmessaging" --></textarea></td></tr>
+
+  </table>
 </div>
 
+<div class="table members"><table>
+	<caption>Flags</caption>
+	<!-- TMPL_LOOP NAME="flagloop" -->
+	<tr><th><label for="<!-- TMPL_VAR NAME="name" -->"><!-- TMPL_VAR NAME="html" --></label></th><td><input type="radio" id="<!-- TMPL_VAR NAME="name" -->" name="<!-- TMPL_VAR NAME="name" -->" value="1" <!-- TMPL_VAR NAME="yes" -->>Yes <input type="radio" name="<!-- TMPL_VAR NAME="name" -->" value="0" <!-- TMPL_VAR NAME="no" -->>No</td></tr>
+				<!-- /TMPL_LOOP -->
+</form>
+</table></div>
+
+</div>
+
+
 </dd>
 </dl>
 </body>





More information about the Koha-cvs mailing list