comparison src/DML/MainVisBundle/Resources/views/Components/templates/vicc.html.twig @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:493bcb69166c
1 {# vicm stands for vis instance cover content #}
2
3 {% set tapToRetry = " Tap to retry." %}
4
5 {%- jstmpl id="vicc__unknown" -%}
6 error|An unknown error occurred during rendering.
7 {%- endjstmpl -%}
8
9
10 {# specific view types #}
11
12 {%- jstmpl id="vicc__view_default" -%}
13 info|Nothing to show in this view
14 {%- endjstmpl -%}
15
16 {%- jstmpl id="vicc__view_unknown" -%}
17 info|Nothing to show in this view
18 {%- endjstmpl -%}
19
20
21 {# data preparing #}
22
23 {%- jstmpl id="vicc__data-preparing_entity-derived__entity-collection-default" -%}
24 process|Updating the collection...
25 {%- endjstmpl -%}
26
27 {%- jstmpl id="vicc__data-preparing_entity-derived__entity-collection-pair" -%}
28 process|Updating a pair of collections...
29 {%- endjstmpl -%}
30
31 {%- jstmpl id="vicc__data-prearing_entity-derived__entity-recording-default" -%}
32 process|Obtaining parameters of the recording...
33 {%- endjstmpl -%}
34
35 {%- jstmpl id="vicc__data-preparing_entity-derived__entity-recording-pair" -%}
36 process|Updating a pair of recordings...
37 {%- endjstmpl -%}
38
39 {%- jstmpl id="vicc__data-preparing_base" -%}
40 process|Attempting to get the data...
41 {%- endjstmpl -%}
42
43 {%- jstmpl id="vicc__data-preparing_overlay" -%}
44 process|Obtaining the data for the overlay...
45 {%- endjstmpl -%}
46
47 {%- jstmpl id="vicc__drawing" -%}
48 process|Drawing...
49 {%- endjstmpl -%}
50
51
52 {# api errors #}
53
54 {%- jstmpl id="vicc__api-error_entity-derived__entity-collection-default" -%}
55 error|An error occurred while updating the collection.{{ tapToRetry | raw }}
56 {%- endjstmpl -%}
57
58 {%- jstmpl id="vicc__api-error_entity-derived__entity-collection-pair" -%}
59 error|An error occurred while updating a pair of collections.{{ tapToRetry | raw }}
60 {%- endjstmpl -%}
61
62 {%- jstmpl id="vicc__api-error_entity-derived__entity-recording.default" -%}
63 error|An error occurred while obtaining the parameters of the recording.{{ tapToRetry | raw }}
64 {%- endjstmpl -%}
65
66 {%- jstmpl id="vicc__api-error_base" -%}
67 warning|The data have not arrived.{{ tapToRetry | raw }}
68 {%- endjstmpl -%}
69
70 {%- jstmpl id="vicc__api-error_overlay" -%}
71 warning|The data for the overlay have not arrived.{{ tapToRetry | raw }}
72 {%- endjstmpl -%}
73
74
75 {%- jstmpl id="vicc__api-message_progress_base" -%}
76 process|Your data are being prepared, please wait.
77 {%- endjstmpl -%}
78
79
80 {# error in data #}
81
82 {# {%- jstmpl id="vicc__" -%}
83 {%- endjstmpl -%} #}
84
85
86
87 {# special cases #}
88
89 {%- jstmpl id="vicc__collection_undefined__entity-collection-default" -%}
90 info|Nothing to shown for a collection with no recordings.
91 {%- endjstmpl -%}
92
93 {%- jstmpl id="vicc__collection_undefined__entity-collection-pair" -%}
94 info|Please make sure that both neighbouring collections contain recordings.
95 {%- endjstmpl -%}
96
97
98 {%- jstmpl id="vicc__collection_no-recordings__entity-collection-default" -%}
99 info|Nothing to shown for a collection with no recordings.
100 {%- endjstmpl -%}
101
102 {%- jstmpl id="vicc__collection_no-recordings__entity-collection-pair" -%}
103 info|Please make sure that both neighbouring collections contain recordings.
104 {%- endjstmpl -%}
105
106 {%- jstmpl id="vicc__pair_incomplete__entity-collection-pair" -%}
107 info|Place this column between two collections<br>using Alt ↔
108 {%- endjstmpl -%}
109
110 {%- jstmpl id="vicc__pair_incomplete__entity-recording-pair" -%}
111 info|Place this column between two recordings<br>using Alt ↔
112 {%- endjstmpl -%}
113
114 {%- jstmpl id="vicc__comparison_not-supported" -%}
115 info|This data layout does not imply comparison.
116 {%- endjstmpl -%}
117
118 {%- jstmpl id="vicc__comparison_wrong-type" -%}
119 info|This data layout does not imply comparison of the chosen type.
120 {%- endjstmpl -%}
121
122 {%- jstmpl id="vicc__recording_undefined" -%}
123 info|
124 {%- endjstmpl -%}
125
126 {%- jstmpl id="vicc__ok-count-0" -%}
127 warning|The feature could not be extracted from any of the recordings in the sample.
128 {%- endjstmpl -%}
129
130
131 {%- jstmpl id="vicc__auxiliary-resources_pending" -%}
132 process|Preparing to draw...
133 {%- endjstmpl -%}
134
135 {%- jstmpl id="vicc__auxiliary-resources_fail" -%}
136 error|This view failed to initialise and cannot be shown. Please reload the app.
137 {%- endjstmpl -%}
138