src/templates/annotationsListWidget.html
branchpopcorn-port
changeset 830 18ca612e9ff0
parent 806 4ae02249c3ac
child 833 33a5d5882be4
equal deleted inserted replaced
829:ae16691d183d 830:18ca612e9ff0
     2 <div class='Ldt-AnnotationsListWidget'>
     2 <div class='Ldt-AnnotationsListWidget'>
     3   <!-- ugly div because we want to have a double border -->
     3   <!-- ugly div because we want to have a double border -->
     4   <div class='Ldt-Annotation-DoubleBorder'>
     4   <div class='Ldt-Annotation-DoubleBorder'>
     5     <ul>
     5     <ul>
     6     {{#annotations}}
     6     {{#annotations}}
     7       <li>
     7       <li id='Ldt-Annotation-li-{{id}}' class='Ldt-TraceMe'>
     8         {{! if the url is not present, it means that the annotation exists 
     8         {{! if the url is not present, it means that the annotation exists 
     9             in the current project }}
     9             in the current project }}
    10         {{^url}}
    10         {{^url}}
    11         <a href='#id={{id}}'>
    11         <a href='#id={{id}}'>
    12         {{/url}}
    12         {{/url}}