en el moras
This commit is contained in:
15
templates/home/admin/candySwitch.html.ep
Executable file
15
templates/home/admin/candySwitch.html.ep
Executable file
@@ -0,0 +1,15 @@
|
||||
<article id="achat" class="std3">
|
||||
<h2> Apagar / Encender Chat </h2>
|
||||
<div class="onoffswitch">
|
||||
<form action="" method="post">
|
||||
<input type="checkbox" name="onoffswitch"
|
||||
class="onoffswitch-checkbox" id="myonoffswitch" checked>
|
||||
<label class="onoffswitch-label" for="myonoffswitch">
|
||||
<span class="onoffswitch-inner"></span>
|
||||
<span class="onoffswitch-switch"></span>
|
||||
</label>
|
||||
<input type="hidden" id="tooglechat" name="x" value="disable.sh">
|
||||
</form>
|
||||
</div>
|
||||
<div id="clink" class="chat">Entra al Chat</div>
|
||||
</article>
|
||||
19
templates/home/admin/mensajes.html.ep
Executable file
19
templates/home/admin/mensajes.html.ep
Executable file
@@ -0,0 +1,19 @@
|
||||
<section class="flex messages">
|
||||
<article class="select">
|
||||
<select id="sentry" class="entry" size=10>
|
||||
% foreach (@{stash('h')}){
|
||||
<option value="<%= $_->{'mid'} %>" class=entry"> <%= $_->{'entry'} %></option>
|
||||
% }
|
||||
</select>
|
||||
</article>
|
||||
<article class="view">
|
||||
<p id="fecha">fecha</p>
|
||||
<div class="spcr"></div>
|
||||
<p id="nombre">nombre</p>
|
||||
<div class="spcr"></div>
|
||||
<p id="correo">correo</p>
|
||||
<div class="spcr"></div>
|
||||
<p id="mensaje">mensaje</p>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
27
templates/home/admin/radio.html.ep
Executable file
27
templates/home/admin/radio.html.ep
Executable file
@@ -0,0 +1,27 @@
|
||||
<section class="title flex">
|
||||
<article class="title"> <p>Radio</p> </article>
|
||||
</section>
|
||||
|
||||
<section class="radio flex">
|
||||
<article class="info">
|
||||
<div class="cont"><p id="rhead">Estado:</p> <div id="onAir"></div></div>
|
||||
<div class="cont"><p id="now"></p></div>
|
||||
<div class="cont">
|
||||
<p>En línea:</p><p id="online"></p><p>Max:</p><p id="onmax"></p>
|
||||
</div>
|
||||
<div id="histg">grafiquita</div>
|
||||
</article>
|
||||
|
||||
<article class="rmod">
|
||||
<form action="/admin/radio" method="POST">
|
||||
<label>Aviso para el radio</label>
|
||||
<textarea name="link" id="tmod" class="rmod"><%= $rmod %></textarea> <!-- a#dropvar -->
|
||||
<input type="hidden" name="update" value="rmod"> <!-- a#dropvar -->
|
||||
<input type="submit" name="hup" value="Cambiar"> <!-- a#dropvar -->
|
||||
</form>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
const radio_server="<%= $radio_server %>";
|
||||
</script>
|
||||
@@ -37,7 +37,7 @@
|
||||
<section class="flex chat"><article>
|
||||
</section></article> </section>
|
||||
<script>
|
||||
var radio_server="<%= $radio_server %>";
|
||||
var listen_url="<%= $listen_url %>";
|
||||
var channel="<%= $channel %>";
|
||||
const radio_server="<%= $radio_server %>";
|
||||
const listen_url="<%= $listen_url %>";
|
||||
const channel="<%= $channel %>";
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user