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