Jump to content

Dee

Members
  • Posts

    48
  • Joined

  • Last visited

Posts posted by Dee

  1. Hi Nabeel

                  Ah thanks yes looks nice with the FSFK log indeed .

    about the Logic with the view log link , can it be that ?  ..............

    <?php

    /* If it's FSFK, don't show the toggle. We want all the details and pretty

    images showing up by default */

    if($pirep->source != 'fsfk')

    {

    ?>

    <p><a href="#" onclick="$('#log').toggle(); return false;">View Log</a></p>

    the above if else does'nt work for some reason ? since the Link shows anyway

    http://www.airindiavirtual.net/vms/index.php/pireps/view/440

  2. Hi Joeri

      Thanks for the reply , The Details show below the Map only , what i meant was that the Aircraft icons are not showing anymore , the "balloon" with the Aircraft info also does not get populated , the screenshot is'nt showing the Aircraft icon

  3. Map problems here too after upgrading to the latest beta , cant see the aircraft on the map , emptied the acars Table etc still no luck , will try to revert to old stable as all was good there except xacars

  4. <head>

    <script type="text/javascript">

    $(document).ready(function() {

        $("table")

        .tablesorter({widthFixed: true, widgets: ['zebra']})

        .tablesorterPager({container: $("#pager")});

    })

    </script>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title><?php echo $title; ?></title>

    <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/crystal/styles.css" />

    <?php

    Template::Show('core_htmlhead.tpl');

    ?>

    </head>

    thats the head right there , the call to the core's in there , thats where its condensing the 3 jquery, js files right ?  what am I overooking ???

  5. you mean like this ?

    <script type="text/javascript">

    $(document).ready(function() {

        $("table")

        .tablesorter({widthFixed: true, widgets: ['zebra']})

    })

    </script>

    also the earlier Edit in the header Blanked out the online Map

  6. Hi Nabeel ,

                    yes they are

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title><?php echo $title; ?></title>

    <link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/aiv/styles.css" />

    <?php

    Template::Show('core_htmlhead.tpl');

    ?>

    <script type="text/javascript">

    $(document).ready(function() {

        $("table")

        .tablesorter({widthFixed: true, widgets: ['zebra']})

        .tablesorterPager({container: $("#pager")});

    })

    </script>

    </head>

    thats the extract from the header.tpl 

×
×
  • Create New...