HTML fixes
parent
f8bf21e3e5
commit
0120abf246
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "config file" -->
|
||||||
<div class="card text-center w-75 mx-lef">
|
<div class="card text-center w-75 mx-lef">
|
||||||
<p class="h4 card-header">Jilo configuration file :: edit</p>
|
<p class="h4 card-header">Jilo configuration file :: edit</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
@ -23,4 +23,4 @@ echo "\n";
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "config file" -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "config file" -->
|
||||||
<div class="card text-center w-75 mx-lef">
|
<div class="card text-center w-75 mx-lef">
|
||||||
<p class="h4 card-header">Jilo configuration file</p>
|
<p class="h4 card-header">Jilo configuration file</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
@ -14,4 +14,4 @@ echo "\n";
|
||||||
<a class="btn btn-outline-danger btn-sm" href="<?= htmlspecialchars($app_root) ?>?page=config&item=config_file&action=edit" />Edit</a>
|
<a class="btn btn-outline-danger btn-sm" href="<?= htmlspecialchars($app_root) ?>?page=config&item=config_file&action=edit" />Edit</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "config file" -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "hosts" -->
|
||||||
<div class="card text-center w-75 mx-lef">
|
<div class="card text-center w-75 mx-lef">
|
||||||
<p class="h4 card-header">Jilo configuration :: Jitsi Meet hosts</p>
|
<p class="h4 card-header">Jilo configuration :: Jitsi Meet hosts</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
@ -36,4 +36,4 @@
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "hosts" -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "platforms" -->
|
||||||
<div class="card text-center w-50 mx-lef">
|
<div class="card text-center w-50 mx-lef">
|
||||||
<p class="h4 card-header">Add new Jitsi platform</p>
|
<p class="h4 card-header">Add new Jitsi platform</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
@ -48,4 +48,4 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "platforms" -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "platforms" -->
|
||||||
<div class="card text-center w-50 mx-lef">
|
<div class="card text-center w-50 mx-lef">
|
||||||
<p class="h4 card-header">Jilo configuration for Jitsi platform <strong>"<?= htmlspecialchars($platformDetails[0]['name']) ?>"</strong> :: delete</p>
|
<p class="h4 card-header">Jilo configuration for Jitsi platform <strong>"<?= htmlspecialchars($platformDetails[0]['name']) ?>"</strong> :: delete</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
@ -29,4 +29,4 @@ foreach ($platformDetails[0] as $key => $value) {
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "platforms" -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "platforms" -->
|
||||||
<div class="card text-center w-50 mx-lef">
|
<div class="card text-center w-50 mx-lef">
|
||||||
<p class="h4 card-header">Jilo configuration for Jitsi platform <strong>"<?= htmlspecialchars($platformDetails[0]['name']) ?>"</strong> :: edit</p>
|
<p class="h4 card-header">Jilo configuration for Jitsi platform <strong>"<?= htmlspecialchars($platformDetails[0]['name']) ?>"</strong> :: edit</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
@ -33,4 +33,4 @@ foreach ($platformDetails[0] as $key => $value) {
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "platforms" -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "platforms" -->
|
||||||
<div class="card text-center w-75 mx-lef">
|
<div class="card text-center w-75 mx-lef">
|
||||||
<p class="h4 card-header">Jilo configuration :: Jitsi Meet platforms</p>
|
<p class="h4 card-header">Jilo configuration :: Jitsi Meet platforms</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
@ -49,4 +49,4 @@
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "platforms" -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "config.js" -->
|
||||||
<div class="card text-center w-75 mx-lef">
|
<div class="card text-center w-75 mx-lef">
|
||||||
<p class="h4 card-header">Configuration of the Jitsi platform <strong><?= htmlspecialchars($platformDetails[0]['name']) ?></strong></p>
|
<p class="h4 card-header">Configuration of the Jitsi platform <strong><?= htmlspecialchars($platformDetails[0]['name']) ?></strong></p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
@ -19,4 +19,4 @@ echo htmlspecialchars($platformConfigjs);
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "config.js" -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<!-- widget "config" -->
|
<!-- widget "interfaceconfig" -->
|
||||||
<div class="card text-center w-75 mx-lef">
|
<div class="card text-center w-75 mx-lef">
|
||||||
<p class="h4 card-header">Configuration of the Jitsi platform <strong><?= htmlspecialchars($platformDetails[0]['name']) ?></strong></p>
|
<p class="h4 card-header">Configuration of the Jitsi platform <strong><?= htmlspecialchars($platformDetails[0]['name']) ?></strong></p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
@ -19,4 +19,4 @@ echo htmlspecialchars($platformInterfaceConfigjs);
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /widget "config" -->
|
<!-- /widget "interfaceconfig" -->
|
||||||
|
|
Loading…
Reference in New Issue