usereport.html.php 991 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**
  3. * The usereport view file of report module of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2014 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
  6. * @license LGPL (http://www.gnu.org/licenses/lgpl.html)
  7. * @author Yidong Wang <yidong@cnezsoft.com>
  8. * @package report
  9. * @version $Id$
  10. * @link http://www.zentao.net
  11. */
  12. ?>
  13. <?php include $app->getModuleRoot() . 'common/view/header.lite.html.php';?>
  14. <div class='panel' style='padding-bottom:150px;'>
  15. <div class='panel-heading'>
  16. <div class='panel-title'><?php echo $lang->crystal->setVar?></div>
  17. </div>
  18. <div class='panel-body'>
  19. <form target='hiddenwin' method='post'>
  20. <div class='alert'><?php echo $sql?></div>
  21. <div class='row'>
  22. <?php include 'setvarvalues.html.php';?>
  23. </div>
  24. <div class='pdt-20'><?php echo html::submitButton();?></div>
  25. </form>
  26. </div>
  27. </div>
  28. <?php include $app->getModuleRoot() . 'common/view/footer.lite.html.php';?>