bye bye github
This commit is contained in:
36
templates/home/cal.html.ep
Executable file
36
templates/home/cal.html.ep
Executable file
@@ -0,0 +1,36 @@
|
||||
<section class="title"> <p>Próximos eventos</p></section>
|
||||
|
||||
<section class="cal">
|
||||
|
||||
% foreach (@$b) {
|
||||
<section class="month flex">
|
||||
|
||||
<div class="spacer"></div> <p class="month">
|
||||
<%= $_->{text} %>
|
||||
</p>
|
||||
<div class="spacer"></div>
|
||||
</section>
|
||||
% foreach my $d( @{ $r->{$_->{id}} } ) {
|
||||
<!-- blocktext -->
|
||||
<a class="cal" href="event/<%= $d->{eeid} %> ">
|
||||
<section class="event flex">
|
||||
<article class="data">
|
||||
<p class="city"> <%= $d->{ciudad} %></p>
|
||||
<p class="date"> <%= $d->{fecha} %></p>
|
||||
<p class="place"> <%= $d->{lugar} %></p>
|
||||
<p class="dir"> <%= $d->{dir} %></p>
|
||||
<p class="name"> <%= $d->{nombre} %></p>
|
||||
</article>
|
||||
<article class="image">
|
||||
<img class="small" src= "home/cal/img/<%= $d->{imagen_chica} %>">
|
||||
<article class="more"> ... </article>
|
||||
</article>
|
||||
</article>
|
||||
</section>
|
||||
</a>
|
||||
%}
|
||||
<!-- blocktext -->
|
||||
%}
|
||||
</section>
|
||||
|
||||
|
||||
15
templates/home/candy.html.ep
Executable file
15
templates/home/candy.html.ep
Executable file
@@ -0,0 +1,15 @@
|
||||
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous">
|
||||
</script>
|
||||
<script>
|
||||
const chat_addr= <%= $chat_addr %>;
|
||||
const chat_srv= <%= $chat_srv %>;
|
||||
const chat_channel= <%= $chat_channel %>;
|
||||
</script>
|
||||
<%= javascript "/ext/libs.min.js"; %>
|
||||
<%= javascript "/ext/candy.min.js"; %>
|
||||
<%= stylesheet "/ext/lib.min.css"; %>
|
||||
|
||||
<section id="schat" class="chat">
|
||||
<div id="candy"></div>
|
||||
</section>
|
||||
|
||||
28
templates/home/contact.html.ep
Executable file
28
templates/home/contact.html.ep
Executable file
@@ -0,0 +1,28 @@
|
||||
<section id="msg" class="contact">
|
||||
|
||||
<section class="cbanner">
|
||||
<article class="textc">
|
||||
<p class="bsmall">Escríbenos</p>
|
||||
<div class="bspace"></div>
|
||||
<p class="blarge">VUELO DE GRULLA</p>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="cform " >
|
||||
<article class="cform">
|
||||
<form action="" class="cform" method="post">
|
||||
<label>Nombre</label> <input class="bsmall" id="mname" type="text" name="mname">
|
||||
<label>Correo</label> <input class="" type="email" name="mail">
|
||||
<label>Mensaje</label>
|
||||
<textarea name="msg" id="msg" class="msg"></textarea>
|
||||
<input type="hidden" value="n" name="wp">
|
||||
<input type="hidden" value="1" name="mup">
|
||||
<input type="submit" value="Enviar">
|
||||
|
||||
</form>
|
||||
</article>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
15
templates/home/contact2.html.ep
Normal file
15
templates/home/contact2.html.ep
Normal file
@@ -0,0 +1,15 @@
|
||||
<section class="contact">
|
||||
|
||||
<section class="cbanner">
|
||||
<article class="textc">
|
||||
<p class="bsmall"> <%= $mname %></p>
|
||||
<div class="bspace"></div>
|
||||
<p class="blarge">Gracias por tu comentario</p>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section class="cform">
|
||||
<p class="bsmall"> Nos comunicaremos pronto</p>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
39
templates/home/event.html.ep
Executable file
39
templates/home/event.html.ep
Executable file
@@ -0,0 +1,39 @@
|
||||
<section class="event">
|
||||
<section class="eimage">
|
||||
</section>
|
||||
<section class="place">
|
||||
<p class="cname"> <%= $cname %> </p>
|
||||
<p class="place"> <%= $place %> </p>
|
||||
</section>
|
||||
<section class="description flex">
|
||||
<article class="info">
|
||||
<p class = " pbig name"> <%= $pname %></p>
|
||||
<p class = " pbig date"> <%= $date %></p>
|
||||
<p class = "dir"> <%= $paddr %></p>
|
||||
<p class = "obs"> <%= $pobs %></p>
|
||||
<p class = "city"> <%= $city %></p>
|
||||
<p class = " pmed price"> <%= $cost %></p>
|
||||
<p class="promo"> <%= $promo %></p>
|
||||
</article>
|
||||
<article class="specs">
|
||||
<p id="subt">Temario</p>
|
||||
<%== $csubjects %>
|
||||
<p id="subt">El evento incluye</p>
|
||||
<%== $cservices %>
|
||||
</article>
|
||||
</section>
|
||||
<section class="map">
|
||||
<p class="arrive"> Cómo llegar </p>
|
||||
% my $s=$pname.$paddr.$city;
|
||||
% $s=~s/\#/No /;
|
||||
<iframe src="https://maps.google.com/maps?key=AIzaSyAxptfJqWNZj4_P-Atp9cqo-4AeRT3WdPk&q= <%= $s %>,&t=&z=14&ie=UTF8&iwloc=&output=embed">
|
||||
</iframe> </section>
|
||||
<section class="description flex">
|
||||
<article class="info">
|
||||
</article>
|
||||
<article class="info">
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
</section>
|
||||
52
templates/home/home.html.ep
Executable file
52
templates/home/home.html.ep
Executable file
@@ -0,0 +1,52 @@
|
||||
<section id="ihead">
|
||||
<div id="courtain"></div>
|
||||
<article class="mod">
|
||||
<p class="mod"> <%= $mod %> </p>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section id="sadown" class="adown"> <article class="adown"></article></section>
|
||||
<section id="trs" class="trans flex">
|
||||
<article class="vdg"></article>
|
||||
<article id=tcurt" class="trans">
|
||||
<p class="bold">Explora y Encuentra</p>
|
||||
<p class="light">Aquello que buscas</p>
|
||||
<p class="superlight">+++</p>
|
||||
</article>
|
||||
<section class="gap">
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section class="content"><article class="content flex">
|
||||
<article class="box-4 yt">
|
||||
|
||||
<iframe id="evideo"
|
||||
src="https://www.youtube.com/embed/ <%= $yt %> " allowfullscreen>
|
||||
</iframe>
|
||||
|
||||
</article>
|
||||
<div class="group flex">
|
||||
<article class="box-2 fb">
|
||||
|
||||
<div class="fb-post" id="fbdiv" data-href=" <%= $fb %>"
|
||||
data-width="450" data-show-text="true"></div>
|
||||
|
||||
</article>
|
||||
<article class="box-1 sc">
|
||||
<%== $sc %>
|
||||
</article>
|
||||
<article id="link" class="link">
|
||||
<a href="https://www.facebook.com/vuelodegrulla">
|
||||
<img src="home/home/logo/fb_1.svg"></img></a>
|
||||
<a href="https://twitter.com/vuelodegrulla">
|
||||
<img src="home/home/logo/tw_1.svg"></img></a>
|
||||
</article>
|
||||
</div>
|
||||
<a class="box-2 b" href="cal"><article class="cal">
|
||||
<p>Calendario</p>
|
||||
<p>de cursos y actividades</p>
|
||||
</article></a>
|
||||
<a class="box-2 b" href="/pang"><article class="pang">
|
||||
<p>Maestro</p><p class="bold">Pang Ming</p>
|
||||
</article></a>
|
||||
</article></section>
|
||||
5
templates/home/htmlChaos.html.ep
Executable file
5
templates/home/htmlChaos.html.ep
Executable file
@@ -0,0 +1,5 @@
|
||||
<section class="chaos">
|
||||
<img class="chaos" src="/global/chaos/chaos.png">
|
||||
<p> Chaos.foundation</p>
|
||||
</section>
|
||||
|
||||
35
templates/home/htmlNav.html.ep
Normal file
35
templates/home/htmlNav.html.ep
Normal file
@@ -0,0 +1,35 @@
|
||||
<section id="snav" class="flex nav anav">
|
||||
<article class="lhome">
|
||||
<a id="hhome" href="home"></a>
|
||||
</article>
|
||||
<article class="tel">
|
||||
<div id="tel" class="icon"></div>
|
||||
<div class="tnum"> <p>7029 2091</p></div>
|
||||
<div id="watts" class="icon"></div>
|
||||
<div class="tnum"><p>(55) 5412 9940</p></div>
|
||||
</article>
|
||||
<article class="nav">
|
||||
<a class="nav" href="/pang"><p>Nuestra escuela</p></a>
|
||||
<a class="nav" href="/cal"><p>Calendario</p></a>
|
||||
<a class="nav" href="/contact"><p>Contacto</p></a>
|
||||
<div id="menu" class="hamb"></div>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section id="spacer" class="flex nav">
|
||||
<article class="lhome">
|
||||
<a id="hhome" href="home"></a>
|
||||
</article>
|
||||
<article class="tel">
|
||||
<div id="tel" class="icon"></div>
|
||||
<div class="tnum"> <p>7029 2091</p></div>
|
||||
<div id="watts" class="icon"></div>
|
||||
<div class="tnum"><p>(55)5412 9940</p></div>
|
||||
</article>
|
||||
<article class="nav">
|
||||
<a class="nav" href="/pang"><p>Nuestra escuela</p></a>
|
||||
<a class="nav" href="/cal"><p>Calendario</p></a>
|
||||
<a class="nav" href="/contact"><p>Contacto</p></a>
|
||||
<div id="menu" class="hamb"></div>
|
||||
</article>
|
||||
</section>
|
||||
14
templates/home/htmlSide.html.ep
Normal file
14
templates/home/htmlSide.html.ep
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
<section id="saside" class="aside">
|
||||
<aside class="aside">
|
||||
<p id="pclose" class="close">Cerrar</p>
|
||||
<a class="aside" href="pang"><p class="aside">Nuestra escuela</p></a>
|
||||
<a class="aside" href="cal"><p class="aside">Calendario</p></a>
|
||||
<a class="aside" href="contact"><p class="aside">Contacto</p></a>
|
||||
<a class="aside" href="store"><p class="aside">Tienda Virtual</p></a>
|
||||
<a class="aside" href="tv"><p class="aside">Vuelo de Grulla .TV</p></a>
|
||||
<a class="aside" href="radio"><p class="aside">Radio</p></a>
|
||||
<a class="aside" href="pod"><p class="aside">Programas grabados</p></a>
|
||||
</aside>
|
||||
</section>
|
||||
|
||||
31
templates/home/pang.html.ep
Normal file
31
templates/home/pang.html.ep
Normal file
@@ -0,0 +1,31 @@
|
||||
<section class="spacer"></section>
|
||||
|
||||
<section id="trs" class="trans header">
|
||||
<h2 class="textHead"> Nuestro querido maestro Pang He Ming </h3>
|
||||
</section>
|
||||
<section class=" trans content flex">
|
||||
<article id="apang" class="imageHead"></article>
|
||||
<article class="text">
|
||||
<%== $pang %>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section id="trs" class="trans header">
|
||||
<h2 class="textHead"> Los maestros Zhang Qing (Helen) y Qiu Fu Chun (Karl). </h3>
|
||||
</section>
|
||||
<section class=" trans content flex">
|
||||
<article id="ahel" class="imageHead"></article>
|
||||
<article class="text">
|
||||
<%== $helen %>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section id="trs" class="trans header">
|
||||
<h2 class="textHead"> Instructor Benjamín Muñóz </h3>
|
||||
</section>
|
||||
<section class=" trans content flex">
|
||||
<article id="aben" class="imageHead"></article>
|
||||
<article class="text">
|
||||
<%== $benjamin %>
|
||||
</article>
|
||||
</section>
|
||||
20
templates/home/podcast.html.ep
Executable file
20
templates/home/podcast.html.ep
Executable file
@@ -0,0 +1,20 @@
|
||||
<section id="stitle" class="title">
|
||||
<p class="title"> Podcast de ZhiNeng QiGong </p>
|
||||
</section>
|
||||
|
||||
<section id="sframe" class="frame">
|
||||
<p class="subtitle"> <%= $t %> </p>
|
||||
<iframe id="audioframe" scrolling="no" frameborder="no"></iframe>
|
||||
</section>
|
||||
|
||||
<section id="acon" class=" pcontent flex">
|
||||
<!-- ##podcast -->
|
||||
% for my $p(@$pod){
|
||||
<article class="pcontent">
|
||||
<p class="ctitle" value="<%= $p->{id} %>">
|
||||
<%= $p->{ptitle} %> </p>
|
||||
<p class="ccontent"> <%= $p->{ptext} %></p>
|
||||
</article>
|
||||
% }
|
||||
<!-- cc#podcast --> <!-- rr#hide -->
|
||||
</section>
|
||||
43
templates/home/radio.html.ep
Executable file
43
templates/home/radio.html.ep
Executable file
@@ -0,0 +1,43 @@
|
||||
<section class="flex title">
|
||||
<article class="title"> <p>Radio Vuelo de grulla</p> </article>
|
||||
</section>
|
||||
|
||||
<section class="flex uname">
|
||||
<article class="uname"><p> <%= $nick %></p></article>
|
||||
</section>
|
||||
|
||||
<section class="flex rmod">
|
||||
<article><p id="rmod"> <%= $rmod %></p> </article>
|
||||
</section>
|
||||
|
||||
<section class="flex logout"> <article class="logout">
|
||||
<a href=" logout "><p id="logout"> Salir </p></a>
|
||||
</article> </section>
|
||||
|
||||
<section class="flex info">
|
||||
<article class="online">
|
||||
<p>Estás escuchando a</p>
|
||||
<p id="prof"></p>
|
||||
</article>
|
||||
<article class="offline">
|
||||
<p>Todavía no comenzamos</p>
|
||||
<p>Por favor espera unos minutos</p>
|
||||
</article>
|
||||
<article class="spot">
|
||||
<div class="spot" id="spot"></div>
|
||||
<div id="clink" class="chat">Entra al Chat</div>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section class="flex radio"><article class="radio">
|
||||
<p id="now"></p>
|
||||
<audio id="ra" controls="controls" preload="none" ></audio>
|
||||
</article> </section>
|
||||
|
||||
<section class="flex chat"><article>
|
||||
</section></article> </section>
|
||||
<script>
|
||||
var radio_server="<%= $radio_server %>";
|
||||
var listen_url="<%= $listen_url %>";
|
||||
var channel="<%= $channel %>";
|
||||
</script>
|
||||
17
templates/home/store.html.ep
Executable file
17
templates/home/store.html.ep
Executable file
@@ -0,0 +1,17 @@
|
||||
<section class="shop">
|
||||
<article class="heading"> <p class="heading">TIENDA VIRTUAL</p> </article>
|
||||
% for my $d (@$r){
|
||||
<article class="shop flex">
|
||||
<div class="simage" > <img src=<%= "$controller/$action/img/$d->{imagen} "%> ></div>
|
||||
<div class="description">
|
||||
<p class="title"> <%= $d->{titulo} %> </p>
|
||||
<p class="description"> <%= $d->{descripcion} %> </p>
|
||||
<p class="price"> $<%= $d->{precio} %> pesos </p>
|
||||
<p class="options"> <%= $d->{opciones} %> </p>
|
||||
<p class="promo"> <%= $d->{promocion} %> </p>
|
||||
</div>
|
||||
</article>
|
||||
<article class="separator"></article>
|
||||
%}
|
||||
</section>
|
||||
|
||||
4
templates/home/tst.html.ep
Normal file
4
templates/home/tst.html.ep
Normal file
@@ -0,0 +1,4 @@
|
||||
<p> <%= url_for("$controller/$action/img") %> </p>
|
||||
<p>
|
||||
%= url_for->path('/meself')
|
||||
</p>
|
||||
56
templates/home/tv.html.ep
Executable file
56
templates/home/tv.html.ep
Executable file
@@ -0,0 +1,56 @@
|
||||
<section id="ihead">
|
||||
<div id="courtain"></div>
|
||||
<!--
|
||||
<article class="mod"> <p class="mod"> #uContent </p></article>
|
||||
-->
|
||||
</section>
|
||||
|
||||
<!-- trans -->
|
||||
<section id="trs" class="trans flex">
|
||||
<article class="vdg"></article>
|
||||
<article id=tcurt" class="trans">
|
||||
<p class="bold">VUELO DE GRULLA .TV</p>
|
||||
<p class="light">Perseverancia es la llave</p>
|
||||
<p class="superlight">+++</p>
|
||||
</article>
|
||||
</section>
|
||||
<!-- trans -->
|
||||
<!-- tv -->
|
||||
<section class="grid">
|
||||
<section class="yt">
|
||||
<iframe id="evideo" frameBorder="0"
|
||||
src="https://www.youtube.com/embed/8hANQyuvxZk" allowfullscreen>
|
||||
</iframe>
|
||||
</section>
|
||||
|
||||
<section class="col flex">
|
||||
|
||||
<article class="series"><ul>
|
||||
<!-- ##series -->
|
||||
% for my $s(@$series){
|
||||
<li class="series" value="<%= $s->{group} %>">
|
||||
<%= $s->{name} %>
|
||||
</li>
|
||||
% }
|
||||
<!-- c#series -->
|
||||
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
<article class="chap"> <ul>
|
||||
<!-- ##table -->
|
||||
% for my $t(@$table){
|
||||
<li class="chap <%= $t->{group} %> " value="<%= $t->{link} %> ">
|
||||
<%= $t->{order} %> <%= $t->{name} %>
|
||||
</li>
|
||||
% }
|
||||
<!-- c#table -->
|
||||
</ul> </article>
|
||||
|
||||
<article class="facefeed">
|
||||
<iframe class="facefeed" src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fvuelodegrulla&tabs=timeline&width=400&height=600&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" allowTransparency="true"> </iframe>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
<!-- tv -->
|
||||
Reference in New Issue
Block a user