</h4>
    <div class="sb3">
    <?php 
if (in_array('starts_with', $allowed_filters)) {
    ?>
        <form id="multi_alpha_filter_form" action="javascript:void(0);">
            <label id="multi_alpha_filterLabel" for="multi_alpha_filter"><?php 
    echo T_('Starts With');
    ?>
</label>
            <input type="text" id="multi_alpha_filter" name="multi_alpha_filter" value="<?php 
    $browse->set_catalog($_SESSION['catalog']);
    echo scrub_out($browse->get_filter('starts_with'));
    ?>
" onKeyUp="delayRun(this, '400', 'ajaxState', '<?php 
    echo Ajax::url('?page=browse&action=browse&browse_id=' . $browse->id . '&key=starts_with');
    ?>
', 'multi_alpha_filter');">
        </form>
    <?php 
}
// end if alpha_match
?>
    <?php 
if (in_array('minimum_count', $allowed_filters)) {
    ?>
        <input id="mincountCB" type="checkbox" value="1" />
        <label id="mincountLabel" for="mincountCB"><?php 
    echo T_('Minimum Count');
    ?>
</label><br />
Exemple #2
0
    ?>
" for="multi_alpha_filter"><?php 
    echo T_('Limit');
    ?>
:</label>
                    <input type="text" id="limit_value_<?php 
    echo $browse->id;
    ?>
_<?php 
    echo $is_header;
    ?>
" name="value" value="<?php 
    echo $browse->get_offset();
    ?>
" onKeyUp="delayRun(this, '800', 'ajaxState', '<?php 
    echo Ajax::url('?page=browse&action=options&browse_id=' . $browse->id . '&option=limit');
    ?>
', 'limit_value_<?php 
    echo $browse->id;
    ?>
_<?php 
    echo $is_header;
    ?>
');">
                </form>
            </span>
        <?php 
}
?>
        </span>
    </span>