moving templates to structure defined by finlay
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / default / en / user / userpage.tmpl
1 <TMPL_INCLUDE NAME="opac-top.inc">
2
3 <TMPL_IF NAME="loggedinuser">
4 <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
5 <TMPL_ELSE>
6 </TMPL_IF>
7 <p>
8
9
10 <center>
11 <h3>This page is just a mock up</h3>
12
13 <table border=0 cellspacing=15>
14 <tr><td valign=top>
15
16     <table border=1 cellpadding=10>
17     <tr><th bgcolor=#99cccc background=/images/background-opac.gif><font size=+2>Reserves</font></th></tr>
18     <tr><td>
19     <b>You have the following books waiting to be picked up:</b>
20     <ul>
21     <li>The Great Mom Swap by Betsy Hanes at Main Library
22     <li>Between Brothers by Irene Morck at Main Library
23     </ul>
24     <p>
25     <b>You have the following requests for items on loan:</b>
26     <ul>
27     <li>The Amazing Apple Book by Paulette Bourgeois
28     <li>Tracey the Great by Alan Cliburn
29     <li>The biography of a grizzly by Ernest Thompson Seton
30     </ul>
31     </td></tr>
32     </table>
33
34 </td><td valign=top>
35
36     <form method=post>
37     <table border=1 cellpadding=10>
38         <tr><th bgcolor=#99cccc background=/images/background-opac.gif><font size=+2>User Preferences</font></th></tr>
39         <tr><td align =center>
40             <table border=0 cellpadding=5>
41                 <tr><td>Language</td><td>
42                 <select name=language>
43                 <option value=english>English
44                 <option value=english>French
45                 <option value=english>German
46                 <option value=english>Polish
47                 </select>
48                 </td></tr>
49                 <tr><td>E-mail Address</td><td><input name=email size=30 value=<TMPL_VAR NAME=loggedinuser>@mylibrary.com></td></tr>
50                 <tr><td>Preferred Branch<br>for reserve pickups</td><td>
51                     <select name=pickupbranch>
52                     <option value=MAIN>Main Library
53                     <option value=SEDGE>Sedgewick Library
54                     <option value=HANSEN selected>Rick Hansen Library
55                     <option value=CAT>Cataline Library
56                     </select>
57                 </td></tr>
58                 <tr><td colspan=2>
59                     <input name=specialeventsbyemail type=checkbox checked> Notify me about Special Events by email<br>
60                     <input name=overduesbyemail type=checkbox checked> Notify me about overdues by email<br>
61                     <input name=recordreadingrecord type=checkbox> Keep a record of books I have read<br>
62                     <input name=recordreadingrecord type=checkbox> Allow library staff to see my reading record<br>
63                 </td></tr>
64                 <tr><td align=center colspan=2>
65                     <input type=submit value="Set Preferences">
66                 </td>
67                 </tr>
68             </table>
69         </td></tr>
70     </table>
71     </form>
72     
73 </td></tr>
74 </table>
75
76 </center>
77
78 <TMPL_INCLUDE NAME="opac-bottom.inc">