Files
EasySoft-ZenTaoPMS/module/entry/view/log.html.php
2017-10-19 10:41:29 +08:00

23 lines
685 B
PHP

<?php
/**
* The log view file of entry module of RanZhi.
*
* @copyright Copyright 2009-2017 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Gang Liu <liugang@cnezsoft.com>
* @package entry
* @version $Id$
* @link http://www.ranzhico.com
*/
?>
<?php include 'header.html.php';?>
<table class='table table-condensed table-hover table-striped'>
<thead>
<tr>
<th class='w-120px'><?php echo $lang->action->date;?></th>
<th></th>
</tr>
</thead>
</table>
<?php include '../../common/view/footer.html.php';?>