foot.php 2.32 KB
Newer Older
nextime's avatar
nextime committed
1
<? @include_once("../includes/common.php");?>
2
    <? if($GUIDEBUG) { ?>
nextime's avatar
nextime committed
3
    <!-- JavaScript plugins (requires jQuery) -->
nextime's avatar
nextime committed
4
    <script src="/resources/js/jquery-1.10.2.min.js"></script>
nextime's avatar
nextime committed
5 6
    <script src="/resources/jquery-color/jquery.color.js"></script>
    <script src="/resources/hammer.js/hammer.min.js"></script> 
nextime's avatar
nextime committed
7 8
    <script src="/resources/hammer.js/plugins/hammer.fakemultitouch.js"></script>
    <!--[if !IE]> -->
nextime's avatar
nextime committed
9
    <script src="<?=$BASEGUIPATH;?>/js/starthammer.js"></script>
nextime's avatar
nextime committed
10
    <!-- <![endif]-->
nextime's avatar
nextime committed
11
    <script src="/resources/hammer.js/plugins/jquery.hammer.js/jquery.hammer.min.js"></script>
nextime's avatar
nextime committed
12 13 14 15 16 17 18 19 20 21 22 23
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="/resources/bootstrap/js/bootstrap.min.js"></script>
    <!-- Optionally enable responsive features in IE8 -->
    <script src="/resources/js/respond.min.js"></script>
    <!-- bootstrap switch -->
    <script src="/resources/bootstrap-switch/static/js/bootstrap-switch.min.yui.js"></script>
    <!-- Snap.js -->
    <script src="/resources/Snap.js/snap.min.js"></script>
    <!-- AppScroll.js -->
    <script src="/resources/AppScroll.js/AppScroll.min.js"></script>
    <!-- EventSource (aka Server-Sent Events) -->
    <script src="/resources/EventSource/eventsource.js"></script>
24 25 26
    <!-- jquery easing plugin -->
    <script src="/resources/js/jquery.easing.1.3.min.js"></script>
    <script src="/resources/js/jquery.alterclass.js"></script>
nextime's avatar
nextime committed
27 28 29 30 31 32 33 34 35
    <!-- jqplot -->
    <script src="/resources/js/jqplot/jquery.jqplot.min.js" ></script>
    <script type="text/javascript" src="/resources/js/jqplot/plugins/jqplot.dateAxisRenderer.min.js"></script>
    <script type="text/javascript" src="/resources/js/jqplot/plugins/jqplot.highlighter.min.js"></script>
    <script type="text/javascript" src="/resources/js/jqplot/plugins/jqplot.cursor.min.js"></script>
    <script type="text/javascript" src="/resources/js/jqplot/plugins/jqplot.canvasTextRenderer.min.js"></script>
    <script type="text/javascript" src="/resources/js/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js"></script>


36 37 38 39
    <script src="<?=$BASEGUIPATH;?>/js/fastclick.js"></script>
    <script src="<?=$BASEGUIPATH;?>/js/speech.js"></script>
    <script src="<?=$BASEGUIPATH;?>/js/domotika.js"></script>
   <? } else { ?>
nextime's avatar
nextime committed
40 41
   <script src="<?=$BASEGUIPATH;?>/js/combined.min.js"></script>
   <? } ?>