Setting it up so circ and members use a different toolbar so that actions can return...
[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
7 <div id="doc" class="yui-t7">
8    <div id="bd">
9
10         <h1>Patron Details</h1>
11         
12         <form name="form" method="post" action="/cgi-bin/members/borrowers_details.pl">
13         <!-- TMPL_IF NAME="Institution"-->      
14                 
15                 <p>
16                 
17                         <label for="description">Patron category</label>                
18                         <input  type="text" id="description" name="description" size="20" value="<!-- TMPL_VAR NAME="description" -->" />
19                 </p>
20                 <p>
21                         
22                         <label for="surname">Organisation name</label>
23                         <input style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
24                 </p>
25                 
26         <!-- TMPL_ELSE -->      
27
28                 <p>
29                         <label for="description">Patron category</label>
30                         <input  type="text" name="description" id="description" size="20" value="<!-- TMPL_VAR NAME="description" -->" />
31                         </p>
32                 <p>
33                         <label for="title">Title</label>
34                         <input  type="text" name="title" id="title" size="20" value="<!-- TMPL_VAR NAME="title" -->" />
35                         
36                 </p>
37                 <p>
38                         <label for="surname">Surname</label>
39                         <input  style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20" value="<!-- TMPL_VAR NAME="surname" -->" />
40                 </p>
41                         
42                 <p>     
43                         
44                         <label for="firstname">Firstname</label>
45                         <input  style="text-transform:capitalize;" type="text" id="firstname" name="firstname" size="20" value="<!-- TMPL_VAR NAME="firstname" -->" />
46                 </p>
47                 <p>
48                         <label for="dateofbirth">Date of birth </label>
49                         <input  type="text" name="dateofbirth" id="dateofbirth" size="20" value="<!-- TMPL_VAR NAME="dateofbirth" -->" />
50                 </p>            
51                 
52                 
53                         
54                 
55         <!-- /TMPL_IF -->
56         <p>
57                 <a href="#" onclick="window.close()">Close Window</a>
58         </p>
59         
60         </form>
61
62 </div>
63 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->