コード例 #1
0
        ?>
			</form>
			<div class="credit">
				<convert>#label=306<convert><!--
				Basé sur la librairie Proj4js (<a href="http://proj4js.org" title="Proj4js" target="_blank">http://proj4js.org</a>)
				et sur le projet Proj.4 (<a href="http://trac.osgeo.org/proj" title="Proj.4" target="_blank">http://trac.osgeo.org/proj</a>),
				ce convertisseur  utilise les constantes de conversion de Spatial Reference
				(<a href="http://spatialreference.org" title="Spatial Reference" target="_blank">http://spatialreference.org</a>).-->
			</div>
<?php 
        if ($parted) {
            ?>
	       <?php 
            echo getBotMenu();
        }
        ?>
    </div>
<?php 
    }
}
if (!$parted) {
    ?>
    <?php 
    echo getBotFrame();
    $virtual_page = "converter/" . $_SESSION['language'];
    include_once "../func/suivianalytics.php";
    ?>
  </body>
</html>
<?php 
}
コード例 #2
0
ファイル: help.php プロジェクト: GrottoCenter/GrottoCenter
?>
    <?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>