Example #1
0
 public function executeFunction($link, $type)
 {
     switch ($type) {
         case 'js':
             Assets::js([$link]);
             break;
         case 'css':
             Assets::css([$link]);
             break;
     }
 }
                        <li>
                            <a href="/#contato">Contato</a>
                        </li>
                        <li class="footer-menu-divider">&sdot;</li>
                        <li>
                            <p><strong>Email: </strong><a href="mailto:jrobertoonb@gmail.com">jrobertoonb@gmail.com</a></p>
                        </li>
                        <li>
                            <p><strong>Phone: </strong><a href="tel:974764843">o11 - 97476-4843</a></p>
                        </li>
                    </ul>
                    <p class="copyright text-muted small">José Roberto de Oliveira 2016.</p>

                </div>
            </div>
        </div>
    </footer>

    <?php 
Assets::js(array('//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>



</body>

</html>
Example #3
0
<?php

/**
 * Sample layout
 */
use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>

</div>

<!-- JS -->
<?php 
Assets::js(array('/app/templates/default/js/jquery.js', '/app/templates/default/js/bootstrap.min.js', '/app/templates/default/js/scrollingSidebar.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
?>
	<title><?php 
echo $data['title'] . ' - ' . SITETITLE;
//SITETITLE defined in app/Core/Config.php
?>
</title>

	<!-- CSS -->
	<?php 
Assets::css(array(Url::templatePath() . 'css/bootstrap.min.css', Url::templatePath() . 'css/londinium-theme.css', Url::templatePath() . 'css/icons.css', Url::templatePath() . 'css/styles.css', Url::templatePath() . 'css/video-js.css', 'http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&amp;subset=latin,cyrillic-ext'));
//hook for plugging in css
$hooks->run('css');
?>
	<!-- JS -->
	<?php 
Assets::js(array('http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js', Url::templatePath() . 'js/plugins/charts/sparkline.min.js', Url::templatePath() . 'js/plugins/forms/uniform.min.js', Url::templatePath() . 'js/plugins/forms/select2.min.js', Url::templatePath() . 'js/plugins/forms/inputmask.js', Url::templatePath() . 'js/plugins/forms/autosize.js', Url::templatePath() . 'js/plugins/forms/inputlimit.min.js', Url::templatePath() . 'js/plugins/forms/listbox.js', Url::templatePath() . 'js/plugins/forms/multiselect.js', Url::templatePath() . 'js/plugins/forms/validate.min.js', Url::templatePath() . 'js/plugins/forms/tags.min.js', Url::templatePath() . 'js/plugins/forms/switch.min.js', Url::templatePath() . 'js/plugins/forms/uploader/plupload.full.min.js', Url::templatePath() . 'js/plugins/forms/uploader/plupload.queue.min.js', Url::templatePath() . 'js/plugins/forms/wysihtml5/wysihtml5.min.js', Url::templatePath() . 'js/plugins/forms/wysihtml5/toolbar.js', Url::templatePath() . 'js/plugins/interface/daterangepicker.js', Url::templatePath() . 'js/plugins/interface/fancybox.min.js', Url::templatePath() . 'js/plugins/interface/moment.js', Url::templatePath() . 'js/plugins/interface/jgrowl.min.js', Url::templatePath() . 'js/plugins/interface/datatables.min.js', Url::templatePath() . 'js/plugins/interface/colorpicker.js', Url::templatePath() . 'js/plugins/interface/fullcalendar.min.js', Url::templatePath() . 'js/plugins/interface/timepicker.min.js', Url::templatePath() . 'js/bootstrap.min.js', Url::templatePath() . 'js/video.js', Url::templatePath() . 'js/application.js'));
//hook for plugging in javascript
$hooks->run('js');
?>
	<script>
    	videojs.options.flash.swf = "<?php 
echo Url::templatePath() . 'swf/video-js.swf';
?>
";
  	</script>

</head>
<body>
<!-- Login wrapper -->
<div class="login-wrapper">
	<form action="<?php 
                            <a href="#about">About</a>
                        </li>
                        <li class="footer-menu-divider">&sdot;</li>
                        <li>
                            <a href="#services">Services</a>
                        </li>
                        <li class="footer-menu-divider">&sdot;</li>
                        <li>
                            <a href="#contact">Contact</a>
                        </li>
                    </ul>
                    <p class="copyright text-muted small">Copyright &copy; Your Company 2014. All Rights Reserved</p>
                </div>
            </div>
        </div>
    </footer>



	<?php 
Assets::js(array(Url::templatePath() . 'js/jquery.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>


</body>

</html>
Example #6
0
use Helpers\Url;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>
		</div><!-- /content-wrapper -->
		<footer class="main-footer">
			<div class="pull-right hidden-xs"><b>Version</b> 0.0.1 </div>
			<strong>Copyright &copy; 2015 <a href="http://uness.com">Picontest</a>.</strong> All rights reserved.
		</footer>
	</div><!-- /wrapper -->

    <!-- REQUIRED JS SCRIPTS -->
<?php 
Assets::js(array(Url::templatePath() . 'backoffice/js/jquery.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js', Url::templatePath() . 'backoffice/js/app.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
if ($data['js-datePlaceholder']) {
    Assets::js(array(Url::templatePath() . 'backoffice/js/jquery.inputmask.js', Url::templatePath() . 'backoffice/js/jquery.inputmask.extensions.js', Url::templatePath() . 'backoffice/js/jquery.inputmask.date.extensions.js', Url::templatePath() . 'backoffice/js/datePlaceholder.js'));
}
?>


<script>

</script>
</body>
</html>
Example #7
0
<?php

use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>
</div>

<!-- JS -->
<?php 
Assets::js(array('//code.jquery.com/jquery-1.11.3.min.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js', '//code.jquery.com/ui/1.11.2/jquery-ui.js', Url::templatePath() . 'js/plugins/metisMenu/jquery.metisMenu.js', Url::templatePath() . 'js/inspinia.js', Url::templatePath() . 'js/plugins/pace/pace.min.js', Url::templatePath() . 'js/plugins/fullcalendar/fullcalendar.min.js', Url::templatePath() . 'js/custom.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #8
0
<?php

/**
 * Sample layout
 */
use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>

</div>

<!-- JS -->
<?php 
Assets::js(array_merge(array(Url::templatePath() . 'js/jquery.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'), isset($data['js']) ? $data['js'] : array()));
if (isset($data['ownjs'])) {
    foreach ($data['ownjs'] as $js) {
        echo $js;
    }
}
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #9
0
<?php

/**
 * Sample layout
 */
use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>


<!-- JS -->
<?php 
Assets::js(array(Url::templatePath() . 'js/jquery.js', Url::templatePath() . 'js/jqui.js', Url::templatePath() . 'js/bootstrap.js', Url::templatePath() . 'js/script.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #10
0
<?php

use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>

</div>

<!-- JS -->
<?php 
Assets::js(array(Url::templatePath() . 'js/jquery.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js', '//cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js', '//cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.js', 'https://code.jquery.com/ui/1.11.3/jquery-ui.min.js', '//blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js', Url::templatePath() . 'js/site.js', Url::templatePath() . 'js/wheel.js', Url::templatePath() . 'js/jquery.tinysort.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #11
0
					'warningStyle' : 'warningTextareaInfo',
					'warningNumber': 40
				};
				// $('.textcounter').textareaCount(options);

				var options2 = {
						'maxCharacterSize': 160,
						'originalStyle': 'originalTextareaInfo',
						'warningStyle' : 'warningTextareaInfo',
						'warningNumber': 40,
						'displayFormat' : '#input/#max | #words words'
				};
				$('.textcounter').textareaCount(options2);

				var options3 = {
						'maxCharacterSize': 200,
						'originalStyle': 'originalTextareaInfo',
						'warningStyle' : 'warningTextareaInfo',
						'warningNumber': 40,
						'displayFormat' : '#left Characters Left / #max'
				};
			});
		</script>
			<?php 
Assets::js(array(Url::templatePath() . 'js/custom.js'));
?>
</body>
</html>
<?php 
Session::destroy('success');
Session::destroy('error');
Example #12
0
<?php

use Helpers\Assets;
use Helpers\Url;
Assets::js(Url::templatePath() . "js/bootstrap-timepicker.js");
?>
<script>
    $(document).ready(function () {
        var form = document.getElementById("search_stock");
        form.addEventListener("submit", function (e) {
            var term = $("#serarch_id").val();
            window.location.href = "/Clients/" + term;
            e.preventDefault();
        });
    });
</script>
<nav class="navbar navbar-default" role="navigation">
    <div class="navbar-header">
        <a class="navbar-brand" href="/Login">Billing</a>
    </div>
    <div id="menu" class="navbar-collapse collapse">
        <ul class="nav navbar-nav">
            <!--li ><a href="#Billing">Billing</a></li-->
            <li class="dropdown">
                <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Акции<span class="caret"></span></a>
                <ul class="dropdown-menu">
                    <li ><a href="/Share">Список</a></li>
                    <li><a href="/Share/Create">Создать</a></li>
                </ul>
            </li>
            <li class="dropdown">
Example #13
0
		 			<div class="hline-w"></div>
		 			<p>
		 				Some Ave, 987,<br/>
		 				23890, New York,<br/>
		 				United States.<br/>
		 			</p>
		 		</div>
		 	
		 	</div><! --/row -->
	 	</div><! --/container -->
	 </div><! --/footerwrap -->
	 

    <!-- JS -->
    <?php 
Assets::js(array('//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js', Url::templatePath() . 'js/retina-1.1.0.js', Url::templatePath() . 'js/jquery.hoverdir.js', Url::templatePath() . 'js/jquery.hoverex.min.js', Url::templatePath() . 'js/jquery.prettyPhoto.js', Url::templatePath() . 'js/jquery.isotope.min.js', Url::templatePath() . 'js/custom.js', Url::templatePath() . 'js/modernizr.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>
 
    <script>
        // Portfolio
        (function($) {
            "use strict";
            var $container = $('.portfolio'),
                $items = $container.find('.portfolio-item'),
                portfolioLayout = 'fitRows';

                if( $container.hasClass('portfolio-centered') ) {
Example #14
0
<?php

/**
 * Sample layout
 */
use Helpers\Assets;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>

</div>

<!-- JS -->
<?php 
$theroute = DIR . 'app/Modules/Search/templates/search/';
Assets::js(array($theroute . 'js/jquery-1.11.1.min.js', $theroute . 'js/ajaxlivesearch.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #15
0
<?php

/**
 * Sample layout
 */
use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
use Core\View;
//initialise hooks
$hooks = Hooks::get();
?>

</div>

<!-- JS -->
<?php 
Assets::js(array('//code.jquery.com/jquery-2.1.4.min.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js', Url::templatePath() . 'js/error-helper.js', Url::templatePath() . 'js/collapse-icon.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
if (isset($data['footer-logic'])) {
    View::render($data['footer-logic'], $data);
}
?>

</body>
</html>
Example #16
0
<div class="clearfix"></div>

<footer class="footer">
  <div class="container">
    <p class="pull-left">Website created by Shane Egan and David Richer</p>
	<p class="pull-right">&copy; 2015</p>
  </div>
</footer>

<!-- JS -->
<?php 
//Array contains JS files required by template, regardless of view.
$jsFileArray = array('https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js');
//Add view specific js files to jsFileArray
if (isset($data['javascript'])) {
    foreach ($data['javascript'] as &$jsFile) {
        array_push($jsFileArray, \Helpers\Url::templatePath() . "js/" . $jsFile . ".js");
    }
}
//Use the Assets helper to include the Javascript files.
\Helpers\Assets::js($jsFileArray);
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #17
0
<?php

use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>

</div>

<!-- JS -->
<?php 
Assets::js(array(Url::templatePath() . 'js/jquery.js', Url::templatePath() . 'js/bootstrap.min.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #18
0
<?php

/**
 * Sample layout
 */
use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>

</div>

<!-- JS -->
<?php 
Assets::js(array(Url::templatePath() . 'js/jquery.min.js', Url::templatePath() . 'js/bootstrap.min.js', Url::templatePath() . 'js/main.js', Url::templatePath() . 'js/ie10-viewport-bug-workaround.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #19
0
<?php

/**
 * Sample layout
 */
use Helpers\Assets;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>

</div>

<!-- JS -->
<?php 
Assets::js(array(DIR . 'js/jquery.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #20
0
  <title><?php 
echo $title . ' | ' . SITETITLE;
?>
</title>

    <?php 
Assets::css(array(Url::templatePath() . 'js/jPlayer/jplayer.flat.css', Url::templatePath() . 'css/bootstrap.css', Url::templatePath() . 'css/animate.css', Url::templatePath() . 'css/font-awesome.min.css', Url::templatePath() . 'css/simple-line-icons.css', Url::templatePath() . 'css/font.css', Url::templatePath() . 'css/app.css'));
//hook for plugging in css
$hooks->run('css');
?>


 
    <!--[if lt IE 9]>
    <?php 
Assets::js(array(Url::templatePath() . 'js/ie/html5shiv.js', Url::templatePath() . 'js/ie/respond.min.js', Url::templatePath() . 'js/ie/excanvas.js'));
?>
  <![endif]-->
<!-- 
  <script type="text/javascript" src="http://hosted.musesradioplayer.com/mrp.js"></script>
<script type="text/javascript">
MRP.insert({
'url':'http://icestream.coolwazobiainfo.com:8000/coolfm-lagos',
'codec':'mp3',
'volume':100,
'autoplay':true,
'buffering':5,
'title':'Cool FM',
'bgcolor':'#FFFFFF',
'skin':'mcclean',
'width':180,
Example #21
0
<?php

use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
//initialise hooks
$hooks = Hooks::get();
?>

<?php 
Assets::js(array(Url::templatePath() . 'js/jquery.min.js', Url::templatePath() . 'js/particles.min.js', Url::templatePath() . 'js/bootstrap.min.js', Url::templatePath() . 'js/jquery.bootstrap-autohidingnavbar.min.js', Url::templatePath() . 'js/material.min.js', Url::templatePath() . 'js/ripples.min.js', Url::templatePath() . 'js/app.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>
<br><br><br>
</div> <!-- main container -->
<footer class="footer">
    <div class="row">
        <div class="col-md-10 col-md-offset-1">
            <div class="text-center">
                <div class="text-lg-bn-white sliding-lg-white">Vamos a trabajar juntos.</div>
                <br><br>
                <div class="text-md-white">¿Tienes algún proyecto en mente?</div>
                <br>
                <div class="text-md-white">Empecemos a desarrollarlo.</div>
                <br><br>
                <div class="row">
                    <div class="col-md-4 text-right">
                        <a class="btn btn-raised btn-default" href="<?php 
Example #22
0
    <title><?php 
echo $data['title'] . ' - ' . SITETITLE;
//SITETITLE defined in app/Core/Config.php
?>
</title>

    <!-- CSS -->
    <?php 
Assets::css(array(Url::templatePath() . 'css/reset.css', Url::templatePath() . 'css/layout.css', Url::templatePath() . 'css/style.css'));
//hook for plugging in css
$hooks->run('css');
?>

    <!-- JAVASCRIPT -->
    <?php 
Assets::js(array(Url::templatePath() . 'js/jquery-1.5.2.js', Url::templatePath() . 'js/cufon-yui.js', Url::templatePath() . 'js/cufon-replace.js', Url::templatePath() . 'js/Cabin_400.font.js', Url::templatePath() . 'js/tabs.js', Url::templatePath() . 'js/jquery.jqtransform.js', Url::templatePath() . 'js/jquery.nivo.slider.pack.js', Url::templatePath() . 'js/atooltip.jquery.js', Url::templatePath() . 'js/script.js'));
//hook for plugging in javascript
$hooks->run('js');
?>

</head>

<body id="<?php 
echo $data['page'];
?>
">

<?php 
//hook for running code after body tag
$hooks->run('afterBody');
?>
Example #23
0
<?php

use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
use Models\Page;
//initialise hooks
$hooks = Hooks::get();
?>

    <?php 
Assets::js(array(Url::templatePath() . 'js/modernizr.js'));
?>
<style type="text/css">
      html {
        height: auto;
      }
    </style>

    <!-- Begin page content -->
    <div class="inner-page">
       <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3963.2265782909244!2d3.3807606000000083!3d6.618749900000004!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x103b930795f22b71%3A0xc41bc17a7567a8d8!2s16+Emmanuel+Keshi%2C+Lagos!5e0!3m2!1sen!2sng!4v1435415296793" width="100%" height="350" frameborder="0" style="border:0"></iframe>

    <div class="container ">
      
      <div class="col-md-12">

        <div class="page-header">
          <h3>Contact Us Page</h3>
        </div>
        <form class="evet-form" method="post" accept="" action="">
Example #24
0
    $all_css = $css_default;
}
Assets::css($all_css);
//hook for plugging in css
$hooks->run('css');
if ($_SESSION['language_code'] != 'en') {
    $moment = Url::assetPath('js') . 'plugins/moment/locale/' . $_SESSION['language_code'] . '.js';
}
//JS
$js_default = array(Url::assetPath('js') . 'plugins/loaders/pace.min.js', Url::assetPath('js') . 'core/libraries/jquery.min.js', Url::assetPath('js') . 'core/libraries/bootstrap.min.js', Url::assetPath('js') . 'plugins/loaders/blockui.min.js', Url::assetPath('js') . 'plugins/ui/nicescroll.min.js', Url::assetPath('js') . 'plugins/forms/selects/select2.min.js', Url::assetPath('js') . 'plugins/forms/styling/switchery.min.js', Url::assetPath('js') . 'plugins/forms/styling/switch.min.js', Url::assetPath('js') . 'plugins/moment/moment.min.js', $moment, Url::assetPath('js') . 'core/app.js', Url::assetPath('js') . 'pages/layout_fixed_custom.js');
if (isset($data['js'])) {
    $all_js = array_merge($js_default, $data['js']);
} else {
    $all_js = $js_default;
}
Assets::js($all_js);
//hook for plugging in javascript
$hooks->run('js');
?>

<script type="text/javascript">  
    var dFormat = '<?php 
echo Date::convertPHPToMomentFormat($_SESSION['dateformat']);
?>
';
    var tFormat = '<?php 
echo Date::convertPHPToMomentFormat($_SESSION['timeformat']);
?>
';
    moment.updateLocale('<?php 
echo $_SESSION['language_code'];
Example #25
0
<?php

use Helpers\Assets;
use Helpers\Url;
use Helpers\Hooks;
$hooks = Hooks::get();
?>

</div>

<?php 
//Array contains JS files required by template, regardless of view.
$jsFileArray = array(Url::templatePath() . 'js/materialize.min.js', Url::templatePath() . 'js/main.js');
if (isset($data['javascript'])) {
    foreach ($data['javascript'] as &$jsFile) {
        array_push($jsFileArray, URL::templatePath() . "js/" . $jsFile . ".js");
    }
}
Assets::js($jsFileArray);
$hooks->run('js');
$hooks->run('footer');
?>

</body>
</html>
Example #26
0
					<div class="footer text-white">
						&copy; 2016 <a class="text-white" href="http://www.argosmultilingual.com"><?php 
echo SITETITLE;
?>
</a>
					</div>
					<!-- /footer -->

				</div>
				<!-- /content area -->

			</div>
			<!-- /main content -->

		</div>
		<!-- /page content -->

	</div>
	<!-- /page container -->

<!-- JS -->
<?php 
Assets::js(array(Url::assetPath('js') . 'plugins/loaders/pace.min.js', Url::assetPath('js') . 'core/libraries/jquery.min.js', Url::assetPath('js') . 'core/libraries/bootstrap.min.js', Url::assetPath('js') . 'plugins/loaders/blockui.min.js', Url::assetPath('js') . 'core/app.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #27
0
							<label class="remember" for="remember"><input type="checkbox" id="remember" />Remember me</label>

							<div class="button-login">	
								<button type="submit" class="btn btn-primary">Login</button>
							</div>
							<div class="clearfix"></div>
					</form>
					<hr>
					<h3>Forgot Password?</h3>
					<p>
						No problem, <a href="javascript:;">click here</a> to get a new password.
					</p>	
				</div><!--/span-->
			</div><!--/row-->
			

	</div><!--/.fluid-container-->
	
		</div><!--/fluid-row-->
	
	<!-- start: JavaScript-->
<?php 
Assets::js(array(Url::templatePath() . 'js/jquery-1.9.1.min.js', Url::templatePath() . 'js/jquery-migrate-1.0.0.min.js', Url::templatePath() . 'js/jquery-ui-1.10.0.custom.min.js', Url::templatePath() . 'js/jquery.ui.touch-punch.js', Url::templatePath() . 'js/modernizr.js', Url::templatePath() . 'js/bootstrap.min.js', Url::templatePath() . 'js/jquery.cookie.js', Url::templatePath() . 'js/fullcalendar.min.js', Url::templatePath() . 'js/jquery.dataTables.min.js', Url::templatePath() . 'js/excanvas.js', Url::templatePath() . 'js/jquery.flot.js', Url::templatePath() . 'js/jquery.flot.pie.js', Url::templatePath() . 'js/jquery.flot.stack.js', Url::templatePath() . 'js/jquery.flot.resize.min.js', Url::templatePath() . 'js/jquery.chosen.min.js', Url::templatePath() . 'js/jquery.uniform.min.js', Url::templatePath() . 'js/jquery.cleditor.min.js', Url::templatePath() . 'js/jquery.noty.js', Url::templatePath() . 'js/jquery.elfinder.min.js', Url::templatePath() . 'js/jquery.raty.min.js', Url::templatePath() . 'js/jquery.iphone.toggle.js', Url::templatePath() . 'js/jquery.uploadify-3.1.min.js', Url::templatePath() . 'js/jquery.gritter.min.js', Url::templatePath() . 'js/jquery.imagesloaded.js', Url::templatePath() . 'js/jquery.masonry.min.js', Url::templatePath() . 'js/jquery.knob.modified.js', Url::templatePath() . 'js/jquery.sparkline.min.js', Url::templatePath() . 'js/counter.js', Url::templatePath() . 'js/jquery.textareaCounter.plugin.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>
</body>
</html>
Example #28
0
use Models\Page;
use Models\User;
//initialise hooks
$hooks = Hooks::get();
?>

<!-- footer -->
  <footer id="footer">
    <div class="text-center padder clearfix">
      <p>
        <small>Web app framework base on Bootstrap<br>&copy; 2014</small>
      </p>
    </div>
  </footer>
  <?php 
Assets::js(array(Url::templatePath() . 'js/jquery.min.js', Url::templatePath() . 'js/bootstrap.js', Url::templatePath() . 'js/app.js', Url::templatePath() . 'js/slimscroll/jquery.slimscroll.min.js', Url::templatePath() . 'js/app.plugin.js', Url::templatePath() . 'js/jPlayer/jquery.jplayer.min.js', Url::templatePath() . 'js/jPlayer/add-on/jplayer.playlist.min.js'));
?>

  <script type="text/javascript">

  $(document).ready(function(){



  var myPlaylist = new jPlayerPlaylist({
    jPlayer: "#jplayer_N",
    cssSelectorAncestor: "#jp_container_N"
  }, [
<?php 
$count = 0;
foreach ($songs as $item) {
Example #29
0
?>
 Zeilschool de Waai.<br>
				Alle rechten voorbehouden.<br />
				<a href="developers">Developerteam</a>
			</div>
			<div class="col-md-4">
				<h2>Contact opnemen</h2><hr>
				<p>Zeilschool de Waai<br>Ymedaem 45<br>8722 GR Warns<br>Telefoon: 0514 561290<br>Email: info@zs-waai.nl<br><br>
				Heeft u vragen of opmerkingen? <a href="contact">Klik hier.</a></p>
			</div>
		</div>


</div>





<!-- JS -->
<?php 
Assets::js(array(Url::templatePath() . 'js/jquery.js', 'https://www.google.com/recaptcha/api.js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js', Url::templatePath() . 'js/script.js', Url::templatePath() . 'js/cursistkoppelen.js', Url::templatePath() . 'js/validation.js'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>
Example #30
0
        <div id="footer_links">
           <ul>
                <li>
                   <a href="/">Home</a>
                </li>
                <li>
                    <a href="/about">About us</a>
                </li>
                <li>
                    <a href="/contact">Contact</a>
                </li>
                <li>
                    <a href="/support">Support</a>
                </li>
            </ul>
        </div>
    </div>  
</footer>

<!-- JS -->
<?php 
Assets::js(array(Url::templatePath() . 'js/main.js?version=24'));
//hook for plugging in javascript
$hooks->run('js');
//hook for plugging in code into the footer
$hooks->run('footer');
?>

</body>
</html>