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

<?php
require(__INCLUDES__ . '/header.inc.php');
$gotoforms_link ='<a href="' . __VIRTUAL_DIRECTORY__ . __FORM_DRAFTS__ . '/index.php">';
$this->RenderBegin();
?>
<div id="dashboardTitleBar">
<div id="titleBar">
<h2 id="right"><?php echo $gotoforms_link; _t('Go to Forms List'); ?> </a></h2>
<br />
<h1>Quasi CMS Administration </h1>
<h2><?php $this->pnlTitle->Render(); ?></h2>
</div>
<div id="dashboard">
<div id="left">
<p><strong>Select an Item</strong></p>
<p><?php $this->pnlClassNames->Render(); ?></p>
<p><?php $this->objDefaultWaitIcon->Render(); ?></p>
</div>
<div id="right">
<?php $this->pnlList->Render(); ?>
<?php $this->pnlEdit->Render(); ?>
</div>
</div>
</div>
<?php $this->RenderEnd(); ?>
<?php require(__INCLUDES__ . '/footer.inc.php'); ?>