| @@ -45,19 +45,15 @@ | |||||
| <div class="alert alert-info mb-0">DedeBIZ开始启动<a href="<?php echo $cfg_biz_dedebizUrl;?>/license_developer" target="_blank">DedeBIZ商业开发者计划</a>,为了保障系统及技术服务安全,请认准DedeBIZ商业认证开发者</div> | <div class="alert alert-info mb-0">DedeBIZ开始启动<a href="<?php echo $cfg_biz_dedebizUrl;?>/license_developer" target="_blank">DedeBIZ商业开发者计划</a>,为了保障系统及技术服务安全,请认准DedeBIZ商业认证开发者</div> | ||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| <tr bgcolor="#e9ecef"> | |||||
| <td align="center" width="16%">模块名称</td> | |||||
| <td align="center" width="12%">发布时间</td> | |||||
| <td align="center" width="10%">编码</td> | |||||
| <td align="center" width="10%">类型</td> | |||||
| <td align="center" width="12%">模块状态</td> | |||||
| <td align="center" width="26%">管理</td> | |||||
| <tr bgcolor="#e9ecef" align="center"> | |||||
| <td width="30%">模块名称</td> | |||||
| <td width="10%">发布时间</td> | |||||
| <td width="10%">编码</td> | |||||
| <td width="10%">类型</td> | |||||
| <td width="12%">模块状态</td> | |||||
| <td>管理</td> | |||||
| </tr> | </tr> | ||||
| <?php | |||||
| if (count($modules)>0) | |||||
| foreach($modules as $k=>$v) | |||||
| { | |||||
| ?> | |||||
| <?php if (count($modules)>0) foreach($modules as $k=>$v) {?> | |||||
| <tr align="center" onmousemove="javascript:this.bgColor='#e9ecef';" onmouseout="javascript:this.bgColor='#ffffff';"> | <tr align="center" onmousemove="javascript:this.bgColor='#e9ecef';" onmouseout="javascript:this.bgColor='#ffffff';"> | ||||
| <td><?php echo $v['name'];?></td> | <td><?php echo $v['name'];?></td> | ||||
| <td><?php echo $v['time'];?></td> | <td><?php echo $v['time'];?></td> | ||||