')
160 | .addClass('modal fade')
161 | .attr({
162 | 'tabindex' : '-1',
163 | 'role' : 'dialog',
164 | 'aria-labelledby' : 'nbexamples-modal-label'
165 | })
166 | .append(
167 | $('
')
168 | .addClass('modal-dialog')
169 | .attr({'role' : 'document'})
170 | .append(
171 | $('
')
172 | .addClass('modal-content')
173 | .append(modal_header)
174 | .append(form)
175 | )
176 | );
177 |
178 | return main_div;
179 | };
180 |
181 | Examples.prototype.show_supporting_items_list = function (notebook_folder_name, supporting_items) {
182 | $('#supporting_items').html('');
183 | if (supporting_items.length > 0) {
184 | $('#supporting_items').append(
185 | $('