implement copying of Stations for Seminary copy feature
This commit is contained in:
commit
40a233fa7d
4342 changed files with 1215466 additions and 0 deletions
27
www/analytics/plugins/Annotations/templates/getAnnotationManager.twig
Executable file
27
www/analytics/plugins/Annotations/templates/getAnnotationManager.twig
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
<div class="annotation-manager"
|
||||
{% if startDate != endDate %}data-date="{{ startDate }},{{ endDate }}" data-period="range"
|
||||
{% else %}data-date="{{ startDate }}" data-period="{{ period }}"
|
||||
{% endif %}>
|
||||
|
||||
<div class="annotations-header">
|
||||
<span>{{ 'Annotations_Annotations'|translate }}</span>
|
||||
</div>
|
||||
|
||||
<div class="annotation-list-range">{{ startDatePretty }}{% if startDate != endDate %} — {{ endDatePretty }}{% endif %}</div>
|
||||
|
||||
<div class="annotation-list">
|
||||
{% include "@Annotations/_annotationList.twig" %}
|
||||
|
||||
<span class="loadingPiwik" style="display:none;"><img src="plugins/Zeitgeist/images/loading-blue.gif"/>{{ 'General_Loading'|translate }}</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="annotation-controls">
|
||||
{% if canUserAddNotes %}
|
||||
<a href="#" class="add-annotation" title="{{ 'Annotations_CreateNewAnnotation'|translate }}">{{ 'Annotations_CreateNewAnnotation'|translate }}</a>
|
||||
{% elseif userLogin == 'anonymous' %}
|
||||
<a href="index.php?module=Login">{{ 'Annotations_LoginToAnnotate'|translate }}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue