<?php else : ?>
<p><label for="author"><?php _e("Nombre", "wp-prosper"); ?> <small><?php if ($req) echo __("( required )", "wp-prosper"); ?></small></label><br />
<input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="40" tabindex="1" /></p>
<p><label for="email">Email <small><?php if ($req) echo __("( required; will not be published )", "wp-prosper"); ?></small></label><br />
<input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="40" tabindex="2" /></p>
<p><label for="url"><?php _e("Website", "wp-prosper"); ?></label><br />
<input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="40" tabindex="3" /></p>
<?php endif; ?>
<!--<p><small><strong><?php _e("XHTML", "wp-prosper"); ?>:</strong> <?php _e("Puedes utilizar estas etiquetas", "wp-prosper"); ?>: <code><?php echo allowed_tags(); ?></code></small></p>-->
<p><strong><?php _e("Si quieres una foto para mostrar con tu comentario, ve a buscar un", "wp-prosper"); ?> <a href="http://en.gravatar.com/"><?php _e("Gravatar", "wp-prosper"); ?></a></strong>.</p>
<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
<?php echo get_avatar($comment, $size=’40′); ?>
<p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php _e("Submit Comment", "wp-prosper"); ?>" />
<?php comment_id_fields(); ?>
</p>