From 515901d60527278edd7e3901711542945f86c5db Mon Sep 17 00:00:00 2001 From: Brian Patino Date: Wed, 28 Sep 2016 11:11:28 -0400 Subject: [PATCH] fix bootstrap datepicker style --- .gitattributes | 6 + global_header_no_sidebar.php | 479 ++++++++++++++------------ global_header_no_sidebar_angular.html | 313 +++++++++++++++++ lib/js/custom.js | 2 +- 4 files changed, 575 insertions(+), 225 deletions(-) create mode 100644 .gitattributes create mode 100644 global_header_no_sidebar_angular.html diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e3f23a4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text eol=lf +*.png binary +*.jpg binary +*.pdf binary +*.ico binary +*.gif binary \ No newline at end of file diff --git a/global_header_no_sidebar.php b/global_header_no_sidebar.php index ff6ecd3..5ee1282 100644 --- a/global_header_no_sidebar.php +++ b/global_header_no_sidebar.php @@ -27,48 +27,54 @@ $bsCSSPath = $Path . 'lib/bootstrap-3.3.6-dist/css/bootstrap.min.css'; $styleCSSPath = $Path . 'lib/css/style.css'; $commonCSSPath = $Path . 'lib/css/common.css'; $ucPrintCSSPath = $Path . 'lib/css/uc-print.css'; // not sure why this is left out -$datePickerCSSPath = $Path . 'lib/bootstrap-datepicker-1.5.1-dist/css/bootstrap-datepicker.min.css'; +$datePickerCSSPath = $Path . 'lib/bootstrap-datepicker-1.5.1-dist/css/bootstrap-datepicker3.min.css'; $mainCS = array($bsCSSPath, $styleCSSPath, $commonCSSPath, $datePickerCSSPath); $resultCS = isset($CS) ? array_merge($mainCS, $CS) : $mainCS; ?> - + - - - <?php echo $Title . " › Office of Student Financial Aid Services › UCONN"; ?> - + + + <?php echo $Title . " › Office of Student Financial Aid Services › UCONN"; ?> + - \n"; - } - //CSS from source - foreach ($resultCS as $val) { - echo '' . "\n"; - } - ?> + \n"; + } + //CSS from source + foreach ($resultCS as $val) { + echo '' . "\n"; + } + ?>
- +
-
- -
+ + +
  • Summer
  • +
  • Winter Intersession
  • + + + + + + + + + + + + + +
    +
    -
    -
    -
    \ No newline at end of file +
    +
    +
    \ No newline at end of file diff --git a/global_header_no_sidebar_angular.html b/global_header_no_sidebar_angular.html new file mode 100644 index 0000000..2e4482f --- /dev/null +++ b/global_header_no_sidebar_angular.html @@ -0,0 +1,313 @@ + + + + +
    +
    + + +
    +
    + + + + + \ No newline at end of file diff --git a/lib/js/custom.js b/lib/js/custom.js index 51d06c2..f7aa5ff 100644 --- a/lib/js/custom.js +++ b/lib/js/custom.js @@ -1,4 +1,4 @@ -const HT_DEBUG = true; // set hybrid template to true if debugging +const HT_DEBUG = false; // set hybrid template to true if debugging $(function() { // document ready /*$('#uc-nav-mobile').click(function () { // fix the nav gradient rendering problem in Chrome