Ejemplo n.º 1
0
    function loadContext() {
      mySite.setSessionTimer("<?php 
echo USER_IS_CONNECTED;
?>
");
      loadMap();
    }
    
    google.setOnLoadCallback(loadContext, true);

    <?php 
echo getCDataTag(false);
?>
    </script>
  </head>
  <body>
    <?php 
echo getTopFrame(true, "height:100%;");
?>
    <?php 
echo getNoScript("<convert>#label=22<convert>", "<convert>#label=23<convert>");
?>
    <div id="map" class="map"></div>
    <?php 
echo getBotFrame();
$virtual_page = "pickaplace/" . $_SESSION['language'];
include_once "../func/suivianalytics.php";
?>
  </body>
</html>
Ejemplo n.º 2
0
    }
<?php 
    }
    ?>
    <?php 
    echo getCDataTag(false);
    ?>
    </script>
<?php 
}
if (!$parted) {
    ?>
  </head>
  <body onload="JavaScript:load();" id="body">
    <?php 
    echo getTopFrame();
    ?>
    <?php 
    echo getNoScript("<convert>#label=22<convert>", "<convert>#label=23<convert>");
}
if ($part == "html" || !$parted) {
    if ($converter == "length" || !$selected) {
        ?>
    <div class="menu" id="length_converter" <?php 
        if (!$selected) {
            ?>
style="display:none;visibility:hidden;"<?php 
        }
        ?>
 >
<?php 
Ejemplo n.º 3
0
?>
    <?php 
echo getMetaTags();
?>
    <title><?php 
echo $_SESSION['Application_title'];
?>
 <convert>#label=23<convert></title>
    <link rel="stylesheet" type="text/css" href="../css/global.css" />
    <link rel="stylesheet" type="text/css" href="../css/global_p.css" media="print" />
  </head>
  <body>
<?php 
if (!is_dir($phpbb_root_path)) {
    echo "<iframe src=\"http://www.grottocenter.org/html/help_" . $_SESSION['language'] . ".php?f=" . $forum . "&t=" . $topic . "\" frameborder=\"no\" width=\"100%\" height=\"100%\" scrolling=\"auto\"></iframe>";
    //include("http://www.grottocenter.org/html/help_".$_SESSION['language'].".php?f=".$forum."&t=".$topic);
} else {
    $posts = getForumPosts($forum, $topic);
    for ($i = 0; $i < $posts['Count']; $i++) {
        echo getTopFrame(false);
        echo "<h3>" . $posts[$i]['subject'] . "</h3>";
        echo $posts[$i]['text'];
        echo "<br/><br/><div class=\"credit\"><convert>#label=734<convert> " . date("l j F Y H:i:s T", $posts[$i]['date']) . "<br/>";
        echo "<a href=\"../phpBB3/viewtopic.php?f=" . $forum . "&amp;t=" . $topic . "\" target=\"_blank\"><convert>#label=737<convert><!--Voir ce topic sur le forum-->.</a></div>";
        echo getBotFrame(false);
    }
}
?>
  </body>
</html>