Merge remote branch 'kc/new/bug_6104' into kcmaster
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-userdetails.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog ›  Personal Details for [% firstname %] [% surname %]
2 [% INCLUDE 'doc-head-close.inc' %]
3 </head>
4 <body>
5 <div id="doc3" class="yui-t1">
6    <div id="bd">
7 [% INCLUDE 'masthead.inc' %]
8
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11
12 <h3><a href="/cgi-bin/koha/opac-user.pl">[% firstname %] [% surname %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Personal Details</h3>
13
14 <table>
15 <tr><th scope="row">Name:</th><td> [% firstname %] [% surname %]</td></tr>
16 <tr><th scope="row">
17 Card Number:</th><td>[% cardnumber %]</td></tr>
18 </table>
19
20 <table>
21 <caption>Contact Details</caption>
22 <tr><th scope="row">Mailing Address:</th><td>[% address %], [% city %]</td></tr>
23
24 <tr><th scope="row">Permanent Address:</th><td> [% B_address %], [% B_address2 %], [% B_city %]</td></tr>
25
26 <tr><th scope="row">Phone (Home):</th><td>[% IF ( phone ) %][% phone %][% ELSE %]&nbsp;[% END %]</td></tr>
27
28 <tr><th scope="row">Phone (Daytime):</th><td>[% IF ( mobile ) %][% mobile %][% ELSE %]&nbsp;[% END %]</td></tr>
29
30 <tr><th scope="row">Fax:</th><td>[% IF ( fax ) %][% fax %][% ELSE %]&nbsp;[% END %]</td></tr>
31
32 <tr><th scope="row">Email:</th><td>[% IF ( email ) %]<a href="mailto:[% email %]">[% email %]</a>[% ELSE %]&nbsp;[% END %]</td></tr>
33
34 </table>
35
36 <table>
37 <caption>Membership Details</caption>
38 <tr><th scope="row">Membership Number:</th><td> [% borrowernumber %]</td></tr>
39
40 <tr><th scope="row">Membership Category:</th><td>  [% categorycode %]</td></tr>
41
42 <!-- <td>Fee:</th><td>  /year, Paid</td> -->
43
44 <tr><th scope="row">Joined:</th><td>[% dateenrolled %]</td></tr>
45
46 <tr><th scope="row">Expires:</th><td>[% dateexpiry %]</td></tr>
47
48 [% IF ( joiningbranch ) %]<tr><th>Joining Branch:</th><td>[% joiningbranch %]</td></tr>[% ELSE %]&nbsp;[% END %]</table>
49
50 <table>
51 <caption>Identity Details</caption>
52 <tr><th scope="row">DoB:</th><td> [% IF ( dateofbirth ) %][% dateofbirth %][% ELSE %]&nbsp;[% END %]</td></tr>
53
54 <tr><th scope="row">Sex:</th><td>[% IF ( sex ) %][% sex %][% ELSE %]&nbsp;[% END %]</td></tr></table>
55
56 [% IF ( contactname ) %]
57 <table>
58 <caption>Alternate Contact Details</caption>
59 <tr><th scope="row">Alternate Contact:</th><td> [% IF ( contactname ) %][% contactname %][% ELSE %]&nbsp;[% END %]</td></tr>
60
61 <tr><th scope="row">Phone:</th><td> [% IF ( B_phone ) %][% B_phone %][% ELSE %]&nbsp;[% END %]</td></tr>
62
63 <tr><th scope="row">Relationship:</th><td> [% IF ( relationship ) %][% relationship %][% ELSE %]&nbsp;[% END %]  </td></tr>
64
65 <tr><th scope="row">Notes:</th><td> [% IF ( contactnote ) %][% contactnote %][% ELSE %]&nbsp;[% END %] </td></tr>
66
67 <tr><th scope="row">Guarantor:</th><td> [% IF ( guarantorid ) %][% guarantorid %][% ELSE %]&nbsp;[% END %] </td></tr></table>
68
69 [% ELSE %]
70 <h4>No alternate contact on file.</h4>
71 [% END %]
72
73 <form action="/cgi-bin/koha/opac-userupdate.pl" method="post">
74 <input type="submit" name="Modify" value="Modify Your Record" />
75 </form>
76
77 </div>
78 </div>
79 </div>
80 <div class="yui-b">
81 <div id="leftmenus" class="container">
82 [% INCLUDE 'navigation.inc' %]
83 [% INCLUDE 'usermenu.inc' %]
84 </div>
85 </div>
86 </div>
87 [% INCLUDE 'opac-bottom.inc' %]