comparison src/DML/MainVisBundle/Resources/views/Components/templates/notification-content.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 {%- jstmpl id="notification-content_undo_na" -%}
2 Undo action is not currently available
3 {%- endjstmpl -%}
4
5 {%- jstmpl id="notification-content_redo_na" -%}
6 Redo action is not currently available
7 {%- endjstmpl -%}
8
9 {%- jstmpl id="notification-content_states_na" -%}
10 State sharing, saving and reopening are unavailable due to no connection with the server that handles user data. Please try again later.
11 {%- endjstmpl -%}
12
13 {%- jstmpl id="notification-content_alternative-api" -%}
14 The vis is now using an alternative API to obtain the data <b>(<%= currentURIIdentifier %>)</b>. Please remove <b>‘<%= stuffToRemoveFromAddess %>’</b> from the address to switch back to <b><%= defaultURIIdentifier %></b>.
15 {%- endjstmpl -%}
16
17 {%- jstmpl id="notification-content_debug-api" -%}
18 You are now looking at the {{ project.shortTitle }} VIS using a secret ‘API debug’ mode. This is because you pressed <b><%= debugAPIShortcut %></b>. The data behind the requests to the server are now visible, so it is easy to detect what kind of problems occur in some situations. Press <b><%= debugAPIShortcut %></b> again to return back to the normal mode.
19 {#-#}<br/>
20 {#-#}<br/>
21 {#-#}This message will show up until you close it.
22 {%- endjstmpl -%}
23
24 {%- jstmpl id="notification-content_flying-circle" -%}
25 Clicking on a green circle adds the chosen item to another grid, which focuses on the individual recording analysis. Tap the green button in the top-right corner to see it.
26 {%- endjstmpl -%}