cc5ef35552e1ef8fa66c84b2f9668669.php 2.08 KB
<?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">&#xe604;</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">&#xe604;</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>
'.'';
}
?>