dcfeab4eee
Many of the templates in OPAC, which deal with users data eg opac-account.tmpl, opac-passwd.tmpl etc do not have a id for the container div, like opac-user.tmpl has an id userdetail. Having these id's makes it easier to customize with css. This patch adds id's to most of the <div class="container"> tags. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
87 lines
4.2 KiB
Cheetah
87 lines
4.2 KiB
Cheetah
<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › Personal Details for <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<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">
|
|
|
|
<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=">" border="0" /> Personal Details</h3>
|
|
|
|
<table>
|
|
<tr><th scope="row">Name:</th><td> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></td></tr>
|
|
<tr><th scope="row">
|
|
Card Number:</th><td><!-- TMPL_VAR NAME="cardnumber" --></td></tr>
|
|
</table>
|
|
|
|
<table>
|
|
<caption>Contact Details</caption>
|
|
<tr><th scope="row">Mailing Address:</th><td><!-- TMPL_VAR NAME="address" -->, <!-- TMPL_VAR NAME="city" --></td></tr>
|
|
|
|
<tr><th scope="row">Permanent Address:</th><td> <!-- TMPL_VAR NAME="B_address" -->, <!-- TMPL_VAR NAME="B_address2" -->, <!-- TMPL_VAR NAME="B_city" --></td></tr>
|
|
|
|
<tr><th scope="row">Phone (Home):</th><td><!-- TMPL_IF NAME="phone" --><!-- TMPL_VAR NAME="phone" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr>
|
|
|
|
<tr><th scope="row">Phone (Daytime):</th><td><!-- TMPL_IF NAME="mobile" --><!-- TMPL_VAR NAME="mobile" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr>
|
|
|
|
<tr><th scope="row">Fax:</th><td><!-- TMPL_IF NAME="fax" --><!-- TMPL_VAR NAME="fax" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr>
|
|
|
|
<tr><th scope="row">Email:</th><td><!-- TMPL_IF NAME="email" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->"><!-- TMPL_VAR NAME="email" --></a><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr>
|
|
|
|
</table>
|
|
|
|
<table>
|
|
<caption>Membership Details</caption>
|
|
<tr><th scope="row">Membership Number:</th><td> <!-- TMPL_VAR NAME="borrowernumber" --></td></tr>
|
|
|
|
<tr><th scope="row">Membership Category:</th><td> <!-- TMPL_VAR NAME="categorycode" --></td></tr>
|
|
|
|
<!-- <td>Fee:</th><td> /year, Paid</td> -->
|
|
|
|
<tr><th scope="row">Joined:</th><td><!-- TMPL_VAR NAME="dateenrolled" --></td></tr>
|
|
|
|
<tr><th scope="row">Expires:</th><td><!-- TMPL_VAR NAME="dateexpiry" --></td></tr>
|
|
|
|
<!-- TMPL_IF NAME="joiningbranch" --><tr><th>Joining Branch:</th><td><!-- TMPL_VAR NAME="joiningbranch" --></td></tr><!-- TMPL_ELSE --> <!-- /TMPL_IF --></table>
|
|
|
|
<table>
|
|
<caption>Identity Details</caption>
|
|
<tr><th scope="row">DoB:</th><td> <!-- TMPL_IF NAME="dateofbirth" --><!-- TMPL_VAR NAME="dateofbirth" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr>
|
|
|
|
<tr><th scope="row">Sex:</th><td><!-- TMPL_IF NAME="sex" --><!-- TMPL_VAR NAME="sex" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr></table>
|
|
|
|
<!-- TMPL_IF NAME="contactname"-->
|
|
<table>
|
|
<caption>Alternate Contact Details</caption>
|
|
<tr><th scope="row">Alternate Contact:</th><td> <!-- TMPL_IF NAME="contactname" --><!-- TMPL_VAR NAME="contactname" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr>
|
|
|
|
<tr><th scope="row">Phone:</th><td> <!-- TMPL_IF NAME="B_phone" --><!-- TMPL_VAR NAME="B_phone" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr>
|
|
|
|
<tr><th scope="row">Relationship:</th><td> <!-- TMPL_IF NAME="relationship" --><!-- TMPL_VAR NAME="relationship" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --> </td></tr>
|
|
|
|
<tr><th scope="row">Notes:</th><td> <!-- TMPL_IF NAME="contactnote" --><!-- TMPL_VAR NAME="contactnote" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --> </td></tr>
|
|
|
|
<tr><th scope="row">Guarantor:</th><td> <!-- TMPL_IF NAME="guarantorid" --><!-- TMPL_VAR NAME="guarantorid" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --> </td></tr></table>
|
|
|
|
<!-- TMPL_ELSE -->
|
|
<h4>No alternate contact on file.</h4>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<form action="/cgi-bin/koha/opac-userupdate.pl" method="post">
|
|
<input type="submit" name="Modify" value="Modify Your Record" />
|
|
</form>
|
|
|
|
</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" -->
|