Show More
@@ -6,7 +6,7 b'' | |||||
6 |
|
6 | |||
7 | <title>{% block title %}IPython Notebook{% endblock %}</title> |
|
7 | <title>{% block title %}IPython Notebook{% endblock %}</title> | |
8 | {% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}">{% endblock %} |
|
8 | {% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}">{% endblock %} | |
9 |
<meta http-equiv="X-UA-Compatible" content=" |
|
9 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
10 | <link rel="stylesheet" href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css" /> |
|
10 | <link rel="stylesheet" href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css" /> | |
11 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
11 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
12 |
|
12 | |||
@@ -82,7 +82,7 b'' | |||||
82 |
|
82 | |||
83 | <div id="header" class="navbar navbar-fixed-top"> |
|
83 | <div id="header" class="navbar navbar-fixed-top"> | |
84 | <div id="header-container" class="container"> |
|
84 | <div id="header-container" class="container"> | |
85 |
<div id="ipython_notebook" class="nav navbar-brand pull-left"><a href="{{base_url}}tree" |
|
85 | <div id="ipython_notebook" class="nav navbar-brand pull-left"><a href="{{base_url}}tree" title='dashboard'>{% block logo %}<img src='{{static_url("base/images/logo.png") }}' alt='Jupyter Notebook'/>{% endblock %}</a></div> | |
86 |
|
86 | |||
87 | {% block login_widget %} |
|
87 | {% block login_widget %} | |
88 |
|
88 |
@@ -44,7 +44,7 b' data-terminals-available="{{terminals_available}}"' | |||||
44 | </span> |
|
44 | </span> | |
45 | </span> |
|
45 | </span> | |
46 | </form> |
|
46 | </form> | |
47 |
< |
|
47 | <div id="notebook_buttons" class="pull-right"> | |
48 | <div id="new-notebook-buttons" class="btn-group"> |
|
48 | <div id="new-notebook-buttons" class="btn-group"> | |
49 | <button id="new_notebook" class="btn btn-default btn-xs"> |
|
49 | <button id="new_notebook" class="btn btn-default btn-xs"> | |
50 | New Notebook |
|
50 | New Notebook | |
@@ -58,7 +58,7 b' data-terminals-available="{{terminals_available}}"' | |||||
58 |
|
58 | |||
59 |
|
59 | |||
60 | <button id="refresh_notebook_list" title="Refresh notebook list" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button> |
|
60 | <button id="refresh_notebook_list" title="Refresh notebook list" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button> | |
61 |
</ |
|
61 | </div> | |
62 | </div> |
|
62 | </div> | |
63 | </div> |
|
63 | </div> | |
64 |
|
64 | |||
@@ -141,9 +141,10 b' data-terminals-available="{{terminals_available}}"' | |||||
141 | </div> |
|
141 | </div> | |
142 | </div> |
|
142 | </div> | |
143 | </div> |
|
143 | </div> | |
144 | </div> |
|
144 | </div> | |
|
145 | </div><!-- tab_content --> | |||
145 |
|
146 | |||
146 | </div> |
|
147 | </div><!-- ipython-main-app --> | |
147 |
|
148 | |||
148 | {% endblock %} |
|
149 | {% endblock %} | |
149 |
|
150 |
General Comments 0
You need to be logged in to leave comments.
Login now