3 * @package WordPress |
3 * @package WordPress |
4 * @subpackage Default_Theme |
4 * @subpackage Default_Theme |
5 */ |
5 */ |
6 |
6 |
7 // Do not delete these lines |
7 // Do not delete these lines |
8 if (isset($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) |
8 if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) |
9 die ('Please do not load this page directly. Thanks!'); |
9 die ('Merci de ne pas lancer cette page directement'); |
10 |
10 |
11 if ( post_password_required() ) { ?> |
11 if ( post_password_required() ) { ?> |
12 <p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.', 'kubrick'); ?></p> |
12 <p class="nocomments">Cet article est protégé par un mot de passe. Entrez ce mot de passe pour lire les commentaires.</p> |
13 <?php |
13 <?php |
14 return; |
14 return; |
15 } |
15 } |
16 ?> |
16 ?> |
17 |
17 |
18 <!-- You can start editing here. --> |
18 <!-- You can start editing here. --> |
19 |
19 |
20 <?php if ( have_comments() ) : ?> |
20 <?php if ( have_comments() ) : ?> |
21 <h3 id="comments"><?php comments_number(__('No Responses', 'kubrick'), __('One Response', 'kubrick'), __('% Responses', 'kubrick'));?> <?php printf(__('to “%s”', 'kubrick'), the_title('', '', false)); ?></h3> |
21 <h3 id="comments"><?php comments_number('Aucun commentaire', 'Un commentaire', '% commentaires' );?> sur “<?php the_title(); ?>”</h3> |
22 |
22 |
23 <div class="navigation"> |
23 <div class="navigation"> |
24 <div class="alignleft"><?php previous_comments_link() ?></div> |
24 <div class="alignleft"><?php previous_comments_link() ?></div> |
25 <div class="alignright"><?php next_comments_link() ?></div> |
25 <div class="alignright"><?php next_comments_link() ?></div> |
26 </div> |
26 </div> |
27 |
27 |
28 <ol class="commentlist"> |
28 <ol class="commentlist"> |
29 <?php wp_list_comments();?> |
29 <?php wp_list_comments(); ?> |
30 </ol> |
30 </ol> |
31 |
31 |
32 <div class="navigation"> |
32 <div class="navigation"> |
33 <div class="alignleft"><?php previous_comments_link() ?></div> |
33 <div class="alignleft"><?php previous_comments_link() ?></div> |
34 <div class="alignright"><?php next_comments_link() ?></div> |
34 <div class="alignright"><?php next_comments_link() ?></div> |
38 <?php if ( comments_open() ) : ?> |
38 <?php if ( comments_open() ) : ?> |
39 <!-- If comments are open, but there are no comments. --> |
39 <!-- If comments are open, but there are no comments. --> |
40 |
40 |
41 <?php else : // comments are closed ?> |
41 <?php else : // comments are closed ?> |
42 <!-- If comments are closed. --> |
42 <!-- If comments are closed. --> |
43 <p class="nocomments"><?php _e('Comments are closed.', 'kubrick'); ?></p> |
43 <p class="nocomments">Le commentaires sont fermés.</p> |
44 |
44 |
45 <?php endif; ?> |
45 <?php endif; ?> |
46 <?php endif; ?> |
46 <?php endif; ?> |
47 |
47 |
48 |
48 |
49 <?php if ( comments_open() ) : ?> |
49 <?php if ( comments_open() ) : ?> |
50 |
50 |
51 <div id="respond"> |
51 <div id="respond"> |
52 |
52 |
53 <h3><?php comment_form_title( __('Leave a Reply', 'kubrick'), __('Leave a Reply for %s' , 'kubrick') ); ?></h3> |
53 <h3><?php comment_form_title( 'Laisser une réponse', 'Laisser une réponse à %s' ); ?></h3> |
54 |
54 |
55 <div id="cancel-comment-reply"> |
55 <div class="cancel-comment-reply"> |
56 <small><?php cancel_comment_reply_link() ?></small> |
56 <small><?php cancel_comment_reply_link(); ?></small> |
57 </div> |
57 </div> |
58 |
58 |
59 <?php if ( get_option('comment_registration') && !is_user_logged_in() ) : ?> |
59 <?php if ( get_option('comment_registration') && !is_user_logged_in() ) : ?> |
60 <p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.', 'kubrick'), wp_login_url( get_permalink() )); ?></p> |
60 <p>Vous devez être <a href="<?php echo wp_login_url( get_permalink() ); ?>">connecté</a> pour publier un commentaire.</p> |
61 <?php else : ?> |
61 <?php else : ?> |
62 |
62 |
63 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> |
63 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> |
64 |
64 |
65 <?php if ( is_user_logged_in() ) : ?> |
65 <?php if ( is_user_logged_in() ) : ?> |
66 |
66 |
67 <p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>.', 'kubrick'), get_option('siteurl') . '/wp-admin/profile.php', $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php _e('Log out of this account', 'kubrick'); ?>"><?php _e('Log out »', 'kubrick'); ?></a></p> |
67 <p>Connecté en tant que <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="Se déconnecter du site.">Se déconnecter »</a></p> |
68 |
68 |
69 <?php else : ?> |
69 <?php else : ?> |
70 |
70 |
71 <p><input type="text" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /> |
71 <p><input type="text" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /> |
72 <label for="author"><small><?php _e('Name', 'kubrick'); ?> <?php if ($req) _e("(required)", "kubrick"); ?></small></label></p> |
72 <label for="author"><small>Nom <?php if ($req) echo "(obligatoire)"; ?></small></label></p> |
73 |
73 |
74 <p><input type="text" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /> |
74 <p><input type="text" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /> |
75 <label for="email"><small><?php _e('Mail (will not be published)', 'kubrick'); ?> <?php if ($req) _e("(required)", "kubrick"); ?></small></label></p> |
75 <label for="email"><small>Adresse e-mail (ne sera pas publiée) <?php if ($req) echo "(obligatoire)"; ?></small></label></p> |
76 |
76 |
77 <p><input type="text" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" size="22" tabindex="3" /> |
77 <p><input type="text" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" size="22" tabindex="3" /> |
78 <label for="url"><small><?php _e('Website', 'kubrick'); ?></small></label></p> |
78 <label for="url"><small>Site Web</small></label></p> |
79 |
79 |
80 <?php endif; ?> |
80 <?php endif; ?> |
81 |
81 |
82 <!--<p><small><?php printf(__('<strong>XHTML:</strong> You can use these tags: <code>%s</code>', 'kubrick'), allowed_tags()); ?></small></p>--> |
82 <!--<p><small><strong>XHTML:</strong> Vous pouvez utiliser ces balises: <code><?php echo allowed_tags(); ?></code></small></p>--> |
83 |
83 |
84 <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p> |
84 <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p> |
85 |
85 |
86 <p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php _e('Submit Comment', 'kubrick'); ?>" /> |
86 <p><input name="submit" type="submit" id="submit" tabindex="5" value="Valider le commentaire" /> |
87 <?php comment_id_fields(); ?> |
87 <?php comment_id_fields(); ?> |
88 </p> |
88 </p> |
89 <?php do_action('comment_form', $post->ID); ?> |
89 <?php do_action('comment_form', $post->ID); ?> |
90 |
90 |
91 </form> |
91 </form> |
92 |
92 |