Corrections for XHTML compliance, again.
[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 <div id="mainbloc">
5         <h1>PATRON DETAILS</h1>
6         
7         <form name="form" method="post" action="/cgi-bin/members/borrowers_details.pl">
8         <div >
9         <!-- TMPL_IF NAME="Institution"-->      
10                 
11                 <p>
12                 
13                         <label>Patron category</label>          
14                         <input  type="text" name="description" size="20" value="<!-- TMPL_VAR NAME="description" -->" />
15                 </p>
16                 <p>
17                         
18                         <label>Organisation name</label>
19                         <input  style="text-transform:uppercase;" type="text" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
20                 </p>
21                 
22         <!-- TMPL_ELSE -->      
23
24                 <p>
25                         <label>Patron category</label>
26                         <input  type="text" name="description" size="20" value="<!-- TMPL_VAR NAME="description" -->" />
27                         </p>
28                 <p>
29                         <label>Title</label>
30                         <input  type="text" name="title" size="20" value="<!-- TMPL_VAR NAME="title" -->" />
31                         
32                 </p>
33                 <p>
34                         <label>Surname</label>
35                         <input  style="text-transform:uppercase;" type="text" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
36                 </p>
37                         
38                 <p>     
39                         
40                         <label>Firstname</label>
41                         <input  style="text-transform:capitalize;" type="text" name="firstname" size="20" value="<!-- TMPL_VAR NAME="firstname" -->" />
42                 </p>
43                 <p>
44                         <label>Date of birth </label>
45                         <input  type="text" name="dateofbirth" size="20" value="<!-- TMPL_VAR NAME="dateofbirth" -->" />
46                 </p>            
47                 
48                 
49                         
50                 
51         <!-- /TMPL_IF -->
52         <p>
53                 <div align="center">
54                 <a href="#" onclick="window.close()">Close Window</a>
55                 </div>
56         </p>
57         
58         </form>
59
60
61