options = $opts; $this->errors = (is_null( $errs ))? $this->errors : $errs; wp_enqueue_style('ajs-admin', plugins_url('/css/admin.css', __FILE__)); wp_enqueue_style('jqueryui', plugins_url('/css/wp-admin/jquery-ui-1.10.2.custom.min.css', __FILE__)); wp_enqueue_style('colorPicker', plugins_url('/css/spectrum.css', __FILE__)); wp_enqueue_style('dd', plugins_url('/css/dd.css', __FILE__)); ?>

AJS Footnotes

errors) > 0): ?>

There were errors processing this form.

Basic Options

'','lower-roman'=>'','upper-roman'=>'','lower-alpha'=>'','upper-alpha'=>''); foreach($select_vals as $key=>$value) { if($key == $this->options['number_system']) { $select_vals[$key] = ' selected="selected"'; } } ?>
Footnote Link Location options['cite_number_location']) { case 'inline': $inline=' checked="checked"'; break; case 'sub': $sub = ' checked="checked"'; break; default: $sup = 'checked="checked"'; } ?> /> /> />
Footnote Identifier Lead Text
Footnote Identifier Post Text
Backlink Text
Show Popups options['display_popups'] == 'true')? ' checked="checked"':'';?> /> options['display_popups'] == 'false')? ' checked="checked"':'';?> />
Show Footnote List options['display_notes_list'] == 'true')? ' checked="checked"':'';?> /> options['display_notes_list'] == 'false')? ' checked="checked"':'';?> />

Footnotes' Look & Feel

generateUnitsDropdown('footnote_list_size_unit', $this->options['footnote_list_size_unit']) ?>

Popups' Positioning

Placement

Popups' Look & Feel

Popup Text Color
generateUnitsDropdown('popup_text_size_unit', $this->options['popup_text_size_unit']) ?>
generateUnitsDropdown('popup_min_width_unit', $this->options['popup_min_width_unit']) ?>
generateUnitsDropdown('popup_max_width_unit', $this->options['popup_max_width_unit']) ?>

Popup Border

'', 'hidden'=>'', 'dotted'=>'', 'dashed'=>'', 'solid'=>'', 'double'=>'', 'groove'=>'', 'inset'=>'', 'outset'=>'', 'ridge'=>'ridge'); foreach( $selected_style as $key=>$value) { if( $this->options['popup_border_style'] == $key ) { $selected_style[$key] = ' selected="selected"'; } } ?>
generateUnitsDropdown('popup_border_width_unit', $this->options['popup_border_width_unit']) ?>

Popup Corner Rounding

generateUnitsDropdown('popup_corner_unit', $this->options['popup_top_left_corner_unit']) ?> More...
generateUnitsDropdown('popup_top_left_corner_unit', $this->options['popup_top_left_corner_unit']) ?>
generateUnitsDropdown('popup_top_right_corner_unit', $this->options['popup_top_right_corner_unit']) ?>
generateUnitsDropdown('popup_bottom_right_corner_unit', $this->options['popup_bottom_right_corner_unit']) ?>
generateUnitsDropdown('popup_bottom_left_corner_unit', $this->options['popup_bottom_left_corner_unit']) ?>

Popup Shadow

generateUnitsDropdown('popup_shadow_h_unit', $this->options['popup_shadow_h_unit']) ?>
generateUnitsDropdown('popup_shadow_v_unit', $this->options['popup_shadow_v_unit']) ?>
generateUnitsDropdown('popup_shadow_blur_unit', $this->options['popup_shadow_blur_unit']) ?>
generateUnitsDropdown('popup_shadow_spread_unit', $this->options['popup_shadow_spread_unit']) ?>

Popup Padding

generateUnitsDropdown('popup_padding_unit', $this->options['popup_padding_top_unit']) ?> More...
generateUnitsDropdown('popup_padding_top_unit', $this->options['popup_padding_top_unit']) ?>
generateUnitsDropdown('popup_padding_right_unit', $this->options['popup_padding_right_unit']) ?>
generateUnitsDropdown('popup_padding_bottom_unit', $this->options['popup_padding_bottom_unit']) ?>
generateUnitsDropdown('popup_padding_left_unit', $this->options['popup_padding_left_unit']) ?>

Popup Behavior

'', 'slideDown'=>'','show'=>''); foreach($inEffect as $key=>$value) { if($this->options['popup_display_effect_in'] == $key) { $inEffect[$key] = ' selected="selected"'; } } ?> '', 'slideUp'=>'','hide'=>''); foreach($outEffect as $key=>$value) { if($this->options['popup_display_effect_out'] == $key) { $outEffect[$key] = ' selected="selected"'; } } ?>

Advanced Options

options['encode_html_specials'] == 'true')? ' checked="checked"':'';?> /> options['encode_html_specials'] == 'false')? ' checked="checked"' : '';?> />

Plugin Running Options

Homepage options['run_status_home'] == 'true')? ' checked="checked"':'';?> /> options['run_status_home'] == 'strip')? ' checked="checked"':'';?> /> options['run_status_home'] == 'false')? ' checked="checked"':'';?> />
Posts options['run_status_post'] == 'true')? ' checked="checked"':'';?> /> options['run_status_post'] == 'strip')? ' checked="checked"':'';?> /> options['run_status_post'] == 'false')? ' checked="checked"':'';?> />
Pages options['run_status_page'] == 'true')? ' checked="checked"':'';?> /> options['run_status_page'] == 'strip')? ' checked="checked"':'';?> /> options['run_status_page'] == 'false')? ' checked="checked"':'';?> />
Search options['run_status_search'] == 'true')? ' checked="checked"':'';?> /> options['run_status_search'] == 'strip')? ' checked="checked"':'';?> /> options['run_status_search'] == 'false')? ' checked="checked"':'';?> />
Archives options['run_status_archive'] == 'true')? ' checked="checked"':'';?> /> options['run_status_archive'] == 'strip')? ' checked="checked"':'';?> /> options['run_status_archive'] == 'false')? ' checked="checked"':'';?> />
Feeds options['run_status_feed'] == 'true')? ' checked="checked"':'';?> /> options['run_status_feed'] == 'strip')? ' checked="checked"':'';?> /> options['run_status_feed'] == 'false')? ' checked="checked"':'';?> />


Need Help?

Check out the homepage at AjSeidl.com.

Bug reports and feature requests should be made in the Wordpress Tracking and Wordpress forum systems respectively (you'll need a Wordpress.org login) or send them to me directly via the Contact Page

If you really love this plugin and want to show it, please rate it on Wordpress.org. If you really can't believe you used to live without it, buy me a beer via PayPal.

'','em'=>'','ex'=>'', '%'=>'', 'pt'=>'','pc'=>'','mm'=>'','cm'=>'','in'=>''); foreach($selected_unit as $key=>$value){ if( $v == $key) { $selected_unit[$key] = ' selected="selected"'; } } $select = ''.PHP_EOL; return $select; } }//end class ?>