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