]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/myopac/myopac_bookbags.xml
cleaned fines display some. persisting font size via cookie and user pref
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / myopac / myopac_bookbags.xml
1
2 <div id='myopac_bookbag_div' class='hide_me' xmlns:xi="http://www.w3.org/2001/XInclude" >
3
4         <script language='javascript' src='../js/container.js'> </script>
5
6         <div id='myopac_delete_bookbag_warn' class='hide_me'>
7                 This will remove the selected bookbag and all items contained within the bookbag.  
8                 Are you sure you wish to continue?
9         </div>
10
11         <br/>
12
13         <div style='text-align: center; font-weight: bold;' 
14                 class='hide_me' id='myopac_bookbags_none'>You have not created any bookbags</div>
15
16         <div style='width: 99%; text-align: center'> <b>My Bookbags</b></div>
17         <br/>
18         <table width='100%' class='data_grid data_grid_center hide_me' id='myopac_bookbag_table'>
19                 <thead>
20                         <tr><td>Name</td><td># Items</td><td>Shared</td><td>Share / Hide</td><td>Delete this bookbag?</td></tr>
21                 </thead>
22                 <tbody id='myopac_bookbag_tbody'>
23                         <tr id='myopac_bookbag_tr'>
24                                 <td>
25                                         <a href='javascript:void(0);' class='classic_link' name='myopac_expand_bookbag'> </a>
26                                 </td>
27                                 <td><span name='myopac_bookbag_item_count'> </span> <span> Items</span></td>
28                                 <td>
29                                         <span name='myopac_bb_published_no' class='hide_me'>No</span>
30                                         <span name='myopac_bb_published_yes' class='hide_me'>Yes</span>
31                                         <a name='myopac_bb_published_view' class='classic_link hide_me'>(View)</a>
32                                 </td>
33
34                                 <td>
35                                         <a name='myopac_bb_make_unpublished' class='classic_link hide_me'>Hide</a>
36                                         <a name='myopac_bb_make_published' class='classic_link hide_me'>Share</a>
37                                 </td>
38
39                                 <td>
40                                         <a class='classic_link' href='javascript:void(0);' name='myopac_container_delete'>Delete</a>
41                                 </td>
42                         </tr>
43                 </tbody>
44         </table>
45
46         <br/><br/>
47
48         <table width='100%' class='data_grid data_grid_center'>
49                 <thead>
50                         <tr><td>Create a new Bookbag</td></tr>
51                 </thead>
52                 <tbody>
53                         <tr>
54                                 <td> 
55                                         <span style='padding-right: 5px;'>Enter the name of the new Bookbag: </span>
56                                         <input id='myopac_bookbag_new_name' type='text'> </input> 
57                                 </td>
58                         </tr>
59                         <tr>
60                                 <td>
61                                         <span style='padding: 5px;'>Share this Bookbag</span>
62                                         <a class='classic_link' href='javascript:alert($("bb_publish_text").innerHTML);'>(<b>??</b>)</a>
63                                         <span>Yes</span> <input type='radio' name='bb_public' id='bb_public_yes'/>
64                                         <span>No</span> <input type='radio' name='bb_public' id='bb_public_no' checked='checked'/>
65                                         <input style='padding-left: 10px;' onclick='myOPACCreateBookbag();' 
66                                                 type='submit' value='&common.submit;'> </input>
67                                 </td>
68                         </tr>
69                 </tbody>
70         </table>
71
72         <br/><br/>
73
74         <!--
75         <div style='overflow: auto; max-height: 200px;' class='hide_me'>
76         -->
77         <div style='width: 99%; text-align: center'> <b id='myopac_bookbag_items_name'> </b></div>
78         <br/>
79
80         <div class='hide_me' style='width: 100%; text-align: center; font-weight: 700; margin-top: 10px;'
81                 id='myopac_bookbag_no_items'>The selected bookbag contains no items...</div>
82
83         <table width='100%' class='hide_me data_grid data_grid_center' id='myopac_bookbag_items_table'>
84                 <thead> 
85                         <tr> <td>Title</td> <td>Authors</td> <td>Remove this item?</td> </tr> 
86                 </thead>
87                 <tbody id='myopac_bookbag_items_tbody'>
88                         <tr id='myopac_bookbag_items_row'>
89                                 <td> <a name='myopac_bookbag_items_title' class='classic_link'> </a> </td>
90                                 <!--
91                                 <td> <a name='myopac_bookbag_items_author' class='classic_link'> </a> </td>
92                                 -->
93                                 <td name='myopac_bookbag_items_author'> </td>
94                                 <td><a name='myopac_bookbag_items_remove' class='classic_link'>remove</a></td>  
95                         </tr>
96                 </tbody>
97         </table>
98         <!--</div>-->
99
100         <span id='bb_publish_text' class='hide_me'>
101                 Sharing a Bookbag means that the contents of the Bookbag will be visible to others.  
102                 To see the public view of a shared Bookbag, click the "View" link in the 
103                 "Shared" column of the Bookbag list at the top of this page.
104         </span>
105
106         <span id='myopac_remove_bb_item_confirm' class='hide_me'>
107                 Are you sure you wish to remove this bookbag item?
108         </span>
109
110         <span id='myopac_make_published_confirm' class='hide_me'>
111                 Sharing this bookbag will allow the contents 
112                 of the bookback to be seen by others.
113                 Are you sure you wish to share this bookbag?  
114         </span>
115
116         <span id='myopac_make_unpublished_confirm' class='hide_me'>
117                 Are you sure you wish to hide this bookbag?
118         </span>
119
120         <span id='myopac_bb_update_success' class='hide_me'>
121                 The Bookbag was successfully updated.
122         </span>
123
124         <span id='bb_create_warning' class='hide_me'>
125                 Warning: Adding items to a bookbag creates a link between you and the
126                 items in the database.  The contents of the bookbag are NOT publicly 
127                 viewable unless the bookbag is shared. However, if you prefer not to
128                 have any link between your patron record and a particular item or items,
129                 we suggest that you do not place said items in a bookbag or that you 
130                 avoid using bookbags all together.  Thank you.
131         </span>
132
133 </div>
134
135