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.

39 lines
1.1 KiB

12 years ago
  1. <div id="formActions">
  2. <div id="save"><?php $_CONTROL->btnSave->Render(); ?></div>
  3. <div id="cancel"><?php $_CONTROL->btnCancel->Render(); ?></div>
  4. <div id="delete"><?php $_CONTROL->btnDelete->Render(); ?></div>
  5. </div>
  6. <br />
  7. <br />
  8. <hr>
  9. <div id="formControls">
  10. <?php $_CONTROL->lblId->RenderWithName(); ?>
  11. <?php $_CONTROL->lblPerson->RenderWithName(); ?>
  12. <?php $_CONTROL->lblRegistrationDate->RenderWithName(); ?>
  13. <?php $_CONTROL->txtUsername->RenderWithName(); ?>
  14. <?php $_CONTROL->txtPassword->RenderWithName(); ?>
  15. <?php $_CONTROL->txtNotes->RenderWithName(); ?>
  16. <?php $_CONTROL->lblLastLogin->RenderWithName(); ?>
  17. <?php $_CONTROL->txtLoginCount->RenderWithName(); ?>
  18. <?php $_CONTROL->chkOnline->RenderWithName(); ?>
  19. <?php $_CONTROL->chkOnetimePassword->RenderWithName(); ?>
  20. <?php $_CONTROL->chkValidPassword->RenderWithName(); ?>
  21. <?php $_CONTROL->lstType->RenderWithName(); ?>
  22. <?php $_CONTROL->lstStatus->RenderWithName(); ?>
  23. </div>
  24. <hr>
  25. <strong>Orders: </strong>
  26. <?php $_CONTROL->dtgOrders->Render(); ?>