mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
multifile selection
This commit is contained in:
parent
ca089cc7cf
commit
275b1040b1
@ -31,15 +31,12 @@ data-read-only={{read_only}}
|
||||
<div id="tab1">
|
||||
{% if logged_in or not read_only %}
|
||||
<div id="notebook_toolbar">
|
||||
|
||||
<form id='alternate_upload' action="notebooks" enctype="multipart/form-data" method="post" class='alternate_upload'>
|
||||
<span id="drag_info" style="position:absolute" >Drag files
|
||||
onto the list, or click here, to import
|
||||
notebooks.</span>
|
||||
<input type="file" name="datafile" class="fileinput">
|
||||
<form id='alternate_upload' action="notebooks" enctype="multipart/form-data" method="post" class='alternate_upload' >
|
||||
<span id="drag_info" style="position:absolute" >Drag files
|
||||
onto the list, or click here, to import
|
||||
notebooks.</span>
|
||||
<input type="file" name="datafile" class="fileinput" multiple='multiple'>
|
||||
</form>
|
||||
|
||||
|
||||
<span id="notebook_buttons">
|
||||
<button id="refresh_notebook_list" title="Refresh notebook list">Refresh</button>
|
||||
<button id="new_notebook" title="Create new notebook">New Notebook</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user