This commit is contained in:
mynah
2019-03-12 19:20:30 -06:00
parent 956dbdb909
commit fa0fbe9eb4
49 changed files with 77 additions and 205 deletions

View File

@@ -1,17 +1,15 @@
% stash css=>["home/cal/cal.css/"];
<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 (@$b) {
<section class="month flex"> <div class="spacer"></div>
<p class="month">
<%= $_->{text} %>
</p>
<div class="spacer"></div>
</section>
% foreach my $d( @{ $r->{$_->{id}} } ) {
<a class="cal" href="event/<%= $d->{eeid} %> ">
<a class="cal" href="event/<%= $d->{eeid} %> ">
<section class="event flex">
<article class="data">
<p class="city"> <%= $d->{ciudad} %></p>
@@ -23,12 +21,10 @@
<article class="image">
<img class="small" src= "home/cal/img/<%= $d->{imagen_chica} %>">
<article class="more"> ... </article>
</article>
</article>
</section>
</a>
%}
%}
</a>
%} }
</section>

View File

@@ -1,3 +1,4 @@
% stash css=>["/home/contact/contact1.css"];
<section id="msg" class="contact">
<section class="cbanner">

View File

@@ -1,3 +1,4 @@
% stash css=>["/home/contact2/contact2.css"];
<section class="contact">
<section class="cbanner">

View File

@@ -1,3 +1,4 @@
% stash css=> ["/home/event/event.css"];
<section class="event">
<section class="eimage">
</section>

View File

@@ -1,3 +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"];
<section id="ihead">
<div id="courtain">
<div class="logo"></div>
@@ -36,14 +38,11 @@
<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 %>

View File

@@ -1,3 +1,5 @@
% stash css => ["home/pang/pang.css"];
% stash js => ["home/pang/d3Tras.js"];
<section class="spacer"></section>
<section id="trs" class="trans header">

View File

@@ -1,3 +1,4 @@
% stash css=>["/home/store/shop.css"];
<section class="shop">
<article class="heading"> <p class="heading">TIENDA VIRTUAL</p> </article>
% for (@$r){

View File

@@ -1,11 +1,9 @@
% stash css=>["/home/tv/head.css","/home/tv/trans.css","/home/tv/tv.css"];
% stash js=>["/home/tv/d3_tras.js","/home/tv/d3_tune.js"];
<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">
@@ -14,8 +12,6 @@
<p class="superlight">+++</p>
</article>
</section>
<!-- trans -->
<!-- tv -->
<section class="grid">
<section class="yt">
<iframe id="evideo" frameBorder="0"
@@ -26,25 +22,20 @@
<section class="col flex">
<article class="series"><ul>
<!-- ##series -->
% for (@$videos){
<li class="series" value="<%= $_->{group} %>">
<%= $_->{name} %>
</li>
% }
<!-- c#series -->
</ul>
</article>
<article class="chap"> <ul>
<!-- ##table -->
% for (@$table){
<li class="chap <%= $_->{group} %> " value="<%= $_->{link} %> ">
<%= $_->{order} %> <%= $_->{name} %>
</li>
% }
<!-- c#table -->
</ul> </article>
<article class="facefeed">
@@ -53,4 +44,3 @@
</section>
</section>
<!-- tv -->

View File

@@ -10,7 +10,7 @@
<%= stylesheet "/global/nav/cssSide.css" %>
<%= stylesheet "/global/nav/cssNav.css" %>
<%= stylesheet "/global/chaos/c.css" %>
<%= stylesheet "/home/contact/cssContact1.css" %>
<%= stylesheet "/home/contact/contact1.css" %>
<% map{%><%= stylesheet "$_"%><%}(@{stash('css')}) if defined(stash('css'));%>
</head>
<body>