This file has been truncated, but you can view the full file.
This file contains 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
This file contains 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
{% extends _layout %} | |
{% block banner %} | |
<section id="main-banners"> | |
{% if template_settings('image:banner_tarja_sup') %} | |
<div class="container{{ template_settings('if:force_content') and template_settings('if:force_banner') ? '-fluid' : '' }}"> | |
<div class="row"> | |
<div class="col-xs-12"> | |
<div class="bannerTarja"> | |
{% if template_settings('text:banner_tarja_sup') != null %}<a href="{{ template_settings('text:banner_tarja_sup') }}" {% if 'http' in template_settings('text:banner_tarja_sup') %}target="_blank"{% endif %}>{% endif %} |
This file contains 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
{% macro script() %} | |
{# Change Picture #} | |
<script type="text/javascript"> | |
function change_pic(el) { | |
var option = el.find('a').data('opt'); | |
el.parents('.prod-wrapper').find('.ig-option').hide(); | |
el.parents('.prod-wrapper').find('.ig-'+option).show(); | |
} | |
$(document).ready(function(){ |
This file contains 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
{% extends _layout %} | |
{% block content %} | |
<h2 class="page-header">{{ 'Pedido'|trans({'en':'Order'}) }} #{{ order_id }}</h2> | |
<div class="orderAct pull-right"> | |
<a href="{{ site_url('secure/duplicate_cart/' ~ order_id) }}" class="btn btn-default"> | |
<i class="glyphicon glyphicon-repeat"></i> | |
</a> | |
{% if boletourl %} |
This file contains 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
var _gsScope = "undefined" != typeof module && module.exports && "undefined" != typeof global ? global : this || window; | |
(_gsScope._gsQueue || (_gsScope._gsQueue = [])).push(function() { | |
"use strict"; | |
var A, c = Math.PI, | |
H = c / 180, | |
S = /[achlmqstvz]|(-?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi, | |
R = /(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi, | |
a = /(^[#\.][a-z]|[a-y][a-z])/gi, | |
O = /[achlmqstvz]/gi, | |
w = /[\+\-]?\d*\.?\d+e[\+\-]?\d+/gi, |