]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/myopac_prefs.xml
b6cdc177d77f0daf66926377087ea59fc796e2cf
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / myopac_prefs.xml
1 <?xml version='1.0'?>
2
3 <div id='myopac_prefs_div' xmlns:xi="http://www.w3.org/2001/XInclude" >
4
5         <table width='100%' class='data_grid'>
6
7                 <br/>
8                 <thead>
9                         <tr>
10                                 <td colspan='2' align='center'>
11                                         <b>Preferences</b>
12                                 </td>
13                         </tr>
14                         <!--
15                         <tr>
16                                 <td >More To Come...</td>
17                         </tr>
18                         -->
19                 </thead>
20
21                 <tbody id='myopac_prefs_tbody'>
22                         <tr id='myopac_prefs_loading'><td>Loading...</td></tr>
23                         <tr id='myopac_prefs_row' class='light_border hide_me'>
24                                 <td width='50%'>Search hits per page</td>
25                                 <td>
26                                         <select id='prefs_hits_per'>
27                                                 <option>5</option>
28                                                 <option>10</option>
29                                                 <option>15</option>
30                                                 <option>20</option>
31                                                 <option>25</option>
32                                                 <option>50</option>
33                                         </select>
34                                 </td>
35                         </tr>
36
37                         <tr>
38                                 <td align='middle' colspan='2'>
39                                         <button onclick='myOPACSavePrefs();' 
40                                                 id='myopac_prefs_submit'>Save Changes</button>
41                                 </td>
42                         </tr>
43
44                         <tr>
45                                 <td colspan='2' align='center'><br/><b> * More To Come...</b></td>
46                         </tr>
47
48                 </tbody>
49         </table>
50
51         <div class='hide_me' id='prefs_update_success'>Preferences successfully updated</div>
52         <div class='hide_me' id='prefs_update_failure'>Preferences update failed!</div>
53
54 </div>
55
56