File "top.php"

Full path: /www/ansys/qgis/008_shinmoji/viewer/top.php
File size: 565 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Back

<?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=\"80%,*\">";
	print "<frame src=\"../mapref/mapref.php\" name=\"map\" noresize>";
	print "<frame src=\"../relay/ctrl.php\" name=\"relay\" noresize>";
print "</frameset>";
print "</html>";

?>

PHP File Manager