Show More
@@ -31,15 +31,12 b' data-read-only={{read_only}}' | |||||
31 | <div id="tab1"> |
|
31 | <div id="tab1"> | |
32 | {% if logged_in or not read_only %} |
|
32 | {% if logged_in or not read_only %} | |
33 | <div id="notebook_toolbar"> |
|
33 | <div id="notebook_toolbar"> | |
34 |
|
34 | <form id='alternate_upload' action="notebooks" enctype="multipart/form-data" method="post" class='alternate_upload' > | ||
35 | <form id='alternate_upload' action="notebooks" enctype="multipart/form-data" method="post" class='alternate_upload'> |
|
35 | <span id="drag_info" style="position:absolute" >Drag files | |
36 | <span id="drag_info" style="position:absolute" >Drag files |
|
36 | onto the list, or click here, to import | |
37 | onto the list, or click here, to import |
|
37 | notebooks.</span> | |
38 | notebooks.</span> |
|
38 | <input type="file" name="datafile" class="fileinput" multiple='multiple'> | |
39 | <input type="file" name="datafile" class="fileinput"> |
|
|||
40 | </form> |
|
39 | </form> | |
41 |
|
||||
42 |
|
||||
43 | <span id="notebook_buttons"> |
|
40 | <span id="notebook_buttons"> | |
44 | <button id="refresh_notebook_list" title="Refresh notebook list">Refresh</button> |
|
41 | <button id="refresh_notebook_list" title="Refresh notebook list">Refresh</button> | |
45 | <button id="new_notebook" title="Create new notebook">New Notebook</button> |
|
42 | <button id="new_notebook" title="Create new notebook">New Notebook</button> |
General Comments 0
You need to be logged in to leave comments.
Login now