├── admin ├── Bookings.php ├── logout.php └── AdminModalLogout.php ├── customer ├── bookings.php ├── money.php ├── script.js ├── LowerScriptLink.php ├── NavMainLink.php ├── hint.php ├── UsernameBookingIcon.php └── CustomerModalLogout.php ├── style ├── assets │ ├── css │ │ ├── partials │ │ │ ├── widget-dashboard │ │ │ │ └── _dashboard.scss │ │ │ └── other │ │ │ │ ├── _maps.scss │ │ │ │ ├── _editors.scss │ │ │ │ ├── _e-payment.scss │ │ │ │ ├── _progress-bar.scss │ │ │ │ ├── _draggable.scss │ │ │ │ ├── _charts.scss │ │ │ │ ├── _prism.scss │ │ │ │ ├── _breadcrumb.scss │ │ │ │ └── _note.scss │ │ └── morris.js │ │ │ └── css │ │ │ └── morris.css │ ├── images │ │ ├── .DS_Store │ │ ├── 450.avif │ │ ├── bg_1.jpg │ │ ├── bg_2.jpg │ │ ├── shoe.png │ │ ├── women.jpg │ │ ├── favicon.ico │ │ ├── hero_1.jpg │ │ ├── hero_bg.jpg │ │ ├── NoSearch.jpg │ │ ├── analgetics.jpg │ │ ├── download.jpg │ │ ├── hero_bg_2.jpg │ │ ├── person_1.jpg │ │ ├── person_2.jpg │ │ ├── person_3.jpg │ │ ├── person_4.jpg │ │ ├── person_5.jpg │ │ ├── product_01.png │ │ ├── product_02.png │ │ ├── product_03.png │ │ ├── product_04.png │ │ ├── product_05.png │ │ ├── product_06.png │ │ ├── products_1.png │ │ ├── drug │ │ │ ├── product_04.png │ │ │ ├── 202310080332download.jpg │ │ │ ├── 202310020348product_05.png │ │ │ ├── 202310072212analgetics.jpg │ │ │ ├── 202310181144product_03.png │ │ │ ├── 202310020336product_07_large.png │ │ │ └── 202310072116202310021900user.png │ │ ├── 202310021900user.png │ │ ├── product_07_large.png │ │ ├── 202310180253person_1.jpg │ │ ├── 202310181645202310021900user.png │ │ ├── 202310181716202310180253person_1.jpg │ │ └── wave.svg │ ├── images-old │ │ ├── bg.jpg │ │ ├── logo.png │ │ ├── user.png │ │ ├── avatar-1.jpg │ │ ├── avatar-2.jpg │ │ ├── avatar-3.jpg │ │ ├── avatar-4.jpg │ │ ├── favicon.ico │ │ ├── pattern2.jpg │ │ ├── auth │ │ │ ├── logo.png │ │ │ ├── logo-dark.png │ │ │ └── Logo-small-bottom.png │ │ ├── flags │ │ │ ├── PORTO.jpg │ │ │ ├── SPAIN.jpg │ │ │ ├── ENGLISH.jpg │ │ │ └── FRANCE.jpg │ │ └── mega-menu │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ ├── 03.jpg │ │ │ ├── 04.jpg │ │ │ ├── 05.jpg │ │ │ └── 06.jpg │ ├── icon │ │ ├── icofont │ │ │ └── fonts │ │ │ │ ├── icofont.eot │ │ │ │ ├── icofont.ttf │ │ │ │ └── icofont.woff │ │ ├── themify-icons │ │ │ └── fonts │ │ │ │ ├── themify.eot │ │ │ │ ├── themify.ttf │ │ │ │ └── themify.woff │ │ └── font-awesome │ │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ │ ├── less │ │ │ ├── screen-reader.less │ │ │ ├── fixed-width.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── core.less │ │ │ ├── stacked.less │ │ │ ├── font-awesome.less │ │ │ ├── bordered-pulled.less │ │ │ ├── rotated-flipped.less │ │ │ ├── path.less │ │ │ ├── animated.less │ │ │ └── mixins.less │ │ │ ├── scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _screen-reader.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _core.scss │ │ │ ├── font-awesome.scss │ │ │ ├── _stacked.scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _path.scss │ │ │ └── _animated.scss │ │ │ └── HELP-US-OUT.txt │ ├── scss │ │ └── partials │ │ │ ├── other │ │ │ ├── _maps.scss │ │ │ ├── _progress-bar.scss │ │ │ ├── _charts.scss │ │ │ └── _breadcrumb.scss │ │ │ └── _dark.scss │ ├── js │ │ ├── common-pages.js │ │ └── modernizr │ │ │ └── css-scrollbars.js │ └── pages │ │ ├── dashboard │ │ ├── horizontal-timeline │ │ │ └── css │ │ │ │ ├── cd-arrow.svg │ │ │ │ └── reset.css │ │ ├── d3chart │ │ │ └── js │ │ │ │ └── bullets.json │ │ └── amchart │ │ │ └── js │ │ │ └── images │ │ │ ├── dragIconRoundBig.svg │ │ │ └── dragIconRoundBigH.svg │ │ ├── sortable-custom.js │ │ ├── icon-modal.js │ │ ├── accordion │ │ ├── accordion.min.js │ │ └── accordion.js │ │ ├── flag-icons.js │ │ └── chart │ │ └── nv-chart │ │ └── js │ │ └── stream_layers.js ├── scss │ ├── bootstrap │ │ ├── utilities │ │ │ ├── _clearfix.scss │ │ │ ├── _screenreaders.scss │ │ │ ├── _visibility.scss │ │ │ ├── _shadows.scss │ │ │ ├── _sizing.scss │ │ │ ├── _float.scss │ │ │ ├── _align.scss │ │ │ ├── _background.scss │ │ │ ├── _position.scss │ │ │ ├── _embed.scss │ │ │ ├── _display.scss │ │ │ ├── _spacing.scss │ │ │ ├── _borders.scss │ │ │ └── _text.scss │ │ ├── .DS_Store │ │ ├── _media.scss │ │ ├── mixins │ │ │ ├── _box-shadow.scss │ │ │ ├── _clearfix.scss │ │ │ ├── _size.scss │ │ │ ├── _visibility.scss │ │ │ ├── _lists.scss │ │ │ ├── _text-truncate.scss │ │ │ ├── _resize.scss │ │ │ ├── _float.scss │ │ │ ├── _badge.scss │ │ │ ├── _alert.scss │ │ │ ├── _nav-divider.scss │ │ │ ├── _text-emphasis.scss │ │ │ ├── _transition.scss │ │ │ ├── _text-hide.scss │ │ │ ├── _list-group.scss │ │ │ ├── _pagination.scss │ │ │ ├── _background-variant.scss │ │ │ ├── _reset-text.scss │ │ │ ├── _table-row.scss │ │ │ ├── _border-radius.scss │ │ │ ├── _screen-reader.scss │ │ │ ├── _hover.scss │ │ │ ├── _image.scss │ │ │ ├── _caret.scss │ │ │ └── _grid.scss │ │ ├── _transitions.scss │ │ ├── _jumbotron.scss │ │ ├── bootstrap-reboot.scss │ │ ├── _utilities.scss │ │ ├── _root.scss │ │ ├── bootstrap-grid.scss │ │ ├── _progress.scss │ │ ├── _close.scss │ │ ├── bootstrap.scss │ │ ├── _mixins.scss │ │ ├── _code.scss │ │ ├── _badge.scss │ │ ├── _grid.scss │ │ ├── _images.scss │ │ ├── _alert.scss │ │ └── _breadcrumb.scss │ ├── .DS_Store │ └── style.scss ├── fonts │ ├── .DS_Store │ ├── flaticon │ │ ├── font │ │ │ ├── Flaticon.eot │ │ │ ├── Flaticon.ttf │ │ │ ├── Flaticon.woff │ │ │ ├── Flaticon.woff2 │ │ │ ├── flaticon.css │ │ │ ├── _flaticon.css │ │ │ └── _flaticon.scss │ │ ├── license │ │ │ └── license.pdf │ │ └── backup.txt │ └── icomoon │ │ ├── fonts │ │ ├── icomoon.eot │ │ ├── icomoon.ttf │ │ └── icomoon.woff │ │ ├── Read Me.txt │ │ └── demo-files │ │ └── demo.js ├── images │ ├── bg_1.jpg │ ├── bg_2.jpg │ ├── shoe.png │ ├── user.png │ ├── .DS_Store │ ├── hero_1.jpg │ ├── hero_bg.jpg │ ├── pills.jpg │ ├── women.jpg │ ├── hero_bg_2.jpg │ ├── person_1.jpg │ ├── person_2.jpg │ ├── person_3.jpg │ ├── person_4.jpg │ ├── person_5.jpg │ ├── product_01.png │ ├── product_02.png │ ├── product_03.png │ ├── product_04.png │ ├── product_05.png │ ├── product_06.png │ ├── products_1.png │ ├── product_07_large.png │ └── wave.svg └── css │ └── owl.theme.default.min.css ├── fronts ├── scss │ ├── bootstrap │ │ ├── utilities │ │ │ ├── _clearfix.scss │ │ │ ├── _screenreaders.scss │ │ │ ├── _visibility.scss │ │ │ ├── _shadows.scss │ │ │ ├── _sizing.scss │ │ │ ├── _float.scss │ │ │ ├── _align.scss │ │ │ ├── _background.scss │ │ │ ├── _position.scss │ │ │ ├── _embed.scss │ │ │ ├── _display.scss │ │ │ ├── _spacing.scss │ │ │ ├── _borders.scss │ │ │ └── _text.scss │ │ ├── .DS_Store │ │ ├── _media.scss │ │ ├── mixins │ │ │ ├── _box-shadow.scss │ │ │ ├── _size.scss │ │ │ ├── _clearfix.scss │ │ │ ├── _visibility.scss │ │ │ ├── _lists.scss │ │ │ ├── _text-truncate.scss │ │ │ ├── _resize.scss │ │ │ ├── _float.scss │ │ │ ├── _badge.scss │ │ │ ├── _alert.scss │ │ │ ├── _nav-divider.scss │ │ │ ├── _text-emphasis.scss │ │ │ ├── _transition.scss │ │ │ ├── _text-hide.scss │ │ │ ├── _list-group.scss │ │ │ ├── _pagination.scss │ │ │ ├── _background-variant.scss │ │ │ ├── _reset-text.scss │ │ │ ├── _table-row.scss │ │ │ ├── _border-radius.scss │ │ │ ├── _screen-reader.scss │ │ │ ├── _hover.scss │ │ │ ├── _image.scss │ │ │ ├── _caret.scss │ │ │ └── _grid.scss │ │ ├── _transitions.scss │ │ ├── _jumbotron.scss │ │ ├── bootstrap-reboot.scss │ │ ├── _utilities.scss │ │ ├── _root.scss │ │ ├── bootstrap-grid.scss │ │ ├── _progress.scss │ │ ├── _close.scss │ │ ├── bootstrap.scss │ │ ├── _mixins.scss │ │ ├── _code.scss │ │ ├── _badge.scss │ │ ├── _grid.scss │ │ ├── _images.scss │ │ ├── _alert.scss │ │ └── _breadcrumb.scss │ ├── .DS_Store │ └── style.scss ├── fonts │ ├── .DS_Store │ ├── flaticon │ │ ├── font │ │ │ ├── Flaticon.eot │ │ │ ├── Flaticon.ttf │ │ │ ├── Flaticon.woff │ │ │ ├── Flaticon.woff2 │ │ │ ├── flaticon.css │ │ │ ├── _flaticon.css │ │ │ └── _flaticon.scss │ │ ├── license │ │ │ └── license.pdf │ │ └── backup.txt │ └── icomoon │ │ ├── fonts │ │ ├── icomoon.eot │ │ ├── icomoon.ttf │ │ └── icomoon.woff │ │ ├── Read Me.txt │ │ └── demo-files │ │ └── demo.js ├── images │ ├── .DS_Store │ ├── bg_1.jpg │ ├── bg_2.jpg │ ├── hero_1.jpg │ ├── shoe.png │ ├── women.jpg │ ├── hero_bg.jpg │ ├── person_1.jpg │ ├── person_2.jpg │ ├── person_3.jpg │ ├── person_4.jpg │ ├── person_5.jpg │ ├── hero_bg_2.jpg │ ├── product_01.png │ ├── product_02.png │ ├── product_03.png │ ├── product_04.png │ ├── product_05.png │ ├── product_06.png │ ├── products_1.png │ ├── product_07_large.png │ └── wave.svg ├── main.html └── css │ └── owl.theme.default.min.css ├── documents ├── Project proposal.docx ├── WhatsApp Unknown 2023-09-19 at 9.32.40 AM.zip └── WhatsApp Unknown 2023-09-19 at 9.32.40 AM │ ├── WhatsApp Image 2023-09-19 at 9.29.47 AM.jpeg │ ├── WhatsApp Image 2023-09-19 at 9.29.48 AM.jpeg │ ├── WhatsApp Image 2023-09-19 at 9.29.47 AM (1).jpeg │ └── WhatsApp Image 2023-09-19 at 9.29.47 AM (2).jpeg ├── Connect └── connection.php ├── bottom_script_links.php ├── ShoppingBag.php ├── NavBar.php ├── SearchDrugModal.php ├── hint.php ├── PHPMailer ├── Exception.php └── OAuthTokenProvider.php ├── phpcode └── codes.php └── header_links.php /admin/Bookings.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /customer/bookings.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /style/assets/css/partials/widget-dashboard/_dashboard.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_clearfix.scss: -------------------------------------------------------------------------------- 1 | .clearfix { 2 | @include clearfix(); 3 | } 4 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_clearfix.scss: -------------------------------------------------------------------------------- 1 | .clearfix { 2 | @include clearfix(); 3 | } 4 | -------------------------------------------------------------------------------- /fronts/scss/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/scss/.DS_Store -------------------------------------------------------------------------------- /style/fonts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/fonts/.DS_Store -------------------------------------------------------------------------------- /style/images/bg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/bg_1.jpg -------------------------------------------------------------------------------- /style/images/bg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/bg_2.jpg -------------------------------------------------------------------------------- /style/images/shoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/shoe.png -------------------------------------------------------------------------------- /style/images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/user.png -------------------------------------------------------------------------------- /style/scss/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/scss/.DS_Store -------------------------------------------------------------------------------- /fronts/fonts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/fonts/.DS_Store -------------------------------------------------------------------------------- /fronts/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/.DS_Store -------------------------------------------------------------------------------- /fronts/images/bg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/bg_1.jpg -------------------------------------------------------------------------------- /fronts/images/bg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/bg_2.jpg -------------------------------------------------------------------------------- /fronts/images/hero_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/hero_1.jpg -------------------------------------------------------------------------------- /fronts/images/shoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/shoe.png -------------------------------------------------------------------------------- /fronts/images/women.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/women.jpg -------------------------------------------------------------------------------- /style/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/.DS_Store -------------------------------------------------------------------------------- /style/images/hero_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/hero_1.jpg -------------------------------------------------------------------------------- /style/images/hero_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/hero_bg.jpg -------------------------------------------------------------------------------- /style/images/pills.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/pills.jpg -------------------------------------------------------------------------------- /style/images/women.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/women.jpg -------------------------------------------------------------------------------- /fronts/images/hero_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/hero_bg.jpg -------------------------------------------------------------------------------- /fronts/images/person_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/person_1.jpg -------------------------------------------------------------------------------- /fronts/images/person_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/person_2.jpg -------------------------------------------------------------------------------- /fronts/images/person_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/person_3.jpg -------------------------------------------------------------------------------- /fronts/images/person_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/person_4.jpg -------------------------------------------------------------------------------- /fronts/images/person_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/person_5.jpg -------------------------------------------------------------------------------- /style/images/hero_bg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/hero_bg_2.jpg -------------------------------------------------------------------------------- /style/images/person_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/person_1.jpg -------------------------------------------------------------------------------- /style/images/person_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/person_2.jpg -------------------------------------------------------------------------------- /style/images/person_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/person_3.jpg -------------------------------------------------------------------------------- /style/images/person_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/person_4.jpg -------------------------------------------------------------------------------- /style/images/person_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/person_5.jpg -------------------------------------------------------------------------------- /fronts/images/hero_bg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/hero_bg_2.jpg -------------------------------------------------------------------------------- /fronts/images/product_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/product_01.png -------------------------------------------------------------------------------- /fronts/images/product_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/product_02.png -------------------------------------------------------------------------------- /fronts/images/product_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/product_03.png -------------------------------------------------------------------------------- /fronts/images/product_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/product_04.png -------------------------------------------------------------------------------- /fronts/images/product_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/product_05.png -------------------------------------------------------------------------------- /fronts/images/product_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/product_06.png -------------------------------------------------------------------------------- /fronts/images/products_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/products_1.png -------------------------------------------------------------------------------- /style/assets/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/.DS_Store -------------------------------------------------------------------------------- /style/assets/images/450.avif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/450.avif -------------------------------------------------------------------------------- /style/assets/images/bg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/bg_1.jpg -------------------------------------------------------------------------------- /style/assets/images/bg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/bg_2.jpg -------------------------------------------------------------------------------- /style/assets/images/shoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/shoe.png -------------------------------------------------------------------------------- /style/assets/images/women.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/women.jpg -------------------------------------------------------------------------------- /style/images/product_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/product_01.png -------------------------------------------------------------------------------- /style/images/product_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/product_02.png -------------------------------------------------------------------------------- /style/images/product_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/product_03.png -------------------------------------------------------------------------------- /style/images/product_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/product_04.png -------------------------------------------------------------------------------- /style/images/product_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/product_05.png -------------------------------------------------------------------------------- /style/images/product_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/product_06.png -------------------------------------------------------------------------------- /style/images/products_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/products_1.png -------------------------------------------------------------------------------- /documents/Project proposal.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/documents/Project proposal.docx -------------------------------------------------------------------------------- /fronts/scss/bootstrap/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/scss/bootstrap/.DS_Store -------------------------------------------------------------------------------- /style/assets/images-old/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/bg.jpg -------------------------------------------------------------------------------- /style/assets/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/favicon.ico -------------------------------------------------------------------------------- /style/assets/images/hero_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/hero_1.jpg -------------------------------------------------------------------------------- /style/assets/images/hero_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/hero_bg.jpg -------------------------------------------------------------------------------- /style/scss/bootstrap/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/scss/bootstrap/.DS_Store -------------------------------------------------------------------------------- /fronts/images/product_07_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/images/product_07_large.png -------------------------------------------------------------------------------- /style/assets/images-old/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/logo.png -------------------------------------------------------------------------------- /style/assets/images-old/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/user.png -------------------------------------------------------------------------------- /style/assets/images/NoSearch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/NoSearch.jpg -------------------------------------------------------------------------------- /style/assets/images/analgetics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/analgetics.jpg -------------------------------------------------------------------------------- /style/assets/images/download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/download.jpg -------------------------------------------------------------------------------- /style/assets/images/hero_bg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/hero_bg_2.jpg -------------------------------------------------------------------------------- /style/assets/images/person_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/person_1.jpg -------------------------------------------------------------------------------- /style/assets/images/person_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/person_2.jpg -------------------------------------------------------------------------------- /style/assets/images/person_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/person_3.jpg -------------------------------------------------------------------------------- /style/assets/images/person_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/person_4.jpg -------------------------------------------------------------------------------- /style/assets/images/person_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/person_5.jpg -------------------------------------------------------------------------------- /style/assets/images/product_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/product_01.png -------------------------------------------------------------------------------- /style/assets/images/product_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/product_02.png -------------------------------------------------------------------------------- /style/assets/images/product_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/product_03.png -------------------------------------------------------------------------------- /style/assets/images/product_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/product_04.png -------------------------------------------------------------------------------- /style/assets/images/product_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/product_05.png -------------------------------------------------------------------------------- /style/assets/images/product_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/product_06.png -------------------------------------------------------------------------------- /style/assets/images/products_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/products_1.png -------------------------------------------------------------------------------- /style/images/product_07_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/images/product_07_large.png -------------------------------------------------------------------------------- /style/assets/images-old/avatar-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/avatar-1.jpg -------------------------------------------------------------------------------- /style/assets/images-old/avatar-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/avatar-2.jpg -------------------------------------------------------------------------------- /style/assets/images-old/avatar-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/avatar-3.jpg -------------------------------------------------------------------------------- /style/assets/images-old/avatar-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/avatar-4.jpg -------------------------------------------------------------------------------- /style/assets/images-old/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/favicon.ico -------------------------------------------------------------------------------- /style/assets/images-old/pattern2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/pattern2.jpg -------------------------------------------------------------------------------- /fronts/fonts/flaticon/font/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/fonts/flaticon/font/Flaticon.eot -------------------------------------------------------------------------------- /fronts/fonts/flaticon/font/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/fonts/flaticon/font/Flaticon.ttf -------------------------------------------------------------------------------- /fronts/fonts/icomoon/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/fonts/icomoon/fonts/icomoon.eot -------------------------------------------------------------------------------- /fronts/fonts/icomoon/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/fonts/icomoon/fonts/icomoon.ttf -------------------------------------------------------------------------------- /fronts/fonts/icomoon/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/fonts/icomoon/fonts/icomoon.woff -------------------------------------------------------------------------------- /style/assets/images-old/auth/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/auth/logo.png -------------------------------------------------------------------------------- /style/assets/images-old/flags/PORTO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/flags/PORTO.jpg -------------------------------------------------------------------------------- /style/assets/images-old/flags/SPAIN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/flags/SPAIN.jpg -------------------------------------------------------------------------------- /style/assets/images/drug/product_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/drug/product_04.png -------------------------------------------------------------------------------- /style/fonts/flaticon/font/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/fonts/flaticon/font/Flaticon.eot -------------------------------------------------------------------------------- /style/fonts/flaticon/font/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/fonts/flaticon/font/Flaticon.ttf -------------------------------------------------------------------------------- /style/fonts/flaticon/font/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/fonts/flaticon/font/Flaticon.woff -------------------------------------------------------------------------------- /style/fonts/icomoon/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/fonts/icomoon/fonts/icomoon.eot -------------------------------------------------------------------------------- /style/fonts/icomoon/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/fonts/icomoon/fonts/icomoon.ttf -------------------------------------------------------------------------------- /style/fonts/icomoon/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/fonts/icomoon/fonts/icomoon.woff -------------------------------------------------------------------------------- /fronts/fonts/flaticon/font/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/fonts/flaticon/font/Flaticon.woff -------------------------------------------------------------------------------- /fronts/fonts/flaticon/font/Flaticon.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/fonts/flaticon/font/Flaticon.woff2 -------------------------------------------------------------------------------- /fronts/fonts/flaticon/license/license.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/fronts/fonts/flaticon/license/license.pdf -------------------------------------------------------------------------------- /style/assets/images-old/flags/ENGLISH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/flags/ENGLISH.jpg -------------------------------------------------------------------------------- /style/assets/images-old/flags/FRANCE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/flags/FRANCE.jpg -------------------------------------------------------------------------------- /style/assets/images-old/mega-menu/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/mega-menu/01.jpg -------------------------------------------------------------------------------- /style/assets/images-old/mega-menu/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/mega-menu/02.jpg -------------------------------------------------------------------------------- /style/assets/images-old/mega-menu/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/mega-menu/03.jpg -------------------------------------------------------------------------------- /style/assets/images-old/mega-menu/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/mega-menu/04.jpg -------------------------------------------------------------------------------- /style/assets/images-old/mega-menu/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/mega-menu/05.jpg -------------------------------------------------------------------------------- /style/assets/images-old/mega-menu/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/mega-menu/06.jpg -------------------------------------------------------------------------------- /style/assets/images/202310021900user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/202310021900user.png -------------------------------------------------------------------------------- /style/assets/images/product_07_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/product_07_large.png -------------------------------------------------------------------------------- /style/fonts/flaticon/font/Flaticon.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/fonts/flaticon/font/Flaticon.woff2 -------------------------------------------------------------------------------- /style/fonts/flaticon/license/license.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/fonts/flaticon/license/license.pdf -------------------------------------------------------------------------------- /fronts/scss/bootstrap/_media.scss: -------------------------------------------------------------------------------- 1 | .media { 2 | display: flex; 3 | align-items: flex-start; 4 | } 5 | 6 | .media-body { 7 | flex: 1; 8 | } 9 | -------------------------------------------------------------------------------- /style/assets/icon/icofont/fonts/icofont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/icofont/fonts/icofont.eot -------------------------------------------------------------------------------- /style/assets/icon/icofont/fonts/icofont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/icofont/fonts/icofont.ttf -------------------------------------------------------------------------------- /style/assets/icon/icofont/fonts/icofont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/icofont/fonts/icofont.woff -------------------------------------------------------------------------------- /style/assets/images-old/auth/logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/auth/logo-dark.png -------------------------------------------------------------------------------- /style/assets/images/202310180253person_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/202310180253person_1.jpg -------------------------------------------------------------------------------- /style/scss/bootstrap/_media.scss: -------------------------------------------------------------------------------- 1 | .media { 2 | display: flex; 3 | align-items: flex-start; 4 | } 5 | 6 | .media-body { 7 | flex: 1; 8 | } 9 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_box-shadow.scss: -------------------------------------------------------------------------------- 1 | @mixin box-shadow($shadow...) { 2 | @if $enable-shadows { 3 | box-shadow: $shadow; 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_box-shadow.scss: -------------------------------------------------------------------------------- 1 | @mixin box-shadow($shadow...) { 2 | @if $enable-shadows { 3 | box-shadow: $shadow; 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /style/assets/icon/themify-icons/fonts/themify.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/themify-icons/fonts/themify.eot -------------------------------------------------------------------------------- /style/assets/icon/themify-icons/fonts/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/themify-icons/fonts/themify.ttf -------------------------------------------------------------------------------- /style/assets/images/drug/202310080332download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/drug/202310080332download.jpg -------------------------------------------------------------------------------- /admin/logout.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_size.scss: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | @mixin size($width, $height: $width) { 4 | width: $width; 5 | height: $height; 6 | } 7 | -------------------------------------------------------------------------------- /style/assets/icon/themify-icons/fonts/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/themify-icons/fonts/themify.woff -------------------------------------------------------------------------------- /style/assets/images-old/auth/Logo-small-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images-old/auth/Logo-small-bottom.png -------------------------------------------------------------------------------- /style/assets/images/drug/202310020348product_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/drug/202310020348product_05.png -------------------------------------------------------------------------------- /style/assets/images/drug/202310072212analgetics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/drug/202310072212analgetics.jpg -------------------------------------------------------------------------------- /style/assets/images/drug/202310181144product_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/drug/202310181144product_03.png -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_clearfix.scss: -------------------------------------------------------------------------------- 1 | @mixin clearfix() { 2 | &::after { 3 | display: block; 4 | clear: both; 5 | content: ""; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_size.scss: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | @mixin size($width, $height: $width) { 4 | width: $width; 5 | height: $height; 6 | } 7 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_clearfix.scss: -------------------------------------------------------------------------------- 1 | @mixin clearfix() { 2 | &::after { 3 | display: block; 4 | clear: both; 5 | content: ""; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /style/assets/images/202310181645202310021900user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/202310181645202310021900user.png -------------------------------------------------------------------------------- /documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM.zip -------------------------------------------------------------------------------- /style/assets/images/202310181716202310180253person_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/202310181716202310180253person_1.jpg -------------------------------------------------------------------------------- /style/assets/images/drug/202310020336product_07_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/drug/202310020336product_07_large.png -------------------------------------------------------------------------------- /style/assets/images/drug/202310072116202310021900user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/images/drug/202310072116202310021900user.png -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /style/assets/scss/partials/other/_maps.scss: -------------------------------------------------------------------------------- 1 | .set-map{ 2 | height: 400px; 3 | } 4 | #mapGeo{ 5 | height: 345px; 6 | } 7 | #address-search .input-group{ 8 | margin-bottom: 0; 9 | } -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/style/assets/icon/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/screen-reader.less: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { .sr-only(); } 5 | .sr-only-focusable { .sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Visibility 4 | 5 | @mixin invisible($visibility) { 6 | visibility: $visibility !important; 7 | } 8 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Visibility 4 | 5 | @mixin invisible($visibility) { 6 | visibility: $visibility !important; 7 | } 8 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { @include sr-only(); } 5 | .sr-only-focusable { @include sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_screenreaders.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Screenreaders 3 | // 4 | 5 | .sr-only { 6 | @include sr-only(); 7 | } 8 | 9 | .sr-only-focusable { 10 | @include sr-only-focusable(); 11 | } 12 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_screenreaders.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Screenreaders 3 | // 4 | 5 | .sr-only { 6 | @include sr-only(); 7 | } 8 | 9 | .sr-only-focusable { 10 | @include sr-only-focusable(); 11 | } 12 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_visibility.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Visibility utilities 3 | // 4 | 5 | .visible { 6 | @include invisible(visible); 7 | } 8 | 9 | .invisible { 10 | @include invisible(hidden); 11 | } 12 | -------------------------------------------------------------------------------- /style/assets/css/partials/other/_maps.scss: -------------------------------------------------------------------------------- 1 | .set-map{ 2 | height: 400px; 3 | width: 100% !important; 4 | } 5 | #mapGeo{ 6 | height: 345px; 7 | } 8 | #address-search .input-group{ 9 | margin-bottom: 0; 10 | } 11 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_visibility.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Visibility utilities 3 | // 4 | 5 | .visible { 6 | @include invisible(visible); 7 | } 8 | 9 | .invisible { 10 | @include invisible(hidden); 11 | } 12 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_lists.scss: -------------------------------------------------------------------------------- 1 | // Lists 2 | 3 | // Unstyled keeps list items block level, just removes default browser padding and list-style 4 | @mixin list-unstyled { 5 | padding-left: 0; 6 | list-style: none; 7 | } 8 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_lists.scss: -------------------------------------------------------------------------------- 1 | // Lists 2 | 3 | // Unstyled keeps list items block level, just removes default browser padding and list-style 4 | @mixin list-unstyled { 5 | padding-left: 0; 6 | list-style: none; 7 | } 8 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_text-truncate.scss: -------------------------------------------------------------------------------- 1 | // Text truncate 2 | // Requires inline-block or block for proper styling 3 | 4 | @mixin text-truncate() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_text-truncate.scss: -------------------------------------------------------------------------------- 1 | // Text truncate 2 | // Requires inline-block or block for proper styling 3 | 4 | @mixin text-truncate() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM/WhatsApp Image 2023-09-19 at 9.29.47 AM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM/WhatsApp Image 2023-09-19 at 9.29.47 AM.jpeg -------------------------------------------------------------------------------- /documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM/WhatsApp Image 2023-09-19 at 9.29.48 AM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM/WhatsApp Image 2023-09-19 at 9.29.48 AM.jpeg -------------------------------------------------------------------------------- /documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM/WhatsApp Image 2023-09-19 at 9.29.47 AM (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM/WhatsApp Image 2023-09-19 at 9.29.47 AM (1).jpeg -------------------------------------------------------------------------------- /documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM/WhatsApp Image 2023-09-19 at 9.29.47 AM (2).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bikmandjuma/Pharmaceutic/HEAD/documents/WhatsApp Unknown 2023-09-19 at 9.32.40 AM/WhatsApp Image 2023-09-19 at 9.29.47 AM (2).jpeg -------------------------------------------------------------------------------- /fronts/scss/style.scss: -------------------------------------------------------------------------------- 1 | @import "bootstrap/functions"; 2 | @import "bootstrap/variables"; 3 | @import "bootstrap/mixins"; 4 | 5 | /* Base */ 6 | @import "site-base"; 7 | /* Navbar */ 8 | @import "site-navbar"; 9 | /* Blocks */ 10 | @import "site-blocks"; -------------------------------------------------------------------------------- /style/scss/style.scss: -------------------------------------------------------------------------------- 1 | @import "bootstrap/functions"; 2 | @import "bootstrap/variables"; 3 | @import "bootstrap/mixins"; 4 | 5 | /* Base */ 6 | @import "site-base"; 7 | /* Navbar */ 8 | @import "site-navbar"; 9 | /* Blocks */ 10 | @import "site-blocks"; -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_resize.scss: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | @mixin resizable($direction) { 4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 5 | resize: $direction; // Options: horizontal, vertical, both 6 | } 7 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_resize.scss: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | @mixin resizable($direction) { 4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 5 | resize: $direction; // Options: horizontal, vertical, both 6 | } 7 | -------------------------------------------------------------------------------- /Connect/connection.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_float.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @mixin float-left { 4 | float: left !important; 5 | } 6 | @mixin float-right { 7 | float: right !important; 8 | } 9 | @mixin float-none { 10 | float: none !important; 11 | } 12 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_float.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @mixin float-left { 4 | float: left !important; 5 | } 6 | @mixin float-right { 7 | float: right !important; 8 | } 9 | @mixin float-none { 10 | float: none !important; 11 | } 12 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_shadows.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .shadow-sm { box-shadow: $box-shadow-sm !important; } 4 | .shadow { box-shadow: $box-shadow !important; } 5 | .shadow-lg { box-shadow: $box-shadow-lg !important; } 6 | .shadow-none { box-shadow: none !important; } 7 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_shadows.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .shadow-sm { box-shadow: $box-shadow-sm !important; } 4 | .shadow { box-shadow: $box-shadow !important; } 5 | .shadow-lg { box-shadow: $box-shadow-lg !important; } 6 | .shadow-none { box-shadow: none !important; } 7 | -------------------------------------------------------------------------------- /customer/money.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_badge.scss: -------------------------------------------------------------------------------- 1 | @mixin badge-variant($bg) { 2 | color: color-yiq($bg); 3 | background-color: $bg; 4 | 5 | &[href] { 6 | @include hover-focus { 7 | color: color-yiq($bg); 8 | text-decoration: none; 9 | background-color: darken($bg, 10%); 10 | } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_badge.scss: -------------------------------------------------------------------------------- 1 | @mixin badge-variant($bg) { 2 | color: color-yiq($bg); 3 | background-color: $bg; 4 | 5 | &[href] { 6 | @include hover-focus { 7 | color: color-yiq($bg); 8 | text-decoration: none; 9 | background-color: darken($bg, 10%); 10 | } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_alert.scss: -------------------------------------------------------------------------------- 1 | @mixin alert-variant($background, $border, $color) { 2 | color: $color; 3 | @include gradient-bg($background); 4 | border-color: $border; 5 | 6 | hr { 7 | border-top-color: darken($border, 5%); 8 | } 9 | 10 | .alert-link { 11 | color: darken($color, 10%); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /style/assets/scss/partials/_dark.scss: -------------------------------------------------------------------------------- 1 | .pcoded { 2 | &[layout-type="dark"] { 3 | color: #fff; 4 | .card{ 5 | background-color: $dark-layout-color; 6 | } 7 | .pcoded-main-container{ 8 | background-color: lighten($dark-layout-color,10%); 9 | } 10 | 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_alert.scss: -------------------------------------------------------------------------------- 1 | @mixin alert-variant($background, $border, $color) { 2 | color: $color; 3 | @include gradient-bg($background); 4 | border-color: $border; 5 | 6 | hr { 7 | border-top-color: darken($border, 5%); 8 | } 9 | 10 | .alert-link { 11 | color: darken($color, 10%); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_nav-divider.scss: -------------------------------------------------------------------------------- 1 | // Horizontal dividers 2 | // 3 | // Dividers (basically an hr) within dropdowns and nav lists 4 | 5 | @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) { 6 | height: 0; 7 | margin: $margin-y 0; 8 | overflow: hidden; 9 | border-top: 1px solid $color; 10 | } 11 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_nav-divider.scss: -------------------------------------------------------------------------------- 1 | // Horizontal dividers 2 | // 3 | // Dividers (basically an hr) within dropdowns and nav lists 4 | 5 | @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) { 6 | height: 0; 7 | margin: $margin-y 0; 8 | overflow: hidden; 9 | border-top: 1px solid $color; 10 | } 11 | -------------------------------------------------------------------------------- /style/assets/js/common-pages.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | $(document).ready(function() { 3 | // $('.theme-loader').addClass('loaded'); 4 | $('.theme-loader').animate({ 5 | 'opacity': '0', 6 | }, 1200); 7 | setTimeout(function() { 8 | $('.theme-loader').remove(); 9 | }, 2000); 10 | // $('.pcoded').addClass('loaded'); 11 | }); 12 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_text-emphasis.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Typography 4 | 5 | @mixin text-emphasis-variant($parent, $color) { 6 | #{$parent} { 7 | color: $color !important; 8 | } 9 | a#{$parent} { 10 | @include hover-focus { 11 | color: darken($color, 10%) !important; 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_text-emphasis.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Typography 4 | 5 | @mixin text-emphasis-variant($parent, $color) { 6 | #{$parent} { 7 | color: $color !important; 8 | } 9 | a#{$parent} { 10 | @include hover-focus { 11 | color: darken($color, 10%) !important; 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_transition.scss: -------------------------------------------------------------------------------- 1 | @mixin transition($transition...) { 2 | @if $enable-transitions { 3 | @if length($transition) == 0 { 4 | transition: $transition-base; 5 | } @else { 6 | transition: $transition; 7 | } 8 | } 9 | 10 | @media screen and (prefers-reduced-motion: reduce) { 11 | transition: none; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_transition.scss: -------------------------------------------------------------------------------- 1 | @mixin transition($transition...) { 2 | @if $enable-transitions { 3 | @if length($transition) == 0 { 4 | transition: $transition-base; 5 | } @else { 6 | transition: $transition; 7 | } 8 | } 9 | 10 | @media screen and (prefers-reduced-motion: reduce) { 11 | transition: none; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/HELP-US-OUT.txt: -------------------------------------------------------------------------------- 1 | I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, 2 | Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome, 3 | comprehensive icon sets or copy and paste your own. 4 | 5 | Please. Check it out. 6 | 7 | -Dave Gandy 8 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_sizing.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Width and height 4 | 5 | @each $prop, $abbrev in (width: w, height: h) { 6 | @each $size, $length in $sizes { 7 | .#{$abbrev}-#{$size} { #{$prop}: $length !important; } 8 | } 9 | } 10 | 11 | .mw-100 { max-width: 100% !important; } 12 | .mh-100 { max-height: 100% !important; } 13 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_sizing.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Width and height 4 | 5 | @each $prop, $abbrev in (width: w, height: h) { 6 | @each $size, $length in $sizes { 7 | .#{$abbrev}-#{$size} { #{$prop}: $length !important; } 8 | } 9 | } 10 | 11 | .mw-100 { max-width: 100% !important; } 12 | .mh-100 { max-height: 100% !important; } 13 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_float.scss: -------------------------------------------------------------------------------- 1 | @each $breakpoint in map-keys($grid-breakpoints) { 2 | @include media-breakpoint-up($breakpoint) { 3 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints); 4 | 5 | .float#{$infix}-left { @include float-left; } 6 | .float#{$infix}-right { @include float-right; } 7 | .float#{$infix}-none { @include float-none; } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_float.scss: -------------------------------------------------------------------------------- 1 | @each $breakpoint in map-keys($grid-breakpoints) { 2 | @include media-breakpoint-up($breakpoint) { 3 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints); 4 | 5 | .float#{$infix}-left { @include float-left; } 6 | .float#{$infix}-right { @include float-right; } 7 | .float#{$infix}-none { @include float-none; } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /style/assets/pages/dashboard/horizontal-timeline/css/cd-arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bottom_script_links.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/_transitions.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable selector-no-qualifying-type 2 | 3 | .fade { 4 | @include transition($transition-fade); 5 | 6 | &:not(.show) { 7 | opacity: 0; 8 | } 9 | } 10 | 11 | .collapse { 12 | &:not(.show) { 13 | display: none; 14 | } 15 | } 16 | 17 | .collapsing { 18 | position: relative; 19 | height: 0; 20 | overflow: hidden; 21 | @include transition($transition-collapse); 22 | } 23 | -------------------------------------------------------------------------------- /style/scss/bootstrap/_transitions.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable selector-no-qualifying-type 2 | 3 | .fade { 4 | @include transition($transition-fade); 5 | 6 | &:not(.show) { 7 | opacity: 0; 8 | } 9 | } 10 | 11 | .collapse { 12 | &:not(.show) { 13 | display: none; 14 | } 15 | } 16 | 17 | .collapsing { 18 | position: relative; 19 | height: 0; 20 | overflow: hidden; 21 | @include transition($transition-collapse); 22 | } 23 | -------------------------------------------------------------------------------- /style/assets/css/morris.js/css/morris.css: -------------------------------------------------------------------------------- 1 | .morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0} 2 | .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0} 3 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/_jumbotron.scss: -------------------------------------------------------------------------------- 1 | .jumbotron { 2 | padding: $jumbotron-padding ($jumbotron-padding / 2); 3 | margin-bottom: $jumbotron-padding; 4 | background-color: $jumbotron-bg; 5 | @include border-radius($border-radius-lg); 6 | 7 | @include media-breakpoint-up(sm) { 8 | padding: ($jumbotron-padding * 2) $jumbotron-padding; 9 | } 10 | } 11 | 12 | .jumbotron-fluid { 13 | padding-right: 0; 14 | padding-left: 0; 15 | @include border-radius(0); 16 | } 17 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_align.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .align-baseline { vertical-align: baseline !important; } // Browser default 4 | .align-top { vertical-align: top !important; } 5 | .align-middle { vertical-align: middle !important; } 6 | .align-bottom { vertical-align: bottom !important; } 7 | .align-text-bottom { vertical-align: text-bottom !important; } 8 | .align-text-top { vertical-align: text-top !important; } 9 | -------------------------------------------------------------------------------- /style/scss/bootstrap/_jumbotron.scss: -------------------------------------------------------------------------------- 1 | .jumbotron { 2 | padding: $jumbotron-padding ($jumbotron-padding / 2); 3 | margin-bottom: $jumbotron-padding; 4 | background-color: $jumbotron-bg; 5 | @include border-radius($border-radius-lg); 6 | 7 | @include media-breakpoint-up(sm) { 8 | padding: ($jumbotron-padding * 2) $jumbotron-padding; 9 | } 10 | } 11 | 12 | .jumbotron-fluid { 13 | padding-right: 0; 14 | padding-left: 0; 15 | @include border-radius(0); 16 | } 17 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_align.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .align-baseline { vertical-align: baseline !important; } // Browser default 4 | .align-top { vertical-align: top !important; } 5 | .align-middle { vertical-align: middle !important; } 6 | .align-bottom { vertical-align: bottom !important; } 7 | .align-text-bottom { vertical-align: text-bottom !important; } 8 | .align-text-top { vertical-align: text-top !important; } 9 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_text-hide.scss: -------------------------------------------------------------------------------- 1 | // CSS image replacement 2 | @mixin text-hide($ignore-warning: false) { 3 | // stylelint-disable-next-line font-family-no-missing-generic-family-keyword 4 | font: 0/0 a; 5 | color: transparent; 6 | text-shadow: none; 7 | background-color: transparent; 8 | border: 0; 9 | 10 | @if ($ignore-warning != true) { 11 | @warn "The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely in v5."; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_text-hide.scss: -------------------------------------------------------------------------------- 1 | // CSS image replacement 2 | @mixin text-hide($ignore-warning: false) { 3 | // stylelint-disable-next-line font-family-no-missing-generic-family-keyword 4 | font: 0/0 a; 5 | color: transparent; 6 | text-shadow: none; 7 | background-color: transparent; 8 | border: 0; 9 | 10 | @if ($ignore-warning != true) { 11 | @warn "The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely in v5."; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/bootstrap-reboot.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | 9 | @import "functions"; 10 | @import "variables"; 11 | @import "mixins"; 12 | @import "reboot"; 13 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: (-@fa-li-width + (4em / 14)); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /style/scss/bootstrap/bootstrap-reboot.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | 9 | @import "functions"; 10 | @import "variables"; 11 | @import "mixins"; 12 | @import "reboot"; 13 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /style/assets/pages/sortable-custom.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | $(document).ready(function() { 3 | Sortable.create(draggablePanelList, { 4 | group: 'draggablePanelList', 5 | animation: 150 6 | }); 7 | 8 | Sortable.create(draggableMultiple, { 9 | group: 'draggableMultiple', 10 | animation: 150 11 | }); 12 | Sortable.create(draggableWithoutImg, { 13 | group: 'draggableWithoutImg', 14 | animation: 150 15 | }); 16 | }); 17 | -------------------------------------------------------------------------------- /style/assets/pages/icon-modal.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | $(document).ready(function() { 3 | $('.icon-list-demo div div,.icon-list-demo div .outer-ellipsis').on('click', function() { 4 | var font_class = ($(this).children().attr('class')); 5 | $('.modal-icon').modal('show'); 6 | $('#icon').removeClass(); 7 | $('#icon').addClass(font_class); 8 | $('#name').val(font_class); 9 | $('#code').val(''); 10 | }); 11 | }); 12 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_background.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $color, $value in $theme-colors { 4 | @include bg-variant(".bg-#{$color}", $value); 5 | } 6 | 7 | @if $enable-gradients { 8 | @each $color, $value in $theme-colors { 9 | @include bg-gradient-variant(".bg-gradient-#{$color}", $value); 10 | } 11 | } 12 | 13 | .bg-white { 14 | background-color: $white !important; 15 | } 16 | 17 | .bg-transparent { 18 | background-color: transparent !important; 19 | } 20 | -------------------------------------------------------------------------------- /style/assets/css/partials/other/_editors.scss: -------------------------------------------------------------------------------- 1 | /** ===================== 2 | Editor css start 3 | ========================== **/ 4 | 5 | .ace_editor { 6 | width: 100% !important; 7 | position: relative !important; 8 | margin-top: 20px; 9 | } 10 | 11 | .long-press:focus { 12 | outline-color: $primary-color; 13 | } 14 | 15 | .inputor:focus { 16 | border-color: $primary-color; 17 | } 18 | 19 | #edui1 { 20 | width: auto !important; 21 | } 22 | 23 | 24 | /**====== Editor css end ======**/ 25 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_background.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $color, $value in $theme-colors { 4 | @include bg-variant(".bg-#{$color}", $value); 5 | } 6 | 7 | @if $enable-gradients { 8 | @each $color, $value in $theme-colors { 9 | @include bg-gradient-variant(".bg-gradient-#{$color}", $value); 10 | } 11 | } 12 | 13 | .bg-white { 14 | background-color: $white !important; 15 | } 16 | 17 | .bg-transparent { 18 | background-color: transparent !important; 19 | } 20 | -------------------------------------------------------------------------------- /style/scss/bootstrap/_utilities.scss: -------------------------------------------------------------------------------- 1 | @import "utilities/align"; 2 | @import "utilities/background"; 3 | @import "utilities/borders"; 4 | @import "utilities/clearfix"; 5 | @import "utilities/display"; 6 | @import "utilities/embed"; 7 | @import "utilities/flex"; 8 | @import "utilities/float"; 9 | @import "utilities/position"; 10 | @import "utilities/screenreaders"; 11 | @import "utilities/shadows"; 12 | @import "utilities/sizing"; 13 | @import "utilities/spacing"; 14 | @import "utilities/text"; 15 | @import "utilities/visibility"; 16 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/_utilities.scss: -------------------------------------------------------------------------------- 1 | @import "utilities/align"; 2 | @import "utilities/background"; 3 | @import "utilities/borders"; 4 | @import "utilities/clearfix"; 5 | @import "utilities/display"; 6 | @import "utilities/embed"; 7 | @import "utilities/flex"; 8 | @import "utilities/float"; 9 | @import "utilities/position"; 10 | @import "utilities/screenreaders"; 11 | @import "utilities/shadows"; 12 | @import "utilities/sizing"; 13 | @import "utilities/spacing"; 14 | @import "utilities/text"; 15 | @import "utilities/visibility"; 16 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /style/assets/js/modernizr/css-scrollbars.js: -------------------------------------------------------------------------------- 1 | // Stylable scrollbars detection 2 | Modernizr.addTest('cssscrollbar', function() { 3 | 4 | var bool, 5 | 6 | styles = "#modernizr{overflow: scroll; width: 40px }#" + 7 | Modernizr._prefixes 8 | .join("scrollbar{width:0px}"+' #modernizr::') 9 | .split('#') 10 | .slice(1) 11 | .join('#') + "scrollbar{width:0px}"; 12 | 13 | Modernizr.testStyles(styles, function(node) { 14 | bool = 'scrollWidth' in node && node.scrollWidth == 40; 15 | }); 16 | 17 | return bool; 18 | 19 | }); 20 | -------------------------------------------------------------------------------- /style/assets/pages/accordion/accordion.min.js: -------------------------------------------------------------------------------- 1 | "use strict";$(document).ready(function(){var a={header:"zmdi zmdi-chevron-down",activeHeader:"zmdi zmdi-chevron-up"};$("#multi-open").accordion({heightStyle:"content",icons:a});$("#sclae-accordion").accordion({heightStyle:"content",icons:a});$("#single-open").accordion({heightStyle:"content",icons:a});$("#color-accordion").accordion({heightStyle:"content",icons:a});if($(".accordion-msg").attr("aria-expanded")=="true"){$(".accordion-msg").addClass("scale_active")}else{$(".accordion-msg").removeClass("scale_active")}}); -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "animated"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | @import "screen-reader"; 19 | -------------------------------------------------------------------------------- /ShoppingBag.php: -------------------------------------------------------------------------------- 1 |
11 | 12 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_list-group.scss: -------------------------------------------------------------------------------- 1 | // List Groups 2 | 3 | @mixin list-group-item-variant($state, $background, $color) { 4 | .list-group-item-#{$state} { 5 | color: $color; 6 | background-color: $background; 7 | 8 | &.list-group-item-action { 9 | @include hover-focus { 10 | color: $color; 11 | background-color: darken($background, 5%); 12 | } 13 | 14 | &.active { 15 | color: $white; 16 | background-color: $color; 17 | border-color: $color; 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_list-group.scss: -------------------------------------------------------------------------------- 1 | // List Groups 2 | 3 | @mixin list-group-item-variant($state, $background, $color) { 4 | .list-group-item-#{$state} { 5 | color: $color; 6 | background-color: $background; 7 | 8 | &.list-group-item-action { 9 | @include hover-focus { 10 | color: $color; 11 | background-color: darken($background, 5%); 12 | } 13 | 14 | &.active { 15 | color: $white; 16 | background-color: $color; 17 | border-color: $color; 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_pagination.scss: -------------------------------------------------------------------------------- 1 | // Pagination 2 | 3 | @mixin pagination-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) { 4 | .page-link { 5 | padding: $padding-y $padding-x; 6 | font-size: $font-size; 7 | line-height: $line-height; 8 | } 9 | 10 | .page-item { 11 | &:first-child { 12 | .page-link { 13 | @include border-left-radius($border-radius); 14 | } 15 | } 16 | &:last-child { 17 | .page-link { 18 | @include border-right-radius($border-radius); 19 | } 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_pagination.scss: -------------------------------------------------------------------------------- 1 | // Pagination 2 | 3 | @mixin pagination-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) { 4 | .page-link { 5 | padding: $padding-y $padding-x; 6 | font-size: $font-size; 7 | line-height: $line-height; 8 | } 9 | 10 | .page-item { 11 | &:first-child { 12 | .page-link { 13 | @include border-left-radius($border-radius); 14 | } 15 | } 16 | &:last-child { 17 | .page-link { 18 | @include border-right-radius($border-radius); 19 | } 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /style/assets/pages/dashboard/d3chart/js/bullets.json: -------------------------------------------------------------------------------- 1 | [ 2 | {"title":"Facebook","subtitle":"US$, in thousands","ranges":[150,225,300],"measures":[220,270],"markers":[250]}, 3 | {"title":"Twitter","subtitle":"%","ranges":[20,25,30],"measures":[21,23],"markers":[26]}, 4 | {"title":"Google Plus","subtitle":"US$, average","ranges":[350,500,600],"measures":[100,320],"markers":[550]}, 5 | {"title":"Instagram","subtitle":"count","ranges":[1400,2000,2500],"measures":[1000,1650],"markers":[2100]}, 6 | {"title":"Pintrest","subtitle":"out of 5","ranges":[3.5,4.25,5],"measures":[3.2,4.7],"markers":[4.4]} 7 | ] -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_background-variant.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Contextual backgrounds 4 | 5 | @mixin bg-variant($parent, $color) { 6 | #{$parent} { 7 | background-color: $color !important; 8 | } 9 | a#{$parent}, 10 | button#{$parent} { 11 | @include hover-focus { 12 | background-color: darken($color, 10%) !important; 13 | } 14 | } 15 | } 16 | 17 | @mixin bg-gradient-variant($parent, $color) { 18 | #{$parent} { 19 | background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important; 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_background-variant.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Contextual backgrounds 4 | 5 | @mixin bg-variant($parent, $color) { 6 | #{$parent} { 7 | background-color: $color !important; 8 | } 9 | a#{$parent}, 10 | button#{$parent} { 11 | @include hover-focus { 12 | background-color: darken($color, 10%) !important; 13 | } 14 | } 15 | } 16 | 17 | @mixin bg-gradient-variant($parent, $color) { 18 | #{$parent} { 19 | background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important; 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "animated.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | @import "screen-reader.less"; 19 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_reset-text.scss: -------------------------------------------------------------------------------- 1 | @mixin reset-text { 2 | font-family: $font-family-base; 3 | // We deliberately do NOT reset font-size or word-wrap. 4 | font-style: normal; 5 | font-weight: $font-weight-normal; 6 | line-height: $line-height-base; 7 | text-align: left; // Fallback for where `start` is not supported 8 | text-align: start; // stylelint-disable-line declaration-block-no-duplicate-properties 9 | text-decoration: none; 10 | text-shadow: none; 11 | text-transform: none; 12 | letter-spacing: normal; 13 | word-break: normal; 14 | word-spacing: normal; 15 | white-space: normal; 16 | line-break: auto; 17 | } 18 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_reset-text.scss: -------------------------------------------------------------------------------- 1 | @mixin reset-text { 2 | font-family: $font-family-base; 3 | // We deliberately do NOT reset font-size or word-wrap. 4 | font-style: normal; 5 | font-weight: $font-weight-normal; 6 | line-height: $line-height-base; 7 | text-align: left; // Fallback for where `start` is not supported 8 | text-align: start; // stylelint-disable-line declaration-block-no-duplicate-properties 9 | text-decoration: none; 10 | text-shadow: none; 11 | text-transform: none; 12 | letter-spacing: normal; 13 | word-break: normal; 14 | word-spacing: normal; 15 | white-space: normal; 16 | line-break: auto; 17 | } 18 | -------------------------------------------------------------------------------- /style/assets/pages/flag-icons.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | $(document).ready(function() { 3 | $('.f-item').on('click', function() { 4 | var font_class = $(this).children().attr('class'); 5 | var flag_name = $(this).attr('flag-name'); 6 | var country_name = $(this).parent().children('.content-flag').children(0).html(); 7 | $('#myModal').modal('show'); 8 | $('#icon').removeClass(); 9 | $('#icon').addClass(font_class); 10 | $('#icon').addClass('fa-lg'); 11 | $('#name').val(country_name); 12 | $('#code').val(''); 13 | }); 14 | }); 15 | -------------------------------------------------------------------------------- /customer/script.js: -------------------------------------------------------------------------------- 1 | document.addEventListener('DOMContentLoaded',function(){ 2 | const clickButton=document.getElementById('ClickButton'); 3 | const moneyDisplay=document.getElementById('MoneyDisplay'); 4 | 5 | clickButton.addEventListener('click',function(){ 6 | const xhr=new XMLHttpRequest(); 7 | xhr.open('POST','money.php',true); 8 | xhr.setRequestHeader("Content-type","application/x-www-form-urlencode"); 9 | xhr.onreadystatechange=function(){ 10 | if (xhr.readyState === 4 && xhr.status === 200) { 11 | const moneyAmount=parseInt(xhr.responseText); 12 | moneyDisplay.textContent=moneyAmount; 13 | } 14 | }; 15 | xhr.send("click=true"); 16 | }) 17 | }); -------------------------------------------------------------------------------- /fronts/scss/bootstrap/_root.scss: -------------------------------------------------------------------------------- 1 | :root { 2 | // Custom variable values only support SassScript inside `#{}`. 3 | @each $color, $value in $colors { 4 | --#{$color}: #{$value}; 5 | } 6 | 7 | @each $color, $value in $theme-colors { 8 | --#{$color}: #{$value}; 9 | } 10 | 11 | @each $bp, $value in $grid-breakpoints { 12 | --breakpoint-#{$bp}: #{$value}; 13 | } 14 | 15 | // Use `inspect` for lists so that quoted items keep the quotes. 16 | // See https://github.com/sass/sass/issues/2383#issuecomment-336349172 17 | --font-family-sans-serif: #{inspect($font-family-sans-serif)}; 18 | --font-family-monospace: #{inspect($font-family-monospace)}; 19 | } 20 | -------------------------------------------------------------------------------- /style/scss/bootstrap/_root.scss: -------------------------------------------------------------------------------- 1 | :root { 2 | // Custom variable values only support SassScript inside `#{}`. 3 | @each $color, $value in $colors { 4 | --#{$color}: #{$value}; 5 | } 6 | 7 | @each $color, $value in $theme-colors { 8 | --#{$color}: #{$value}; 9 | } 10 | 11 | @each $bp, $value in $grid-breakpoints { 12 | --breakpoint-#{$bp}: #{$value}; 13 | } 14 | 15 | // Use `inspect` for lists so that quoted items keep the quotes. 16 | // See https://github.com/sass/sass/issues/2383#issuecomment-336349172 17 | --font-family-sans-serif: #{inspect($font-family-sans-serif)}; 18 | --font-family-monospace: #{inspect($font-family-monospace)}; 19 | } 20 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .@{fa-css-prefix}-pull-left { float: left; } 11 | .@{fa-css-prefix}-pull-right { float: right; } 12 | 13 | .@{fa-css-prefix} { 14 | &.@{fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.@{fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .@{fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .#{$fa-css-prefix}-pull-left { float: left; } 11 | .#{$fa-css-prefix}-pull-right { float: right; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .#{$fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .@{fa-css-prefix}-rotate-90, 15 | :root .@{fa-css-prefix}-rotate-180, 16 | :root .@{fa-css-prefix}-rotate-270, 17 | :root .@{fa-css-prefix}-flip-horizontal, 18 | :root .@{fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /customer/LowerScriptLink.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /fronts/fonts/icomoon/Read Me.txt: -------------------------------------------------------------------------------- 1 | Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. 2 | 3 | To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts 4 | 5 | You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. 6 | 7 | You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. 8 | -------------------------------------------------------------------------------- /style/fonts/icomoon/Read Me.txt: -------------------------------------------------------------------------------- 1 | Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. 2 | 3 | To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts 4 | 5 | You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. 6 | 7 | You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. 8 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .#{$fa-css-prefix}-rotate-90, 15 | :root .#{$fa-css-prefix}-rotate-180, 16 | :root .#{$fa-css-prefix}-rotate-270, 17 | :root .#{$fa-css-prefix}-flip-horizontal, 18 | :root .#{$fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /style/assets/pages/dashboard/amchart/js/images/dragIconRoundBig.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_table-row.scss: -------------------------------------------------------------------------------- 1 | // Tables 2 | 3 | @mixin table-row-variant($state, $background) { 4 | // Exact selectors below required to override `.table-striped` and prevent 5 | // inheritance to nested tables. 6 | .table-#{$state} { 7 | &, 8 | > th, 9 | > td { 10 | background-color: $background; 11 | } 12 | } 13 | 14 | // Hover states for `.table-hover` 15 | // Note: this is not available for cells or rows within `thead` or `tfoot`. 16 | .table-hover { 17 | $hover-background: darken($background, 5%); 18 | 19 | .table-#{$state} { 20 | @include hover { 21 | background-color: $hover-background; 22 | 23 | > td, 24 | > th { 25 | background-color: $hover-background; 26 | } 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /style/assets/pages/dashboard/amchart/js/images/dragIconRoundBigH.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_table-row.scss: -------------------------------------------------------------------------------- 1 | // Tables 2 | 3 | @mixin table-row-variant($state, $background) { 4 | // Exact selectors below required to override `.table-striped` and prevent 5 | // inheritance to nested tables. 6 | .table-#{$state} { 7 | &, 8 | > th, 9 | > td { 10 | background-color: $background; 11 | } 12 | } 13 | 14 | // Hover states for `.table-hover` 15 | // Note: this is not available for cells or rows within `thead` or `tfoot`. 16 | .table-hover { 17 | $hover-background: darken($background, 5%); 18 | 19 | .table-#{$state} { 20 | @include hover { 21 | background-color: $hover-background; 22 | 23 | > td, 24 | > th { 25 | background-color: $hover-background; 26 | } 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/bootstrap-grid.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Grid v4.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | */ 7 | 8 | @at-root { 9 | @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix 10 | } 11 | 12 | html { 13 | box-sizing: border-box; 14 | -ms-overflow-style: scrollbar; 15 | } 16 | 17 | *, 18 | *::before, 19 | *::after { 20 | box-sizing: inherit; 21 | } 22 | 23 | @import "functions"; 24 | @import "variables"; 25 | 26 | @import "mixins/breakpoints"; 27 | @import "mixins/grid-framework"; 28 | @import "mixins/grid"; 29 | 30 | @import "grid"; 31 | @import "utilities/display"; 32 | @import "utilities/flex"; 33 | -------------------------------------------------------------------------------- /style/scss/bootstrap/bootstrap-grid.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Grid v4.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | */ 7 | 8 | @at-root { 9 | @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix 10 | } 11 | 12 | html { 13 | box-sizing: border-box; 14 | -ms-overflow-style: scrollbar; 15 | } 16 | 17 | *, 18 | *::before, 19 | *::after { 20 | box-sizing: inherit; 21 | } 22 | 23 | @import "functions"; 24 | @import "variables"; 25 | 26 | @import "mixins/breakpoints"; 27 | @import "mixins/grid-framework"; 28 | @import "mixins/grid"; 29 | 30 | @import "grid"; 31 | @import "utilities/display"; 32 | @import "utilities/flex"; 33 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/path.less: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); 7 | src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), 8 | url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'), 9 | url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), 10 | url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), 11 | url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); 12 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_position.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Common values 4 | 5 | // Sass list not in variables since it's not intended for customization. 6 | // stylelint-disable-next-line scss/dollar-variable-default 7 | $positions: static, relative, absolute, fixed, sticky; 8 | 9 | @each $position in $positions { 10 | .position-#{$position} { position: $position !important; } 11 | } 12 | 13 | // Shorthand 14 | 15 | .fixed-top { 16 | position: fixed; 17 | top: 0; 18 | right: 0; 19 | left: 0; 20 | z-index: $zindex-fixed; 21 | } 22 | 23 | .fixed-bottom { 24 | position: fixed; 25 | right: 0; 26 | bottom: 0; 27 | left: 0; 28 | z-index: $zindex-fixed; 29 | } 30 | 31 | .sticky-top { 32 | @supports (position: sticky) { 33 | position: sticky; 34 | top: 0; 35 | z-index: $zindex-sticky; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); 7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), 8 | url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), 9 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), 10 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), 11 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); 12 | // src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_position.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Common values 4 | 5 | // Sass list not in variables since it's not intended for customization. 6 | // stylelint-disable-next-line scss/dollar-variable-default 7 | $positions: static, relative, absolute, fixed, sticky; 8 | 9 | @each $position in $positions { 10 | .position-#{$position} { position: $position !important; } 11 | } 12 | 13 | // Shorthand 14 | 15 | .fixed-top { 16 | position: fixed; 17 | top: 0; 18 | right: 0; 19 | left: 0; 20 | z-index: $zindex-fixed; 21 | } 22 | 23 | .fixed-bottom { 24 | position: fixed; 25 | right: 0; 26 | bottom: 0; 27 | left: 0; 28 | z-index: $zindex-fixed; 29 | } 30 | 31 | .sticky-top { 32 | @supports (position: sticky) { 33 | position: sticky; 34 | top: 0; 35 | z-index: $zindex-sticky; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/less/animated.less: -------------------------------------------------------------------------------- 1 | // Animated Icons 2 | // -------------------------- 3 | 4 | .@{fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | .@{fa-css-prefix}-pulse { 10 | -webkit-animation: fa-spin 1s infinite steps(8); 11 | animation: fa-spin 1s infinite steps(8); 12 | } 13 | 14 | @-webkit-keyframes fa-spin { 15 | 0% { 16 | -webkit-transform: rotate(0deg); 17 | transform: rotate(0deg); 18 | } 19 | 100% { 20 | -webkit-transform: rotate(359deg); 21 | transform: rotate(359deg); 22 | } 23 | } 24 | 25 | @keyframes fa-spin { 26 | 0% { 27 | -webkit-transform: rotate(0deg); 28 | transform: rotate(0deg); 29 | } 30 | 100% { 31 | -webkit-transform: rotate(359deg); 32 | transform: rotate(359deg); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /NavBar.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /style/assets/icon/font-awesome/scss/_animated.scss: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | .#{$fa-css-prefix}-pulse { 10 | -webkit-animation: fa-spin 1s infinite steps(8); 11 | animation: fa-spin 1s infinite steps(8); 12 | } 13 | 14 | @-webkit-keyframes fa-spin { 15 | 0% { 16 | -webkit-transform: rotate(0deg); 17 | transform: rotate(0deg); 18 | } 19 | 100% { 20 | -webkit-transform: rotate(359deg); 21 | transform: rotate(359deg); 22 | } 23 | } 24 | 25 | @keyframes fa-spin { 26 | 0% { 27 | -webkit-transform: rotate(0deg); 28 | transform: rotate(0deg); 29 | } 30 | 100% { 31 | -webkit-transform: rotate(359deg); 32 | transform: rotate(359deg); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /customer/NavMainLink.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_border-radius.scss: -------------------------------------------------------------------------------- 1 | // Single side border-radius 2 | 3 | @mixin border-radius($radius: $border-radius) { 4 | @if $enable-rounded { 5 | border-radius: $radius; 6 | } 7 | } 8 | 9 | @mixin border-top-radius($radius) { 10 | @if $enable-rounded { 11 | border-top-left-radius: $radius; 12 | border-top-right-radius: $radius; 13 | } 14 | } 15 | 16 | @mixin border-right-radius($radius) { 17 | @if $enable-rounded { 18 | border-top-right-radius: $radius; 19 | border-bottom-right-radius: $radius; 20 | } 21 | } 22 | 23 | @mixin border-bottom-radius($radius) { 24 | @if $enable-rounded { 25 | border-bottom-right-radius: $radius; 26 | border-bottom-left-radius: $radius; 27 | } 28 | } 29 | 30 | @mixin border-left-radius($radius) { 31 | @if $enable-rounded { 32 | border-top-left-radius: $radius; 33 | border-bottom-left-radius: $radius; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Only display content to screen readers 2 | // 3 | // See: https://a11yproject.com/posts/how-to-hide-content/ 4 | // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ 5 | 6 | @mixin sr-only { 7 | position: absolute; 8 | width: 1px; 9 | height: 1px; 10 | padding: 0; 11 | overflow: hidden; 12 | clip: rect(0, 0, 0, 0); 13 | white-space: nowrap; 14 | border: 0; 15 | } 16 | 17 | // Use in conjunction with .sr-only to only display content when it's focused. 18 | // 19 | // Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 20 | // 21 | // Credit: HTML5 Boilerplate 22 | 23 | @mixin sr-only-focusable { 24 | &:active, 25 | &:focus { 26 | position: static; 27 | width: auto; 28 | height: auto; 29 | overflow: visible; 30 | clip: auto; 31 | white-space: normal; 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_border-radius.scss: -------------------------------------------------------------------------------- 1 | // Single side border-radius 2 | 3 | @mixin border-radius($radius: $border-radius) { 4 | @if $enable-rounded { 5 | border-radius: $radius; 6 | } 7 | } 8 | 9 | @mixin border-top-radius($radius) { 10 | @if $enable-rounded { 11 | border-top-left-radius: $radius; 12 | border-top-right-radius: $radius; 13 | } 14 | } 15 | 16 | @mixin border-right-radius($radius) { 17 | @if $enable-rounded { 18 | border-top-right-radius: $radius; 19 | border-bottom-right-radius: $radius; 20 | } 21 | } 22 | 23 | @mixin border-bottom-radius($radius) { 24 | @if $enable-rounded { 25 | border-bottom-right-radius: $radius; 26 | border-bottom-left-radius: $radius; 27 | } 28 | } 29 | 30 | @mixin border-left-radius($radius) { 31 | @if $enable-rounded { 32 | border-top-left-radius: $radius; 33 | border-bottom-left-radius: $radius; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Only display content to screen readers 2 | // 3 | // See: https://a11yproject.com/posts/how-to-hide-content/ 4 | // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ 5 | 6 | @mixin sr-only { 7 | position: absolute; 8 | width: 1px; 9 | height: 1px; 10 | padding: 0; 11 | overflow: hidden; 12 | clip: rect(0, 0, 0, 0); 13 | white-space: nowrap; 14 | border: 0; 15 | } 16 | 17 | // Use in conjunction with .sr-only to only display content when it's focused. 18 | // 19 | // Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 20 | // 21 | // Credit: HTML5 Boilerplate 22 | 23 | @mixin sr-only-focusable { 24 | &:active, 25 | &:focus { 26 | position: static; 27 | width: auto; 28 | height: auto; 29 | overflow: visible; 30 | clip: auto; 31 | white-space: normal; 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /fronts/fonts/flaticon/backup.txt: -------------------------------------------------------------------------------- 1 | eyIxIjp7IklEIjoxLCJuYW1lIjoiTXkgaWNvbnMgY29sbGVjdGlvbiIsImJvb2ttYXJrX2lkIjoiZDVmMndudGJjYzAwMDAwMCIsImNyZWF0ZWQiOm51bGwsInVwZGF0ZWQiOjE1OTI0NzE0OTgsImFjdGl2ZSI6MSwic291cmNlIjoibG9jYWwiLCJvcmRlciI6MCwiY29sb3IiOiIwMDAwMDAiLCJzdGF0dXMiOjF9LCJkNWYyd250YmNjMDAwMDAwIjpbeyJpZCI6ODgzMzk4LCJ0ZWFtIjowLCJuYW1lIjoibWVkaWNhbC1oaXN0b3J5IiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6Nn0seyJpZCI6MzE1NTUsInRlYW0iOjAsIm5hbWUiOiJyZWQtY3Jvc3Mtc3ltYm9sIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6Mn0seyJpZCI6MzEyNTQsInRlYW0iOjAsIm5hbWUiOiIyNC1ob3Vycy1kcnVncy1kZWxpdmVyeSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjF9LHsiaWQiOjI2MzQwNTcsInRlYW0iOjAsIm5hbWUiOiJtZWRpY2luZSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjN9LHsiaWQiOjg4MzQwNywidGVhbSI6MCwibmFtZSI6ImRydWciLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo0fSx7ImlkIjo4ODM0MDAsInRlYW0iOjAsIm5hbWUiOiJ0ZXN0LXR1YmVzIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6NX1dfQ== -------------------------------------------------------------------------------- /fronts/scss/bootstrap/mixins/_hover.scss: -------------------------------------------------------------------------------- 1 | // Hover mixin and `$enable-hover-media-query` are deprecated. 2 | // 3 | // Originally added during our alphas and maintained during betas, this mixin was 4 | // designed to prevent `:hover` stickiness on iOS-an issue where hover styles 5 | // would persist after initial touch. 6 | // 7 | // For backward compatibility, we've kept these mixins and updated them to 8 | // always return their regular pseudo-classes instead of a shimmed media query. 9 | // 10 | // Issue: https://github.com/twbs/bootstrap/issues/25195 11 | 12 | @mixin hover { 13 | &:hover { @content; } 14 | } 15 | 16 | @mixin hover-focus { 17 | &:hover, 18 | &:focus { 19 | @content; 20 | } 21 | } 22 | 23 | @mixin plain-hover-focus { 24 | &, 25 | &:hover, 26 | &:focus { 27 | @content; 28 | } 29 | } 30 | 31 | @mixin hover-focus-active { 32 | &:hover, 33 | &:focus, 34 | &:active { 35 | @content; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /style/fonts/flaticon/backup.txt: -------------------------------------------------------------------------------- 1 | eyIxIjp7IklEIjoxLCJuYW1lIjoiTXkgaWNvbnMgY29sbGVjdGlvbiIsImJvb2ttYXJrX2lkIjoiZDVmMndudGJjYzAwMDAwMCIsImNyZWF0ZWQiOm51bGwsInVwZGF0ZWQiOjE1OTI0NzE0OTgsImFjdGl2ZSI6MSwic291cmNlIjoibG9jYWwiLCJvcmRlciI6MCwiY29sb3IiOiIwMDAwMDAiLCJzdGF0dXMiOjF9LCJkNWYyd250YmNjMDAwMDAwIjpbeyJpZCI6ODgzMzk4LCJ0ZWFtIjowLCJuYW1lIjoibWVkaWNhbC1oaXN0b3J5IiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6Nn0seyJpZCI6MzE1NTUsInRlYW0iOjAsIm5hbWUiOiJyZWQtY3Jvc3Mtc3ltYm9sIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6Mn0seyJpZCI6MzEyNTQsInRlYW0iOjAsIm5hbWUiOiIyNC1ob3Vycy1kcnVncy1kZWxpdmVyeSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjF9LHsiaWQiOjI2MzQwNTcsInRlYW0iOjAsIm5hbWUiOiJtZWRpY2luZSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjN9LHsiaWQiOjg4MzQwNywidGVhbSI6MCwibmFtZSI6ImRydWciLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo0fSx7ImlkIjo4ODM0MDAsInRlYW0iOjAsIm5hbWUiOiJ0ZXN0LXR1YmVzIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6NX1dfQ== -------------------------------------------------------------------------------- /style/scss/bootstrap/mixins/_hover.scss: -------------------------------------------------------------------------------- 1 | // Hover mixin and `$enable-hover-media-query` are deprecated. 2 | // 3 | // Originally added during our alphas and maintained during betas, this mixin was 4 | // designed to prevent `:hover` stickiness on iOS-an issue where hover styles 5 | // would persist after initial touch. 6 | // 7 | // For backward compatibility, we've kept these mixins and updated them to 8 | // always return their regular pseudo-classes instead of a shimmed media query. 9 | // 10 | // Issue: https://github.com/twbs/bootstrap/issues/25195 11 | 12 | @mixin hover { 13 | &:hover { @content; } 14 | } 15 | 16 | @mixin hover-focus { 17 | &:hover, 18 | &:focus { 19 | @content; 20 | } 21 | } 22 | 23 | @mixin plain-hover-focus { 24 | &, 25 | &:hover, 26 | &:focus { 27 | @content; 28 | } 29 | } 30 | 31 | @mixin hover-focus-active { 32 | &:hover, 33 | &:focus, 34 | &:active { 35 | @content; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /fronts/images/wave.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /style/images/wave.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /style/assets/images/wave.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fronts/main.html: -------------------------------------------------------------------------------- 1 |
2 | For more awesome templates please visit Colorlib.
4 |Copyright information for the template can't be altered/removed unless you purchase a license. 6 | 7 |
Removing copyright information without the license will result in suspension of your hosting and/or domain name(s). 8 | 9 |
More information about the license is available here.
10 | 11 | 18 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/utilities/_embed.scss: -------------------------------------------------------------------------------- 1 | // Credit: Nicolas Gallagher and SUIT CSS. 2 | 3 | .embed-responsive { 4 | position: relative; 5 | display: block; 6 | width: 100%; 7 | padding: 0; 8 | overflow: hidden; 9 | 10 | &::before { 11 | display: block; 12 | content: ""; 13 | } 14 | 15 | .embed-responsive-item, 16 | iframe, 17 | embed, 18 | object, 19 | video { 20 | position: absolute; 21 | top: 0; 22 | bottom: 0; 23 | left: 0; 24 | width: 100%; 25 | height: 100%; 26 | border: 0; 27 | } 28 | } 29 | 30 | .embed-responsive-21by9 { 31 | &::before { 32 | padding-top: percentage(9 / 21); 33 | } 34 | } 35 | 36 | .embed-responsive-16by9 { 37 | &::before { 38 | padding-top: percentage(9 / 16); 39 | } 40 | } 41 | 42 | .embed-responsive-4by3 { 43 | &::before { 44 | padding-top: percentage(3 / 4); 45 | } 46 | } 47 | 48 | .embed-responsive-1by1 { 49 | &::before { 50 | padding-top: percentage(1 / 1); 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /style/scss/bootstrap/utilities/_embed.scss: -------------------------------------------------------------------------------- 1 | // Credit: Nicolas Gallagher and SUIT CSS. 2 | 3 | .embed-responsive { 4 | position: relative; 5 | display: block; 6 | width: 100%; 7 | padding: 0; 8 | overflow: hidden; 9 | 10 | &::before { 11 | display: block; 12 | content: ""; 13 | } 14 | 15 | .embed-responsive-item, 16 | iframe, 17 | embed, 18 | object, 19 | video { 20 | position: absolute; 21 | top: 0; 22 | bottom: 0; 23 | left: 0; 24 | width: 100%; 25 | height: 100%; 26 | border: 0; 27 | } 28 | } 29 | 30 | .embed-responsive-21by9 { 31 | &::before { 32 | padding-top: percentage(9 / 21); 33 | } 34 | } 35 | 36 | .embed-responsive-16by9 { 37 | &::before { 38 | padding-top: percentage(9 / 16); 39 | } 40 | } 41 | 42 | .embed-responsive-4by3 { 43 | &::before { 44 | padding-top: percentage(3 / 4); 45 | } 46 | } 47 | 48 | .embed-responsive-1by1 { 49 | &::before { 50 | padding-top: percentage(1 / 1); 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /fronts/css/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-theme .owl-dots, 7 | .owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent} 8 | .owl-theme .owl-nav{margin-top:10px} 9 | .owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;} 10 | .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none} 11 | .owl-theme .owl-nav .disabled{opacity:.5;cursor:default} 12 | .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px} 13 | .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1} 14 | .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px} 15 | .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /fronts/scss/bootstrap/_progress.scss: -------------------------------------------------------------------------------- 1 | @keyframes progress-bar-stripes { 2 | from { background-position: $progress-height 0; } 3 | to { background-position: 0 0; } 4 | } 5 | 6 | .progress { 7 | display: flex; 8 | height: $progress-height; 9 | overflow: hidden; // force rounded corners by cropping it 10 | font-size: $progress-font-size; 11 | background-color: $progress-bg; 12 | @include border-radius($progress-border-radius); 13 | @include box-shadow($progress-box-shadow); 14 | } 15 | 16 | .progress-bar { 17 | display: flex; 18 | flex-direction: column; 19 | justify-content: center; 20 | color: $progress-bar-color; 21 | text-align: center; 22 | white-space: nowrap; 23 | background-color: $progress-bar-bg; 24 | @include transition($progress-bar-transition); 25 | } 26 | 27 | .progress-bar-striped { 28 | @include gradient-striped(); 29 | background-size: $progress-height $progress-height; 30 | } 31 | 32 | .progress-bar-animated { 33 | animation: progress-bar-stripes $progress-bar-animation-timing; 34 | } 35 | -------------------------------------------------------------------------------- /style/css/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-theme .owl-dots, 7 | .owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent} 8 | .owl-theme .owl-nav{margin-top:10px} 9 | .owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;} 10 | .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none} 11 | .owl-theme .owl-nav .disabled{opacity:.5;cursor:default} 12 | .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px} 13 | .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1} 14 | .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px} 15 | .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /style/scss/bootstrap/_progress.scss: -------------------------------------------------------------------------------- 1 | @keyframes progress-bar-stripes { 2 | from { background-position: $progress-height 0; } 3 | to { background-position: 0 0; } 4 | } 5 | 6 | .progress { 7 | display: flex; 8 | height: $progress-height; 9 | overflow: hidden; // force rounded corners by cropping it 10 | font-size: $progress-font-size; 11 | background-color: $progress-bg; 12 | @include border-radius($progress-border-radius); 13 | @include box-shadow($progress-box-shadow); 14 | } 15 | 16 | .progress-bar { 17 | display: flex; 18 | flex-direction: column; 19 | justify-content: center; 20 | color: $progress-bar-color; 21 | text-align: center; 22 | white-space: nowrap; 23 | background-color: $progress-bar-bg; 24 | @include transition($progress-bar-transition); 25 | } 26 | 27 | .progress-bar-striped { 28 | @include gradient-striped(); 29 | background-size: $progress-height $progress-height; 30 | } 31 | 32 | .progress-bar-animated { 33 | animation: progress-bar-stripes $progress-bar-animation-timing; 34 | } 35 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/_close.scss: -------------------------------------------------------------------------------- 1 | .close { 2 | float: right; 3 | font-size: $close-font-size; 4 | font-weight: $close-font-weight; 5 | line-height: 1; 6 | color: $close-color; 7 | text-shadow: $close-text-shadow; 8 | opacity: .5; 9 | 10 | &:not(:disabled):not(.disabled) { 11 | 12 | @include hover-focus { 13 | color: $close-color; 14 | text-decoration: none; 15 | opacity: .75; 16 | } 17 | 18 | // Opinionated: add "hand" cursor to non-disabled .close elements 19 | cursor: pointer; 20 | } 21 | } 22 | 23 | // Additional properties for button version 24 | // iOS requires the button element instead of an anchor tag. 25 | // If you want the anchor version, it requires `href="#"`. 26 | // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile 27 | 28 | // stylelint-disable property-no-vendor-prefix, selector-no-qualifying-type 29 | button.close { 30 | padding: 0; 31 | background-color: transparent; 32 | border: 0; 33 | -webkit-appearance: none; 34 | } 35 | // stylelint-enable 36 | -------------------------------------------------------------------------------- /style/scss/bootstrap/_close.scss: -------------------------------------------------------------------------------- 1 | .close { 2 | float: right; 3 | font-size: $close-font-size; 4 | font-weight: $close-font-weight; 5 | line-height: 1; 6 | color: $close-color; 7 | text-shadow: $close-text-shadow; 8 | opacity: .5; 9 | 10 | &:not(:disabled):not(.disabled) { 11 | 12 | @include hover-focus { 13 | color: $close-color; 14 | text-decoration: none; 15 | opacity: .75; 16 | } 17 | 18 | // Opinionated: add "hand" cursor to non-disabled .close elements 19 | cursor: pointer; 20 | } 21 | } 22 | 23 | // Additional properties for button version 24 | // iOS requires the button element instead of an anchor tag. 25 | // If you want the anchor version, it requires `href="#"`. 26 | // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile 27 | 28 | // stylelint-disable property-no-vendor-prefix, selector-no-qualifying-type 29 | button.close { 30 | padding: 0; 31 | background-color: transparent; 32 | border: 0; 33 | -webkit-appearance: none; 34 | } 35 | // stylelint-enable 36 | -------------------------------------------------------------------------------- /style/assets/css/partials/other/_e-payment.scss: -------------------------------------------------------------------------------- 1 | /** ===================== 2 | Payment-card css start 3 | ========================== **/ 4 | .payment-card { 5 | .icofont-paypal-alt { 6 | display: block; 7 | font-size: 60px; 8 | color: #ed5565; 9 | } 10 | .icofont-visa-alt { 11 | @extend .icofont-paypal-alt; 12 | color: #1c84c6; 13 | } 14 | .icofont-mastercard { 15 | @extend .icofont-paypal-alt; 16 | color: #f8ac59; 17 | } 18 | } 19 | .payment-tabs{ 20 | .md-tabs.nav-tabs .nav-item{ 21 | width: calc(100% / 6); 22 | } 23 | .nav-tabs .slide,.md-tabs .nav-item + .nav-item{ 24 | width: calc(100% / 6); 25 | } 26 | } 27 | .demo-container { 28 | padding-bottom: 0; 29 | } 30 | 31 | .jp-card .jp-card-front, 32 | .jp-card .jp-card-back { 33 | background: $primary-color !important; 34 | } 35 | 36 | .payment-form { 37 | max-width: 550px; 38 | margin: 0 auto; 39 | padding: 20px; 40 | padding-bottom: 0; 41 | } 42 | /**====== Payment-card css end ======**/ 43 | -------------------------------------------------------------------------------- /style/scss/bootstrap/bootstrap.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v4.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | */ 7 | 8 | @import "functions"; 9 | @import "variables"; 10 | @import "mixins"; 11 | @import "root"; 12 | @import "reboot"; 13 | @import "type"; 14 | @import "images"; 15 | @import "code"; 16 | @import "grid"; 17 | @import "tables"; 18 | @import "forms"; 19 | @import "buttons"; 20 | @import "transitions"; 21 | @import "dropdown"; 22 | @import "button-group"; 23 | @import "input-group"; 24 | @import "custom-forms"; 25 | @import "nav"; 26 | @import "navbar"; 27 | @import "card"; 28 | @import "breadcrumb"; 29 | @import "pagination"; 30 | @import "badge"; 31 | @import "jumbotron"; 32 | @import "alert"; 33 | @import "progress"; 34 | @import "media"; 35 | @import "list-group"; 36 | @import "close"; 37 | @import "modal"; 38 | @import "tooltip"; 39 | @import "popover"; 40 | @import "carousel"; 41 | @import "utilities"; 42 | @import "print"; 43 | -------------------------------------------------------------------------------- /fronts/scss/bootstrap/bootstrap.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v4.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | */ 7 | 8 | @import "functions"; 9 | @import "variables"; 10 | @import "mixins"; 11 | @import "root"; 12 | @import "reboot"; 13 | @import "type"; 14 | @import "images"; 15 | @import "code"; 16 | @import "grid"; 17 | @import "tables"; 18 | @import "forms"; 19 | @import "buttons"; 20 | @import "transitions"; 21 | @import "dropdown"; 22 | @import "button-group"; 23 | @import "input-group"; 24 | @import "custom-forms"; 25 | @import "nav"; 26 | @import "navbar"; 27 | @import "card"; 28 | @import "breadcrumb"; 29 | @import "pagination"; 30 | @import "badge"; 31 | @import "jumbotron"; 32 | @import "alert"; 33 | @import "progress"; 34 | @import "media"; 35 | @import "list-group"; 36 | @import "close"; 37 | @import "modal"; 38 | @import "tooltip"; 39 | @import "popover"; 40 | @import "carousel"; 41 | @import "utilities"; 42 | @import "print"; 43 | -------------------------------------------------------------------------------- /style/assets/pages/accordion/accordion.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | $(document).ready(function(){ 3 | 4 | var icons = { 5 | header: "zmdi zmdi-chevron-down", 6 | activeHeader: "zmdi zmdi-chevron-up" 7 | }; 8 | $("#multi-open" ).accordion({ 9 | heightStyle: "content", 10 | icons: icons 11 | }); 12 | $( "#sclae-accordion" ).accordion({ 13 | heightStyle: "content", 14 | icons: icons 15 | }); 16 | $( "#single-open" ).accordion({ 17 | heightStyle: "content", 18 | icons: icons 19 | }); 20 | $( "#color-accordion" ).accordion({ 21 | heightStyle: "content", 22 | icons: icons 23 | }); 24 | 25 | 26 | if($(".accordion-msg").attr('aria-expanded') == 'true'){ 27 | $(".accordion-msg").addClass("scale_active"); 28 | } 29 | else{ 30 | $(".accordion-msg").removeClass("scale_active"); 31 | } 32 | }); 33 | -------------------------------------------------------------------------------- /style/assets/pages/chart/nv-chart/js/stream_layers.js: -------------------------------------------------------------------------------- 1 | 2 | /* Inspired by Lee Byron's test data generator. */ 3 | function stream_layers(n, m, o) { 4 | if (arguments.length < 3) o = 0; 5 | function bump(a) { 6 | var x = 1 / (.1 + Math.random()), 7 | y = 2 * Math.random() - .5, 8 | z = 10 / (.1 + Math.random()); 9 | for (var i = 0; i < m; i++) { 10 | var w = (i / m - y) * z; 11 | a[i] += x * Math.exp(-w * w); 12 | } 13 | } 14 | return d3.range(n).map(function() { 15 | var a = [], i; 16 | for (i = 0; i < m; i++) a[i] = o + o * Math.random(); 17 | for (i = 0; i < 5; i++) bump(a); 18 | return a.map(stream_index); 19 | }); 20 | } 21 | 22 | /* Another layer generator using gamma distributions. */ 23 | function stream_waves(n, m) { 24 | return d3.range(n).map(function(i) { 25 | return d3.range(m).map(function(j) { 26 | var x = 20 * j / m - i / 3; 27 | return 2 * x * Math.exp(-.5 * x); 28 | }).map(stream_index); 29 | }); 30 | } 31 | 32 | function stream_index(d, i) { 33 | return {x: i, y: Math.max(0, d)}; 34 | } 35 | 36 | -------------------------------------------------------------------------------- /customer/hint.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |