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