src/templates/annotationsListWidget.html
branchpopcorn-port
changeset 836 526f91f5253e
parent 833 33a5d5882be4
child 842 4ae2247a59f4
equal deleted inserted replaced
835:a8af9da7c622 836:526f91f5253e
    12             <div class='Ldt-AnnotationsList-Title'>
    12             <div class='Ldt-AnnotationsList-Title'>
    13             {{! if the url is not present, it means that the annotation exists
    13             {{! if the url is not present, it means that the annotation exists
    14             in the current project }}
    14             in the current project }}
    15             {{^url}} <a href='#id={{id}}'> {{/url}}
    15             {{^url}} <a href='#id={{id}}'> {{/url}}
    16             {{! otherwise link to url }}
    16             {{! otherwise link to url }}
    17             {{#url}} <a href='{{url}}#id={{id}}'> {{/url}}
    17             {{#url}} <a href='{{url}}'> {{/url}}
    18                 {{title}}
    18                 {{title}}
    19             </a>
    19             </a>
    20             </div>
    20             </div>
    21             <div class='Ldt-AnnotationsList-Description'>
    21             <div class='Ldt-AnnotationsList-Description'>
    22                 {{desc}}
    22                 {{desc}}