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/_devtools/ |
Upload File : |
<?php $strPageTitle="Panel Drafts" ?> <?php require(__CONFIGURATION__ . '/header_sdk.inc.php'); ?> <?php $this->RenderBegin(); ?> <h1><?php $this->lblTitle->Render(); ?></h1> <div id="formDraftLink"><a href="<?php _p(__VIRTUAL_DIRECTORY__ . __FORM_DRAFTS__) ?>/index.php"><?php _t('Go to "Form Drafts"'); ?></a></div> <div id="dashboard"> <div id="draft-navigation"> <p><strong>Select a Class to View/Edit</strong> <?php $this->lstClassNames->Render('FontSize=10px','Width=100px'); ?> <span class="waitIcon"><?php $this->objDefaultWaitIcon->Render(); ?></span></p> </div> <div id="draft-panels"> <?php $this->pnlList->Render(); ?> <?php $this->pnlEdit->Render(); ?> </div> </div> <?php $this->RenderEnd(); ?> <?php require(__CONFIGURATION__ . '/footer.inc.php'); ?>