* Add entry and webhook module.

This commit is contained in:
liugang
2017-10-19 10:41:29 +08:00
parent fe16db7484
commit 29cd0d4b4e
26 changed files with 1113 additions and 5 deletions
+22
View File
@@ -0,0 +1,22 @@
<?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';?>