Use https when possible. (#2733)

This commit is contained in:
XhmikosR 2020-05-31 15:28:48 +03:00 committed by GitHub
parent c000e77bde
commit 13ed4d6aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 87 additions and 87 deletions

View file

@ -86,13 +86,13 @@ To compile the dist files you need nodejs/npm, clone/download the repo then:
#### Contribution Requirements: #### Contribution Requirements:
- When you contribute, you agree to give a non-exclusive license to AdminLTE.io to use that contribution in any context as we (AdminLTE.io) see appropriate. - When you contribute, you agree to give a non-exclusive license to AdminLTE.io to use that contribution in any context as we (AdminLTE.io) see appropriate.
- If you use content provided by another party, it must be appropriately licensed using an [open source](http://opensource.org/licenses) license. - If you use content provided by another party, it must be appropriately licensed using an [open source](https://opensource.org/licenses) license.
- Contributions are only accepted through GitHub pull requests. - Contributions are only accepted through GitHub pull requests.
- Finally, contributed code must work in all supported browsers (see above for browser support). - Finally, contributed code must work in all supported browsers (see above for browser support).
License License
------- -------
AdminLTE is an open source project by [AdminLTE.io](https://adminlte.io) that is licensed under [MIT](http://opensource.org/licenses/MIT). AdminLTE.io AdminLTE is an open source project by [AdminLTE.io](https://adminlte.io) that is licensed under [MIT](https://opensource.org/licenses/MIT). AdminLTE.io
reserves the right to change the license of future releases. reserves the right to change the license of future releases.
Latest Release Latest Release
@ -112,9 +112,9 @@ Image Credits
------------- -------------
[Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd) [Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)
[Graphicsfuel](http://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/) [Graphicsfuel](https://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)
[Pickaface](http://pickaface.net/) [Pickaface](https://pickaface.net/)
[Unsplash](https://unsplash.com/) [Unsplash](https://unsplash.com/)

View file

@ -2,8 +2,8 @@
* AdminLTE v3.0.6-pre * AdminLTE v3.0.6-pre
* Only Components * Only Components
* Author: Colorlib * Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io> * Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT> * License: Open source - MIT <https://opensource.org/licenses/MIT>
*/ */
// Bootstrap // Bootstrap
// --------------------------------------------------- // ---------------------------------------------------

View file

@ -2,8 +2,8 @@
* AdminLTE v3.0.6-pre * AdminLTE v3.0.6-pre
* Only Core * Only Core
* Author: Colorlib * Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io> * Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT> * License: Open source - MIT <https://opensource.org/licenses/MIT>
*/ */
// Bootstrap // Bootstrap
// --------------------------------------------------- // ---------------------------------------------------

View file

@ -2,8 +2,8 @@
* AdminLTE v3.0.6-pre * AdminLTE v3.0.6-pre
* Only Extra Components * Only Extra Components
* Author: Colorlib * Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io> * Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT> * License: Open source - MIT <https://opensource.org/licenses/MIT>
*/ */
// Bootstrap // Bootstrap
// --------------------------------------------------- // ---------------------------------------------------

View file

@ -2,8 +2,8 @@
* AdminLTE v3.0.6-pre * AdminLTE v3.0.6-pre
* Only Pages * Only Pages
* Author: Colorlib * Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io> * Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT> * License: Open source - MIT <https://opensource.org/licenses/MIT>
*/ */
// Bootstrap // Bootstrap
// --------------------------------------------------- // ---------------------------------------------------

View file

@ -2,8 +2,8 @@
* AdminLTE v3.0.6-pre * AdminLTE v3.0.6-pre
* Only Plugins * Only Plugins
* Author: Colorlib * Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io> * Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT> * License: Open source - MIT <https://opensource.org/licenses/MIT>
*/ */
// Bootstrap // Bootstrap
// --------------------------------------------------- // ---------------------------------------------------

View file

@ -1,8 +1,8 @@
/*! /*!
* AdminLTE v3.0.6-pre * AdminLTE v3.0.6-pre
* Author: Colorlib * Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io> * Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT> * License: Open source - MIT <https://opensource.org/licenses/MIT>
*/ */
// //
// ------------------------------------------------------------------ // ------------------------------------------------------------------

View file

@ -1,8 +1,8 @@
/*! /*!
* AdminLTE v3.0.6-pre * AdminLTE v3.0.6-pre
* Author: Colorlib * Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io> * Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT> * License: Open source - MIT <https://opensource.org/licenses/MIT>
*/ */
// Bootstrap // Bootstrap
// --------------------------------------------------- // ---------------------------------------------------

View file

@ -1,7 +1,7 @@
{ {
"name": "almasaeed2010/adminlte", "name": "almasaeed2010/adminlte",
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 4", "description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 4",
"homepage": "http://adminlte.io/", "homepage": "https://adminlte.io/",
"keywords": [ "keywords": [
"css", "css",
"js", "js",

View file

@ -4,7 +4,7 @@ title: Main Header Component
--- ---
> ##### Reminder! > ##### Reminder!
> AdminLTE uses all of Bootstrap 4 components. It's a good start to review the [Bootstrap documentation](http://getbootstrap.com) to get an idea of the various components that this documentation __does not__ cover. > AdminLTE uses all of Bootstrap 4 components. It's a good start to review the [Bootstrap documentation](https://getbootstrap.com/) to get an idea of the various components that this documentation __does not__ cover.
{: .quote-orange .mt-0} {: .quote-orange .mt-0}

View file

@ -27,7 +27,7 @@ AdminLTE makes use of the following plugins. For documentation, updates or licen
<div class="col-sm-3"> <div class="col-sm-3">
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><h4>Charts</h4></li> <li><h4>Charts</h4></li>
<li><a href="http://www.chartjs.org/" target="_blank">ChartJS</a></li> <li><a href="https://www.chartjs.org/" target="_blank">ChartJS</a></li>
<li><a href="http://www.flotcharts.org/" target="_blank">Flot</a></li> <li><a href="http://www.flotcharts.org/" target="_blank">Flot</a></li>
<li><a href="https://github.com/mariusGundersen/sparkline" target="_blank">Sparkline</a></li> <li><a href="https://github.com/mariusGundersen/sparkline" target="_blank">Sparkline</a></li>
</ul> </ul>

View file

@ -11,5 +11,5 @@ Short answer, no. However, there are forks and tutorials around the web that pro
<!--- <!---
#### How do I get notified of new AdminLTE versions? #### How do I get notified of new AdminLTE versions?
The best option is to subscribe to our mailing list using the [subscription form on Almsaeed Studio](http://almsaeedstudio.com/#subscribe). If that's not appealing to you, you may watch the [repository on GitHub](https://github.com/almasaeed2010/AdminLTE) or visit [Almsaeed Studio](http://almsaeedstudio.com) every now and then for updates and announcements. The best option is to subscribe to our mailing list using the [subscription form on Almsaeed Studio](https://almsaeedstudio.com/#subscribe). If that's not appealing to you, you may watch the [repository on GitHub](https://github.com/almasaeed2010/AdminLTE) or visit [Almsaeed Studio](https://almsaeedstudio.com) every now and then for updates and announcements.
---> --->

View file

@ -3,7 +3,7 @@ layout: page
title: License title: License
--- ---
AdminLTE is an open source project that is licensed under the [MIT license](http://opensource.org/licenses/MIT). This allows you to do pretty much anything you want as long as you include the copyright in "all copies or substantial portions of the Software." Attribution is not required (though very much appreciated). AdminLTE is an open source project that is licensed under the [MIT license](https://opensource.org/licenses/MIT). This allows you to do pretty much anything you want as long as you include the copyright in "all copies or substantial portions of the Software." Attribution is not required (though very much appreciated).
<h5 class="text-bold text-dark mt-3">What You Are <span class="text-success">Allowed</span> To Do With AdminLTE</h5> <h5 class="text-bold text-dark mt-3">What You Are <span class="text-success">Allowed</span> To Do With AdminLTE</h5>
- Use in commercial projects. - Use in commercial projects.

View file

@ -1322,7 +1322,7 @@
</div> </div>
<!-- /.content-wrapper --> <!-- /.content-wrapper -->
<footer class="main-footer"> <footer class="main-footer">
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved. All rights reserved.
<div class="float-right d-none d-sm-inline-block"> <div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre

View file

@ -1557,7 +1557,7 @@
<!-- Main Footer --> <!-- Main Footer -->
<footer class="main-footer"> <footer class="main-footer">
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved. All rights reserved.
<div class="float-right d-none d-sm-inline-block"> <div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre

View file

@ -10,7 +10,7 @@
<!-- Font Awesome Icons --> <!-- Font Awesome Icons -->
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css"> <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
<!-- IonIcons --> <!-- IonIcons -->
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style --> <!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css"> <link rel="stylesheet" href="dist/css/adminlte.min.css">
<!-- Google Font: Source Sans Pro --> <!-- Google Font: Source Sans Pro -->
@ -988,7 +988,7 @@ to get the desired effect
<!-- Main Footer --> <!-- Main Footer -->
<footer class="main-footer"> <footer class="main-footer">
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong>
All rights reserved. All rights reserved.
<div class="float-right d-none d-sm-inline-block"> <div class="float-right d-none d-sm-inline-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre

View file

@ -3,7 +3,7 @@
"description": "Responsive open source admin dashboard and control panel.", "description": "Responsive open source admin dashboard and control panel.",
"version": "3.0.6-pre", "version": "3.0.6-pre",
"license": "MIT", "license": "MIT",
"author": "Colorlib <http://colorlib.com>", "author": "Colorlib <https://colorlib.com>",
"main": "dist/js/adminlte.min.js", "main": "dist/js/adminlte.min.js",
"scripts": { "scripts": {
"css": "npm-run-all --sequential css-compile css-prefix css-minify", "css": "npm-run-all --sequential css-compile css-prefix css-minify",

View file

@ -2030,7 +2030,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -1724,7 +1724,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -731,7 +731,7 @@
<div> <div>
<a href="https://fontawesome.com/">Font Awesome</a><br> <a href="https://fontawesome.com/">Font Awesome</a><br>
<a href="https://useiconic.com/open/">Iconic Icons</a><br> <a href="https://useiconic.com/open/">Iconic Icons</a><br>
<a href="http://ionicons.com/">Ion Icons</a><br> <a href="https://ionicons.com/">Ion Icons</a><br>
</div> </div>
</div><!-- /.card-body --> </div><!-- /.card-body -->
</div> </div>
@ -744,7 +744,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -777,7 +777,7 @@
</button> </button>
<div class="text-muted mt-3"> <div class="text-muted mt-3">
Instructions for how to use modals are available on the Instructions for how to use modals are available on the
<a href="http://getbootstrap.com/javascript/#modals">Bootstrap documentation</a> <a href="https://getbootstrap.com/docs/4.5/components/modal/">Bootstrap documentation</a>
</div> </div>
</div> </div>
<!-- /.card --> <!-- /.card -->
@ -1161,7 +1161,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -1283,7 +1283,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -851,7 +851,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -870,7 +870,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -789,11 +789,11 @@
<span class="time"><i class="fas fa-clock"></i> 2 days ago</span> <span class="time"><i class="fas fa-clock"></i> 2 days ago</span>
<h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3> <h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3>
<div class="timeline-body"> <div class="timeline-body">
<img src="http://placehold.it/150x100" alt="..."> <img src="https://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..."> <img src="https://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..."> <img src="https://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..."> <img src="https://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..."> <img src="https://placehold.it/150x100" alt="...">
</div> </div>
</div> </div>
</div> </div>
@ -837,7 +837,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -805,7 +805,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>
@ -843,7 +843,7 @@
function ini_events(ele) { function ini_events(ele) {
ele.each(function () { ele.each(function () {
// create an Event Object (http://arshaw.com/fullcalendar/docs/event_data/Event_Object/) // create an Event Object (https://fullcalendar.io/docs/event-object)
// it doesn't need to have a start or end // it doesn't need to have a start or end
var eventObject = { var eventObject = {
title: $.trim($(this).text()) // use the element's text as the event title title: $.trim($(this).text()) // use the element's text as the event title
@ -946,7 +946,7 @@
title : 'Click for Google', title : 'Click for Google',
start : new Date(y, m, 28), start : new Date(y, m, 28),
end : new Date(y, m, 29), end : new Date(y, m, 29),
url : 'http://google.com/', url : 'https://www.google.com/',
backgroundColor: '#3c8dbc', //Primary (light-blue) backgroundColor: '#3c8dbc', //Primary (light-blue)
borderColor : '#3c8dbc' //Primary (light-blue) borderColor : '#3c8dbc' //Primary (light-blue)
} }

View file

@ -855,7 +855,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -861,7 +861,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -925,7 +925,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>
@ -1021,7 +1021,7 @@
$this.sparkline('html', $this.data()) $this.sparkline('html', $this.data())
}) })
/* SPARKLINE DOCUMENTATION EXAMPLES http://omnipotent.net/jquery.sparkline/#s-about */ /* SPARKLINE DOCUMENTATION EXAMPLES https://omnipotent.net/jquery.sparkline/#s-about */
drawDocSparklines() drawDocSparklines()
drawMouseSpeedDemo() drawMouseSpeedDemo()

View file

@ -755,7 +755,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -755,7 +755,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -755,7 +755,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -1043,7 +1043,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -873,7 +873,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -893,7 +893,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -767,7 +767,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -782,7 +782,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -54,7 +54,7 @@
<a href="login.html">Or sign in as a different user</a> <a href="login.html">Or sign in as a different user</a>
</div> </div>
<div class="lockscreen-footer text-center"> <div class="lockscreen-footer text-center">
Copyright &copy; 2014-2020 <b><a href="http://adminlte.io" class="text-black">AdminLTE.io</a></b><br> Copyright &copy; 2014-2020 <b><a href="https://adminlte.io" class="text-black">AdminLTE.io</a></b><br>
All rights reserved All rights reserved
</div> </div>
</div> </div>

View file

@ -757,7 +757,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -1004,10 +1004,10 @@
<h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3> <h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3>
<div class="timeline-body"> <div class="timeline-body">
<img src="http://placehold.it/150x100" alt="..."> <img src="https://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..."> <img src="https://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..."> <img src="https://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..."> <img src="https://placehold.it/150x100" alt="...">
</div> </div>
</div> </div>
</div> </div>
@ -1086,7 +1086,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -808,7 +808,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -880,7 +880,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -880,7 +880,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -1285,7 +1285,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -1350,7 +1350,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -766,7 +766,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -1291,7 +1291,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -774,7 +774,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -906,7 +906,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -760,7 +760,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -760,7 +760,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -759,7 +759,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -762,7 +762,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -759,7 +759,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -863,7 +863,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -1093,7 +1093,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -932,7 +932,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>
<!-- Control Sidebar --> <!-- Control Sidebar -->

View file

@ -1620,7 +1620,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -743,7 +743,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -1168,7 +1168,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>

View file

@ -2196,7 +2196,7 @@
<img class="attachment-img" src="../dist/img/photo1.png" alt="Attachment Image"> <img class="attachment-img" src="../dist/img/photo1.png" alt="Attachment Image">
<div class="attachment-pushed"> <div class="attachment-pushed">
<h4 class="attachment-heading"><a href="http://www.lipsum.com/">Lorem ipsum text generator</a></h4> <h4 class="attachment-heading"><a href="https://www.lipsum.com/">Lorem ipsum text generator</a></h4>
<div class="attachment-text"> <div class="attachment-text">
Description about the attachment can be placed here. Description about the attachment can be placed here.
@ -2278,7 +2278,7 @@
<div class="float-right d-none d-sm-block"> <div class="float-right d-none d-sm-block">
<b>Version</b> 3.0.6-pre <b>Version</b> 3.0.6-pre
</div> </div>
<strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights <strong>Copyright &copy; 2014-2020 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights
reserved. reserved.
</footer> </footer>