2009-11-23 06:33:29 +00:00
< div id = " archivesearch " class = " <?php if ( $tab == 'archivesearch') { ?>show<?php } else { ?>hide<?php } ?> " >
2009-11-22 19:56:35 +00:00
< form method = " post " id = " myForm " name = " template " enctype = " multipart/form-data " >
< ? php wp_nonce_field ( 'update-options' ) ?>
2009-11-28 05:04:48 +00:00
< div id = " comicpress-options " >
2009-11-22 18:06:19 +00:00
2009-11-28 05:04:48 +00:00
< table class = " widefat " >
< thead >
< tr >
2009-11-29 01:30:31 +00:00
< th colspan = " 3 " > Archive & amp ; Search Results </ th >
2009-11-28 05:04:48 +00:00
</ tr >
</ thead >
< tr class = " alternate " >
< th scope = " row " colspan = " 2 " >
2009-11-29 01:30:31 +00:00
< ? php _e ( 'Archive results post display' , 'comicpress' ); ?>
< div class = " radio " >
< input name = " excerpt_or_content_archive " id = " content_archive " type = " radio " value = " content " < ? php if ( $comicpress_options [ 'excerpt_or_content_archive' ] == " content " ) { echo " checked " ; } ?> /> <label for="content_archive" class="inline-label"><?php _e('Full Content','comicpress'); ?></label>
< input name = " excerpt_or_content_archive " id = " excerpt_archive " type = " radio " value = " excerpt " < ? php if ( $comicpress_options [ 'excerpt_or_content_archive' ] == " excerpt " ) { echo " checked " ; } ?> /> <label for="excerpt_archive" class="inline-label"><?php _e('Excerpt','comicpress'); ?></label>
</ div >
2009-11-28 05:04:48 +00:00
</ th >
< td >
< ? php _e ( 'Would you like to have users see the <b>full content</b> or just an <b>excerpt</b> when viewing the archives?' , 'comicpress' ); ?>
</ td >
</ tr >
< tr >
< th scope = " row " colspan = " 2 " >
2009-11-29 01:30:31 +00:00
< ? php _e ( 'Search results post display' , 'comicpress' ); ?>
< div class = " radio " >
< input name = " excerpt_or_content_search " id = " content_search " type = " radio " value = " content " < ? php if ( $comicpress_options [ 'excerpt_or_content_search' ] == " content " ) { echo " checked " ; } ?> /> <label for="content_search" class="inline-label"><?php _e('Full Content','comicpress'); ?></label>
< input name = " excerpt_or_content_search " id = " excerpt_search " type = " radio " value = " excerpt " < ? php if ( $comicpress_options [ 'excerpt_or_content_search' ] == " excerpt " ) { echo " checked " ; } ?> /> <label for="excerpt_search" class="inline-label"><?php _e('Excerpt','comicpress'); ?></label>
</ div >
2009-11-28 05:04:48 +00:00
</ th >
< td >
< ? php _e ( 'Would you like to have users see the <b>full content</b> or just an <b>excerpt</b> when searching?' , 'comicpress' ); ?>
</ td >
</ tr >
2009-11-29 01:30:31 +00:00
< tr class = " alternate " >
2009-11-28 05:04:48 +00:00
< th scope = " row " colspan = " 2 " >
< label for = " archive_display_order " >< ? php _e ( 'Archive Display Order' , 'comicpress' ); ?> </label>
< select name = " archive_display_order " id = " archive_display_order " >
< option class = " level-0 " value = " asc " < ? php if ( $comicpress_options [ 'archive_display_order' ] == " asc " ) { ?> selected="selected"<?php } ?>>Oldest to Newest</option>
< option class = " level-0 " value = " desc " < ? php if ( $comicpress_options [ 'archive_display_order' ] == " desc " ) { ?> selected="selected"<?php } ?>>Newest to Oldest</option>
</ select >
</ th >
< td >
< ? php _e ( 'Sets the display order of your archives. <b>Newest to Oldest</b> will display your posts starting with the most recent. <b>Oldest to Newest</b> will start with the first entry in the category, tag, or date range (e.g., Selecting May 20XX will start with May 1, not May 31st.)' , 'comicpress' ); ?>
</ td >
</ tr >
2009-11-29 01:30:31 +00:00
< tr >
< th scope = " row " >< label for = " category_thumbnail_postcount " >< ? php _e ( 'Number of archived comics to display' , 'comicpress' ); ?> </label></th>
< td >
< label >
< input type = " text " size = " 3 " name = " category_thumbnail_postcount " id = " category_thumbnail_postcount " value = " <?php echo $comicpress_options['category_thumbnail_postcount'] ; ?> " />< br />
</ label >
</ td >
< td >
< ? php _e ( 'How many images in the comic category would you like to see in the archive page?' , 'comicpress' ); ?>
</ td >
</ tr >
</ table >
</ div >
< div id = " comicpress-options-save " >
< div id = " major-publishing-actions " >
< div id = " publishing-action " >
< input name = " comicpress_save_archivesearch " type = " submit " class = " button-primary " value = " Save Settings " />
< input type = " hidden " name = " action " value = " comicpress_save_archivesearch " />
</ div >
< div class = " clear " ></ div >
</ div >
</ div >
2009-11-28 05:04:48 +00:00
2009-11-22 19:56:35 +00:00
</ form >
2009-11-29 01:30:31 +00:00
</ div >