Browse Source

Update module_main.htm

tags/6.2.0
叙述、别离 1 year ago
parent
commit
58c10c9519
1 changed files with 8 additions and 12 deletions
  1. +8
    -12
      src/admin/templets/module_main.htm

+ 8
- 12
src/admin/templets/module_main.htm View File

@@ -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>
</td>
</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>
<?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';">
<td><?php echo $v['name'];?></td>
<td><?php echo $v['time'];?></td>


Loading…
Cancel
Save