<?php foreach ($this->qa_libs->user() as $user) { foreach ($update_answer as $anw) { ?> <title>Update Answer - <?php echo $this->config->item('web_name'); ?> </title> <script src="<?php echo assets_js('select2.min.js'); ?> "></script> </head> <body> <?php $this->load->view('must/menu'); ?> <div class="container page-content"> <h1 class="title_qa">Update Answer</h1> <div class="warapper-border" data-text="Answer"> <div class="grid"> <div class="row cells6"> <div class="cell"> <img src="<?php echo pic_user($user->image); ?> " data-role="fitImage" data-format="cycle"> </div> <div class="cell colspan5"> <div class="fl">
echo assets_img('favicon.png'); ?> "> <link rel="stylesheet" href="<?php echo assets_css('metro.min.css'); ?> "> <link rel="stylesheet" href="<?php echo assets_css('style.css'); ?> "> <link rel="stylesheet" href="<?php echo assets_css('metro-responsive.min.css'); ?> "> <link rel="stylesheet" href="<?php echo assets_css('metro-icons.min.css'); ?> "> <link rel="stylesheet" href="<?php echo assets_css('metro-schemes.min.css'); ?> "> <script src="<?php echo assets_js('jQuery.min.js'); ?> "></script> <script src="<?php echo assets_js('metro.min.js'); ?> "></script>
console.log(response); }); }]); </script> <?php echo assets_js('angular/guru/isinilai.js'); ?> <?php echo assets_js('angular/guru/datasiswa.js'); ?> <?php echo assets_js('angular/guru/rekapNilai.js'); ?> <?php echo assets_js('angular/guru/cetakrapor.js'); ?> <script type="text/javascript"> myApp.config(function($routeProvider) { $routeProvider .otherwise({ redirectTo: '/' }); }); </script> <script type="text/javascript"> $(document).ready(function() { $('[data-toggle=offcanvas]').click(function() { $('.row-offcanvas').toggleClass('active'); }); });
echo assets_css(array('pub/css/validationEngine.jquery.css')); echo assets_js(array('pub/js/languages/jquery.validationEngine-id.js', 'pub/js/jquery.validationEngine.js')); } if (isset($tree) && $tree == true) { echo assets_css(array('pub/css/skin-vista/ui.dynatree.css', 'pub/css/girlly/jquery-ui-1.10.3.custom.min.css')); echo assets_js(array('pub/js/jquery-ui-1.10.3.custom.min.js', 'pub/js/jquery.dynatree.min.js')); } if (isset($edit_txt) && $edit_txt == true) { echo assets_css(array('pub/css/font.min.css', 'pub/css/editor.css')); echo assets_js(array('pub/js/editor.js')); } if (isset($money) && $money == true) { echo assets_js(array('pub/js/jquery.maskMoney.min.js')); } if (isset($highchart) && $highchart == true) { echo assets_js(array('js/highchart.js', 'js/highchart3d.js', 'js/exporting2.js', 'js/jquery.highchartTable.js')); } ?> <!-- The HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- The fav icon --> <link rel="shortcut icon" href="img/favicon.ico"> </head> <body class="preloader3">
</div> <!-- end panel --> </div><!-- end panel rekap nilai 1 mapel kuning--> </div> </div> <!-- end panel rekap nilai biru --> </div> <script type="text/javascript"> var myApp = angular.module('myApp',['ngRoute']); </script> <?php echo assets_js('angular/baseconfig.js'); ?> <?php echo assets_js('angular/xhr-service.js'); ?> <script type="text/javascript"> myApp.controller('DashTCtrl', ['$scope','$location','basePath','xhrService', function($scope,$location,basePath,xhrService) { $scope.selectedMenu = $location.$$path.split('/')[1]; $scope.xhrService = xhrService; $scope.xhrService.setBaseUrl(basePath); $scope.xhrService.setMethod('GET'); $scope.xhrService.setPath('api/klasse'); $scope.xhrService.setData({'teacher':'125150200111144'}); $scope.xhrService.send(). then(function(response) { $scope.klassen = (response.data); $scope.klasse = $scope.klassen[0]; console.log(response.data); }, function(response){
protected function get_javascripts() { return assets_js($this->javascripts); }
<meta name="keywords" content="<?php echo isset($meta_tag) && $meta_tag != '' ? $meta_tag : $settings['meta_tag']; ?> "> <meta name="description" content="<?php echo isset($meta_description) && $meta_description != '' ? $meta_description : $settings['meta_description']; ?> "> <meta name="robots" content="index, follow"> <meta name="author" content="Mexious Photography"> <?php $css = array('bootstrap.css', 'owl.carousel.css', 'font-awesome.min.css', 'costum.css'); echo assets_css($css, 'public'); $js = array('jquery-1.9.1.min.js', 'bootstrap.min.js', 'owl.carousel.min.js', 'costum.js'); echo assets_js($js, 'public'); ?> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-82675917-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <?php
function assets_js_e($file = '') { echo assets_js($file); }
<h1 class="text-center login-title">Sistem Informasi Rapor <br> Omah Bocah</h1> <!-- <div class="account-wall"> --> <?php echo assets_img('user.png', array('class' => 'profile-img')); ?> <div class="form-box" ng-controller="LoginController"> <form novalidate class="login-form" style="padding-right:0px; padding-left:0px;"> <input type="text" placeholder="Username" ng-model="log.username" /><br /> <input type="password" placeholder="Username" ng-model="log.password" /><br /> <a href=""> <button class="btn btn-lg btn-primary btn-block" type="submit" ng-click="login()" value="LOGIN" >Login</button> </a> <!-- <input type="submit" ng-click="login()" value="LOGIN" /> --> </form> </div> <script type="text/javascript"> var myApp = angular.module('myApp',[]); </script> <?php echo assets_js('angular/baseconfig.js'); ?> <?php echo assets_js('angular/LoginController.js'); ?> </div> </div> </body> </html>
} if (isset($jq) && $jq == true) { echo assets_css(array('pub/css/girlly/jquery-ui-1.10.3.custom.min.css', 'pub/css/ui.jqgrid.css', 'pub/css/ui.jqgrid-bootstrap.css', 'pub/css/ui.jqgrid-bootstrap-ui.css')); echo assets_js(array('pub/js/jquery.jqGrid.min.js', 'pub/js/i18n/grid.locale-en.js')); } if (isset($valid) && $valid == true) { echo assets_css(array('pub/css/validate_engine.css')); echo assets_js(array('pub/js/validate_engine_eng.js', 'pub/js/validate_engine.js')); } if (isset($tree) && $tree == true) { echo assets_css(array('pub/css/skin/ui.dynatree.css', 'pub/css/jquery-ui-1.8.21.custom.css')); echo assets_js(array('pub/js/jquery-ui-1.10.3.custom.min.js', 'pub/js/jquery.dynatree.min.js')); } if (isset($edit_txt) && $edit_txt == true) { echo assets_css(array('pub/css/font.min.css', 'pub/css/editor.css')); echo assets_js(array('pub/js/editor.js')); } ?> <!-- The HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- The fav icon --> <link rel="shortcut icon" href="img/favicon.ico"> </head> <body class="preloader3 ">
echo assets_js('angular/admin/tambahperiodeakademik.js'); ?> <?php echo assets_js('angular/admin/editperiodeakademik.js'); ?> <?php echo assets_js('angular/admin/tambahguru.js'); ?> <?php echo assets_js('angular/admin/editguru.js'); ?> <?php echo assets_js('angular/admin/tambahkelas.js'); ?> <?php echo assets_js('angular/admin/editkelas.js'); ?> <script type="text/javascript"> myApp.config(function($routeProvider) { $routeProvider .otherwise({ redirectTo: '/' }); }); </script> <script type="text/javascript"> $(document).ready(function() { $('[data-toggle=offcanvas]').click(function() { $('.row-offcanvas').toggleClass('active'); });
?> " /> <?php echo assets_css('bootstrap.css'); ?> <?php echo assets_css('carousel.css'); ?> <?php echo assets_css('cbt.css'); ?> <?php echo assets_js('jquery.min.js'); ?> <?php echo assets_js('bootstrap.min.js'); ?> </head> <body ng-app="myApp" style="padding-bottom: 0px;"> <div class="container"> <!-- Header --> <header id="" class="navbar" style="margin-bottom: 1px;"> <nav class="navbar navbar-yellow navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span>
<footer class="footer"> <div class="container"> <div class="align-center padding20"> <?php echo $this->config->item('footer'); ?> </div> </div> </footer> <script src="<?php echo assets_js('script.js'); ?> "></script> </body> </html>
</div> <div class="col-md-6"> <div class="form-group"> <label for="sel1">Pilih Siswa :</label> <select ng-model="selstudent" ng-options="student as student.name for student in students"> </select> </div> </div> </form> </div> <script type="text/javascript"> var myApp = angular.module('myApp',[]); </script> <?php echo assets_js('angular/baseconfig.js'); ?> <script type="text/javascript"> myApp.controller('ClassStudentController', ['$scope','$http','basePath', function($scope,$http,basePath) { $http.get(basePath+'api/classc/teacher', {params:{'id':1}}). then(function(response) { $scope.classes = (response.data); }, function(response) { console.log(response.data.message); }); $scope.$watch("selclass", function() { if ($scope.selclass) { $http.get(basePath+'api/student/class', {params:{'id':$scope.selclass.id}}). then(function(response) { $scope.students = (response.data);
} if (isset($dt_loc) && $dt_loc == true) { echo assets_css(array('datatables/dataTables.bootstrap.css')); echo assets_js(array('datatables/jquery.dataTables.min.js', 'datatables/dataTables.bootstrap.min.js')); } if (isset($validate) && $validate == true) { echo assets_css(array('validate_engine.css')); echo assets_js(array('validate_engine_eng.js', 'validate_engine.js')); } if (isset($tree_) && $tree_ == true) { echo assets_css(array('ui.dynatree.css')); echo assets_js(array('jquery-ui-1.10.3.custom.min.js', 'jquery.dynatree.min.js')); } if (isset($edit_txt) && $edit_txt == true) { echo assets_css(array('font.min.css', 'editor.css')); echo assets_js(array('editor.js')); } ?> <!-- The HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- The fav icon --> <link rel="shortcut icon" href="img/favicon.ico"> </head> <body class="preloader3 ">
/** * Enqueque Scripts */ function spyropress_register_scripts() { $options = get_post_meta(get_the_ID(), '_page_options', true); /** * Register Scripts */ // threaded comments if (is_single() && comments_open() && get_option('thread_comments')) { wp_enqueue_script('comment-reply'); } // Plugins wp_register_script('bootstrap', assets() . 'vendor/bootstrap/bootstrap.js', false, false, true); wp_register_script('theme-common', assets() . 'vendor/common/common.js', false, false, true); wp_register_script('jquery-appear', assets() . 'vendor/jquery.appear/jquery.appear.js', false, false, true); wp_register_script('jquery-cookie', assets() . 'vendor/jquery-cookie/jquery-cookie.js', false, false, true); wp_register_script('jquery-easing', assets() . 'vendor/jquery.easing/jquery.easing.js', false, false, true); wp_register_script('jquery-easy-pie-chart', assets() . 'vendor/jquery.easy-pie-chart/jquery.easy-pie-chart.js', false, false, true); wp_register_script('jquery-flipshow', assets() . 'vendor/circle-flip-slideshow/js/jquery.flipshow.js', false, false, true); wp_register_script('jquery-isotope', assets() . 'vendor/isotope/jquery.isotope.js', false, false, true); wp_register_script('jquery-jflickrfeed', assets() . 'vendor/jflickrfeed/jflickrfeed.js', false, false, true); wp_register_script('jquery-magnific', assets() . 'vendor/magnific-popup/jquery.magnific-popup.js', false, false, true); wp_register_script('jquery-owl-carousel', assets() . 'vendor/owlcarousel/owl.carousel.js', false, false, true); wp_register_script('jquery-stellar', assets() . 'vendor/jquery.stellar/jquery.stellar.js', false, false, true); wp_register_script('jquery-validate', assets() . 'vendor/jquery.validation/jquery.validation.js', false, false, true); wp_register_script('jquery-vide', assets() . 'vendor/vide/jquery.vide.js', false, false, true); wp_register_script('nivoslider', assets() . 'vendor/nivo-slider/jquery.nivo.slider.js', false, false, true); wp_register_script('style-switcher', assets() . 'master/style-switcher/style.switcher.js', false, false, true); wp_register_script('theme', assets() . 'js/theme.js', false, false, true); wp_register_script('theme-init', assets() . 'js/theme.init.js', false, false, true); //wp_register_script( 'twitterjs', assets() . 'vendor/twitterjs/twitter.js', false, false, true ); $deps = array('jquery-appear', 'jquery-easing', 'jquery-cookie'); if (current_theme_supports('theme-demo')) { $deps[] = 'style-switcher'; } $deps = array_merge($deps, array('bootstrap', 'theme-common', 'jquery-validate', 'jquery-stellar', 'jquery-easy-pie-chart', 'jquery-owl-carousel', 'jquery-jflickrfeed', 'jquery-flipshow', 'jquery-magnific', 'nivoslider', 'jquery-vide')); // contact form 7 if (defined('WPCF7_VERSION')) { $deps[] = 'contact-form-7'; } $deps[] = 'theme'; $deps[] = 'theme-init'; // custom scripts wp_register_script('custom-script', assets_js() . 'custom.js', $deps, '2.8', true); /** * Enqueue All */ wp_enqueue_script('custom-script'); $ajax_loader = function_exists('wpcf7_ajax_loader') ? wpcf7_ajax_loader() : ''; $theme_settings = array('ajaxURL' => admin_url('admin-ajax.php'), 'twitter_feed' => admin_url('admin-ajax.php?action=spyropress_twitter_tweets'), 'sending' => __('Sending ...', 'wpcf7'), 'assets' => assets(), 'is_sticky' => get_setting('sticky_header', '')); wp_localize_script('jquery-easing', 'theme_settings', $theme_settings); }
<title>Mamba - Free Bootstrap 3 one page template</title> <meta charset = "utf-8" /> <meta content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name = "viewport"> <!--css --> <!--<link href = "css/bootstrap.min.css" rel = "stylesheet" media = "screen"> <link href = "css/style.css" rel = "stylesheet" media = "screen"> <link href = "color/default.css" rel = "stylesheet" media = "screen"> <script src = "js/modernizr.custom.js"></script>--> <!-- in the <head> .. --> <?php echo $stylesheets; echo assets_js('modernizr.custom.js', False); ?>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?php echo $template['title']; ?> </title> <?php $css = array('bootstrap.min.css', 'AdminLTE.min.css', 'font-awesome.min.css', 'skin-blue.min.css'); echo assets_css($css, 'admin'); $js = array('jquery-1.9.1.min.js', 'bootstrap.min.js', 'app.min.js'); echo assets_js($js, 'admin'); echo isset($template['metadata']) ? $template['metadata'] : ''; ?> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <!-- Header --> <?php echo $template['partials']['header']; ?> <!-- Left side column. contains the logo and sidebar --> <?php echo $template['partials']['sidebar']; ?> <!-- /.sidebar -->
<?php if (isset($dp) && $dp==true) { echo assets_css(array('bootstrap-datetimepicker.min.css')); echo assets_js(array('bootstrap-datetimepicker.min.js','bootstrap-datetimepicker.id.js')); } if (isset($dd) && $dd==true) { echo assets_css(array('bootstrap-select.min.css')); echo assets_js(array('bootstrap-select.min.js')); } if (isset($ac) && $ac==true) { echo assets_js(array('bootstrap3-typeahead.min.js')); } if (isset($dt_loc) && $dt_loc==true) { echo assets_css(array('jquery.dataTables.min.css')); echo assets_js(array('jquery.dataTables.min.js','dataTables.select.min.js','data_table.search.min.js')); } ?> <link rel="shortcut icon" href="<?php echo base_url(); ?>assets/img/favicon.ico"> <style type="text/css"> .bawah { height:60px; background-color: lightblue; } .bawah p { margin-top:10px; } </style>