File "top.php"
Full path: /www/ansys/qgis/2015_crun/viewer/top.php
File size: 552 B
MIME-type: text/x-php
Charset: utf-8
<?php
print "<html>";
print "<head>";
print "<title>運行管理-羽田-</title>";
print "<meta http-equiv=\"Content-Type\" Content=\"text/html;charset=UTF-8\">";
print "<link rel=\"stylesheet\" type=\"text/css\" href=\"/ansys/config/css/style.css\">";
print "<link rel=\"shortcut icon\" href=\"/ansys/config/favicon.ico\">";
print "</head>";
print "<frameset cols=\"100%,*\">";
//print "<frame src=\"../map/map2.php\" name=\"map\" noresize>";
print "<frame src=\"../map/view.php\" name=\"map\" noresize>";
print "</frameset>";
print "</html>";
?>