Hallo Monika,
Vielen Dank für die schnelle Antwort. das sind die button von einem vietnamesischen Key Board , die mit dem javascript geschrieben wurde.Ich habe sie so implentiert, damit man Vietnamesiche Online tippen kann.Hier ist ein Schnitt im Datei Kommentar :
PHP
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform" >
<?php if ( $user_ID ) : ?>
<a name="comment" class="invisible">|</a>
<p>đăng nhập với tên<a title="<?php echo $user_identity; ?>" href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="abmelden">Rời »</a></p>
<?php else : ?>
<p><label for="author"><?php _e('Name'); ?><?php if ($req) echo ""; ?></label>
<br /><input style="background-color:#fafafa;color:#000;" type="text" name="author" id="author" onblur="if (this.value == '') {this.value = 'Name (bắt buộc)';}" onfocus="if (this.value == 'Name (bắt buộc)') {this.value = '';}" value="Name (bắt buộc)" size="40" tabindex="100" />
<br /><label for="email"><?php _e('Email'); ?><?php if ($req) echo ""; ?></label>
<br /><input style="background-color:#fafafa;color:#000;" type="text" name="email" id="email" onblur="if (this.value == '') {this.value = 'E-Mail (được giấu)';}" onfocus="if (this.value == 'E-Mail (được giấu)') {this.value = '';}" value="E-Mail (được giấu)" size="40" tabindex="200" />
<br /><label for="url"><?php _e('Website'); ?></label>
<br /><input style="background-color:#fafafa;color:#000;" type="text" name="url" id="url" onblur="if (this.value == '') {this.value = 'Website (optional)';}" onfocus="if (this.value == 'Website (optional)') {this.value = '';}" value="Website (optional)" size="40" tabindex="300" />
<br />
<?php endif; ?>
<label for="comment">Ý kiến:</label>
<br /><textarea style="background-color:#fafafa;color:#000;" name="comment" id="comment" cols="43%" rows="15" tabindex="400" "></textarea><br/>
<!--mViet starts-->
<br/>
<input type=radio name="mv10js" onClick="MVOff = true; setMV(0,'ibdcn');" >Tắt
<input type=radio name="mv10js" onClick="MVOff = false; BoDauMV='\'|`|?|~|.|^6|+*8=|(|d|'; setMV(2,'ibdcn');">VIQR+
<input type=radio name="mv10js" onClick="MVOff = false; BoDauMV='s|f|r|x|j|aeo|w|w|d|';setMV(3,'ibdcn');" >Telex
<input type=radio name="mv10js" onClick="MVOff = false; BoDauMV='1|2|3|4|5|6|7|8|9|';setMV(4,'ibdcn');" checked >VNI
<!--mViet finishes-->
<input style="margin:4px 15%;border:1px solid #83D0DB;color:#000;background-color:#fafafa;" name="submit" type="submit" id="submit" tabindex="500" value="gởi ý kiến" onclick="if (document.commentform.url.value == 'Website (optional)') {document.commentform.url.value = '';}"
onkeypress="if (document.commentform.url.value == 'Website (optional)') {document.commentform.url.value = '';}" />
<input type="hidden" tabindex="600" name="comment_post_ID" value="<?php echo $id; ?>" />
<br /></p>
<?php do_action('comment_form', $post->ID); ?>
</form>
Alles anzeigen
Für die weitere Ratschläge bin ich sehr dankbar.
Gruß