12345678910111213141516171819202122 |
- <?php
- $view
- ->fetch
- (
- '.select-btn',
- 'company/info.farm_list',
- array
- (
- 'self' => array
- (
- 'href' => '<{Maze::url("index?farm=" . $v.id)}>',
- //'target' => '_blank',
- 'html' => '<{$v.name}>',
- ),
- )
- )
- ->fetch('.prompt@style', 'display:none;');
- include('inc/common.php');
|