-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
reinaldo.junior
committed
Jun 7, 2020
1 parent
e8bdb01
commit ab445b2
Showing
70 changed files
with
546 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
|
||
<!-- Third part libraries required by Adianti Framework --> | ||
<script src="lib/jquery/js/jquery.min.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/bootstrap/js/bootstrap.bundle.min.js?afver=701"></script> | ||
<script src="lib/bootstrap/js/bootstrap-plugins.min.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/bootstrap/js/locales/bootstrap-datepicker.pt.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/bootstrap/js/locales/bootstrap-datetimepicker.pt.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/bootstrap/js/lang/summernote-pt-BR.min.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/jquery/js/jquery-ui.min.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/jquery/js/jquery-plugins.min.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/jquery/js/select2_locale_pt.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/independent/js/independent-plugins.min.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/independent/js/fullcalendar-pt.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/jquery/js/jquery.min.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/bootstrap/js/bootstrap.bundle.min.js?afver=702"></script> | ||
<script src="lib/bootstrap/js/bootstrap-plugins.min.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/bootstrap/js/locales/bootstrap-datepicker.pt.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/bootstrap/js/locales/bootstrap-datetimepicker.pt.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/bootstrap/js/lang/summernote-pt-BR.min.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/jquery/js/jquery-ui.min.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/jquery/js/jquery-plugins.min.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/jquery/js/select2_locale_pt.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/independent/js/independent-plugins.min.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/independent/js/fullcalendar-pt.js?afver=702" type="text/javascript"></script> | ||
|
||
<!-- Adianti Framework core and components --> | ||
<script src="lib/adianti/include/adianti.min.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/adianti/include/components.min.js?afver=701" type="text/javascript"></script> | ||
<script src="lib/adianti/include/adianti.min.js?afver=702" type="text/javascript"></script> | ||
<script src="lib/adianti/include/components.min.js?afver=702" type="text/javascript"></script> | ||
|
||
<!-- Application custom Javascript (Optional) --> | ||
<script src="app/lib/include/application.js?appver=701" type="text/javascript"></script> | ||
<script src="app/lib/include/application.js?appver=702" type="text/javascript"></script> | ||
|
||
<!-- Third part CSS required by Adianti Framework --> | ||
<link href="lib/jquery/css/jquery-ui.min.css?afver=701" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/jquery/css/jquery-plugins.min.css?afver=701" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/bootstrap/css/bootstrap.min.css?afver=701" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/bootstrap/css/boostrap-plugins.min.css?afver=701" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/independent/css/independent-plugins.min.css?afver=701" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/jquery/css/jquery-ui.min.css?afver=702" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/jquery/css/jquery-plugins.min.css?afver=702" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/bootstrap/css/bootstrap.min.css?afver=702" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/bootstrap/css/boostrap-plugins.min.css?afver=702" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/independent/css/independent-plugins.min.css?afver=702" rel="stylesheet" type="text/css" media="screen" /> | ||
|
||
<!-- Adianti Framework Components CSS --> | ||
<link href="lib/adianti/include/adianti.min.css?afver=701" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/adianti/include/components.min.css?afver=701" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/adianti/include/adianti.min.css?afver=702" rel="stylesheet" type="text/css" media="screen" /> | ||
<link href="lib/adianti/include/components.min.css?afver=702" rel="stylesheet" type="text/css" media="screen" /> | ||
|
||
<!-- Application custom CSS --> | ||
<link href="app/templates/{template}/application.css?appver=701" rel="stylesheet" type="text/css" media="screen"> | ||
<link href="app/templates/{template}/application.css?appver=702" rel="stylesheet" type="text/css" media="screen"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.