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