diff -r 4c7b33bf2795 -r f11b234497f7 src/widgets/CreateAnnotation.js --- a/src/widgets/CreateAnnotation.js Thu Apr 26 19:18:57 2012 +0200 +++ b/src/widgets/CreateAnnotation.js Fri Apr 27 19:18:21 2012 +0200 @@ -7,17 +7,21 @@ IriSP.Widgets.CreateAnnotation.prototype.defaults = { single_time_mode : false, - + show_title_field : true, + user_avatar : "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" } IriSP.Widgets.CreateAnnotation.prototype.messages = { "en": { "from_time" : "from", "to_time" : "to", + "at_time" : "at", "submit": "Submit", "add_keywords": "Add keywords", "add_polemic_keywords": "Add polemic keywords", "your_name": "Your name", + "no_title" : "Annotate this video", + "type_title": "Annotation title", "type_description": "Type the full description of your annotation here.", "wait_while_processing": "Please wait while your request is being processed...", "error_while_contacting": "An error happened while contacting the server. Your annotation has not been saved.", @@ -31,10 +35,13 @@ "fr": { "from_time" : "from", "to_time" : "à", + "at_time" : "à", "submit": "Envoyer", "add_keywords": "Ajouter des mots-clés", "add_polemic_keywords": "Ajouter des mots-clés polémiques", "your_name": "Votre nom", + "no_title" : "Annoter cette vidéo", + "type_title": "Titre de l'annotation", "type_description": "Rédigez le contenu de votre annotation ici.", "wait_while_processing": "Veuillez patienter pendant le traitement de votre requête...", "error_while_contacting": "Une erreur s'est produite en contactant le serveur. Votre annotation n'a pas été enregistrée", @@ -48,12 +55,17 @@ } IriSP.Widgets.CreateAnnotation.prototype.template = - '