Show More
@@ -1,63 +1,63 b'' | |||||
1 | <!DOCTYPE HTML> |
|
1 | <!DOCTYPE HTML> | |
2 | <html> |
|
2 | <html> | |
3 |
|
3 | |||
4 | <head> |
|
4 | <head> | |
5 | <meta charset="utf-8"> |
|
5 | <meta charset="utf-8"> | |
6 |
|
6 | |||
7 |
<title>IPython |
|
7 | <title>IPython Dashboard</title> | |
8 |
|
8 | |||
9 | <link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> |
|
9 | <link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> | |
10 | <link rel="stylesheet" href="static/css/boilerplate.css" type="text/css" /> |
|
10 | <link rel="stylesheet" href="static/css/boilerplate.css" type="text/css" /> | |
11 | <link rel="stylesheet" href="static/css/layout.css" type="text/css" /> |
|
11 | <link rel="stylesheet" href="static/css/layout.css" type="text/css" /> | |
12 | <link rel="stylesheet" href="static/css/base.css" type="text/css" /> |
|
12 | <link rel="stylesheet" href="static/css/base.css" type="text/css" /> | |
13 | <link rel="stylesheet" href="static/css/projectdashboard.css" type="text/css" /> |
|
13 | <link rel="stylesheet" href="static/css/projectdashboard.css" type="text/css" /> | |
14 |
|
14 | |||
15 | </head> |
|
15 | </head> | |
16 |
|
16 | |||
17 | <body data-project={{project}} data-base-project-url={{base_project_url}} |
|
17 | <body data-project={{project}} data-base-project-url={{base_project_url}} | |
18 | data-base-kernel-url={{base_kernel_url}}> |
|
18 | data-base-kernel-url={{base_kernel_url}}> | |
19 |
|
19 | |||
20 | <div id="header"> |
|
20 | <div id="header"> | |
21 | <span id="ipython_notebook"><h1>IPython Notebook</h1></span> |
|
21 | <span id="ipython_notebook"><h1>IPython Notebook</h1></span> | |
22 | </div> |
|
22 | </div> | |
23 |
|
23 | |||
24 | <div id="header_border"></div> |
|
24 | <div id="header_border"></div> | |
25 |
|
25 | |||
26 | <div id="main_app"> |
|
26 | <div id="main_app"> | |
27 |
|
27 | |||
28 | <div id="app_hbox"> |
|
28 | <div id="app_hbox"> | |
29 |
|
29 | |||
30 | <div id="left_panel"> |
|
30 | <div id="left_panel"> | |
31 | </div> |
|
31 | </div> | |
32 |
|
32 | |||
33 | <div id="content_panel"> |
|
33 | <div id="content_panel"> | |
34 | <div id="content_toolbar"> |
|
34 | <div id="content_toolbar"> | |
35 | <span id="drag_info">Drag files onto the list to import notebooks.</span> |
|
35 | <span id="drag_info">Drag files onto the list to import notebooks.</span> | |
36 | <span id="notebooks_buttons"> |
|
36 | <span id="notebooks_buttons"> | |
37 | <button id="new_notebook">New Notebook</button> |
|
37 | <button id="new_notebook">New Notebook</button> | |
38 | </span> |
|
38 | </span> | |
39 | </div> |
|
39 | </div> | |
40 | <div id="notebook_list"> |
|
40 | <div id="notebook_list"> | |
41 | <div id="project_name"><h2>{{project}}</h2></div> |
|
41 | <div id="project_name"><h2>{{project}}</h2></div> | |
42 | </div> |
|
42 | </div> | |
43 |
|
43 | |||
44 | </div> |
|
44 | </div> | |
45 |
|
45 | |||
46 | <div id="right_panel"> |
|
46 | <div id="right_panel"> | |
47 | </div> |
|
47 | </div> | |
48 |
|
48 | |||
49 | </div> |
|
49 | </div> | |
50 |
|
50 | |||
51 | </div> |
|
51 | </div> | |
52 |
|
52 | |||
53 | <script src="static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> |
|
53 | <script src="static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> | |
54 | <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script> |
|
54 | <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script> | |
55 | <script src="static/js/namespace.js" type="text/javascript" charset="utf-8"></script> |
|
55 | <script src="static/js/namespace.js" type="text/javascript" charset="utf-8"></script> | |
56 | <script src="static/js/notebooklist.js" type="text/javascript" charset="utf-8"></script> |
|
56 | <script src="static/js/notebooklist.js" type="text/javascript" charset="utf-8"></script> | |
57 | <script src="static/js/projectdashboardmain.js" type="text/javascript" charset="utf-8"></script> |
|
57 | <script src="static/js/projectdashboardmain.js" type="text/javascript" charset="utf-8"></script> | |
58 |
|
58 | |||
59 | </body> |
|
59 | </body> | |
60 |
|
60 | |||
61 | </html> |
|
61 | </html> | |
62 |
|
62 | |||
63 |
|
63 |
General Comments 0
You need to be logged in to leave comments.
Login now