晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。 林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。 见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝) 既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。 南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。
|
Server : Apache System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64 User : rainic ( 1014) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/stando/www/wp-content/plugins/powerpress/ |
Upload File : |
<?php
// powerpressadmin-search.php
function powerpress_admin_search()
{
$General = powerpress_get_settings('powerpress_general');
if( empty($General['seo_feed_title']) )
$General['seo_feed_title'] = '';
?>
<script language="javascript"><!--
jQuery(document).ready(function() {
<?php
if( !empty($General['seo_feed_title']) && $General['seo_feed_title'] == 1 )
echo " jQuery('#powerpress_example_post_title').hide();\n";
?>
jQuery('#seo_feed_title').change( function() {
if( this.checked )
jQuery('#powerpress_seo_feed_title_1').prop('checked', true);
else
jQuery('.powerpress_seo_feed_title').prop('checked', false);
});
jQuery('.powerpress_seo_feed_title').change( function() {
jQuery('#seo_feed_title').prop('checked', true);
switch( this.value )
{
case '1':
case 1: {
jQuery('#powerpress_example_post_title').hide();
}; break;
case '2':
case 2: {
jQuery('#powerpress_example_post_title').show();
var p_title_html = jQuery('#powerpress_example_post_title')[0].outerHTML;
var e_title_html = jQuery('#powerpress_example_episode_title')[0].outerHTML;
jQuery('#powerpress_example_post_episode_title').html( e_title_html + p_title_html);
}; break;
case '3':
case 3: {
jQuery('#powerpress_example_post_title').show();
var p_title_html = jQuery('#powerpress_example_post_title')[0].outerHTML;
var e_title_html = jQuery('#powerpress_example_episode_title')[0].outerHTML;
jQuery('#powerpress_example_post_episode_title').html( p_title_html + e_title_html);
}; break;
default: {
}
}
});
});
//-->
</script>
<h1 class="pp-heading"><?php echo __('Podcast SEO', 'powerpress'); ?></h1>
<p class="pp-settings-text">
<?php echo __('Enable features to help with podcasting search engine optimization (SEO). The following options can assist your web and podcasting SEO strategies.', 'powerpress'); ?>
<a href="http://create.blubrry.com/resources/powerpress/advanced-tools-and-options/podcasting-seo-settings/" target="_blank"><?php echo __('Learn More', 'powerpress'); ?></a>
</p>
<div class="pp-settings-section">
<h2><?php echo __('Episode Titles', 'powerpress'); ?></h2>
<input name="PowerPressSearchToggle[seo_feed_title]" type="hidden" value="0" />
<input class="pp-settings-checkbox" id="seo_feed_title" name="PowerPressSearchToggle[seo_feed_title]" type="checkbox" value="1" <?php if( !empty($General['seo_feed_title']) ) echo 'checked '; ?> />
<div class="pp-settings-subsection-no-border" style="padding-left: 1ch;">
<p class="pp-main">
<?php echo __('Specify custom episode titles for podcast feeds.', 'powerpress'); ?>
</p>
<div>
<input class="pp-settings-radio-small" type="radio" style="margin: 2ch 8px 0 1em;vertical-align: top;" class="powerpress_seo_feed_title" id="powerpress_seo_feed_title_1" name="General[seo_feed_title]" value="1" <?php if( $General['seo_feed_title'] == 1 ) echo 'checked'; ?> />
<div class="pp-settings-subsection-no-border" style="padding-bottom: 0;">
<p class="pp-settings-text" style="margin: 0;"><?php echo __('Feed episode title replaces post title', 'powerpress'); ?></p>
<p class="pp-sub" style="font-size: 14px"><?php echo __('Default', 'powerpress'); ?></p>
</div>
</div>
<div>
<input class="pp-settings-radio-small" type="radio" style="margin-left: 1em;" class="powerpress_seo_feed_title" id="powerpress_seo_feed_title_2" name="General[seo_feed_title]" value="2" <?php if( $General['seo_feed_title'] == 2 ) echo 'checked'; ?> />
<div class="pp-settings-subsection-no-border">
<p class="pp-settings-text" style="margin: 0;"><?php echo __('Feed episode title prefixes post title', 'powerpress'); ?></p>
</div>
</div>
<div>
<input class="pp-settings-radio-small" type="radio" style="margin-left: 1em;" class="powerpress_seo_feed_title" id="powerpress_seo_feed_title_3" name="General[seo_feed_title]" value="3" <?php if( $General['seo_feed_title'] == 3 ) echo 'checked'; ?> />
<div class="pp-settings-subsection-no-border">
<p class="pp-settings-text" style="margin: 0;"><?php echo __('Feed episode title appended to post title', 'powerpress'); ?></p>
</div>
</div>
</div>
</div>
<div class="pp-settings-section">
<h2><?php echo __('AudioObjects', 'powerpress'); ?></h2>
<input name="General[seo_audio_objects]" type="hidden" value="0" />
<input class="pp-settings-checkbox" name="General[seo_audio_objects]" type="checkbox" value="1" <?php if( !empty($General['seo_audio_objects']) ) echo 'checked '; ?> />
<div class="pp-settings-subsection-no-border" style="padding-left: 1ch;">
<p class="pp-main"><?php echo __('Schema.org audio objects in microdata format.', 'powerpress'); ?></p>
<p class="pp-sub"><?php echo __('What this means and why it\'s important', 'powerpress'); ?></p>
</div>
</div>
<div class="pp-settings-section">
<h2><?php echo __('VideoObjects', 'powerpress'); ?></h2>
<input name="General[seo_video_objects]" type="hidden" value="0" />
<input class="pp-settings-checkbox" name="General[seo_video_objects]" type="checkbox" value="1" <?php if( !empty($General['seo_video_objects']) ) echo 'checked '; ?> />
<div class="pp-settings-subsection-no-border" style="padding-left: 1ch;">
<p class="pp-main"><?php echo __('Schema.org video objects in microdata format.', 'powerpress'); ?></p>
<p class="pp-sub"><?php echo __('What this means and why it\'s important', 'powerpress'); ?></p>
</div>
</div>
<?php
?>
<?php
} // End powerpress_admin_search()