This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| Bootic.net | |
| Simple HOME de una colecci—n | |
| --> | |
| <h1>{{ collection.title }}</h1> | |
| <div>{{ collection.body }}</div> | |
| <p>Productos de esta colecci—n:</p> | |
| <ul> | |
| {% for product in collection.products %} | |
| <li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="ls-tabla-nutricional"> | |
| <li><a class="lnk-tbl-nutricional" href="/pages/lazana-de-queso">Laza–a con queso</a> | |
| <li><a class="lnk-tbl-nutricional" href="/pages/pasta-alfredo">Pasta Alfreo</a> | |
| <li><a class="lnk-tbl-nutricional" href="/pages/savory-stroganoff">Savor stroganoff</a> | |
| <li><a class="lnk-tbl-nutricional" href="/pages/tomato-basil-soup">Tomato Basil Soup</a> | |
| <li><a class="lnk-tbl-nutricional" href="/pages/teriyaki-y-arroz">Teriyaki y Arroz</a> | |
| <li><a class="lnk-tbl-nutricional" href="/pages/macarrones-con-aji">Macarones con Aj’</a> | |
| <li><a class="lnk-tbl-nutricional" href="/pages/crema-al-estilo-rey-y-arroz">Crema al estilo rey y arroz</a> | |
| <li><a class="lnk-tbl-nutricional" href="/pages/rotini-de-vegetales-con-pasta-cremosa">Rotini de pasta cremosa y vegetales</a> | |
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- muestra los œltimos 3 productos en la colecci—n 'feature' --> | |
| {% if collections.featured.has_products %} | |
| <div id="latest-products"> | |
| <h2>{{ collections.featured.title }}</h2> | |
| <ul class="products clearfix"> | |
| {% loop collections.featured.products in 'product_item' limit:3 %} | |
| </ul> | |
| </div> | |
| {% endif %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <title>{% if resource %}{{ resource.title }}{% endif %}{% if product %}{{ product.title }}{% endif %}{% if template == 'home' %}{{ shop.description }}{% endif %} - {{ shop.name }}</title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Cambiando el dominino a una instalaci—n Wordpress | |
| # ================================================= | |
| # se cuentan las ocurrencias | |
| $ grep -o 'www.ceramicaverea.info' es.sql | wc -w | |
| 1118 | |
| # se saca una copia (juan segura veranea en el caribe) | |
| $ cp es.sql gl.sql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > BLOG: | |
| > * ¿Su plataforma tiene integrado un sistema para generar nube de tags en | |
| > los artículos del blog (para que aparezca en blog.html)? | |
| Lamentablemente No, la sección del blog es sólo de apoyo a nuestras tiendas y es muy muy simple. | |
| > * En el home del sitio debemos poner dos artículos del blog, pero | |
| > necesito manejar las imágenes de forma independiente al contenido para | |
| > colocarla en un lugar y con un tamaño específico , lei la documentación |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h2>{% navigation_path ' » ' %}</h2> | |
| {% unless product_type %} | |
| <!-- Estamos en /collections/destacados. Listar tipos con link a /collections/destacados/types/un-tipo --> | |
| {% for type in collection.product_types %} | |
| <h3 class="{{ type }}"> | |
| <a href="{{ collection | typed_collection_path: type }}">{{ type.name }}</a> | |
| </h3> | |
| {% endfor %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 91034298,2000-05-01 | |
| 13114590K,2012-01-11 | |
| 158388251,2010-12-30 | |
| 96089686,2009-05-12 | |
| 103798124,2002-01-10 | |
| 153404860,2009-09-09 | |
| 116605058,2009-03-01 | |
| 130479731,2010-01-01 | |
| 14275455K,2010-10-01 | |
| 13082496K,2003-07-09 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +---------+-----------------+------------+---------------------+ | |
| | item_id | rendicion_monto | escuela_id | rendicion_log | | |
| +---------+-----------------+------------+---------------------+ | |
| | 12 | 60000 | 58 | 2011-06-10 15:02:44 | | |
| | 12 | 576207 | 58 | 2011-06-10 16:18:49 | | |
| | 12 | 55000 | 58 | 2011-06-10 16:30:14 | | |
| | 12 | 165000 | 58 | 2011-06-10 16:38:30 | | |
| | 12 | 309724 | 58 | 2011-06-10 17:05:33 | | |
| | 12 | 398213 | 65 | 2011-06-10 19:06:49 | | |
| | 12 | 525151 | 65 | 2011-06-10 19:16:13 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysql> select * from calendarios22010 where escuela_id = 53 and item_id = 3 and year = 2012; | |
| +---------------+------------+---------+----------------------------------------------------------------+---------------------+---------------------------+------+ | |
| | calendario_id | escuela_id | item_id | calendario_detalle | calendario_cantidad | calendario_valor_unitario | year | | |
| +---------------+------------+---------+----------------------------------------------------------------+---------------------+---------------------------+------+ | |
| | 22565 | 53 | 3 | Movilizacion alumnos y alumnas de la Esp. Atencion de Parvulos | 38 | 5263 | 2012 | | |
| | 22563 | 53 | 3 | Movilizacion alumno y alumnas Esp. Agropecuaria | 23 | 15217 | 2012 | | |
| | 22564 | 53 | 3 | Movilizacion alumnos y alumnas de la Esp. Administracion | |