Server IP : 103.118.17.23 / Your IP : 216.73.216.188 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/_core/php/examples/includes/ |
Upload File : |
<?php require(__DOCROOT__ . __EXAMPLES__ . '/includes/examples.inc.php'); ?> <!DOCTYPE html> <html> <head> <meta charset="<?php _p(QApplication::$EncodingType); ?>" /> <title><?php _p(Examples::PageName(), false); ?> - QCubed PHP 5 Development Framework - Examples</title> <link rel="stylesheet" type="text/css" href="<?php _p(__VIRTUAL_DIRECTORY__ . __CSS_ASSETS__ . '/styles.css'); ?>"></link> <link rel="stylesheet" type="text/css" href="<?php _p(__VIRTUAL_DIRECTORY__ . __EXAMPLES__ . '/includes/examples.css'); ?>"></link> <link href="<?php _p(__APP_CSS_ASSETS__) ; ?>/bootstrap.css" rel="stylesheet" media="screen"> </head> <body> <header> <div class="breadcrumb"> <?php if(!isset($mainPage)) { ?> <span class="category-name"><?php _p((Examples::GetCategoryId() + 1) . '. ' . Examples::$Categories[Examples::GetCategoryId()]['name'], false); ?></span> / <?php } ?> <strong class="page-name"><?php _p(Examples::PageName(), false); ?></strong> </div> <?php if(!isset($mainPage)) { ?> <nav class="page-links"><?php _p(Examples::PageLinks(), false); ?></nav> <?php } ?> </header> <section id="content">