]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/myopac/myopac_prefs.xml
turned <b.. /> into <b..> </b> for internet explorer.
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / myopac / 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' style='margin-top: 20px;'>
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 colspan='3'><b>Loading...</b></td></tr>
17                         <tr id='myopac_prefs_row'>
18                                 <td width='50%'>Search hits per page</td>
19                                 <td>
20                                         <select id='prefs_hits_per'>
21                                                 <option value='5'>5</option>
22                                                 <option value='8'>8</option>
23                                                 <option value='10'>10</option>
24                                                 <option value='15'>15</option>
25                                                 <option value='20'>20</option>
26                                                 <option value='25'>25</option>
27                                                 <option value='50'>50</option>
28                                         </select>
29                                 </td>
30                         </tr>
31
32                         <!-- FONT size preference -->
33                         <tr>
34                                 <td>Default Font Size</td>
35                                 <td>
36                                         <select id='prefs_def_font'>
37                                                 <option value='regular'>Regular Font</option>
38                                                 <option value='large'>Large Font</option>
39                                         </select>
40                                 </td>
41                         </tr>
42
43                         <!-- default hold notification type -->
44                         <tr>
45                                 <td>
46                                         <span>Default Hold Notification Style</span>
47                                         <a class='classic_link' href='javascript:void(0);' 
48                                                 onclick='alert($("myopac_pref_hold_notify_alert").textContent);' >(??)</a>
49                                 </td>
50                                 <td>
51                                         <select id='prefs_hold_notify'>
52                                                 <option value='phone:email' selected='selected'>Use Phone and Email</option>
53                                                 <option value='phone'>Use Phone Only</option>
54                                                 <option value='email'>Use Email Only</option>
55                                         </select>
56                                 </td>
57                         </tr>
58
59
60                         <!-- Save the preferences -->
61                         <tr><td colspan='2'><br/></td></tr>
62
63                         <tr>
64                                 <td align='center' class='color_3' colspan='2'>
65                                         <button onclick='myOPACSavePrefs();' 
66                                                 id='myopac_prefs_submit'>Save Preference Changes</button>
67                                 </td>
68                         </tr>
69
70                 </tbody>
71         </table>
72
73         <div class='hide_me' id='prefs_update_success'>Preferences successfully updated</div>
74         <div class='hide_me' id='prefs_update_failure'>Preferences update failed!</div>
75         <span class='hide_me' id='myopac_pref_hold_notify_alert'>
76                 This setting defines how you will be notified of holds that are ready to be picked up from the library.
77                 By default, holds will use the notification style you choose here.  
78                 However, you will still have the option to change individual holds regardless of this setting.
79         </span>
80
81 </div>
82
83