'; 51 | echo implode("\n", $output); 52 | echo ''; 53 | -------------------------------------------------------------------------------- /db/access.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Capability definitions for the zoom module 19 | * 20 | * The capabilities are loaded into the database table when the module is 21 | * installed or updated. Whenever the capability definitions are updated, 22 | * the module version number should be bumped up. 23 | * 24 | * The system has four possible values for a capability: 25 | * CAP_ALLOW, CAP_PREVENT, CAP_PROHIBIT, and inherit (not set). 26 | * 27 | * It is important that capability names are unique. The naming convention 28 | * for capabilities that are specific to modules and blocks is as follows: 29 | * [mod/block]/
71 |
72 |
98 |
73 | {{#str}} rooms, zoom {{/str}}
74 |
77 |
78 |
90 |
97 | |
99 |
100 |
101 |
109 |
102 | {{#rooms}}
103 |
108 |
104 | {{> zoom/breakoutrooms_room_data }}
105 |
106 | {{/rooms}}
107 | |
110 |
{{ 'plugin.mod_zoom.unavailable' | translate }}
63 |{{ 'plugin.mod_zoom.recurringmeetinglong' | translate }}
69 |{{ 'plugin.mod_zoom.meeting_time' | translate }}
74 |<% start_time %>
75 |{{ 'plugin.mod_zoom.duration' | translate }}
78 |<% duration %>
79 |{{ 'plugin.mod_zoom.passwordprotected' | translate }}
84 | <%#zoom.password%>{{ 'core.yes' | translate }}
<%/zoom.password%> 85 | <%^zoom.password%>{{ 'core.no' | translate }}
<%/zoom.password%> 86 |{{ 'plugin.mod_zoom.joinbeforehost' | translate }}
91 | <%#zoom.option_jbh%>{{ 'core.yes' | translate }}
<%/zoom.option_jbh%> 92 | <%^zoom.option_jbh%>{{ 'core.no' | translate }}
<%/zoom.option_jbh%> 93 |{{ 'plugin.mod_zoom.starthostjoins' | translate }}
96 | <%#zoom.option_host_video%>{{ 'core.yes' | translate }}
<%/zoom.option_host_video%> 97 | <%^zoom.option_host_video%>{{ 'core.no' | translate }}
<%/zoom.option_host_video%> 98 |{{ 'plugin.mod_zoom.startpartjoins' | translate }}
101 | <%#zoom.option_participants_video%>{{ 'core.yes' | translate }}
<%/zoom.option_participants_video%> 102 | <%^zoom.option_participants_video%>{{ 'core.no' | translate }}
<%/zoom.option_participants_video%> 103 |{{ 'plugin.mod_zoom.option_audio' | translate }}
108 |<% option_audio %>
109 |{{ 'plugin.mod_zoom.status' | translate }}
114 |<% status %>
115 |{{ 'plugin.mod_zoom.unavailable' | translate }}
68 |{{ 'plugin.mod_zoom.recurringmeetinglong' | translate }}
76 |{{ 'plugin.mod_zoom.meeting_time' | translate }}
83 |<% start_time %>
84 |{{ 'plugin.mod_zoom.duration' | translate }}
89 |<% duration %>
90 |{{ 'plugin.mod_zoom.passwordprotected' | translate }}
97 | <%#zoom.password%>{{ 'core.yes' | translate }}
<%/zoom.password%> 98 | <%^zoom.password%>{{ 'core.no' | translate }}
<%/zoom.password%> 99 |{{ 'plugin.mod_zoom.joinbeforehost' | translate }}
106 | <%#zoom.option_jbh%>{{ 'core.yes' | translate }}
<%/zoom.option_jbh%> 107 | <%^zoom.option_jbh%>{{ 'core.no' | translate }}
<%/zoom.option_jbh%> 108 |{{ 'plugin.mod_zoom.starthostjoins' | translate }}
113 | <%#zoom.option_host_video%>{{ 'core.yes' | translate }}
<%/zoom.option_host_video%> 114 | <%^zoom.option_host_video%>{{ 'core.no' | translate }}
<%/zoom.option_host_video%> 115 |{{ 'plugin.mod_zoom.startpartjoins' | translate }}
120 | <%#zoom.option_participants_video%>{{ 'core.yes' | translate }}
<%/zoom.option_participants_video%> 121 | <%^zoom.option_participants_video%>{{ 'core.no' | translate }}
<%/zoom.option_participants_video%> 122 |{{ 'plugin.mod_zoom.option_audio' | translate }}
129 |<% option_audio %>
130 |{{ 'plugin.mod_zoom.status' | translate }}
137 |<% status %>
138 |