%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/plugins/search-everything/views/ |
Current File : /var/www/pn/beta/64801_wp-content/plugins/search-everything/views/options_page.php |
<div class="wrap"> <h2><?php _e('Search Everything', 'SearchEverything'); ?> <?php _e('options','SearchEverything');?> (<?php _e('current version','SearchEverything') ?> <?php echo SE_VERSION; ?>)</h2> <div id="se-description" class="widefat"> <p><span class="se-name"><?php _e('Search Everything', 'SearchEverything'); ?> </span><?php _e('is the most reliable and efficient search plugin for WordPress. It improves the search results for your readers and comes with the','SearchEverything')?> <span class="se-name"><?php _e('Research Everything','SearchEverything') ?></span> <?php _e('compose-screen widget to help you write better. On this page you can customize each of these two features.','SearchEverything') ?></p> </div> <form method="post"> <?php wp_nonce_field('se-everything-nonce'); ?> <table id="se-research-settings" class="widefat"> <tr class="title"> <th scope="col" class="manage-column se-col"><?php _e('Research Everything compose-screen widget', 'SearchEverything'); ?></th> <th scope="col" class="manage-column"></th> </tr> <tr scope="row"><td><?php _e('Enable research tool on compose screen','SearchEverything')?></td> <td><input type="checkbox" id="research_metabox" name="research_metabox" value="yes" <?php checked($options['se_research_metabox']['visible_on_compose']); ?> /></td> </tr> <tr scope="row"><td><?php _e('Enable search results from the web on compose screen','SearchEverything')?><br> <small>(This will help you research similar posts. <a href="http://zem.si/1l7q5KS" target="_blank">Learn more.</a>)</small></td> <td><input type="checkbox" id="research_external_results" name="research_external_results" value="yes" <?php checked($options['se_research_metabox']['external_search_enabled']); ?> /><span class="se-zem-color">⇐ Try me. ;)</span></td> </tr> <tr scope="row"><td><?php _e('Zemanta api key','SearchEverything')?><br> <small><?php _e('(Autogenerated. You will need this if you are using the external results and something goes wrong and you need to <a href="mailto:support+researcheverything@zemanta.com">contact our support</a>.)','SearchEverything')?></small></td> <td><input type="text" id="research_api_key" name="research_api_key" disabled="disabled" value="<?php _e($meta['api_key']); ?>" /></td> </tr> <?php if (!empty($external_message) && !empty($options['se_research_metabox']['external_search_enabled'])): ?> <tr scope="row"> <td>Status</td> <td><strong><?php echo $external_message; ?></strong></td> </tr> <?php endif; ?> </table> <div class="se-submit"> <input type="hidden" name="action" value="save" /> <input type="submit" class="button button-primary" value="<?php _e('Save Changes', 'SearchEverything') ?>" /> </div> <table id="se-basic-settings" class="widefat"> <thead> <tr class="title"> <th scope="col" class="manage-column se-col"><?php _e('Search Everything Basic Configuration', 'SearchEverything'); ?></th> <th scope="col" class="manage-column"></th> </tr> </thead> <tbody> <tr><td colspan="2"><?php _e('We’ve selected some smart defaults, if in doubt leave as is.','SearchEverything')?></td></tr> <?php if ($wp_version <= '2.5'): ?> <tr valign="middle"> <th class="titledesc"> <?php _e('Search every page','SearchEverything'); ?>:<br/><small></small> </th> <td> <input type="checkbox" id="search_pages" name="search_pages" value="yes" <?php checked($options['se_use_page_search']); ?> /> </td> </tr> <tr valign="middle"> <th scope="row" class="se-suboption"> <label for="appvd_pages"><?php _e('Search approved pages only','SearchEverything'); ?>:</label> </th> <td> <input type="checkbox" id="appvd_pages" name="appvd_pages" value="yes" <?php checked($options['se_approved_pages_only']); ?> /> </td> </tr><?php endif; ?> <?php // Show tags only for WP 2.3+ if ($wp_version >= '2.3') : ?> <tr valign="middle"> <th scope="row"> <label for="search_tags"><?php _e('Search every tag name','SearchEverything'); ?>:</label> </th> <td> <input type="checkbox" id="search_tags" name="search_tags" value="yes" <?php checked($options['se_use_tag_search']); ?> /> </td> </tr><?php endif; ?> <?php // Show taxonomies only for WP 2.3+ if ($wp_version >= '2.3') : ?> <tr valign="middle"> <th scope="row"> <label for="search_tags"><?php _e('Search custom taxonomies','SearchEverything'); ?>:</label> </th> <td> <input type="checkbox" id="search_tags" name="search_taxonomies" value="yes" <?php checked($options['se_use_tax_search']); ?> /> </td> </tr> <?php endif; ?> <?php if ($wp_version >= '2.5'): ?> <tr valign="middle"> <th scope="row"> <label for="search_categories"> <?php _e('Search every category name and description','SearchEverything'); ?>: </label> </th> <td> <input type="checkbox" id="search_categories" name="search_categories" value="yes" <?php checked($options['se_use_category_search']); ?> /> </td> </tr><?php endif; ?> <tr valign="middle"> <th scope="row"> <label for="search_comments"><?php _e('Search every comment','SearchEverything'); ?>:</label> </th> <td> <input type="checkbox" name="search_comments" id="search_comments" value="yes" <?php checked($options['se_use_comment_search']); ?> /> </td> </tr> <tr valign="middle"> <th scope="row" class="se-suboption"> <label for="search_cmt_authors"><?php _e('Search comment authors','SearchEverything'); ?>:</label> </th> <td> <input type="checkbox" id="search_cmt_authors" name="search_cmt_authors" value="yes" <?php checked($options['se_use_cmt_authors']); ?> /> </td> </tr> <tr valign="middle"> <th scope="row" class="se-suboption"> <label for="appvd_comments"><?php _e('Search approved comments only','SearchEverything'); ?>:</label> </th> <td> <input type="checkbox" id="appvd_comments" name="appvd_comments" value="yes" <?php checked($options['se_approved_comments_only']); ?> /> </td> </tr> <tr valign="middle"> <th scope="row"> <label for="search_excerpt"><?php _e('Search every excerpt','SearchEverything'); ?>:</label> </th> <td> <input type="checkbox" id="search_excerpt" name="search_excerpt" value="yes" <?php checked($options['se_use_excerpt_search']); ?> /> </td> </tr> <?php if ($wp_version >= '2.5'): ?> <tr valign="middle"> <th scope="row"> <label for="search_drafts"><?php _e('Search every draft','SearchEverything'); ?></label> </th> <td> <input type="checkbox" id="search_drafts" name="search_drafts" value="yes" <?php checked($options['se_use_draft_search']); ?> /> </td> </tr> <?php endif; ?> <tr valign="middle"> <th> <label for="search_attachments"><?php _e('Search every attachment','SearchEverything'); ?></label>:<br/><small><?php _e('(post type = attachment)','SearchEverything'); ?></small> </th> <td> <input type="checkbox" id="search_attachments" name="search_attachments" value="yes" <?php checked($options['se_use_attachment_search']); ?> /> </td> </tr> <tr valign="middle"> <th scope="row"> <label for="search_metadata"><?php _e('Search every custom field','SearchEverything'); ?>:</label><br /> <small><?php _e('(metadata)','SearchEverything'); ?></small> </th> <td> <input type="checkbox" id="search_metadata" name="search_metadata" value="yes" <?php checked($options['se_use_metadata_search']); ?> /> </td> </tr> <tr valign="middle"> <th scope="row"> <label for="search_authors"><?php _e('Search every author','SearchEverything'); ?>:</label> </th> <td> <input type="checkbox" id="search_authors" name="search_authors" value="yes" <?php checked($options['se_use_authors']); ?> /> </td> </tr> <tr valign="middle"> <th scope="row"> <label for="search_highlight"><?php _e('Highlight Search Terms','SearchEverything'); ?>:</label> </th> <td> <input type="checkbox" id="search_highlight" name="search_highlight" value="yes" <?php checked($options['se_use_highlight']); ?> /> </td> </tr> <tr valign="top"> <th scope="row" class="se-suboption"> <label for="highlight_color"><?php _e('Highlight Background Color','SearchEverything'); ?>:</label> </th> <td> <input type="text" id="highlight_color" name="highlight_color" value="<?php echo $options['se_highlight_color'];?>" /><br/> <small> <?php _e('Examples: \'#FFF984\' or \'red\'','SearchEverything'); ?></small> </td> </tr> </tbody> </table> <div class="se-submit"> <input type="hidden" name="action" value="save" /> <input type="submit" class="button button-primary" value="<?php _e('Save Changes', 'SearchEverything') ?>" /> </div> <table id="se-advanced-settings" class="widefat"> <thead> <tr class="title"> <th scope="col" class="manage-column se-col"><?php _e('Search Engine Advanced Configuration', 'SearchEverything'); ?></th> <th scope="col" class="manage-column"></th> </tr> </thead> <tbody> <tr><td colspan="2"><?php _e('For power users and special use cases.','SearchEverything')?></td></tr> <tr valign="middle"> <th scope="row"><label for="exclude_posts_list"><?php _e('Exclude some post or page IDs','SearchEverything'); ?>:</label></th> <td class="forminp"> <input type="text" id="exclude_posts_list" name="exclude_posts_list" value="<?php echo $options['se_exclude_posts_list'];?>" /> <br/><small><?php _e('Comma separated Post IDs (example: 1, 5, 9)','SearchEverything'); ?></small> </td> </tr> <tr valign="middle"> <th scope="row"><label for="exclude_categories_list"><?php _e('Exclude Categories','SearchEverything'); ?>:</label></th> <td class="forminp"> <input type="text" id="exclude_categories_list" name="exclude_categories_list" value="<?php echo $options['se_exclude_categories_list'];?>" /> <br/><small><?php _e('Comma separated category IDs (example: 1, 4)','SearchEverything'); ?></small> </td> </tr> <tr valign="middle"> <th scope="row"><label for="highlight_style"><?php _e('Full Highlight Style','SearchEverything'); ?>:</label></th> <td class="forminp"> <input type="text" id="highlight_style" name="highlight_style" value="<?php echo $options['se_highlight_style'];?>" /><br /> <small><?php _e('Important: \'Highlight Background Color\' must be blank to use this advanced styling.', 'SearchEverything') ?></small><br /> <small><?php _e('Example: background-color: #FFF984; font-weight: bold; color: #000; padding: 0 1px;','SearchEverything'); ?></small> </td> </tr> </tbody> </table> <div class="se-submit"> <input type="hidden" name="action" value="save" /> <input type="submit" class="button button-primary" value="<?php _e('Save Changes', 'SearchEverything') ?>" /> </div> </form> <table id="se-test-search" class="widefat"> <thead> <tr class="title"> <th scope="col" class="manage-column se-col"><?php _e('Test Search Form', 'SearchEverything'); ?></th> <th scope="col" class="manage-column"></th> </tr> </thead> <tbody> <tr valign="middle"> <th > <?php _e('Use this search form to run a live search test.', 'SearchEverything'); ?> </th> <td> <form method="get" id="searchform" action="<?php bloginfo($cap = version_compare('2.2', $wp_version, '<') ? 'url' : 'home'); ?>"> <p class="srch submit"> <input type="text" class="srch-txt" value="<?php echo (isset($S)) ? wp_specialchars($s, 1) : ''; ?>" name="s" id="s" size="30" /> <input type="submit" class="button"class="SE5_btn" id="searchsubmit" value="<?php _e('Run Test Search', 'SearchEverything'); ?>" /> </p> </form> </td> </tr> </tbody> </table> <table id="se-info" class="widefat"> <thead> <tr class="title"> <th scope="col" class="manage-column se-col"><?php _e('News', 'SearchEverything'); ?></th> <th scope="col" class="manage-column"><?php _e('Development Support', 'SearchEverything'); ?></th> <th scope="col" class="manage-column"><?php _e('Localization Support', 'SearchEverything'); ?></th> </tr> </thead> <tr valign="middle"> <td class="thanks"> <p> Today we are proud to announce our first major update to the <a target="_blank" href="http://wordpress.org/plugins/search-everything/">Search Everything plugin</a>, which gives the blogger advanced search functionality while they write. The <span class="se-name">Search Everything</span> writing helper enables you to link to what you’ve written in the past, has great SEO benefits, and is a powerful tool to keep visitors on your site longer. All you have to do to insert the link is click on the results, and a “vest pocket” will be added into your post where your cursor was. Read more about it in our <a href="http://www.zemanta.com/blog/search-everything-for-wordpress-reborn/" target="_blank">blog post</a>. </p> <p> <strong><?php _e('LOCALIZATION SUPPORT:', 'SearchEverything'); ?></strong><br /> <?php _e('Version 6 was a major update and a few areas need new localization support. If you can help send us your translations by posting them as a new issue, ', 'SearchEverything') ?> <a href="https://github.com/Zemanta/search-everything-wordpress-plugin/issues?sort=created&direction=desc&state=open&page=1" target="blank"><strong><?php _e('here','SearchEverything')?></strong></a>. </p> <br /><br /><br /><br /> <p> <span class="se-thank-you"><?php _e('Thank You!', 'SearchEverything'); ?></span><br /> <?php _e('The development of Search Everything since version v1.0 has primarily come from the <a href="http://wordpress.org/support/plugin/search-everything">WordPress community</a>. We are grateful for their dedicated and continued support and wish to nourish this relationship in the future! Thanks guys!', 'SearchEverything'); ?> </p> </td> <td> <ul class="SE_lists"> <li><a href="https://github.com/ninnypants"><strong>Tyrel Kelsey</strong></a></li> </ul> </td> <td> <ul class="SE_lists"> <li><a href="#" target="blank">minjae kim (KR) - v.6</a></li> <li><a href="http://www.r-sn.com/wp" target="blank">Anonymous (AR) - v.6</a></li> <li><a href="http://www.doctorley.pl" target="blank">Karol Manikowski (PL) - v.6</a></li> <li><a href="http://www.paulwicking.com" target="blank">Paul Wicking (NO)- v.6</a></li> <li><a href="#">Bilei Radu (RO)- v.6</a></li> <li><a href="http://www.fatcow.com" target="blank">Fat Cow (BY) - v.6</a></li> <li><a href="http://gidibao.net/" target="blank">Gianni Diurno (IT) - v.6</a></li> <li><a href="#">Maris Svirksts (LV) - v.6</a></li> <li><a href="#">Simon Hansen (NN) - v.6</a></li> <li><a href="http://beyn.org/" target="blank">jean Pierre Gavoille (FR) - v.6</a></li> <li><a href="#">hit1205 (CN and TW)</a></li> <li><a href="http://www.alohastone.com" target="blank">alohastone (DE)</a></li> <li><a href="http://gidibao.net/" target="blank">Gianni Diurno (ES)</a></li> <li><a href="#">János Csárdi-Braunstein (HU)</a></li> <li><a href="http://www.forsitemedia.nl" target="blank">Remkus de Vries (nl_NL)</a></li> <li><a href="#">Silver Ghost (RU)</a></li> <li><a href="http://mishkin.se" target="blank">Mikael Jorhult (RU)</a></li> <li><a href="#">Baris Unver (TR)</a></li> <li><a href="#">René Kostka (CZ)</a></li> </ul> </td> </tr> </table> </div>