src/templates/createAnnotationWidget.html
branchpopcorn-port
changeset 576 6032ba27abc6
parent 575 8f483e430f51
child 627 13b9f14bf49a
equal deleted inserted replaced
575:8f483e430f51 576:6032ba27abc6
    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           <a class='Ldt-createAnnotation-endScreen-TweetLink'><img src='{{img_dir}}/tweet_button.png' style='margin-right: 20px;'></img></a>
    31           <a target='_blank' class='Ldt-createAnnotation-endScreen-TweetLink'><img src='{{img_dir}}/tweet_button.png' style='margin-right: 20px;'></img></a>
    32           <a class='Ldt-createAnnotation-endScreen-FbLink'><img src='{{img_dir}}/facebook_button.png' style='margin-right: 20px;'></img></a>
    32           <a target='_blank' class='Ldt-createAnnotation-endScreen-FbLink'><img src='{{img_dir}}/facebook_button.png' style='margin-right: 20px;'></img></a>
    33           <a class='Ldt-createAnnotation-endScreen-GplusLink'><img src='{{img_dir}}/gplus_button.png' style='margin-right: 20px;'></img></a>                    
    33           <a target='_blank' 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>