feat:3.0.0版初次提交,新版将完全推倒重写

This commit is contained in:
sunxiyuan 2020-07-13 18:44:03 +08:00
parent e556c4b6d9
commit 39735249ee
293 changed files with 26908 additions and 475 deletions

View file

@ -0,0 +1,13 @@
<?php
/**
* Links above PO files table
*/
?>
<nav class="above-list-table"><?php
/* @var $link Loco_mvc_ViewParams */
foreach( $nav as $link ):?>
<a class="has-icon icon-<?php $link->e('icon')?>" href="<?php $link->e('href')?>"><?php $link->e('name')?></a><?php
endforeach;
echo $this->render('../common/inc-table-filter');
?>
</nav>