m.showerrornone.html.php 626 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * The none view file of product module of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2015 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Yidong Wang <yidong@cnezsoft.com>
  8. * @package product
  9. * @version $Id$
  10. * @link http://www.zentao.net
  11. */
  12. include "../../common/view/m.header.html.php";
  13. ?>
  14. <div class='alert alert-info'>
  15. <?php echo $lang->product->errorNoProduct?>
  16. </div>
  17. <?php include '../../common/view/m.footer.html.php';?>