]);
/**
** 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 » KAWASAKI 125
KAWASAKI 125
| BN 125 ELIMINATOR |
00-07 |
46 |
2799A |
30-76 |
C |
N/A |
15 |
|
D |
428X118 |
| BN 125 ELIMINATOR |
2009 |
|
|
|
|
N/A |
15 |
|
|
428X118 |
| F6 125 |
71-73 |
55 |
218A |
38-76 |
C |
502K |
14 |
12-15 |
D |
428X118 |
| KD KE 125A |
75-83 |
50 |
240A |
30-76 |
C |
502K |
14 |
12-15 |
D |
428X118 |
| KLX 125 A1 SMALL WHEEL |
03-06 |
51 |
484A |
40-76 |
C |
635 |
14 |
13-15 |
H |
428X122 |
| KLX 125 L B1 BIG WHEEL |
03-06 |
57 |
484A |
40-76 |
C |
635 |
14 |
13-15 |
H |
428X130 |
| KS 125 |
74-75 |
50 |
240A |
30-76 |
C |
502K |
14 |
12-15 |
D |
428X118 |
| KX 125 A-2,3 |
74-76 |
60 |
240A |
30-76 |
C |
502K |
14 |
12-15 |
D |
428X124 |
| KX 125 A-4,5 |
77-79 |
63/60 |
281A |
46-76 |
C |
502K |
14 |
12-15 |
D |
428X132/134 |
| KX 125 A-6,7 |
80-81 |
52/53 |
283A |
38-76 |
B |
652 |
12 |
11-14 |
C |
520X118 |
| KX 125 B |
82-83 |
50 |
287A |
37-76 |
B |
652 |
12 |
11-14 |
C |
520X114 |
| KX 125 C-1 |
84 |
50 |
283A |
38-76 |
B |
652 |
12 |
11-14 |
C |
520X112 |
| KX 125 E, F-1, H-1,2, J-1,2 |
85-93 |
47/48/49 |
287A |
37-76 |
B |
652 |
12 |
11-14 |
C |
520X112 |
| KX 125 K |
94-08 |
49/50/51 |
287A |
37-76 |
B |
450 |
13/12 |
12-13 |
D |
520X110/112 |