Koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tmpl
Paul Poulain 01b6e7a6dd Bug 5892 : opac-user: minor spelling/html changes
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-03-21 11:58:32 +13:00

184 lines
11 KiB
Cheetah

<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; Updating Details for <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP -->
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body id="opac-userupdate">
<div id="doc3" class="yui-t1">
<div id="bd">
<!-- TMPL_INCLUDE name="masthead.inc" -->
<div id="yui-main">
<div class="yui-b"><div class="yui-g" id="userupdate">
<div id="userupdatecontainer" class="container">
<!-- TMPL_LOOP name="BORROWER_INFO" -->
<h3><a href="/cgi-bin/koha/opac-user.pl"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->'s account</a> <img src="<!-- TMPL_VAR NAME="themelang" -->../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Your Personal Details</h3>
<!-- TMPL_IF NAME="OPACPatronDetails" -->
<form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
<div class="yui-u first">
<input type="hidden" name="modify" value="yes" />
<fieldset class="brief"><legend>Name</legend><ol>
<li><label for="firstname">First Name:</label> <input id="firstname" type="text" value="<!-- TMPL_VAR name="firstname" -->" name="firstname" /></li>
<li><label for="othernames">Other Name:</label> <input id="othernames" type="text" value="<!-- TMPL_VAR name="othernames" -->" name="othernames" /></li>
<li><label for="surname">Last Name:</label> <input id="surname" type="text" value="<!-- TMPL_VAR name="surname" -->" name="surname" /></li>
</ol>
</fieldset>
<fieldset class="brief"><legend>Contact Information</legend>
<ol>
<li><label for="address">Address:</label>
<input id="streetnumber" size ="7" type="text" value="<!-- TMPL_VAR name="streetnumber" -->" name="streetnumber" />
<input type="text" name="address" value="<!-- TMPL_VAR NAME="address" -->" id="address" />
<input type="text" name="address2" value="<!-- TMPL_VAR NAME="address2" -->" id="address2" /></li>
<li><label for="city">City, State:</label> <input id="city" type="text" value="<!-- TMPL_VAR name="city" -->" name="city" /></li>
<li><label for="zipcode">Zip Code: </label><input type="text" id="zipcode" value="<!-- TMPL_VAR NAME="zipcode" -->" name="zipcode" /></li>
<li><label for="country">Country: </label><input type="text" id="country" value="<!-- TMPL_VAR NAME="country" -->" name="country" /></li>
<li><label for="phone">Home Phone:</label> <input id="phone" type="text" value="<!-- TMPL_VAR name="phone" -->" name="phone" /></li>
<li><label for="mobile">Mobile Phone:</label> <input id="mobile" type="text" value="<!-- TMPL_VAR name="mobile" -->" name="mobile" /></li>
<li><label for="phonepro">Work phone:</label> <input id="phonepro" type="text" value="<!-- TMPL_VAR name="phonepro" -->" name="phonepro" /></li>
<li><label for="fax">Fax:</label> <input id="fax" type="text" value="<!-- TMPL_VAR name="fax" -->" name="fax" /></li>
<li><label for="emailaddress">Primary Email:</label> <input id="emailaddress" type="text" value="<!-- TMPL_VAR name="email" -->" name="emailaddress" /></li>
<li><label for="emailpro">Secondary Email:</label> <input id="emailpro" type="text" value="<!-- TMPL_VAR name="emailpro" -->" name="emailpro" /></li>
</ol>
</fieldset>
</div>
<div class="yui-u">
<fieldset class="brief">
<legend>Alternate Contact Information</legend>
<ol>
<li>
<label for="B_streetaddress">Alternate Address:</label>
<input id="B_streetnumber" size ="7" type="text" value="<!-- TMPL_VAR name="B_streetnumber" -->" name="B_streetnumber" />
<input id="B_address" type="text" value="<!-- TMPL_VAR name="B_address" -->" name="B_address" />
<input id="B_address2" type="text" value="<!-- TMPL_VAR name="B_address2" -->" name="B_address2" />
</li>
<li><label for="B_city">City, State:</label> <input id="B_city" type="text" value="<!-- TMPL_VAR name="B_city" -->" name="B_city" /></li>
<li><label for="B_zipcode">Zip Code:</label> <input type="text" id="B_zipcode" value="<!-- TMPL_VAR NAME="B_zipcode" -->" name="B_zipcode" /></li>
<li><label for="B_country">Country:</label> <input type="text" id="B_country" value="<!-- TMPL_VAR NAME="B_country" -->" name="B_country" /></li>
<li><label for="B_phone">Phone:</label> <input type="text" id="B_phone" value="<!-- TMPL_VAR NAME="B_phone" -->" name="B_phone" /></li>
<li><label for="B_email">Email:</label> <input type="text" id="B_email" value="<!-- TMPL_VAR NAME="B_email" -->" name="B_email" /></li>
</ol>
</fieldset>
<fieldset class="brief">
<ol>
<li><label for="dob">Date of Birth: </label> <input id="dob" type="text" size="10" value="<!-- TMPL_VAR NAME="dateofbirth" -->" name="dateofbirth" /></li>
<li><label for="sex">Sex: </label> <select name="sex" id="sex"><option></option>
<!-- TMPL_IF EXPR="sex eq 'F'" --><option value="F" selected="selected">Female</option><!-- TMPL_ELSE --><option value="F">Female</option><!-- /TMPL_IF -->
<!-- TMPL_IF EXPR="sex eq 'M'" --><option value="M" selected="selected">Male</option><!-- TMPL_ELSE --><option value="M">Male</option><!-- /TMPL_IF -->
</select></li>
</ol></fieldset>
<fieldset class="brief">
<legend>Library Use:</legend>
<ol>
<li><label for="cardnumber">Card number:</label><input type="text" id="cardnumber" disabled="disabled" readonly="readonly" value="<!-- TMPL_VAR NAME="cardnumber" -->" /></li>
<li><label for="branchname">Home library:</label><input type="text" id="branchname" disabled="disabled" readonly="readonly" value="<!-- TMPL_VAR NAME="branchname" -->" /></li>
<li><label for="borrowernumber">Patron Number:</label><input type="text" id="borrowernumber" disabled="disabled" readonly="readonly" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /></li>
<li><label for="categorycode">Patron Category:</label><input type="text" id="categorycode" disabled="disabled" readonly="readonly" value="<!-- TMPL_VAR NAME="description" --> (<!-- TMPL_VAR NAME="categorycode" -->)" /></li>
<li><label for="dateenrolled">Joined: </label><input type="text" id="dateenrolled" disabled="disabled" readonly="readonly" value="<!-- TMPL_VAR NAME="dateenrolled" -->" /></li>
<li><label for="dateexpiry">Expires: </label><input type="text" id="dateexpiry" disabled="disabled" readonly="readonly" value="<!-- TMPL_VAR NAME="dateexpiry" -->" /></li>
<!-- TMPL_IF NAME="ExtendedPatronAttributes" -->
<!-- TMPL_LOOP NAME="patron_attributes" -->
<li><label><!-- TMPL_VAR NAME="description" --></label>
<!-- TMPL_IF NAME="value_description" -->
<input type="text" disabled="disabled" readonly="readonly" value="<!-- TMPL_VAR NAME="value_description" -->" />
<!-- TMPL_ELSE -->
<input type="text" disabled="disabled" readonly="readonly" value="<!-- TMPL_VAR NAME="value" -->" />
<!-- /TMPL_IF -->
</li>
<!-- /TMPL_LOOP -->
<!-- /TMPL_IF -->
</ol>
</fieldset>
<fieldset class="action">
<p>Please make any necessary changes to your record. Submitting the form will notify a library staff member, who will make the changes permanent.</p>
<input type="submit" value="Submit Changes" /> <a class="cancel" href="/cgi-bin/koha/opac-user.pl">Cancel</a></fieldset>
</div>
</form>
<!-- TMPL_ELSE -->
<p style="clear:left;padding:1em 0">To make changes to your record please contact the library.</p>
<div class="yui-u first">
<fieldset class="rows">
<legend>Contact Information</legend>
<ol>
<li><span class="label">Name:</span> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></li>
<li><span class="label">Other Name:</span> <!-- TMPL_VAR NAME="othernames" --></li>
<li><span class="label">Address:</span> <!-- TMPL_VAR NAME="streetnumber" --> <!-- TMPL_VAR NAME="address" --></li>
<li><span class="label">&nbsp;</span><!-- TMPL_VAR NAME="address2" --></li>
<li><span class="label">City, State:</span> <!-- TMPL_VAR name="city" --></li>
<li><span class="label">Zip Code:</span> <!-- TMPL_VAR NAME="zipcode" --></li>
<li><span class="label">Country:</span> <!-- TMPL_VAR NAME="country" --></li>
<li><span class="label">Home Phone:</span> <!-- TMPL_VAR name="phone" --></li>
<li><span class="label">Mobile Phone:</span> <!-- TMPL_VAR name="mobile" --></li>
<li><span class="label">Work phone:</span> <!-- TMPL_VAR name="phonepro" --></li>
<li><span class="label">Fax:</span> <!-- TMPL_VAR name="fax" --></li>
<li><span class="label">Primary Email:</span> <!-- TMPL_VAR name="email" --></li>
<li><span class="label">Secondary Email:</span> <!-- TMPL_VAR name="emailpro" --></li>
</ol>
</fieldset>
<fieldset class="rows">
<legend>Personal Information</legend>
<ol>
<li><span class="label">Date of Birth:</span> <!-- TMPL_VAR NAME="dateofbirth" --></li>
<li><span class="label">Sex:</span>
<!-- TMPL_IF EXPR="sex eq 'F'" -->Female<!-- /TMPL_IF -->
<!-- TMPL_IF EXPR="sex eq 'M'" -->Male<!-- /TMPL_IF -->
</li>
</ol>
</fieldset>
</div>
<div class="yui-u">
<fieldset class="rows">
<legend>Alternate Contact Information</legend>
<ol>
<li><span class="label">Alternate Address:</span> <!--TMPL_VAR NAME="B_streetnumber"--> <!-- TMPL_VAR name="B_address" --> </li>
<li><span class="label">&nbsp;</span><!-- TMPL_VAR NAME="B_address2" --></li>
<li><span class="label">City, State:</span> <!-- TMPL_VAR name="B_city" --></li>
<li><span class="label">Zip Code:</span> <!-- TMPL_VAR NAME="B_zipcode" --></li>
<li><span class="label">Country:</span> <!-- TMPL_VAR NAME="B_country" --></li>
<li><span class="label">Phone:</span> <!-- TMPL_VAR NAME="B_phone" --></li>
<li><span class="label">Email:</span> <!-- TMPL_VAR NAME="B_email" --></li>
</ol>
</fieldset>
<fieldset class="rows">
<legend>Library Use:</legend>
<ol>
<li><span class="label">Card number:</span> <!-- TMPL_VAR NAME="cardnumber" --></li>
<li><span class="label">Home library:</span> <!-- TMPL_VAR NAME="branchname" --></li>
<li><span class="label">Patron Number:</span> <!-- TMPL_VAR NAME="borrowernumber" --></li>
<li><span class="label">Patron Category:</span> <!-- TMPL_VAR NAME="description" --> (<!-- TMPL_VAR NAME="categorycode" -->)</li>
<li><span class="label">Joined:</span> <!-- TMPL_VAR NAME="dateenrolled" --></li>
<li><span class="label">Expires:</span> <!-- TMPL_VAR NAME="dateexpiry" --></li>
<!-- TMPL_IF NAME="ExtendedPatronAttributes" -->
<!-- TMPL_LOOP NAME="patron_attributes" -->
<li><span class="label"><!-- TMPL_VAR NAME="description" --></span>
<!-- TMPL_IF NAME="value_description" -->
<!-- TMPL_VAR NAME="value_description" -->
<!-- TMPL_ELSE -->
<!-- TMPL_VAR NAME="value" -->
<!-- /TMPL_IF -->
</li>
<!-- /TMPL_LOOP -->
<!-- /TMPL_IF -->
</ol>
</fieldset>
</div>
<!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
</div>
</div>
</div>
</div>
<div class="yui-b">
<div id="leftmenus" class="container">
<!--TMPL_INCLUDE NAME="navigation.inc" -->
<!-- TMPL_INCLUDE name="usermenu.inc" -->
</div>
</div>
</div>
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->