revolucion
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
% stash css=>["/home/admin/admin.css","/home/admin/event/event.css"];
|
||||
% stash js=>["/home/admin/event/event.js"];
|
||||
<section class="name" flex> <article class="user">
|
||||
<p class="title">Editar Eventos</p>
|
||||
</article> </section>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
% stash css=>["/home/admin/admin.css","/home/admin/home/admin.css"];
|
||||
% stash js=>["/home/admin/home/buttons.js","/home/admin/home/fb.js"];
|
||||
<section class="title flex">
|
||||
<article class="title"> <p>Editar Casa</p> </article>
|
||||
</section>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
% stash css=>["/home/admin/admin.css","/home/admin/mensajes/msg.css"];
|
||||
% stash js=>["/home/admin/mensajes/msg.js"];
|
||||
<section class="flex messages">
|
||||
<article class="select">
|
||||
<select id="sentry" class="entry" size=10>
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
% stash css=>[
|
||||
% "/home/admin/admin.css",
|
||||
% "/home/admin/radio/admin.css",
|
||||
% "/home/admin/candySwitch/main.css",
|
||||
% "/home/admin/candySwitch/switch.css"
|
||||
% ];
|
||||
% stash js=>[
|
||||
% "/home/admin/radio/loadInfo.js",
|
||||
% "/home/admin/candySwitch/cSwitch.js"
|
||||
% ];
|
||||
<section class="title flex">
|
||||
<article class="title"> <p>Radio</p> </article>
|
||||
<article class="bcast"> <form action="/admin/radio" method="post">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
% stash css=>["/home/bcast/cast.css"];
|
||||
|
||||
<link rel="stylesheet" href="//releases.flowplayer.org/7.2.1/skin/skin.css">
|
||||
<script src="//releases.flowplayer.org/7.2.1/flowplayer.min.js"></script>
|
||||
<script src="//releases.flowplayer.org/dashjs/flowplayer.dashjs.min.js"></script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%stash css=>[ "/home/home/animation.css", "/home/home/grid.css", "/home/home/head.css", "/home/home/osc.css", "/home/home/trans.css" ];
|
||||
%stash js=>["/home/home/d3_tras.js","/home/home/fb.js"];
|
||||
%stash js=>["/home/home/d3_tras.js","/home/home/fb.js","/home/home/bcast.js"];
|
||||
<section id="ihead">
|
||||
<div id="courtain">
|
||||
<div class="logo"></div>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
% stash css=>["/home/podcast/podcast.css"];
|
||||
% stash js=>["/home/podcast/podcast.js"];
|
||||
<section id="stitle" class="title">
|
||||
<p class="title"> Podcast de ZhiNeng QiGong </p>
|
||||
</section>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
% stash css=>["/home/radio/radio.css"];
|
||||
% stash js=>["/home/radio/link,js","/home/radio/radio.js"];
|
||||
<section class="flex title">
|
||||
<article class="title"> <p>Radio Vuelo de grulla</p> </article>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user