|
|
@ -10,7 +10,7 @@ |
|
|
|
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/> |
|
|
|
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/> |
|
|
|
<meta itemprop="image" content="/images/jitsilogo.png"/> |
|
|
|
<meta itemprop="image" content="/images/jitsilogo.png"/> |
|
|
|
<script src="libs/jquery-2.1.1.min.js"></script> |
|
|
|
<script src="libs/jquery-2.1.1.min.js"></script> |
|
|
|
<script src="config.js?v=7"></script><!-- adapt to your needs, i.e. set hosts and bosh path --> |
|
|
|
<script src="config.js?v=8"></script><!-- adapt to your needs, i.e. set hosts and bosh path --> |
|
|
|
<script src="libs/strophe/strophe.min.js?v=1"></script> |
|
|
|
<script src="libs/strophe/strophe.min.js?v=1"></script> |
|
|
|
<script src="libs/strophe/strophe.disco.min.js?v=1"></script> |
|
|
|
<script src="libs/strophe/strophe.disco.min.js?v=1"></script> |
|
|
|
<script src="libs/strophe/strophe.caps.jsonly.min.js?v=1"></script> |
|
|
|
<script src="libs/strophe/strophe.caps.jsonly.min.js?v=1"></script> |
|
|
@ -19,7 +19,7 @@ |
|
|
|
<script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib --> |
|
|
|
<script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib --> |
|
|
|
<script src="libs/toastr.js?v=1"></script><!-- notifications lib --> |
|
|
|
<script src="libs/toastr.js?v=1"></script><!-- notifications lib --> |
|
|
|
<script src="interface_config.js?v=5"></script> |
|
|
|
<script src="interface_config.js?v=5"></script> |
|
|
|
<script src="libs/app.bundle.js?v=66"></script> |
|
|
|
<script src="libs/app.bundle.js?v=67"></script> |
|
|
|
<script src="analytics.js?v=1"></script><!-- google analytics plugin --> |
|
|
|
<script src="analytics.js?v=1"></script><!-- google analytics plugin --> |
|
|
|
<link rel="stylesheet" href="css/font.css?v=7"/> |
|
|
|
<link rel="stylesheet" href="css/font.css?v=7"/> |
|
|
|
<link rel="stylesheet" href="css/toastr.css?v=1"> |
|
|
|
<link rel="stylesheet" href="css/toastr.css?v=1"> |
|
|
@ -299,6 +299,16 @@ |
|
|
|
<div class="arrow-up"></div> |
|
|
|
<div class="arrow-up"></div> |
|
|
|
<input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name" placeholder="Name"> |
|
|
|
<input type="text" id="setDisplayName" data-i18n="[placeholder]settings.name" placeholder="Name"> |
|
|
|
<input type="text" id="setEmail" placeholder="E-Mail"> |
|
|
|
<input type="text" id="setEmail" placeholder="E-Mail"> |
|
|
|
|
|
|
|
<div id = "startMutedOptions"> |
|
|
|
|
|
|
|
<label class = "startMutedLabel"> |
|
|
|
|
|
|
|
<input type="checkbox" id="startAudioMuted"> |
|
|
|
|
|
|
|
<span data-i18n="settings.startAudioMuted"></span> |
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
<label class = "startMutedLabel"> |
|
|
|
|
|
|
|
<input type="checkbox" id="startVideoMuted"> |
|
|
|
|
|
|
|
<span data-i18n="settings.startVideoMuted"></span> |
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
</div> |
|
|
|
<button id="updateSettings" data-i18n="settings.update"></button> |
|
|
|
<button id="updateSettings" data-i18n="settings.update"></button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<a id="downloadlog" data-container="body" data-toggle="popover" data-placement="right" data-i18n="[data-content]downloadlogs" ><i class="fa fa-cloud-download"></i></a> |
|
|
|
<a id="downloadlog" data-container="body" data-toggle="popover" data-placement="right" data-i18n="[data-content]downloadlogs" ><i class="fa fa-cloud-download"></i></a> |
|
|
|