A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
959 B

12 years ago
  1. <?php
  2. require(__INCLUDES__ . '/header.inc.php');
  3. $gotoforms_link ='<a href="' . __VIRTUAL_DIRECTORY__ . __FORM_DRAFTS__ . '/index.php">';
  4. $this->RenderBegin();
  5. ?>
  6. <div id="dashboardTitleBar">
  7. <div id="titleBar">
  8. <h2 id="right"><?php echo $gotoforms_link; _t('Go to Forms List'); ?> </a></h2>
  9. <br />
  10. <h1>Quasi CMS Administration </h1>
  11. <h2><?php $this->pnlTitle->Render(); ?></h2>
  12. </div>
  13. <div id="dashboard">
  14. <div id="left">
  15. <p><strong>Select an Item</strong></p>
  16. <p><?php $this->pnlClassNames->Render(); ?></p>
  17. <p><?php $this->objDefaultWaitIcon->Render(); ?></p>
  18. </div>
  19. <div id="right">
  20. <?php $this->pnlList->Render(); ?>
  21. <?php $this->pnlEdit->Render(); ?>
  22. </div>
  23. </div>
  24. </div>
  25. <?php $this->RenderEnd(); ?>
  26. <?php require(__INCLUDES__ . '/footer.inc.php'); ?>