9de6c28d65f016a9a2d19fd6be6052bd.php
2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php return function ($in, $debugopt = 1) {
$cx = array(
'flags' => array(
'jstrue' => false,
'jsobj' => false,
'spvar' => true,
'prop' => false,
'method' => false,
'mustlok' => true,
'echo' => false,
'debug' => $debugopt,
),
'constants' => array(),
'helpers' => array(),
'blockhelpers' => array(),
'hbhelpers' => array(),
'partials' => array(),
'scopes' => array(),
'sp_vars' => array('root' => $in),
'lcrun' => 'Plugin\LCRun3',
);
return ''.''.Plugin\LCRun3::debug('[filter]', 'sec', $cx, Plugin\LCRun3::debug('[filter]', 'v', $cx, $in, array('filter')), $in, false, function($cx, $in) {return ' <div class="filter-mask hide">
<div class="filter-body">
<ul class="classify">
'.Plugin\LCRun3::debug('each [classify]', 'sec', $cx, Plugin\LCRun3::debug('[classify]', 'v', $cx, $in, array('classify')), $in, true, function($cx, $in) {return ' <li class="classify-item'.((Plugin\LCRun3::debug('@[first]', 'ifvar', $cx, Plugin\LCRun3::debug('@[first]', 'v', $cx, $cx['sp_vars'], array('first')))) ? ' active' : '').'">
<p class="shower'.((Plugin\LCRun3::debug('[default]', 'ifvar', $cx, Plugin\LCRun3::debug('[default]', 'v', $cx, $in, array('default')))) ? ' default' : '').'">
<span class="title">'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).':</span>
'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'
</p>
<ul class="sub-classify" data-type='.Plugin\LCRun3::debug('[dataType]', 'encq', $cx, Plugin\LCRun3::debug('[dataType]', 'v', $cx, $in, array('dataType'))).'>
'.Plugin\LCRun3::debug('[subs]', 'sec', $cx, Plugin\LCRun3::debug('[subs]', 'v', $cx, $in, array('subs')), $in, false, function($cx, $in) {return ' <li class="sub-item'.((Plugin\LCRun3::debug('[chosed]', 'ifvar', $cx, Plugin\LCRun3::debug('[chosed]', 'v', $cx, $in, array('chosed')))) ? ' chosed' : '').'" data-id='.Plugin\LCRun3::debug('[dataId]', 'encq', $cx, Plugin\LCRun3::debug('[dataId]', 'v', $cx, $in, array('dataId'))).'>
'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'
<i class="iconfont chosed-icon"></i>
</li>
';}).' </ul>
</li>
';}).' </ul>
</div>
</div>
';}).''.'';
}
?>