mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
change upload sentense
This commit is contained in:
parent
73ff1c5cde
commit
981738f9e3
@ -19,5 +19,5 @@
|
||||
position:relative;
|
||||
opacity: 0;
|
||||
z-index: 2;
|
||||
width: 356px;
|
||||
width: 447px;
|
||||
}
|
||||
|
@ -32,9 +32,9 @@ data-read-only={{read_only}}
|
||||
{% if logged_in or not read_only %}
|
||||
<div id="notebook_toolbar">
|
||||
<form id='alternate_upload' class='alternate_upload' >
|
||||
<span id="drag_info" style="position:absolute" >Drag files
|
||||
onto the list, or <strong>click here</strong>, to import
|
||||
notebooks.</span>
|
||||
<span id="drag_info" style="position:absolute" >
|
||||
To import a notebook, drag the file onto the listing below or <strong>click here</strong>.
|
||||
</span>
|
||||
<input type="file" name="datafile" class="fileinput" multiple='multiple'>
|
||||
</form>
|
||||
<span id="notebook_buttons">
|
||||
|
Loading…
Reference in New Issue
Block a user