%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/wp-content/plugins/ajax-search-pro/backend/tabs/instance/
Upload File :
Create Path :
Current File : //var/www/pn/wp-content/plugins/ajax-search-pro/backend/tabs/instance/autocomplete_options.php

<?php
$sugg_select_arr = array(
	'google' => __('Google keywords', 'ajax-search-pro'),
    'google_places' => __('Google Places API', 'ajax-search-pro'),
	'statistics' => __('Statistics database', 'ajax-search-pro'),
	'tags' => __('Post tags', 'ajax-search-pro'),
	'xtax_category' => __('Post categories', 'ajax-search-pro'),
	'titles' => __('Post titles', 'ajax-search-pro')
);
$taxonomies_arr = get_taxonomies(array('public' => true, '_builtin' => false), 'names', 'and');
foreach($taxonomies_arr as $taxx) {
	$sugg_select_arr['xtax_'.$taxx] = '[taxonomy] ' . $taxx;
}
?>
<ul id="subtabs"  class='tabs'>
    <li><a tabid="501" class='subtheme current'><?php echo __('Autocomplete', 'ajax-search-pro'); ?></a></li>
    <li><a tabid="502" class='subtheme'><?php echo __('Keyword suggestions', 'ajax-search-pro'); ?></a></li>
    <li><a tabid="503" class='subtheme'><?php echo __('Suggested search keywords', 'ajax-search-pro'); ?></a></li>
</ul>
<div class='tabscontent'>
    <div tabid="501">
        <fieldset>
            <legend><?php echo __('Autocomplete', 'ajax-search-pro'); ?></legend>
            <p class="infoMsg">
                <?php echo __('Autocomplete feature will try to help the user finish what is being typed into the search box.', 'ajax-search-pro'); ?>
            </p>
            <?php include(ASP_PATH."backend/tabs/instance/suggest/autocomplete.php"); ?>
        </fieldset>
    </div>
    <div tabid="502">
        <fieldset>
            <legend><?php echo __('Keyword suggestions', 'ajax-search-pro'); ?></legend>
            <p class="infoMsg">
                <?php echo __('Keyword suggestions appear when no results match the keyword.', 'ajax-search-pro'); ?>
            </p>
            <?php include(ASP_PATH."backend/tabs/instance/suggest/keywords.php"); ?>
        </fieldset>
    </div>
    <div tabid="503">
        <fieldset>
            <legend><?php echo __('Suggested search keywords', 'ajax-search-pro'); ?></legend>
            <?php include(ASP_PATH."backend/tabs/instance/suggest/suggestions.php"); ?>
        </fieldset>
    </div>
</div>
<div class="item">
    <input name="reset_<?php echo $search['id']; ?>" class="asp_submit asp_submit_transparent asp_submit_reset" type="button" value="<?php echo esc_attr__('Restore defaults', 'ajax-search-pro'); ?>">
    <input name="submit_<?php echo $search['id']; ?>" type="submit" value="<?php echo esc_attr__('Save all tabs!', 'ajax-search-pro'); ?>" />
</div>

Zerion Mini Shell 1.0