File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/rt_nexus_wp/admin/style.php
<?php
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'style.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');
?>
<?php $option = get_option('nexus-options'); ?>
<div class="general-wrapper">
<div class="tabbar">
<div class="tab1 singletab">
<div class="tabl"></div>
<div class="tabr"><a href="#presets"><?php _re('Presets'); ?></a></div>
</div>
<div class="tab2 singletab">
<div class="tabl"></div>
<div class="tabr"><a href="#page"><?php _re('Page'); ?></a></div>
</div>
<div class="tab3 singletab">
<div class="tabl"></div>
<div class="tabr"><a href="#single"><?php _re('Single Post'); ?></a></div>
</div>
<div class="tab4 singletab">
<div class="tabl"></div>
<div class="tabr"><a href="#category"><?php _re('Category'); ?></a></div>
</div>
<div class="tab5 singletab">
<div class="tabl"></div>
<div class="tabr"><a href="#archive"><?php _re('Archive'); ?></a></div>
</div>
<div class="tab6 singletab">
<div class="tabl"></div>
<div class="tabr"><a href="#tags"><?php _re('Tags'); ?></a></div>
</div>
<div class="tab7 singletab">
<div class="tabl"></div>
<div class="tabr"><a href="#search"><?php _re('Search'); ?></a></div>
</div>
</div>
<div class="clr"></div>
<div class="main-general">
<div class="inner-tabber">
<a name="presets"></a>
<span class="section-title"><?php _re('Presets'); ?></span><br /><br />
<table class="options_table">
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Preset Style:'); ?>
</div>
<div class="paramcheck">
<label class="preset_style">
<select id="preset_style" name="nexus-options[preset_style]">
<option value="style1" <?php if ($option['preset_style'] == "style1") : ?>selected="selected"<?php endif; ?>>Style 1</option>
<option value="style2" <?php if ($option['preset_style'] == "style2") : ?>selected="selected"<?php endif; ?>>Style 2</option>
<option value="style3" <?php if ($option['preset_style'] == "style3") : ?>selected="selected"<?php endif; ?>>Style 3</option>
<option value="style4" <?php if ($option['preset_style'] == "style4") : ?>selected="selected"<?php endif; ?>>Style 4</option>
<option value="style5" <?php if ($option['preset_style'] == "style5") : ?>selected="selected"<?php endif; ?>>Style 5</option>
<option value="style6" <?php if ($option['preset_style'] == "style6") : ?>selected="selected"<?php endif; ?>>Style 6</option>
<option value="style7" <?php if ($option['preset_style'] == "style7") : ?>selected="selected"<?php endif; ?>>Style 7</option>
<option value="style8" <?php if ($option['preset_style'] == "style8") : ?>selected="selected"<?php endif; ?>>Style 8</option>
<option value="style9" <?php if ($option['preset_style'] == "style9") : ?>selected="selected"<?php endif; ?>>Style 9</option>
<option value="style10" <?php if ($option['preset_style'] == "style10") : ?>selected="selected"<?php endif; ?>>Style 10</option>
<option value="custom" <?php if ($option['preset_style'] == "custom") : ?>selected="selected"<?php endif; ?>>Custom</option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-style_preset]"><span class="help">Help</span></a>
</div>
<div id="op-style_preset" class="rthide"><?php _re('Here you can switch the theme to one of prepared style.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Header Style:'); ?>
</div>
<div class="paramcheck">
<label class="header_style">
<select id="header_style" name="nexus-options[header_style]">
<option value="light" <?php if ($option['header_style'] == "light") : ?>selected="selected"<?php endif; ?>><?php _re('Light'); ?></option>
<option value="dark" <?php if ($option['header_style'] == "dark") : ?>selected="selected"<?php endif; ?>><?php _re('Dark'); ?></option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-header_style]"><span class="help">Help</span></a>
</div>
<div id="op-header_style" class="rthide"><?php _re('Here you can choose the header style.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Body Style:'); ?>
</div>
<div class="paramcheck stubborn">
<label class="body_style">
<select id="body_style" name="nexus-options[body_style]">
<option value="light" <?php if ($option['body_style'] == "light") : ?>selected="selected"<?php endif; ?>><?php _re('Light'); ?></option>
<option value="dark" <?php if ($option['body_style'] == "dark") : ?>selected="selected"<?php endif; ?>><?php _re('Dark'); ?></option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-bg_style]"><span class="help">Help</span></a>
</div>
<div id="op-bg_style" class="rthide"><?php _re('Here you can choose the body style.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Showcase Style:'); ?>
</div>
<div class="paramcheck stubborn">
<label class="showcase_style">
<select id="showcase_style" name="nexus-options[showcase_style]">
<option value="light" <?php if ($option['showcase_style'] == "light") : ?>selected="selected"<?php endif; ?>><?php _re('Light'); ?></option>
<option value="dark" <?php if ($option['showcase_style'] == "dark") : ?>selected="selected"<?php endif; ?>><?php _re('Dark'); ?></option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-showcase_style]"><span class="help">Help</span></a>
</div>
<div id="op-showcase_style" class="rthide"><?php _re('Here you can choose the showcase style.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Primary Color:'); ?>
</div>
<div class="paramcheck stubborn">
<label class="primary_color">
<select id="primary_color" name="nexus-options[primary_color]">
<option value="yellow" <?php if ($option['primary_color'] == "yellow") : ?>selected="selected"<?php endif; ?>><?php _re('Yellow'); ?></option>
<option value="darkyellow" <?php if ($option['primary_color'] == "darkyellow") : ?>selected="selected"<?php endif; ?>><?php _re('Dark Yellow'); ?></option>
<option value="lightblue" <?php if ($option['primary_color'] == "lightblue") : ?>selected="selected"<?php endif; ?>><?php _re('Light Blue'); ?></option>
<option value="blue" <?php if ($option['primary_color'] == "blue") : ?>selected="selected"<?php endif; ?>><?php _re('Blue'); ?></option>
<option value="darkblue" <?php if ($option['primary_color'] == "darkblue") : ?>selected="selected"<?php endif; ?>><?php _re('Dark Blue'); ?></option>
<option value="orange" <?php if ($option['primary_color'] == "orange") : ?>selected="selected"<?php endif; ?>><?php _re('Orange'); ?></option>
<option value="green" <?php if ($option['primary_color'] == "green") : ?>selected="selected"<?php endif; ?>><?php _re('Green'); ?></option>
<option value="grey" <?php if ($option['primary_color'] == "grey") : ?>selected="selected"<?php endif; ?>><?php _re('Grey'); ?></option>
<option value="brown" <?php if ($option['primary_color'] == "brown") : ?>selected="selected"<?php endif; ?>><?php _re('Brown'); ?></option>
<option value="red" <?php if ($option['primary_color'] == "red") : ?>selected="selected"<?php endif; ?>><?php _re('Red'); ?></option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-primary_color]"><span class="help">Help</span></a>
</div>
<div id="op-primary_color" class="rthide"><?php _re('Here you can choose the primary colors for the site.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Footer Style:'); ?>
</div>
<div class="paramcheck stubborn">
<label class="footer_style">
<select id="footer_style" name="nexus-options[footer_style]">
<option value="light" <?php if ($option['footer_style'] == "light") : ?>selected="selected"<?php endif; ?>><?php _re('Light'); ?></option>
<option value="dark" <?php if ($option['footer_style'] == "dark") : ?>selected="selected"<?php endif; ?>><?php _re('Dark'); ?></option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-footer_style]"><span class="help">Help</span></a>
</div>
<div id="op-footer_style" class="rthide"><?php _re('Here you can choose the footer style.'); ?></div>
</div>
</td>
</tr>
</table>
<span class="section-title"><?php _re('Widgets Hilites'); ?></span><br /><br />
<table class="options_table">
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('User 1:'); ?>
</div>
<div class="paramcheck">
<label class="bottom_widget_1">
<select id="bottom_widget_1" name="nexus-options[bottom_widget_1]">
<option value="hilite1" <?php if ($option['bottom_widget_1'] == "hilite1") : ?>selected="selected"<?php endif; ?>>Hilite 1</option>
<option value="hilite2" <?php if ($option['bottom_widget_1'] == "hilite2") : ?>selected="selected"<?php endif; ?>>Hilite 2</option>
<option value="" <?php if ($option['bottom_widget_1'] == "") : ?>selected="selected"<?php endif; ?>>None</option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-bottom_widget_1]"><span class="help">Help</span></a>
</div>
<div id="op-bottom_widget_1" class="rthide"><?php _re('Here you can switch the User 1 widget position hilite.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('User 2:'); ?>
</div>
<div class="paramcheck">
<label class="bottom_widget_2">
<select id="bottom_widget_2" name="nexus-options[bottom_widget_2]">
<option value="hilite1" <?php if ($option['bottom_widget_2'] == "hilite1") : ?>selected="selected"<?php endif; ?>>Hilite 1</option>
<option value="hilite2" <?php if ($option['bottom_widget_2'] == "hilite2") : ?>selected="selected"<?php endif; ?>>Hilite 2</option>
<option value="" <?php if ($option['bottom_widget_2'] == "") : ?>selected="selected"<?php endif; ?>>None</option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-bottom_widget_2]"><span class="help">Help</span></a>
</div>
<div id="op-bottom_widget_2" class="rthide"><?php _re('Here you can switch the User 2 widget position hilite.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('User 3:'); ?>
</div>
<div class="paramcheck">
<label class="bottom_widget_3">
<select id="bottom_widget_3" name="nexus-options[bottom_widget_3]">
<option value="hilite1" <?php if ($option['bottom_widget_3'] == "hilite1") : ?>selected="selected"<?php endif; ?>>Hilite 1</option>
<option value="hilite2" <?php if ($option['bottom_widget_3'] == "hilite2") : ?>selected="selected"<?php endif; ?>>Hilite 2</option>
<option value="" <?php if ($option['bottom_widget_3'] == "") : ?>selected="selected"<?php endif; ?>>None</option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-bottom_widget_3]"><span class="help">Help</span></a>
</div>
<div id="op-bottom_widget_3" class="rthide"><?php _re('Here you can switch the User 3 widget position hilite.'); ?></div>
</div>
</td>
<td class="secondcol">
</td>
</tr>
</table>
</div>
<div class="inner-tabber">
<a name="page"></a>
<span class="section-title"><?php _re('Page'); ?></span><br /><br />
<table class="options_table">
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Page Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="page_meta"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[page_meta]" id="page_meta" <?php if($option['page_meta'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="page_meta" for="page_meta"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-page_meta]"><span class="help">Help</span></a>
</div>
<div id="op-page_meta" class="rthide"><?php _re('Enable or disable meta (author, date, categories etc.) on the page display.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Page Title:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="page_title"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[page_title]" id="page_title" <?php if($option['page_title'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="page_title" for="page_title"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-page_title]"><span class="help">Help</span></a>
</div>
<div id="op-page_title" class="rthide"><?php _re('Displays title on the custom page view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Comments Icon:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="page_meta_comments"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[page_meta_comments]" id="page_meta_comments" <?php if($option['page_meta_comments'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="page_meta_comments" for="page_meta_comments"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-page_meta_comments]"><span class="help">Help</span></a>
</div>
<div id="op-page_meta_comments" class="rthide"><?php _re('Displays comments icon in meta in the custom page view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Date and Author:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="page_meta_author_date"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[page_meta_author_date]" id="page_meta_author_date" <?php if($option['page_meta_author_date'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="page_meta_author_date" for="page_meta_author_date"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-page_meta_author_date]"><span class="help">Help</span></a>
</div>
<div id="op-page_meta_author_date" class="rthide"><?php _re('Displays post date in meta in the custom page view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Page TweetMe:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="page_tweetmeme"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[page_tweetmeme]" id="page_tweetmeme" <?php if($option['page_tweetmeme'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="page_tweetmeme" for="page_tweetmeme"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-page_tweetmeme]"><span class="help">Help</span></a>
</div>
<div id="op-page_tweetmeme" class="rthide"><?php _re('Displays "Retweet" button at the beggining of the page.'); ?></div>
</div>
</td>
<td class="secondcol">
</td>
</tr>
</table>
</div>
<div class="inner-tabber">
<a name="single"></a>
<span class="section-title"><?php _re('Single Post'); ?></span><br /><br />
<table class="options_table">
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Single Post Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="single_meta"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[single_meta]" id="single_meta" <?php if($option['single_meta'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="single_meta" for="single_meta"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-single_meta]"><span class="help">Help</span></a>
</div>
<div id="op-single_meta" class="rthide"><?php _re('Enable or disable meta (author, date, categories etc.) on the single post display.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Single Post Title:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="single_title"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[single_title]" id="single_title" <?php if($option['single_title'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="single_title" for="single_title"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-single_title]"><span class="help">Help</span></a>
</div>
<div id="op-single_title" class="rthide"><?php _re('Displays title on the single post view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Comments Icon:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="single_meta_comments"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[single_meta_comments]" id="single_meta_comments" <?php if($option['single_meta_comments'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="single_meta_comments" for="single_meta_comments"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-single_meta_comments]"><span class="help">Help</span></a>
</div>
<div id="op-single_meta_comments" class="rthide"><?php _re('Displays comments icon in meta in the single post view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Date and Author:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="single_meta_author_date"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[single_meta_author_date]" id="single_meta_author_date" <?php if($option['single_meta_author_date'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="single_meta_author_date" for="single_meta_author_date"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-single_meta_author_date]"><span class="help">Help</span></a>
</div>
<div id="op-single_meta_author_date" class="rthide"><?php _re('Displays post date in meta in the single post view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Page TweetMe:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="single_tweetmeme"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[single_tweetmeme]" id="single_tweetmeme" <?php if($option['single_tweetmeme'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="single_tweetmeme" for="single_tweetmeme"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-single_tweetmeme]"><span class="help">Help</span></a>
</div>
<div id="op-single_tweetmeme" class="rthide"><?php _re('Displays "Retweet" button at the beggining of the single post.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Single Post Footer:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="single_footer"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[single_footer]" id="single_footer" <?php if($option['single_footer'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="single_footer" for="single_footer"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-single_footer]"><span class="help">Help</span></a>
</div>
<div id="op-single_footer" class="rthide"><?php _re('Displays footer of the post in the single post view.'); ?></div>
</div>
</td>
</tr>
</table>
</div>
<div class="inner-tabber">
<a name="category"></a>
<span class="section-title"><?php _re('Category'); ?></span><br /><br />
<table class="options_table">
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Category Post Count:'); ?>
</div>
<div class="paramcheck">
<label class="category_postcount">
<input class="textbox" id="category_postcount" type="text" size="3" maxlength="255" name="nexus-options[category_postcount]" value="<?php echo $option['category_postcount']; ?>" />
</label>
<a href="#" rel="rokbox[350 50][module=op-category_postcount]"><span class="help">Help</span></a>
</div>
<div id="op-category_postcount" class="rthide"><?php _re('Sets number of posts to display on category view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Display Posts'); ?>
</div>
<div class="paramcheck">
<label class="category_contentdis">
<select id="category_contentdis" name="nexus-options[category_contentdis]">
<option value="content" <?php if ($option['category_contentdis'] == "content") : ?>selected="selected"<?php endif; ?>><?php _re('Content'); ?></option>
<option value="excerpt" <?php if ($option['category_contentdis'] == "excerpt") : ?>selected="selected"<?php endif; ?>><?php _re('Excerpt'); ?></option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-category_contentdis]"><span class="help">Help</span></a>
</div>
<div id="op-category_contentdis" class="rthide"><?php _re('Here you can change whether category page should display posts content or excerpt.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Category Post Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="category_postmeta"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[category_postmeta]" id="category_postmeta" <?php if($option['category_postmeta'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="category_postmeta" for="category_postmeta"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-category_postmeta]"><span class="help">Help</span></a>
</div>
<div id="op-category_postmeta" class="rthide"><?php _re('Displays post meta in the category view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Date and Author:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="category_postmeta_author_date"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[category_postmeta_author_date]" id="category_postmeta_author_date" <?php if($option['category_postmeta_author_date'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="category_postmeta_author_date" for="category_postmeta_author_date"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-category_postmeta_author_date]"><span class="help">Help</span></a>
</div>
<div id="op-category_postmeta_author_date" class="rthide"><?php _re('Displays post author and date in meta in the category view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Category Post Title:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="category_title"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[category_title]" id="category_title" <?php if($option['category_title'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="category_title" for="category_title"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-category_title]"><span class="help">Help</span></a>
</div>
<div id="op-category_title" class="rthide"><?php _re('Displays post title on the category view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Post Comments Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="category_postmeta_comments"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[category_postmeta_comments]" id="category_postmeta_comments" <?php if($option['category_postmeta_comments'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="category_postmeta_comments" for="category_postmeta_comments"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-category_postmeta_comments]"><span class="help">Help</span></a>
</div>
<div id="op-category_postmeta_comments" class="rthide"><?php _re('Displays post comment icon in meta in the category view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Link Titles:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="category_titlelink"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[category_titlelink]" id="category_titlelink" <?php if($option['category_titlelink'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="category_titlelink" for="category_titlelink"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-category_titlelink]"><span class="help">Help</span></a>
</div>
<div id="op-category_titlelink" class="rthide"><?php _re('Link titles in the category view.'); ?></div>
</div>
</td>
<td class="secondcol">
</td>
</tr>
</table>
</div>
<div class="inner-tabber">
<a name="archive"></a>
<span class="section-title"><?php _re('Archive'); ?></span><br /><br />
<table class="options_table">
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Archive Post Count:'); ?>
</div>
<div class="paramcheck">
<label class="archive_postcount">
<input class="textbox" id="archive_postcount" type="text" size="3" maxlength="255" name="nexus-options[archive_postcount]" value="<?php echo $option['archive_postcount']; ?>" />
</label>
<a href="#" rel="rokbox[350 50][module=op-archive_postcount]"><span class="help">Help</span></a>
</div>
<div id="op-archive_postcount" class="rthide"><?php _re('Sets number of posts to display on archive view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Display Posts'); ?>
</div>
<div class="paramcheck">
<label class="archive_contentdis">
<select id="archive_contentdis" name="nexus-options[archive_contentdis]">
<option value="content" <?php if ($option['archive_contentdis'] == "content") : ?>selected="selected"<?php endif; ?>><?php _re('Content'); ?></option>
<option value="excerpt" <?php if ($option['archive_contentdis'] == "excerpt") : ?>selected="selected"<?php endif; ?>><?php _re('Excerpt'); ?></option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-archive_contentdis]"><span class="help">Help</span></a>
</div>
<div id="op-archive_contentdis" class="rthide"><?php _re('Here you can change whether archive page should display posts content or excerpt.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Archive Post Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="archive_postmeta"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[archive_postmeta]" id="archive_postmeta" <?php if($option['archive_postmeta'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="archive_postmeta" for="archive_postmeta"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-archive_postmeta]"><span class="help">Help</span></a>
</div>
<div id="op-archive_postmeta" class="rthide"><?php _re('Displays post meta in the archive view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Date and Author:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="archive_postmeta_author_date"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[archive_postmeta_author_date]" id="archive_postmeta_author_date" <?php if($option['archive_postmeta_author_date'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="archive_postmeta_author_date" for="archive_postmeta_author_date"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-archive_postmeta_author_date]"><span class="help">Help</span></a>
</div>
<div id="op-archive_postmeta_author_date" class="rthide"><?php _re('Displays post author and date in meta in the archive view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Archive Post Title:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="archive_title"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[archive_title]" id="archive_title" <?php if($option['archive_title'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="archive_title" for="archive_title"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-archive_title]"><span class="help">Help</span></a>
</div>
<div id="op-archive_title" class="rthide"><?php _re('Displays post title on the archive view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Post Comments Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="archive_postmeta_comments"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[archive_postmeta_comments]" id="archive_postmeta_comments" <?php if($option['archive_postmeta_comments'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="archive_postmeta_comments" for="archive_postmeta_comments"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-archive_postmeta_comments]"><span class="help">Help</span></a>
</div>
<div id="op-archive_postmeta_comments" class="rthide"><?php _re('Displays post comment icon in meta in the archive view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Link Titles:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="archive_titlelink"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[archive_titlelink]" id="archive_titlelink" <?php if($option['archive_titlelink'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="archive_titlelink" for="archive_titlelink"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-archive_titlelink]"><span class="help">Help</span></a>
</div>
<div id="op-archive_titlelink" class="rthide"><?php _re('Link titles in the archive view.'); ?></div>
</div>
</td>
<td class="secondcol">
</td>
</tr>
</table>
</div>
<div class="inner-tabber">
<a name="tags"></a>
<span class="section-title"><?php _re('Tags'); ?></span><br /><br />
<table class="options_table">
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Tags Post Count:'); ?>
</div>
<div class="paramcheck">
<label class="tag_postcount">
<input class="textbox" id="tag_postcount" type="text" size="3" maxlength="255" name="nexus-options[tag_postcount]" value="<?php echo $option['tag_postcount']; ?>" />
</label>
<a href="#" rel="rokbox[350 50][module=op-tag_postcount]"><span class="help">Help</span></a>
</div>
<div id="op-tag_postcount" class="rthide"><?php _re('Sets number of posts to display on tag view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Display Posts'); ?>
</div>
<div class="paramcheck">
<label class="tag_contentdis">
<select id="tag_contentdis" name="nexus-options[tag_contentdis]">
<option value="content" <?php if ($option['tag_contentdis'] == "content") : ?>selected="selected"<?php endif; ?>><?php _re('Content'); ?></option>
<option value="excerpt" <?php if ($option['tag_contentdis'] == "excerpt") : ?>selected="selected"<?php endif; ?>><?php _re('Excerpt'); ?></option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-tag_contentdis]"><span class="help">Help</span></a>
</div>
<div id="op-tag_contentdis" class="rthide"><?php _re('Here you can change whether tag page should display posts content or excerpt.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Tags Post Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="tag_postmeta"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[tag_postmeta]" id="tag_postmeta" <?php if($option['tag_postmeta'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="tag_postmeta" for="tag_postmeta"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-tag_postmeta]"><span class="help">Help</span></a>
</div>
<div id="op-tag_postmeta" class="rthide"><?php _re('Displays post meta in the tag view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Date and Author:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="tag_postmeta_author_date"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[tag_postmeta_author_date]" id="tag_postmeta_author_date" <?php if($option['tag_postmeta_author_date'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="tag_postmeta_author_date" for="tag_postmeta_author_date"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-tag_postmeta_author_date]"><span class="help">Help</span></a>
</div>
<div id="op-tag_postmeta_author_date" class="rthide"><?php _re('Displays post author and date in meta in the tag view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Tags Post Title:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="tag_title"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[tag_title]" id="tag_title" <?php if($option['tag_title'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="tag_title" for="tag_title"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-tag_title]"><span class="help">Help</span></a>
</div>
<div id="op-tag_title" class="rthide"><?php _re('Displays post title on the tag view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Post Comments Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="tag_postmeta_comments"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[tag_postmeta_comments]" id="tag_postmeta_comments" <?php if($option['tag_postmeta_comments'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="tag_postmeta_comments" for="tag_postmeta_comments"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-tag_postmeta_comments]"><span class="help">Help</span></a>
</div>
<div id="op-tag_postmeta_comments" class="rthide"><?php _re('Displays post comment icon in meta in the tag view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Link Titles:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="tag_titlelink"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[tag_titlelink]" id="tag_titlelink" <?php if($option['tag_titlelink'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="tag_titlelink" for="tag_titlelink"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-tag_titlelink]"><span class="help">Help</span></a>
</div>
<div id="op-tag_titlelink" class="rthide"><?php _re('Link titles in the tag view.'); ?></div>
</div>
</td>
<td class="secondcol">
</td>
</tr>
</table>
</div>
<div class="inner-tabber">
<a name="search"></a>
<span class="section-title"><?php _re('Search'); ?></span><br /><br />
<table class="options_table">
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Search Post Count:'); ?>
</div>
<div class="paramcheck">
<label class="search_postcount">
<input class="textbox" id="search_postcount" type="text" size="3" maxlength="255" name="nexus-options[search_postcount]" value="<?php echo $option['search_postcount']; ?>" />
</label>
<a href="#" rel="rokbox[350 50][module=op-search_postcount]"><span class="help">Help</span></a>
</div>
<div id="op-search_postcount" class="rthide"><?php _re('Sets number of posts to display on search view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Display Posts'); ?>
</div>
<div class="paramcheck">
<label class="search_contentdis">
<select id="search_contentdis" name="nexus-options[search_contentdis]">
<option value="content" <?php if ($option['search_contentdis'] == "content") : ?>selected="selected"<?php endif; ?>><?php _re('Content'); ?></option>
<option value="excerpt" <?php if ($option['search_contentdis'] == "excerpt") : ?>selected="selected"<?php endif; ?>><?php _re('Excerpt'); ?></option>
</select>
</label>
<a href="#" rel="rokbox[350 50][module=op-search_contentdis]"><span class="help">Help</span></a>
</div>
<div id="op-search_contentdis" class="rthide"><?php _re('Here you can change whether search page should display posts content or excerpt.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Search Post Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="search_postmeta"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[search_postmeta]" id="search_postmeta" <?php if($option['search_postmeta'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="search_postmeta" for="search_postmeta"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-search_postmeta]"><span class="help">Help</span></a>
</div>
<div id="op-search_postmeta" class="rthide"><?php _re('Displays post meta in the search view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Date and Author:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="search_postmeta_author_date"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[search_postmeta_author_date]" id="search_postmeta_author_date" <?php if($option['search_postmeta_author_date'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="search_postmeta_author_date" for="search_postmeta_author_date"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-search_postmeta_author_date]"><span class="help">Help</span></a>
</div>
<div id="op-search_postmeta_author_date" class="rthide"><?php _re('Displays post author and date in meta in the search view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Search Post Title:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="search_title"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[search_title]" id="search_title" <?php if($option['search_title'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="search_title" for="search_title"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-search_title]"><span class="help">Help</span></a>
</div>
<div id="op-search_title" class="rthide"><?php _re('Displays post title on the search view.'); ?></div>
</div>
</td>
<td class="secondcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Post Comments Meta:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="search_postmeta_comments"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[search_postmeta_comments]" id="search_postmeta_comments" <?php if($option['search_postmeta_comments'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="search_postmeta_comments" for="search_postmeta_comments"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-search_postmeta_comments]"><span class="help">Help</span></a>
</div>
<div id="op-search_postmeta_comments" class="rthide"><?php _re('Displays post comment icon in meta in the search view.'); ?></div>
</div>
</td>
</tr>
<tr>
<td class="firstcol">
<div class="paramfield">
<div class="paramtext">
<?php _re('Link Titles:'); ?>
</div>
<div class="paramcheck onlycheck">
<?php if(rok_isIE()) { ?><label class="search_titlelink"><?php } ?><input type="checkbox" value="true" class="checkbox" name="nexus-options[search_titlelink]" id="search_titlelink" <?php if($option['search_titlelink'] == 'true') { ?>checked="checked"<?php } ?> /><?php if(rok_isIE()) { ?></label><?php } ?>
<?php if(!rok_isIE()) { ?><label class="search_titlelink" for="search_titlelink"></label><?php } ?>
<a href="#" rel="rokbox[350 50][module=op-search_titlelink]"><span class="help">Help</span></a>
</div>
<div id="op-search_titlelink" class="rthide"><?php _re('Link titles in the search view.'); ?></div>
</div>
</td>
<td class="secondcol">
</td>
</tr>
</table>
</div>
</div>
<div class="clr"></div>
</div>