fbd3f98b94a8bcc79bfda4ac8103782fd1741bc4
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / borrowers_details.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Patron Details</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13
14         <h1>PATRON DETAILS</h1>
15         
16         <form name="form" method="post" action="/cgi-bin/members/borrowers_details.pl">
17         <div >
18         <!-- TMPL_IF NAME="Institution"-->      
19                 
20                 <p>
21                 
22                         <label>Patron category</label>          
23                         <input  type="text" name="description" size="20" value="<!-- TMPL_VAR NAME="description" -->" />
24                 </p>
25                 <p>
26                         
27                         <label>Organisation name</label>
28                         <input  style="text-transform:uppercase;" type="text" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
29                 </p>
30                 
31         <!-- TMPL_ELSE -->      
32
33                 <p>
34                         <label>Patron category</label>
35                         <input  type="text" name="description" size="20" value="<!-- TMPL_VAR NAME="description" -->" />
36                         </p>
37                 <p>
38                         <label>Title</label>
39                         <input  type="text" name="title" size="20" value="<!-- TMPL_VAR NAME="title" -->" />
40                         
41                 </p>
42                 <p>
43                         <label>Surname</label>
44                         <input  style="text-transform:uppercase;" type="text" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
45                 </p>
46                         
47                 <p>     
48                         
49                         <label>Firstname</label>
50                         <input  style="text-transform:capitalize;" type="text" name="firstname" size="20" value="<!-- TMPL_VAR NAME="firstname" -->" />
51                 </p>
52                 <p>
53                         <label>Date of birth </label>
54                         <input  type="text" name="dateofbirth" size="20" value="<!-- TMPL_VAR NAME="dateofbirth" -->" />
55                 </p>            
56                 
57                 
58                         
59                 
60         <!-- /TMPL_IF -->
61         <p>
62                 <div align="center">
63                 <a href="#" onclick="window.close()">Close Window</a>
64                 </div>
65         </p>
66         
67         </form>
68
69
70 </div>
71 </div>
72 </div>
73
74 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
75 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->