Skip to content

Commit 2ef7d1e

Browse files
committed
Updated paths to assets in pages
1 parent b6515d5 commit 2ef7d1e

31 files changed

+276
-266
lines changed

empty.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<title>AdminLTE | Dashboard</title>
66
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
77
<!-- bootstrap 3.0.2 -->
8-
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
8+
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
99
<!-- font Awesome -->
10-
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" />
10+
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
1111
<!-- Ionicons -->
12-
<link href="css/ionicons.min.css" rel="stylesheet" type="text/css" />
12+
<link href="bower_components/ionicons/css/ionicons.min.css" rel="stylesheet" type="text/css" />
1313
<!-- Theme style -->
1414
<link href="css/AdminLTE.css" rel="stylesheet" type="text/css" />
1515

@@ -270,7 +270,7 @@ <h3>
270270
</header>
271271
<div class="wrapper row-offcanvas row-offcanvas-left">
272272
<!-- Left side column. contains the logo and sidebar -->
273-
<aside class="left-side sidebar-offcanvas">
273+
<aside class="left-side sidebar-offcanvas">
274274
<!-- sidebar: style can be found in sidebar.less -->
275275
<section class="sidebar">
276276
<!-- Sidebar user panel -->
@@ -340,7 +340,7 @@ <h3>
340340
<ul class="treeview-menu">
341341
<li><a href="pages/forms/general.html"><i class="fa fa-angle-double-right"></i> General Elements</a></li>
342342
<li><a href="pages/forms/advanced.html"><i class="fa fa-angle-double-right"></i> Advanced Elements</a></li>
343-
<li><a href="pages/forms/editors.html"><i class="fa fa-angle-double-right"></i> Editors</a></li>
343+
<li><a href="pages/forms/editors.html"><i class="fa fa-angle-double-right"></i> Editors</a></li>
344344
</ul>
345345
</li>
346346
<li class="treeview">
@@ -376,7 +376,7 @@ <h3>
376376
<li><a href="pages/examples/register.html"><i class="fa fa-angle-double-right"></i> Register</a></li>
377377
<li><a href="pages/examples/lockscreen.html"><i class="fa fa-angle-double-right"></i> Lockscreen</a></li>
378378
<li><a href="pages/examples/404.html"><i class="fa fa-angle-double-right"></i> 404 Error</a></li>
379-
<li><a href="pages/examples/500.html"><i class="fa fa-angle-double-right"></i> 500 Error</a></li>
379+
<li><a href="pages/examples/500.html"><i class="fa fa-angle-double-right"></i> 500 Error</a></li>
380380
<li><a href="pages/examples/blank.html"><i class="fa fa-angle-double-right"></i> Blank Page</a></li>
381381
</ul>
382382
</li>
@@ -386,7 +386,7 @@ <h3>
386386
</aside>
387387

388388
<!-- Right side column. Contains the navbar and content of the page -->
389-
<aside class="right-side">
389+
<aside class="right-side">
390390
<!-- Content Header (Page header) -->
391391
<section class="content-header">
392392
<h1>
@@ -411,9 +411,9 @@ <h1>
411411
<!-- jQuery 2.0.2 -->
412412
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
413413
<!-- Bootstrap -->
414-
<script src="js/plugins/bootstrap.min.js" type="text/javascript"></script>
414+
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
415415
<!-- AdminLTE App -->
416-
<script src="js/plugins/AdminLTE/app.js" type="text/javascript"></script>
416+
<script src="js/app.js" type="text/javascript"></script>
417417

418418
</body>
419-
</html>
419+
</html>

index.html

Lines changed: 41 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@
55
<title>AdminLTE | Dashboard</title>
66
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
77
<!-- bootstrap 3.0.2 -->
8-
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
8+
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
99
<!-- font Awesome -->
10-
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" />
10+
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
1111
<!-- Ionicons -->
12-
<link href="css/ionicons.min.css" rel="stylesheet" type="text/css" />
12+
<link href="bower_components/ionicons/css/ionicons.min.css" rel="stylesheet" type="text/css" />
1313
<!-- Morris chart -->
14-
<link href="css/morris/morris.css" rel="stylesheet" type="text/css" />
14+
<link href="bower_components/morrisjs/morris.css" rel="stylesheet" type="text/css" />
1515
<!-- jvectormap -->
16-
<link href="css/jvectormap/jquery-jvectormap-1.2.2.css" rel="stylesheet" type="text/css" />
16+
<link href="bower_components/bower-jvectormap/jquery-jvectormap-1.2.2.css" rel="stylesheet" type="text/css" />
1717
<!-- fullCalendar -->
18-
<link href="css/fullcalendar/fullcalendar.css" rel="stylesheet" type="text/css" />
18+
<link href="bower_components/fullcalendar/fullcalendar.css" rel="stylesheet" type="text/css" />
1919
<!-- Daterange picker -->
20-
<link href="css/daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css" />
20+
<link href="bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css" />
2121
<!-- bootstrap wysihtml5 - text editor -->
22-
<link href="css/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css" rel="stylesheet" type="text/css" />
22+
<link href="bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.min.css" rel="stylesheet" type="text/css" />
23+
<!-- iCheck -->
24+
<link href="bower_components/iCheck/skins/minimal/_all.css" rel="stylesheet" type="text/css" />
2325
<!-- Theme style -->
2426
<link href="css/AdminLTE.css" rel="stylesheet" type="text/css" />
2527

@@ -495,15 +497,15 @@ <h3>
495497
<!-- top row -->
496498
<div class="row">
497499
<div class="col-xs-12 connectedSortable">
498-
500+
499501
</div><!-- /.col -->
500502
</div>
501503
<!-- /.row -->
502504

503505
<!-- Main row -->
504506
<div class="row">
505507
<!-- Left col -->
506-
<section class="col-lg-6 connectedSortable">
508+
<section class="col-lg-6 connectedSortable">
507509
<!-- Box (with bar chart) -->
508510
<div class="box box-danger" id="loading-example">
509511
<div class="box-header">
@@ -581,8 +583,8 @@ <h3 class="box-title">Server Load</h3>
581583
</div><!-- ./col -->
582584
</div><!-- /.row -->
583585
</div><!-- /.box-footer -->
584-
</div><!-- /.box -->
585-
586+
</div><!-- /.box -->
587+
586588
<!-- Custom tabs (Charts with tabs)-->
587589
<div class="nav-tabs-custom">
588590
<!-- Tabs within a box -->
@@ -597,13 +599,13 @@ <h3 class="box-title">Server Load</h3>
597599
<div class="chart tab-pane" id="sales-chart" style="position: relative; height: 300px;"></div>
598600
</div>
599601
</div><!-- /.nav-tabs-custom -->
600-
602+
601603
<!-- Calendar -->
602604
<div class="box box-warning">
603605
<div class="box-header">
604606
<i class="fa fa-calendar"></i>
605607
<div class="box-title">Calendar</div>
606-
608+
607609
<!-- tools box -->
608610
<div class="pull-right box-tools">
609611
<!-- button with a dropdown -->
@@ -616,7 +618,7 @@ <h3 class="box-title">Server Load</h3>
616618
<li><a href="#">View calendar</a></li>
617619
</ul>
618620
</div>
619-
</div><!-- /. tools -->
621+
</div><!-- /. tools -->
620622
</div><!-- /.box-header -->
621623
<div class="box-body no-padding">
622624
<!--The calendar -->
@@ -659,7 +661,7 @@ <h3 class="box-title">Quick Email</h3>
659661
<div class="box box-primary">
660662
<div class="box-header">
661663
<!-- tools box -->
662-
<div class="pull-right box-tools">
664+
<div class="pull-right box-tools">
663665
<button class="btn btn-primary btn-sm daterange pull-right" data-toggle="tooltip" title="Date range"><i class="fa fa-calendar"></i></button>
664666
<button class="btn btn-primary btn-sm pull-right" data-widget='collapse' data-toggle="tooltip" title="Collapse" style="margin-right: 5px;"><i class="fa fa-minus"></i></button>
665667
</div><!-- /. tools -->
@@ -732,7 +734,7 @@ <h3 class="box-title">
732734
<h3 class="box-title"><i class="fa fa-comments-o"></i> Chat</h3>
733735
<div class="box-tools pull-right" data-toggle="tooltip" title="Status">
734736
<div class="btn-group" data-toggle="btn-toggle" >
735-
<button type="button" class="btn btn-default btn-sm active"><i class="fa fa-square text-green"></i></button>
737+
<button type="button" class="btn btn-default btn-sm active"><i class="fa fa-square text-green"></i></button>
736738
<button type="button" class="btn btn-default btn-sm"><i class="fa fa-square text-red"></i></button>
737739
</div>
738740
</div>
@@ -819,9 +821,9 @@ <h3 class="box-title">To Do List</h3>
819821
<span class="handle">
820822
<i class="fa fa-ellipsis-v"></i>
821823
<i class="fa fa-ellipsis-v"></i>
822-
</span>
824+
</span>
823825
<!-- checkbox -->
824-
<input type="checkbox" value="" name=""/>
826+
<input type="checkbox" value="" name=""/>
825827
<!-- todo text -->
826828
<span class="text">Design a nice theme</span>
827829
<!-- Emphasis label -->
@@ -836,7 +838,7 @@ <h3 class="box-title">To Do List</h3>
836838
<span class="handle">
837839
<i class="fa fa-ellipsis-v"></i>
838840
<i class="fa fa-ellipsis-v"></i>
839-
</span>
841+
</span>
840842
<input type="checkbox" value="" name=""/>
841843
<span class="text">Make the theme responsive</span>
842844
<small class="label label-info"><i class="fa fa-clock-o"></i> 4 hours</small>
@@ -917,36 +919,38 @@ <h3 class="box-title">To Do List</h3>
917919
<!-- jQuery 2.0.2 -->
918920
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
919921
<!-- jQuery UI 1.10.3 -->
920-
<script src="js/jquery-ui-1.10.3.min.js" type="text/javascript"></script>
922+
<script src="bower_components/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
921923
<!-- Bootstrap -->
922-
<script src="js/bootstrap.min.js" type="text/javascript"></script>
924+
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
923925
<!-- Morris.js charts -->
924926
<script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
925-
<script src="js/plugins/morris/morris.min.js" type="text/javascript"></script>
927+
<script src="bower_components/morrisjs/morris.min.js" type="text/javascript"></script>
926928
<!-- Sparkline -->
927-
<script src="js/plugins/sparkline/jquery.sparkline.min.js" type="text/javascript"></script>
929+
<script src="bower_components/sparkline/index.js" type="text/javascript"></script>
928930
<!-- jvectormap -->
929-
<script src="js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js" type="text/javascript"></script>
930-
<script src="js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js" type="text/javascript"></script>
931+
<script src="bower_components/bower-jvectormap/jquery-jvectormap-1.2.2.min.js" type="text/javascript"></script>
932+
<script src="bower_components/bower-jvectormap/jquery-jvectormap-world-mill-en.js" type="text/javascript"></script>
933+
<!-- moment -->
934+
<script src="bower_components/moment/min/moment-with-langs.min.js" type="text/javascript"></script>
931935
<!-- fullCalendar -->
932-
<script src="js/plugins/fullcalendar/fullcalendar.min.js" type="text/javascript"></script>
936+
<script src="bower_components/fullcalendar/fullcalendar.min.js" type="text/javascript"></script>
933937
<!-- jQuery Knob Chart -->
934-
<script src="js/plugins/jqueryKnob/jquery.knob.js" type="text/javascript"></script>
938+
<script src="bower_components/jquery-knob/dist/jquery.knob.min.js" type="text/javascript"></script>
935939
<!-- daterangepicker -->
936-
<script src="js/plugins/daterangepicker/daterangepicker.js" type="text/javascript"></script>
940+
<script src="bower_components/bootstrap-daterangepicker/daterangepicker.js" type="text/javascript"></script>
937941
<!-- Bootstrap WYSIHTML5 -->
938-
<script src="js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js" type="text/javascript"></script>
942+
<script src="bower_components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.all.min.js" type="text/javascript"></script>
939943
<!-- iCheck -->
940-
<script src="js/plugins/iCheck/icheck.min.js" type="text/javascript"></script>
944+
<script src="bower_components/iCheck/icheck.min.js" type="text/javascript"></script>
941945

942946
<!-- AdminLTE App -->
943-
<script src="js/AdminLTE/app.js" type="text/javascript"></script>
944-
947+
<script src="js/app.js" type="text/javascript"></script>
948+
945949
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
946-
<script src="js/AdminLTE/dashboard.js" type="text/javascript"></script>
947-
950+
<script src="js/dashboard.js" type="text/javascript"></script>
951+
948952
<!-- AdminLTE for demo purposes -->
949-
<script src="js/AdminLTE/demo.js" type="text/javascript"></script>
953+
<script src="js/demo.js" type="text/javascript"></script>
950954

951955
</body>
952-
</html>
956+
</html>

pages/UI/buttons.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
<title>AdminLTE | Dashboard</title>
66
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
77
<!-- bootstrap 3.0.2 -->
8-
<link href="../../css/bootstrap.min.css" rel="stylesheet" type="text/css" />
8+
<link href="../../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
99
<!-- font Awesome -->
10-
<link href="../../css/font-awesome.min.css" rel="stylesheet" type="text/css" />
10+
<link href="../../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
1111
<!-- Ionicons -->
12-
<link href="../../css/ionicons.min.css" rel="stylesheet" type="text/css" />
12+
<link href="../../bower_components/ionicons/css/ionicons.min.css" rel="stylesheet" type="text/css" />
13+
<!-- Social buttons -->
14+
<link href="../../bower_components/bootstrap-social/bootstrap-social.css" rel="stylesheet" type="text/css" />
1315
<!-- Theme style -->
1416
<link href="../../css/AdminLTE.css" rel="stylesheet" type="text/css" />
1517

@@ -1266,10 +1268,10 @@ <h3 class='box-title'>Vertical Button Group</h3>
12661268
<!-- jQuery 2.0.2 -->
12671269
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
12681270
<!-- Bootstrap -->
1269-
<script src="../../js/bootstrap.min.js" type="text/javascript"></script>
1271+
<script src="../../bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
12701272
<!-- AdminLTE App -->
1271-
<script src="../../js/AdminLTE/app.js" type="text/javascript"></script>
1273+
<script src="../../js/app.js" type="text/javascript"></script>
12721274
<!-- AdminLTE for demo purposes -->
1273-
<script src="../../js/AdminLTE/demo.js" type="text/javascript"></script>
1275+
<script src="../../js/demo.js" type="text/javascript"></script>
12741276
</body>
12751277
</html>

pages/UI/empty.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<title>AdminLTE | Dashboard</title>
66
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
77
<!-- bootstrap 3.0.2 -->
8-
<link href="../../css/bootstrap.min.css" rel="stylesheet" type="text/css" />
8+
<link href="../../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
99
<!-- font Awesome -->
10-
<link href="../../css/font-awesome.min.css" rel="stylesheet" type="text/css" />
10+
<link href="../../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
1111
<!-- Ionicons -->
12-
<link href="../../css/ionicons.min.css" rel="stylesheet" type="text/css" />
12+
<link href="../../bower_components/ionicons/css/ionicons.min.css" rel="stylesheet" type="text/css" />
1313
<!-- Theme style -->
1414
<link href="../../css/AdminLTE.css" rel="stylesheet" type="text/css" />
1515

@@ -411,10 +411,10 @@ <h1>
411411
<!-- jQuery 2.0.2 -->
412412
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
413413
<!-- Bootstrap -->
414-
<script src="../../js/bootstrap.min.js" type="text/javascript"></script>
414+
<script src="../../bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
415415
<!-- AdminLTE App -->
416-
<script src="../../js/AdminLTE/app.js" type="text/javascript"></script>
416+
<script src="../../js/app.js" type="text/javascript"></script>
417417
<!-- AdminLTE for demo purposes -->
418-
<script src="../../js/AdminLTE/demo.js" type="text/javascript"></script>
418+
<script src="../../js/demo.js" type="text/javascript"></script>
419419
</body>
420420
</html>

0 commit comments

Comments
 (0)