Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<html>
<head>
	<meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="">
    <meta name="_token" content="<?php echo csrf_token(); ?>" />
	<title>AIBA - Associazione Italiana Broker di assicurazione e riassicurazione</title>

	<?php echo HTML::style('css/normalize.min.css'); ?>

	<?php echo HTML::style('css/screen.css'); ?>

	<?php echo HTML::style('css/jquery.bxslider.css'); ?>

	<?php echo $__env->yieldContent('styles'); ?>
	<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
	<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>

	<?php echo HTML::script('js/vendor/modernizr-2.6.2.min.js'); ?>

</head>
<body>
	
	<!--<?php if(Session::has('global')): ?> 
		<p><?php echo Session::get('global'); ?></p>
	<?php endif; ?>-->

	<?php echo $__env->make('layout.navigation', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

	<section>
		<?php echo $__env->yieldContent('content'); ?>
	</section>

	<?php echo $__env->make('layout.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

	<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
	<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
	<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/1.4.14/jquery.scrollTo.min.js"></script>
	<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>
	<script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>

    <?php echo HTML::script('js/main.js'); ?>

    <?php echo HTML::script('js/plugin.js'); ?>


    <?php echo $__env->yieldContent('scripts'); ?>

    <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->		
    <script>
        (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
        function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
        e=o.createElement(i);r=o.getElementsByTagName(i)[0];
        e.src='//www.google-analytics.com/analytics.js';
        r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
        ga('create','UA-XXXXX-X');ga('send','pageview');
    </script>
</body>
</html>

Commits for Nextrek/Aiba_backup/app/storage/_views/88153abd25ee41dabc469c250963be3f

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000