cc5ef35552e1ef8fa66c84b2f9668669.php
2.08 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
<?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 ''.'<ul class="address-list">
'.Plugin\LCRun3::debug('[addressList]', 'sec', $cx, Plugin\LCRun3::debug('[addressList]', 'v', $cx, $in, array('addressList')), $in, false, function($cx, $in) {return ' <li class="address">
<span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span>
<span class="iconfont"></span>
<ul>
'.Plugin\LCRun3::debug('[sub]', 'sec', $cx, Plugin\LCRun3::debug('[sub]', 'v', $cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address">
<span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span>
<span class="iconfont"></span>
<ul class="address-list">
'.Plugin\LCRun3::debug('[sub]', 'sec', $cx, Plugin\LCRun3::debug('[sub]', 'v', $cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address-last" data-id="'.Plugin\LCRun3::debug('[code]', 'encq', $cx, Plugin\LCRun3::debug('[code]', 'v', $cx, $in, array('code'))).'">
<span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span>
</li>
';}).' </ul>
</li>
';}).' </ul>
</li>
';}).'</ul>
'.'';
}
?>