|
9 | 9 | <title>AdminLTE 2 | Dashboard</title>
|
10 | 10 | <!-- Tell the browser to be responsive to screen width -->
|
11 | 11 | <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
12 |
| - <!-- Bootstrap 3.3.4 --> |
13 |
| - <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> |
14 |
| - <!-- Font Awesome Icons --> |
15 |
| - <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> |
16 |
| - <!-- Ionicons --> |
17 |
| - <link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css" /> |
18 |
| - <!-- Theme style --> |
19 |
| - <link href="dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" /> |
20 |
| - <!-- AdminLTE Skins. We have chosen the skin-blue for this starter |
21 |
| - page. However, you can choose any other skin. Make sure you |
22 |
| - apply the skin class to the body tag so the changes take effect. |
23 |
| - --> |
24 |
| - <link href="dist/css/skins/skin-blue.min.css" rel="stylesheet" type="text/css" /> |
25 | 12 |
|
26 |
| - <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
27 |
| - <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
28 |
| - <!--[if lt IE 9]> |
29 |
| - <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
30 |
| - <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
31 |
| - <![endif]--> |
| 13 | + <link rel="stylesheet" href="/bower_components/font-awesome/css/font-awesome.css" /> |
| 14 | + <link rel="stylesheet" href="/bower_components/ionicons/css/ionicons.css" /> |
| 15 | + <link rel="stylesheet" href="/dist/styles/main.css"> |
| 16 | + |
32 | 17 | </head>
|
33 | 18 | <!--
|
34 | 19 | BODY TAG OPTIONS:
|
|
89 | 74 | <a href="#">
|
90 | 75 | <div class="pull-left">
|
91 | 76 | <!-- User Image -->
|
92 |
| - <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"/> |
| 77 | + <img src="/images/user2-160x160.jpg" class="img-circle" alt="User Image"/> |
93 | 78 | </div>
|
94 | 79 | <!-- Message title and timestamp -->
|
95 | 80 | <h4>
|
@@ -168,14 +153,14 @@ <h3>
|
168 | 153 | <!-- Menu Toggle Button -->
|
169 | 154 | <a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
170 | 155 | <!-- The user image in the navbar-->
|
171 |
| - <img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image"/> |
| 156 | + <img src="/images/user2-160x160.jpg" class="user-image" alt="User Image"/> |
172 | 157 | <!-- hidden-xs hides the username on small devices so only the image appears. -->
|
173 | 158 | <span class="hidden-xs">Alexander Pierce</span>
|
174 | 159 | </a>
|
175 | 160 | <ul class="dropdown-menu">
|
176 | 161 | <!-- The user image in the menu -->
|
177 | 162 | <li class="user-header">
|
178 |
| - <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" /> |
| 163 | + <img src="/images/user2-160x160.jpg" class="img-circle" alt="User Image" /> |
179 | 164 | <p>
|
180 | 165 | Alexander Pierce - Web Developer
|
181 | 166 | <small>Member since Nov. 2012</small>
|
|
221 | 206 | <!-- Sidebar user panel (optional) -->
|
222 | 207 | <div class="user-panel">
|
223 | 208 | <div class="pull-left image">
|
224 |
| - <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" /> |
| 209 | + <img src="/images/user2-160x160.jpg" class="img-circle" alt="User Image" /> |
225 | 210 | </div>
|
226 | 211 | <div class="pull-left info">
|
227 | 212 | <p>Alexander Pierce</p>
|
@@ -357,12 +342,9 @@ <h3 class="control-sidebar-heading">General Settings</h3>
|
357 | 342 |
|
358 | 343 | <!-- REQUIRED JS SCRIPTS -->
|
359 | 344 |
|
360 |
| - <!-- jQuery 2.1.4 --> |
361 |
| - <script src="plugins/jQuery/jQuery-2.1.4.min.js"></script> |
362 |
| - <!-- Bootstrap 3.3.2 JS --> |
363 |
| - <script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script> |
364 |
| - <!-- AdminLTE App --> |
365 |
| - <script src="dist/js/app.min.js" type="text/javascript"></script> |
| 345 | + <script src="/bower_components/jquery/dist/jquery.js"></script> |
| 346 | + <script src="/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap.js"></script> |
| 347 | + <script src="/javascripts/app.js" type="text/javascript"></script> |
366 | 348 |
|
367 | 349 | <!-- Optionally, you can add Slimscroll and FastClick plugins.
|
368 | 350 | Both of these plugins are recommended to enhance the
|
|
0 commit comments