|
|
@@ -34,7 +34,7 @@ |
|
|
|
$fileinfo = GetHelpInfo(str_replace('.lib.php','',$filename)); |
|
|
|
?> |
|
|
|
<tr align="center"> |
|
|
|
<td align="left"><img src="/static/web/img/icon_htm.png"><?php echo $filename;?></td> |
|
|
|
<td align="left"><img src="/static/web/img/icon_php.png"> <?php echo $filename;?></td> |
|
|
|
<td align="left"><?php echo $fileinfo;?></td> |
|
|
|
<td><?php echo $filetime;?></td> |
|
|
|
<td align="center"><a href="tpl.php?action=edittag&filename=<?php echo $filename;?>" class="btn btn-light btn-sm"><i class="fa fa-pencil-square"></i> 修改</a></td> |
|
|
|