src/templates/createAnnotationWidget.html
branchpopcorn-port
changeset 575 8f483e430f51
parent 573 d0bce45283f7
child 576 6032ba27abc6
equal deleted inserted replaced
574:5770c64e2ec6 575:8f483e430f51
    26     
    26     
    27     <div class='Ldt-createAnnotation-endScreen' style='display: none'>
    27     <div class='Ldt-createAnnotation-endScreen' style='display: none'>
    28       Thank you, your annotation has been saved.<br>
    28       Thank you, your annotation has been saved.<br>
    29       Would you like to share it on social networks ?
    29       Would you like to share it on social networks ?
    30       <div style='margin-top: 12px; text-align: center;'>
    30       <div style='margin-top: 12px; text-align: center;'>
    31           <img src='{{img_dir}}/tweet_button.png' style='margin-right: 20px;'></img>
    31           <a class='Ldt-createAnnotation-endScreen-TweetLink'><img src='{{img_dir}}/tweet_button.png' style='margin-right: 20px;'></img></a>
    32           <img src='{{img_dir}}/facebook_button.png' style='margin-right: 20px;'></img>
    32           <a class='Ldt-createAnnotation-endScreen-FbLink'><img src='{{img_dir}}/facebook_button.png' style='margin-right: 20px;'></img></a>
    33           <img src='{{img_dir}}/gplus_button.png' style='margin-right: 20px;'></img>                
    33           <a class='Ldt-createAnnotation-endScreen-GplusLink'><img src='{{img_dir}}/gplus_button.png' style='margin-right: 20px;'></img></a>                    
    34       </div>
    34       </div>
    35     </div>
    35     </div>
    36   </div>
    36   </div>
    37 </div>
    37 </div>