17 lines
777 B
HTML
17 lines
777 B
HTML
<div class="annotatable-wrapper" id="${element_id}-wrapper">
|
|
<div class="annotatable-header">
|
|
% if display_name is not UNDEFINED and display_name is not None:
|
|
<div class="annotatable-title">${display_name} </div>
|
|
% endif
|
|
<div class="annotatable-description">
|
|
<div class="annotatable-help-icon" title="Move your cursor over the highlighted areas to display annotations. Discuss the annotations in the forums using the link at the bottom of the annotation. You may hide annotations at any time by using the button at the top of the section."></div>
|
|
Annotated Reading + Guided Discussion<br/>
|
|
<a href="javascript:void(0)" class="annotatable-toggle">Hide Annotations</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="annotatable-content">
|
|
${html_content}
|
|
</div>
|
|
</div>
|