]);
/**
** 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 1000/1100/1200/1400

KAWASAKI 1000/1100/1200/1400
| KZ 1000 A,B,C,D,G Z1 LTD |
77-80 |
33/35/37 |
276A |
26-57 |
E |
496 |
15 |
14-15 |
J |
630X92 |
| KZ 1000 J,K,M,P,R |
81-88 |
39/41 |
276A |
26-57 |
E |
542 |
15 |
15 |
J |
630X96 |
| KZ 1000 POLICE |
81-01 |
41 |
276A |
26-57 |
E |
542 |
15 |
15 |
J |
630X98 |
| KZ 1000 POLICE |
‘ 02-05 |
46 |
275A |
26-76 |
D |
N/A |
|
|
|
530X116 |
| ZX 1000 A NINJA 630 CONV |
86-87 |
41 |
296A |
34-57 |
E |
*SO 493 |
15 |
15 |
J |
630 CONV |
| ZR 1000 A Z1000 |
‘ 03-06 |
42 |
706A |
28-76 |
D |
N/A |
16 |
|
|
525X112 |
| ZR 1000 B Z1000 |
‘ 07-08 |
40 |
706A |
28-76 |
D |
*SO 447 |
16 |
15-17 |
I |
525X112 |
| ZX 1000 B (ZX-10) NINJA 530 CONV |
88-90 |
45 |
292A |
40-76 |
D |
*SO 477 |
17 |
16-17 |
J |
530 CONV |
| ZX 1000 C (ZX-10R) NINJA |
‘ 04-07 |
39 |
706A |
28-76 |
D |
766 |
17 |
14-17 |
G |
525X110 |
| ZX 1000 C (ZX-10R) NINJA |
‘ 08-09 |
41 |
706A |
30-76 |
D |
766 |
17 |
14-17 |
G |
525X110 |
| KZ 1100 B GPZ |
81-82 |
41/42 |
276A |
30-57 |
E |
542 |
15 |
15 |
J |
630X98 |
| ZRX 1100 |
99-01 |
45 |
292A |
40-76 |
D |
448 |
17 |
17 |
J |
530X110 |
| ZX 1100 GPZ |
83-84 |
41 |
276A |
26-57 |
E |
*SO 492 |
15 |
14-16 |
J |
630X100 |
| ZX 1100 GPZ |
95-97 |
45 |
292A |
39-76 |
D |
472 |
17 |
16-18 |
G |
530X110 |
| ZX 1100 C (ZX-11) NINJA |
90-93 |
45 |
292A |
39-76 |
D |
*SO 479 |
17 |
16-18 |
J |
530X110 |
| ZX 1100 D (ZX-11) NINJA |
93-01 |
45 |
292A |
39-76 |
D |
472 |
17 |
16-18 |
G |
530X110 |
| ZX 1200 (ZX-12R) |
00-05 |
46 |
704A |
28-76 |
D |
472 |
18 |
16-17 |
G |
530X116 |
| ZX 1200 (ZRX) |
‘ 01-05 |
42 |
704A |
28-76 |
D |
448 |
17 |
17 |
J |
530X110 |
| ZZR 1200 |
‘ 02-05 |
44 |
704A |
28-76 |
D |
472 |
17 |
16-18 |
G |
530X112 |
| ZX 1400 R (ZX-14) NINJA |
‘ 06-09 |
41 |
711A |
35-76 |
D |
472 |
17 |
16-18 |
G |
530X116 |