]);
/**
** A base module for [count], Twitter-like character count
**/
/* form_tag handler */
add_action( 'wpcf7_init', 'wpcf7_add_form_tag_count', 10, 0 );
function wpcf7_add_form_tag_count() {
wpcf7_add_form_tag( 'count',
'wpcf7_count_form_tag_handler',
array(
'name-attr' => true,
'zero-controls-container' => true,
'not-for-mail' => true,
)
);
}
function wpcf7_count_form_tag_handler( $tag ) {
if ( empty( $tag->name ) ) {
return '';
}
$targets = wpcf7_scan_form_tags( array( 'name' => $tag->name ) );
$maxlength = $minlength = null;
while ( $targets ) {
$target = array_shift( $targets );
if ( 'count' !== $target->type ) {
$maxlength = $target->get_maxlength_option();
$minlength = $target->get_minlength_option();
break;
}
}
if ( $maxlength and $minlength
and $maxlength < $minlength ) {
$maxlength = $minlength = null;
}
if ( $tag->has_option( 'down' ) ) {
$value = (int) $maxlength;
$class = 'wpcf7-character-count down';
} else {
$value = '0';
$class = 'wpcf7-character-count up';
}
$atts = array();
$atts['id'] = $tag->get_id_option();
$atts['class'] = $tag->get_class_option( $class );
$atts['data-target-name'] = $tag->name;
$atts['data-starting-value'] = $value;
$atts['data-current-value'] = $value;
$atts['data-maximum-value'] = $maxlength;
$atts['data-minimum-value'] = $minlength;
$html = sprintf(
'%2$s',
wpcf7_format_atts( $atts ),
$value
);
return $html;
}
King Sales and Service Custom Sprockets » HONDA 50/60/65
HONDA 50/60/65
|
|
|
|
ALUMINUM REAR |
STEEL FRONT |
|
CHAIN |

|
|
OEM |
PART |
TOOTH |
|
PART |
OEM |
TOOTH |
|
|
|
YEAR |
TOOTH |
# |
AVAILABLE |
CODE |
# |
TOOTH |
AVAILABLE |
CODE |
|
|
|
|
|
|
|
|
|
|
|
|
| C 100, 102, 110 |
64-69 |
40 |
122A |
30-76 |
A |
321 |
14 |
12-16 |
C |
420 |
| CRF 50 F |
04-09 |
37 |
820A |
28-76 |
A |
325 |
14 |
13-16 |
D |
420X78 |
| MB 5 |
1982 |
43 |
123A |
31-76 |
A |
321 |
13 |
12-16 |
C |
420X106 |
| MR 50 |
74-75 |
43 |
175A |
28-76 |
A |
321 |
12 |
12-16 |
C |
420X92 |
| NS 50 |
1990 |
43 |
123A |
31-76 |
A |
321 |
14 |
12-16 |
C |
420X118 |
| NSR 50 |
2004 |
42 |
816A |
26-76 |
A |
321 |
14 |
12-16 |
C |
420X76 |
| QA 50 |
70-75 |
|
946A |
24-76 |
A |
N/A |
15 |
|
|
420 |
| XR 50 R |
00-03 |
37 |
820A |
28-76 |
A |
325 |
14 |
13-16 |
D |
420X78 |
| Z 50 A R RD |
69-99 |
34/37 |
1900A |
26-76 |
A |
321 |
12-14 |
12-16 |
C |
420X76 |
| ZB 50 R |
1988 |
37 |
402A |
35-76 |
F |
321 |
15 |
12-16 |
C |
420X76 |
| CR 60 R |
83-84 |
45 |
422A |
33-76 |
A |
321 |
14 |
12-16 |
C |
420X104 |
| S 65 TRAIL |
68-69 |
43 |
122A |
30-76 |
A |
321 |
13 |
12-16 |
C |
420 |