boletia_ui 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +42 -0
- data/lib/boletia_ui/version.rb +3 -0
- data/lib/boletia_ui.rb +8 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.css +53 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.eot +0 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.js +84 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.svg +404 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.ttf +0 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.woff +0 -0
- data/vendor/assets/boletia_ui/images/cancel.png +0 -0
- data/vendor/assets/boletia_ui/images/check.png +0 -0
- data/vendor/assets/boletia_ui/images/default-search.png +0 -0
- data/vendor/assets/boletia_ui/images/download.png +0 -0
- data/vendor/assets/boletia_ui/images/edit.png +0 -0
- data/vendor/assets/boletia_ui/images/icon-logo140.png +0 -0
- data/vendor/assets/boletia_ui/images/logo/header-logo-black.png +0 -0
- data/vendor/assets/boletia_ui/images/logo/header-logo-white.png +0 -0
- data/vendor/assets/boletia_ui/images/logo/icon-logo140.png +0 -0
- data/vendor/assets/boletia_ui/images/resend.png +0 -0
- data/vendor/assets/boletia_ui/images/trash.png +0 -0
- data/vendor/assets/boletia_ui/images/trophy.png +0 -0
- data/vendor/assets/boletia_ui/images/white-resend.png +0 -0
- data/vendor/assets/boletia_ui/images/white-search.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/boletia-ui/boletia-ui-components.js +117 -0
- data/vendor/assets/boletia_ui/javascripts/boletia-ui/classie.js +80 -0
- data/vendor/assets/boletia_ui/javascripts/boletia-ui/select_fx.js +335 -0
- data/vendor/assets/boletia_ui/javascripts/charts/Chart.Legend.js +56 -0
- data/vendor/assets/boletia_ui/javascripts/charts/chart.min.js +11 -0
- data/vendor/assets/boletia_ui/javascripts/charts/refundCharts.js +167 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Bar.js +302 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Core.js +2002 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Doughnut.js +184 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Line.js +374 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.PolarArea.js +250 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Radar.js +343 -0
- data/vendor/assets/boletia_ui/javascripts/counter/counter.js +12 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_0073ea_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_666666_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_ff0084_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/jquery-ui.min.js +8 -0
- data/vendor/assets/boletia_ui/javascripts/scrolling-header/scrolling-header.js +41 -0
- data/vendor/assets/boletia_ui/javascripts/styleguide/styleguide.js +87 -0
- data/vendor/assets/boletia_ui/javascripts/tooltips/jquery.tooltipster.min.js +1 -0
- data/vendor/assets/boletia_ui/javascripts/vendor/magnific-popup/core.js +966 -0
- data/vendor/assets/boletia_ui/javascripts/vendor/magnific-popup/fastclick.js +93 -0
- data/vendor/assets/boletia_ui/javascripts/vendor/magnific-popup/image.js +245 -0
- data/vendor/assets/boletia_ui/javascripts/vendor/magnific-popup/inline.js +66 -0
- data/vendor/assets/boletia_ui/stylesheets/boletia-admin.css.scss +41 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.css +53 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.eot +0 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.js +84 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.svg +404 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.ttf +0 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.woff +0 -0
- data/vendor/assets/boletia_ui/stylesheets/jquery-ui/jquery-ui.min.css +7 -0
- data/vendor/assets/boletia_ui/stylesheets/jquery-ui/jquery-ui.structure.min.css +5 -0
- data/vendor/assets/boletia_ui/stylesheets/jquery-ui/jquery-ui.theme.css +410 -0
- data/vendor/assets/boletia_ui/stylesheets/layouts/_event_details.scss +100 -0
- data/vendor/assets/boletia_ui/stylesheets/layouts/_refund-wizard.scss +290 -0
- data/vendor/assets/boletia_ui/stylesheets/layouts/_sales.scss +17 -0
- data/vendor/assets/boletia_ui/stylesheets/layouts/_style_guide.scss +216 -0
- data/vendor/assets/boletia_ui/stylesheets/menu/_footer.scss +117 -0
- data/vendor/assets/boletia_ui/stylesheets/menu/_header.scss +314 -0
- data/vendor/assets/boletia_ui/stylesheets/menu/_new_front_footer.scss +117 -0
- data/vendor/assets/boletia_ui/stylesheets/menu/_new_front_header.scss +314 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_alerts.scss +183 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_base.scss +376 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_boletia-cards.scss +401 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_buttons.scss +200 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_dashboard.scss +192 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_forms.scss +395 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_grid.scss +85 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_tables.scss +139 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_wizard.scss +125 -0
- data/vendor/assets/boletia_ui/stylesheets/vendor/_select.scss +109 -0
- data/vendor/assets/boletia_ui/stylesheets/vendor/magnific-popup/_magnific.scss +642 -0
- data/vendor/assets/boletia_ui/stylesheets/vendor/magnific-popup/_settings.scss +45 -0
- data/vendor/assets/boletia_ui/stylesheets/vendor/tooltipster.css +274 -0
- metadata +174 -0
@@ -0,0 +1,93 @@
|
|
1
|
+
/**
|
2
|
+
* FastClick event implementation. (removes 300ms delay on touch devices)
|
3
|
+
* Based on https://developers.google.com/mobile/articles/fast_buttons
|
4
|
+
*
|
5
|
+
* You may use it outside the Magnific Popup by calling just:
|
6
|
+
*
|
7
|
+
* $('.your-el').mfpFastClick(function() {
|
8
|
+
* console.log('Clicked!');
|
9
|
+
* });
|
10
|
+
*
|
11
|
+
* To unbind:
|
12
|
+
* $('.your-el').destroyMfpFastClick();
|
13
|
+
*
|
14
|
+
*
|
15
|
+
* Note that it's a very basic and simple implementation, it blocks ghost click on the same element where it was bound.
|
16
|
+
* If you need something more advanced, use plugin by FT Labs https://github.com/ftlabs/fastclick
|
17
|
+
*
|
18
|
+
*/
|
19
|
+
|
20
|
+
(function() {
|
21
|
+
var ghostClickDelay = 1000,
|
22
|
+
supportsTouch = 'ontouchstart' in window,
|
23
|
+
unbindTouchMove = function() {
|
24
|
+
_window.off('touchmove'+ns+' touchend'+ns);
|
25
|
+
},
|
26
|
+
eName = 'mfpFastClick',
|
27
|
+
ns = '.'+eName;
|
28
|
+
|
29
|
+
|
30
|
+
// As Zepto.js doesn't have an easy way to add custom events (like jQuery), so we implement it in this way
|
31
|
+
$.fn.mfpFastClick = function(callback) {
|
32
|
+
|
33
|
+
return $(this).each(function() {
|
34
|
+
|
35
|
+
var elem = $(this),
|
36
|
+
lock;
|
37
|
+
|
38
|
+
if( supportsTouch ) {
|
39
|
+
|
40
|
+
var timeout,
|
41
|
+
startX,
|
42
|
+
startY,
|
43
|
+
pointerMoved,
|
44
|
+
point,
|
45
|
+
numPointers;
|
46
|
+
|
47
|
+
elem.on('touchstart' + ns, function(e) {
|
48
|
+
pointerMoved = false;
|
49
|
+
numPointers = 1;
|
50
|
+
|
51
|
+
point = e.originalEvent ? e.originalEvent.touches[0] : e.touches[0];
|
52
|
+
startX = point.clientX;
|
53
|
+
startY = point.clientY;
|
54
|
+
|
55
|
+
_window.on('touchmove'+ns, function(e) {
|
56
|
+
point = e.originalEvent ? e.originalEvent.touches : e.touches;
|
57
|
+
numPointers = point.length;
|
58
|
+
point = point[0];
|
59
|
+
if (Math.abs(point.clientX - startX) > 10 ||
|
60
|
+
Math.abs(point.clientY - startY) > 10) {
|
61
|
+
pointerMoved = true;
|
62
|
+
unbindTouchMove();
|
63
|
+
}
|
64
|
+
}).on('touchend'+ns, function(e) {
|
65
|
+
unbindTouchMove();
|
66
|
+
if(pointerMoved || numPointers > 1) {
|
67
|
+
return;
|
68
|
+
}
|
69
|
+
lock = true;
|
70
|
+
e.preventDefault();
|
71
|
+
clearTimeout(timeout);
|
72
|
+
timeout = setTimeout(function() {
|
73
|
+
lock = false;
|
74
|
+
}, ghostClickDelay);
|
75
|
+
callback();
|
76
|
+
});
|
77
|
+
});
|
78
|
+
|
79
|
+
}
|
80
|
+
|
81
|
+
elem.on('click' + ns, function() {
|
82
|
+
if(!lock) {
|
83
|
+
callback();
|
84
|
+
}
|
85
|
+
});
|
86
|
+
});
|
87
|
+
};
|
88
|
+
|
89
|
+
$.fn.destroyMfpFastClick = function() {
|
90
|
+
$(this).off('touchstart' + ns + ' click' + ns);
|
91
|
+
if(supportsTouch) _window.off('touchmove'+ns+' touchend'+ns);
|
92
|
+
};
|
93
|
+
})();
|
@@ -0,0 +1,245 @@
|
|
1
|
+
var _imgInterval,
|
2
|
+
_getTitle = function(item) {
|
3
|
+
if(item.data && item.data.title !== undefined)
|
4
|
+
return item.data.title;
|
5
|
+
|
6
|
+
var src = mfp.st.image.titleSrc;
|
7
|
+
|
8
|
+
if(src) {
|
9
|
+
if($.isFunction(src)) {
|
10
|
+
return src.call(mfp, item);
|
11
|
+
} else if(item.el) {
|
12
|
+
return item.el.attr(src) || '';
|
13
|
+
}
|
14
|
+
}
|
15
|
+
return '';
|
16
|
+
};
|
17
|
+
|
18
|
+
$.magnificPopup.registerModule('image', {
|
19
|
+
|
20
|
+
options: {
|
21
|
+
markup: '<div class="mfp-figure">'+
|
22
|
+
'<div class="mfp-close"></div>'+
|
23
|
+
'<figure>'+
|
24
|
+
'<div class="mfp-img"></div>'+
|
25
|
+
'<figcaption>'+
|
26
|
+
'<div class="mfp-bottom-bar">'+
|
27
|
+
'<div class="mfp-title"></div>'+
|
28
|
+
'<div class="mfp-counter"></div>'+
|
29
|
+
'</div>'+
|
30
|
+
'</figcaption>'+
|
31
|
+
'</figure>'+
|
32
|
+
'</div>',
|
33
|
+
cursor: 'mfp-zoom-out-cur',
|
34
|
+
titleSrc: 'title',
|
35
|
+
verticalFit: true,
|
36
|
+
tError: '<a href="%url%">The image</a> could not be loaded.'
|
37
|
+
},
|
38
|
+
|
39
|
+
proto: {
|
40
|
+
initImage: function() {
|
41
|
+
var imgSt = mfp.st.image,
|
42
|
+
ns = '.image';
|
43
|
+
|
44
|
+
mfp.types.push('image');
|
45
|
+
|
46
|
+
_mfpOn(OPEN_EVENT+ns, function() {
|
47
|
+
if(mfp.currItem.type === 'image' && imgSt.cursor) {
|
48
|
+
$(document.body).addClass(imgSt.cursor);
|
49
|
+
}
|
50
|
+
});
|
51
|
+
|
52
|
+
_mfpOn(CLOSE_EVENT+ns, function() {
|
53
|
+
if(imgSt.cursor) {
|
54
|
+
$(document.body).removeClass(imgSt.cursor);
|
55
|
+
}
|
56
|
+
_window.off('resize' + EVENT_NS);
|
57
|
+
});
|
58
|
+
|
59
|
+
_mfpOn('Resize'+ns, mfp.resizeImage);
|
60
|
+
if(mfp.isLowIE) {
|
61
|
+
_mfpOn('AfterChange', mfp.resizeImage);
|
62
|
+
}
|
63
|
+
},
|
64
|
+
resizeImage: function() {
|
65
|
+
var item = mfp.currItem;
|
66
|
+
if(!item || !item.img) return;
|
67
|
+
|
68
|
+
if(mfp.st.image.verticalFit) {
|
69
|
+
var decr = 0;
|
70
|
+
// fix box-sizing in ie7/8
|
71
|
+
if(mfp.isLowIE) {
|
72
|
+
decr = parseInt(item.img.css('padding-top'), 10) + parseInt(item.img.css('padding-bottom'),10);
|
73
|
+
}
|
74
|
+
item.img.css('max-height', mfp.wH-decr);
|
75
|
+
}
|
76
|
+
},
|
77
|
+
_onImageHasSize: function(item) {
|
78
|
+
if(item.img) {
|
79
|
+
|
80
|
+
item.hasSize = true;
|
81
|
+
|
82
|
+
if(_imgInterval) {
|
83
|
+
clearInterval(_imgInterval);
|
84
|
+
}
|
85
|
+
|
86
|
+
item.isCheckingImgSize = false;
|
87
|
+
|
88
|
+
_mfpTrigger('ImageHasSize', item);
|
89
|
+
|
90
|
+
if(item.imgHidden) {
|
91
|
+
if(mfp.content)
|
92
|
+
mfp.content.removeClass('mfp-loading');
|
93
|
+
|
94
|
+
item.imgHidden = false;
|
95
|
+
}
|
96
|
+
|
97
|
+
}
|
98
|
+
},
|
99
|
+
|
100
|
+
/**
|
101
|
+
* Function that loops until the image has size to display elements that rely on it asap
|
102
|
+
*/
|
103
|
+
findImageSize: function(item) {
|
104
|
+
|
105
|
+
var counter = 0,
|
106
|
+
img = item.img[0],
|
107
|
+
mfpSetInterval = function(delay) {
|
108
|
+
|
109
|
+
if(_imgInterval) {
|
110
|
+
clearInterval(_imgInterval);
|
111
|
+
}
|
112
|
+
// decelerating interval that checks for size of an image
|
113
|
+
_imgInterval = setInterval(function() {
|
114
|
+
if(img.naturalWidth > 0) {
|
115
|
+
mfp._onImageHasSize(item);
|
116
|
+
return;
|
117
|
+
}
|
118
|
+
|
119
|
+
if(counter > 200) {
|
120
|
+
clearInterval(_imgInterval);
|
121
|
+
}
|
122
|
+
|
123
|
+
counter++;
|
124
|
+
if(counter === 3) {
|
125
|
+
mfpSetInterval(10);
|
126
|
+
} else if(counter === 40) {
|
127
|
+
mfpSetInterval(50);
|
128
|
+
} else if(counter === 100) {
|
129
|
+
mfpSetInterval(500);
|
130
|
+
}
|
131
|
+
}, delay);
|
132
|
+
};
|
133
|
+
|
134
|
+
mfpSetInterval(1);
|
135
|
+
},
|
136
|
+
|
137
|
+
getImage: function(item, template) {
|
138
|
+
|
139
|
+
var guard = 0,
|
140
|
+
|
141
|
+
// image load complete handler
|
142
|
+
onLoadComplete = function() {
|
143
|
+
if(item) {
|
144
|
+
if (item.img[0].complete) {
|
145
|
+
item.img.off('.mfploader');
|
146
|
+
|
147
|
+
if(item === mfp.currItem){
|
148
|
+
mfp._onImageHasSize(item);
|
149
|
+
|
150
|
+
mfp.updateStatus('ready');
|
151
|
+
}
|
152
|
+
|
153
|
+
item.hasSize = true;
|
154
|
+
item.loaded = true;
|
155
|
+
|
156
|
+
_mfpTrigger('ImageLoadComplete');
|
157
|
+
|
158
|
+
}
|
159
|
+
else {
|
160
|
+
// if image complete check fails 200 times (20 sec), we assume that there was an error.
|
161
|
+
guard++;
|
162
|
+
if(guard < 200) {
|
163
|
+
setTimeout(onLoadComplete,100);
|
164
|
+
} else {
|
165
|
+
onLoadError();
|
166
|
+
}
|
167
|
+
}
|
168
|
+
}
|
169
|
+
},
|
170
|
+
|
171
|
+
// image error handler
|
172
|
+
onLoadError = function() {
|
173
|
+
if(item) {
|
174
|
+
item.img.off('.mfploader');
|
175
|
+
if(item === mfp.currItem){
|
176
|
+
mfp._onImageHasSize(item);
|
177
|
+
mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) );
|
178
|
+
}
|
179
|
+
|
180
|
+
item.hasSize = true;
|
181
|
+
item.loaded = true;
|
182
|
+
item.loadError = true;
|
183
|
+
}
|
184
|
+
},
|
185
|
+
imgSt = mfp.st.image;
|
186
|
+
|
187
|
+
|
188
|
+
var el = template.find('.mfp-img');
|
189
|
+
if(el.length) {
|
190
|
+
var img = document.createElement('img');
|
191
|
+
img.className = 'mfp-img';
|
192
|
+
if(item.el && item.el.find('img').length) {
|
193
|
+
img.alt = item.el.find('img').attr('alt');
|
194
|
+
}
|
195
|
+
item.img = $(img).on('load.mfploader', onLoadComplete).on('error.mfploader', onLoadError);
|
196
|
+
img.src = item.src;
|
197
|
+
|
198
|
+
// without clone() "error" event is not firing when IMG is replaced by new IMG
|
199
|
+
// TODO: find a way to avoid such cloning
|
200
|
+
if(el.is('img')) {
|
201
|
+
item.img = item.img.clone();
|
202
|
+
}
|
203
|
+
|
204
|
+
img = item.img[0];
|
205
|
+
if(img.naturalWidth > 0) {
|
206
|
+
item.hasSize = true;
|
207
|
+
} else if(!img.width) {
|
208
|
+
item.hasSize = false;
|
209
|
+
}
|
210
|
+
}
|
211
|
+
|
212
|
+
mfp._parseMarkup(template, {
|
213
|
+
title: _getTitle(item),
|
214
|
+
img_replaceWith: item.img
|
215
|
+
}, item);
|
216
|
+
|
217
|
+
mfp.resizeImage();
|
218
|
+
|
219
|
+
if(item.hasSize) {
|
220
|
+
if(_imgInterval) clearInterval(_imgInterval);
|
221
|
+
|
222
|
+
if(item.loadError) {
|
223
|
+
template.addClass('mfp-loading');
|
224
|
+
mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) );
|
225
|
+
} else {
|
226
|
+
template.removeClass('mfp-loading');
|
227
|
+
mfp.updateStatus('ready');
|
228
|
+
}
|
229
|
+
return template;
|
230
|
+
}
|
231
|
+
|
232
|
+
mfp.updateStatus('loading');
|
233
|
+
item.loading = true;
|
234
|
+
|
235
|
+
if(!item.hasSize) {
|
236
|
+
item.imgHidden = true;
|
237
|
+
template.addClass('mfp-loading');
|
238
|
+
mfp.findImageSize(item);
|
239
|
+
}
|
240
|
+
|
241
|
+
return template;
|
242
|
+
}
|
243
|
+
}
|
244
|
+
});
|
245
|
+
|
@@ -0,0 +1,66 @@
|
|
1
|
+
|
2
|
+
var INLINE_NS = 'inline',
|
3
|
+
_hiddenClass,
|
4
|
+
_inlinePlaceholder,
|
5
|
+
_lastInlineElement,
|
6
|
+
_putInlineElementsBack = function() {
|
7
|
+
if(_lastInlineElement) {
|
8
|
+
_inlinePlaceholder.after( _lastInlineElement.addClass(_hiddenClass) ).detach();
|
9
|
+
_lastInlineElement = null;
|
10
|
+
}
|
11
|
+
};
|
12
|
+
|
13
|
+
$.magnificPopup.registerModule(INLINE_NS, {
|
14
|
+
options: {
|
15
|
+
hiddenClass: 'hide', // will be appended with `mfp-` prefix
|
16
|
+
markup: '',
|
17
|
+
tNotFound: 'Content not found'
|
18
|
+
},
|
19
|
+
proto: {
|
20
|
+
|
21
|
+
initInline: function() {
|
22
|
+
mfp.types.push(INLINE_NS);
|
23
|
+
|
24
|
+
_mfpOn(CLOSE_EVENT+'.'+INLINE_NS, function() {
|
25
|
+
_putInlineElementsBack();
|
26
|
+
});
|
27
|
+
},
|
28
|
+
|
29
|
+
getInline: function(item, template) {
|
30
|
+
|
31
|
+
_putInlineElementsBack();
|
32
|
+
|
33
|
+
if(item.src) {
|
34
|
+
var inlineSt = mfp.st.inline,
|
35
|
+
el = $(item.src);
|
36
|
+
|
37
|
+
if(el.length) {
|
38
|
+
|
39
|
+
// If target element has parent - we replace it with placeholder and put it back after popup is closed
|
40
|
+
var parent = el[0].parentNode;
|
41
|
+
if(parent && parent.tagName) {
|
42
|
+
if(!_inlinePlaceholder) {
|
43
|
+
_hiddenClass = inlineSt.hiddenClass;
|
44
|
+
_inlinePlaceholder = _getEl(_hiddenClass);
|
45
|
+
_hiddenClass = 'mfp-'+_hiddenClass;
|
46
|
+
}
|
47
|
+
// replace target inline element with placeholder
|
48
|
+
_lastInlineElement = el.after(_inlinePlaceholder).detach().removeClass(_hiddenClass);
|
49
|
+
}
|
50
|
+
|
51
|
+
mfp.updateStatus('ready');
|
52
|
+
} else {
|
53
|
+
mfp.updateStatus('error', inlineSt.tNotFound);
|
54
|
+
el = $('<div>');
|
55
|
+
}
|
56
|
+
|
57
|
+
item.inlineElement = el;
|
58
|
+
return el;
|
59
|
+
}
|
60
|
+
|
61
|
+
mfp.updateStatus('ready');
|
62
|
+
mfp._parseMarkup(template, {}, item);
|
63
|
+
return template;
|
64
|
+
}
|
65
|
+
}
|
66
|
+
});
|
@@ -0,0 +1,41 @@
|
|
1
|
+
|
2
|
+
/* PARTIALS */
|
3
|
+
@import "partials/base";
|
4
|
+
@import "partials/grid";
|
5
|
+
@import "partials/buttons";
|
6
|
+
@import "partials/alerts";
|
7
|
+
@import "partials/boletia-cards";
|
8
|
+
@import "partials/tables";
|
9
|
+
@import "partials/forms";
|
10
|
+
@import "partials/wizard";
|
11
|
+
@import "partials/dashboard";
|
12
|
+
|
13
|
+
|
14
|
+
/* MENU */
|
15
|
+
@import "menu/header";
|
16
|
+
@import "menu/footer";
|
17
|
+
|
18
|
+
|
19
|
+
/* LAYOUTS */
|
20
|
+
@import "layouts/event_details";
|
21
|
+
@import "layouts/refund-wizard";
|
22
|
+
@import "layouts/sales";
|
23
|
+
@import "layouts/style_guide";
|
24
|
+
|
25
|
+
|
26
|
+
/* PLUGINS */
|
27
|
+
@import "vendor/tooltipster";
|
28
|
+
@import "vendor/select";
|
29
|
+
@import "vendor/magnific-popup/magnific";
|
30
|
+
|
31
|
+
/* JQUERY UI */
|
32
|
+
@import "jquery-ui/jquery-ui.min";
|
33
|
+
@import "jquery-ui/jquery-ui.structure.min";
|
34
|
+
@import "jquery-ui/jquery-ui.theme";
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
@@ -0,0 +1,53 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
|
3
|
+
/*
|
4
|
+
* Symbolset
|
5
|
+
* www.symbolset.com
|
6
|
+
* Copyright ยฉ 2012 Oak Studios LLC
|
7
|
+
*
|
8
|
+
* Upload this file to your web server
|
9
|
+
* and place this within your <head> tags.
|
10
|
+
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
|
11
|
+
*/
|
12
|
+
|
13
|
+
@font-face {
|
14
|
+
font-family: "SSStandard";
|
15
|
+
src: url('ss-standard.eot');
|
16
|
+
src: url('ss-standard.eot?#iefix') format('embedded-opentype'),
|
17
|
+
url('ss-standard.woff') format('woff'),
|
18
|
+
url('ss-standard.ttf') format('truetype'),
|
19
|
+
url('ss-standard.svg#SSStandard') format('svg');
|
20
|
+
font-weight: normal;
|
21
|
+
font-style: normal;
|
22
|
+
}
|
23
|
+
|
24
|
+
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
|
25
|
+
html:hover [class^="ss-"]{-ms-zoom: 1;}
|
26
|
+
|
27
|
+
.ss-icon, .ss-icon.ss-standard,
|
28
|
+
[class^="ss-"]:before, [class*=" ss-"]:before,
|
29
|
+
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
|
30
|
+
[class^="ss-"].right:after, [class*=" ss-"].right:after,
|
31
|
+
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
|
32
|
+
font-family: "SSStandard";
|
33
|
+
font-style: normal;
|
34
|
+
font-weight: normal;
|
35
|
+
text-decoration: none;
|
36
|
+
text-rendering: optimizeLegibility;
|
37
|
+
white-space: nowrap;
|
38
|
+
/*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
|
39
|
+
-moz-font-feature-settings: "liga=1";
|
40
|
+
-moz-font-feature-settings: "liga";
|
41
|
+
-ms-font-feature-settings: "liga" 1;
|
42
|
+
-o-font-feature-settings: "liga";
|
43
|
+
font-feature-settings: "liga";
|
44
|
+
-webkit-font-smoothing: antialiased;
|
45
|
+
}
|
46
|
+
|
47
|
+
[class^="ss-"].right:before,
|
48
|
+
[class*=" ss-"].right:before{display:none;content:'';}
|
49
|
+
|
50
|
+
.ss-cursor:before,.ss-cursor.right:after{content:'๎'}.ss-crosshair:before,.ss-crosshair.right:after{content:'โ'}.ss-search:before,.ss-search.right:after{content:'๐'}.ss-zoomin:before,.ss-zoomin.right:after{content:'๎'}.ss-zoomout:before,.ss-zoomout.right:after{content:'๎'}.ss-view:before,.ss-view.right:after{content:'๐'}.ss-attach:before,.ss-attach.right:after{content:'๐'}.ss-link:before,.ss-link.right:after{content:'๐'}.ss-move:before,.ss-move.right:after{content:'๎ฐ'}.ss-write:before,.ss-write.right:after{content:'โ'}.ss-writingdisabled:before,.ss-writingdisabled.right:after{content:'๎ฑ'}.ss-erase:before,.ss-erase.right:after{content:'โ'}.ss-compose:before,.ss-compose.right:after{content:'๐'}.ss-lock:before,.ss-lock.right:after{content:'๐'}.ss-unlock:before,.ss-unlock.right:after{content:'๐'}.ss-key:before,.ss-key.right:after{content:'๐'}.ss-backspace:before,.ss-backspace.right:after{content:'โซ'}.ss-ban:before,.ss-ban.right:after{content:'๐ซ'}.ss-trash:before,.ss-trash.right:after{content:'๎'}.ss-target:before,.ss-target.right:after{content:'โ'}.ss-tag:before,.ss-tag.right:after{content:'๎'}.ss-bookmark:before,.ss-bookmark.right:after{content:'๐'}.ss-flag:before,.ss-flag.right:after{content:'โ'}.ss-like:before,.ss-like.right:after{content:'๐'}.ss-dislike:before,.ss-dislike.right:after{content:'๐'}.ss-heart:before,.ss-heart.right:after{content:'โฅ'}.ss-halfheart:before,.ss-halfheart.right:after{content:'๎ '}.ss-star:before,.ss-star.right:after{content:'โ'}.ss-halfstar:before,.ss-halfstar.right:after{content:'๎ก'}.ss-sample:before,.ss-sample.right:after{content:'๎'}.ss-crop:before,.ss-crop.right:after{content:'๎'}.ss-layers:before,.ss-layers.right:after{content:'๎'}.ss-fill:before,.ss-fill.right:after{content:'๎'}.ss-stroke:before,.ss-stroke.right:after{content:'๎'}.ss-phone:before,.ss-phone.right:after{content:'๐'}.ss-phonedisabled:before,.ss-phonedisabled.right:after{content:'๎'}.ss-rss:before,.ss-rss.right:after{content:'๎'}.ss-facetime:before,.ss-facetime.right:after{content:'๎ '}.ss-reply:before,.ss-reply.right:after{content:'โฉ'}.ss-send:before,.ss-send.right:after{content:'๎'}.ss-mail:before,.ss-mail.right:after{content:'โ'}.ss-inbox:before,.ss-inbox.right:after{content:'๐ฅ'}.ss-chat:before,.ss-chat.right:after{content:'๐ฌ'}.ss-ellipsischat:before,.ss-ellipsischat.right:after{content:'๎'}.ss-ellipsis:before,.ss-ellipsis.right:after{content:'โฆ'}.ss-user:before,.ss-user.right:after{content:'๐ค'}.ss-femaleuser:before,.ss-femaleuser.right:after{content:'๐ง'}.ss-users:before,.ss-users.right:after{content:'๐ฅ'}.ss-cart:before,.ss-cart.right:after{content:'๎'}.ss-creditcard:before,.ss-creditcard.right:after{content:'๐ณ'}.ss-dollarsign:before,.ss-dollarsign.right:after{content:'๐ฒ'}.ss-barchart:before,.ss-barchart.right:after{content:'๐'}.ss-piechart:before,.ss-piechart.right:after{content:'๎ฐ'}.ss-box:before,.ss-box.right:after{content:'๐ฆ'}.ss-home:before,.ss-home.right:after{content:'โ'}.ss-buildings:before,.ss-buildings.right:after{content:'๐ข'}.ss-warehouse:before,.ss-warehouse.right:after{content:'๎'}.ss-globe:before,.ss-globe.right:after{content:'๐'}.ss-navigate:before,.ss-navigate.right:after{content:'๎ฐ'}.ss-compass:before,.ss-compass.right:after{content:'๎ฑ'}.ss-signpost:before,.ss-signpost.right:after{content:'๎ฒ'}.ss-map:before,.ss-map.right:after{content:'๎ณ'}.ss-location:before,.ss-location.right:after{content:'๎'}.ss-pin:before,.ss-pin.right:after{content:'๐'}.ss-database:before,.ss-database.right:after{content:'๎ '}.ss-hdd:before,.ss-hdd.right:after{content:'๎ฐ'}.ss-music:before,.ss-music.right:after{content:'โซ'}.ss-mic:before,.ss-mic.right:after{content:'๐ค'}.ss-volume:before,.ss-volume.right:after{content:'๐'}.ss-lowvolume:before,.ss-lowvolume.right:after{content:'๐'}.ss-highvolume:before,.ss-highvolume.right:after{content:'๐'}.ss-airplay:before,.ss-airplay.right:after{content:'๎ '}.ss-camera:before,.ss-camera.right:after{content:'๐ท'}.ss-picture:before,.ss-picture.right:after{content:'๐'}.ss-video:before,.ss-video.right:after{content:'๐น'}.ss-play:before,.ss-play.right:after{content:'โถ'}.ss-pause:before,.ss-pause.right:after{content:'๎ข '}.ss-stop:before,.ss-stop.right:after{content:'โ '}.ss-record:before,.ss-record.right:after{content:'โ'}.ss-rewind:before,.ss-rewind.right:after{content:'โช'}.ss-fastforward:before,.ss-fastforward.right:after{content:'โฉ'}.ss-skipback:before,.ss-skipback.right:after{content:'โฎ'}.ss-skipforward:before,.ss-skipforward.right:after{content:'โญ'}.ss-eject:before,.ss-eject.right:after{content:'โ'}.ss-repeat:before,.ss-repeat.right:after{content:'๐'}.ss-replay:before,.ss-replay.right:after{content:'โบ'}.ss-shuffle:before,.ss-shuffle.right:after{content:'๐'}.ss-book:before,.ss-book.right:after{content:'๐'}.ss-openbook:before,.ss-openbook.right:after{content:'๐'}.ss-notebook:before,.ss-notebook.right:after{content:'๐'}.ss-newspaper:before,.ss-newspaper.right:after{content:'๐ฐ'}.ss-grid:before,.ss-grid.right:after{content:'๎ฆ '}.ss-rows:before,.ss-rows.right:after{content:'๎ฆก'}.ss-columns:before,.ss-columns.right:after{content:'๎ฆข'}.ss-thumbnails:before,.ss-thumbnails.right:after{content:'๎ฆฃ'}.ss-filter:before,.ss-filter.right:after{content:'๎ฆฐ'}.ss-desktop:before,.ss-desktop.right:after{content:'๐ป'}.ss-laptop:before,.ss-laptop.right:after{content:'๎จ'}.ss-tablet:before,.ss-tablet.right:after{content:'๎จ'}.ss-cell:before,.ss-cell.right:after{content:'๐ฑ'}.ss-battery:before,.ss-battery.right:after{content:'๐'}.ss-highbattery:before,.ss-highbattery.right:after{content:'๎จ'}.ss-mediumbattery:before,.ss-mediumbattery.right:after{content:'๎จ'}.ss-lowbattery:before,.ss-lowbattery.right:after{content:'๎จ'}.ss-emptybattery:before,.ss-emptybattery.right:after{content:'๎จ'}.ss-lightbulb:before,.ss-lightbulb.right:after{content:'๐ก'}.ss-downloadcloud:before,.ss-downloadcloud.right:after{content:'๎ฌ'}.ss-download:before,.ss-download.right:after{content:'๎ฌ'}.ss-uploadcloud:before,.ss-uploadcloud.right:after{content:'๎ญ'}.ss-upload:before,.ss-upload.right:after{content:'๎ญ'}.ss-fork:before,.ss-fork.right:after{content:'๎ฎ'}.ss-merge:before,.ss-merge.right:after{content:'๎ฎ'}.ss-transfer:before,.ss-transfer.right:after{content:'โ'}.ss-refresh:before,.ss-refresh.right:after{content:'โป'}.ss-sync:before,.ss-sync.right:after{content:'๎ฎ'}.ss-loading:before,.ss-loading.right:after{content:'๎ฎ'}.ss-wifi:before,.ss-wifi.right:after{content:'๎ฎ'}.ss-connection:before,.ss-connection.right:after{content:'๎ฎ
'}.ss-file:before,.ss-file.right:after{content:'๐'}.ss-folder:before,.ss-folder.right:after{content:'๐'}.ss-quote:before,.ss-quote.right:after{content:'โ'}.ss-text:before,.ss-text.right:after{content:'๎ด'}.ss-font:before,.ss-font.right:after{content:'๎ด'}.ss-print:before,.ss-print.right:after{content:'โ'}.ss-fax:before,.ss-fax.right:after{content:'๐ '}.ss-list:before,.ss-list.right:after{content:'๎ต'}.ss-layout:before,.ss-layout.right:after{content:'๎ถ '}.ss-action:before,.ss-action.right:after{content:'๎ธ'}.ss-redirect:before,.ss-redirect.right:after{content:'โช'}.ss-expand:before,.ss-expand.right:after{content:'โคข'}.ss-contract:before,.ss-contract.right:after{content:'๎ธ'}.ss-help:before,.ss-help.right:after{content:'โ'}.ss-info:before,.ss-info.right:after{content:'โน'}.ss-alert:before,.ss-alert.right:after{content:'โ '}.ss-caution:before,.ss-caution.right:after{content:'โ'}.ss-logout:before,.ss-logout.right:after{content:'๎ธ'}.ss-plus:before,.ss-plus.right:after{content:'+'}.ss-hyphen:before,.ss-hyphen.right:after{content:'-'}.ss-check:before,.ss-check.right:after{content:'โ'}.ss-delete:before,.ss-delete.right:after{content:'โก'}.ss-settings:before,.ss-settings.right:after{content:'โ'}.ss-dashboard:before,.ss-dashboard.right:after{content:'๏'}.ss-notifications:before,.ss-notifications.right:after{content:'๐'}.ss-notificationsdisabled:before,.ss-notificationsdisabled.right:after{content:'๐'}.ss-clock:before,.ss-clock.right:after{content:'โฒ'}.ss-stopwatch:before,.ss-stopwatch.right:after{content:'โฑ'}.ss-calendar:before,.ss-calendar.right:after{content:'๐
'}.ss-addcalendar:before,.ss-addcalendar.right:after{content:'๏ฐ'}.ss-removecalendar:before,.ss-removecalendar.right:after{content:'๏ฑ'}.ss-checkcalendar:before,.ss-checkcalendar.right:after{content:'๏ฒ'}.ss-deletecalendar:before,.ss-deletecalendar.right:after{content:'๏ณ'}.ss-plane:before,.ss-plane.right:after{content:'โ'}.ss-briefcase:before,.ss-briefcase.right:after{content:'๐ผ'}.ss-cloud:before,.ss-cloud.right:after{content:'โ'}.ss-droplet:before,.ss-droplet.right:after{content:'๐ง'}.ss-flask:before,.ss-flask.right:after{content:'๏'}.ss-up:before,.ss-up.right:after{content:'โฌ'}.ss-upright:before,.ss-upright.right:after{content:'โฌ'}.ss-right:before,.ss-right.right:after{content:'โก'}.ss-downright:before,.ss-downright.right:after{content:'โฌ'}.ss-down:before,.ss-down.right:after{content:'โฌ'}.ss-downleft:before,.ss-downleft.right:after{content:'โฌ'}.ss-left:before,.ss-left.right:after{content:'โฌ
'}.ss-upleft:before,.ss-upleft.right:after{content:'โฌ'}.ss-navigateup:before,.ss-navigateup.right:after{content:'๏'}.ss-navigateright:before,.ss-navigateright.right:after{content:'โป'}.ss-navigatedown:before,.ss-navigatedown.right:after{content:'๏'}.ss-navigateleft:before,.ss-navigateleft.right:after{content:'โ
'}.ss-directup:before,.ss-directup.right:after{content:'โด'}.ss-directright:before,.ss-directright.right:after{content:'โน'}.ss-dropdown:before,.ss-dropdown.right:after{content:'โพ'}.ss-directleft:before,.ss-directleft.right:after{content:'โ'}.ss-retweet:before,.ss-retweet.right:after{content:'๏'}
|
51
|
+
|
52
|
+
/* Legacy classes */
|
53
|
+
.ss-volumelow:before,.ss-volumelow.right:after{content:'๐'}.ss-volumehigh:before,.ss-volumehigh.right:after{content:'๐'}.ss-batteryhigh:before,.ss-batteryhigh.right:after{content:'๎จ'}.ss-batterymedium:before,.ss-batterymedium.right:after{content:'๎จ'}.ss-batterylow:before,.ss-batterylow.right:after{content:'๎จ'}.ss-batteryempty:before,.ss-batteryempty.right:after{content:'๎จ'}.ss-clouddownload:before,.ss-clouddownload.right:after{content:'๎ฌ'}.ss-cloudupload:before,.ss-cloudupload.right:after{content:'๎ญ'}.ss-calendaradd:before,.ss-calendaradd.right:after{content:'๏ฐ'}.ss-calendarremove:before,.ss-calendarremove.right:after{content:'๏ฑ'}.ss-calendarcheck:before,.ss-calendarcheck.right:after{content:'๏ฒ'}.ss-calendardelete:before,.ss-calendardelete.right:after{content:'๏ณ'}
|
Binary file
|
@@ -0,0 +1,84 @@
|
|
1
|
+
/*
|
2
|
+
* Symbolset
|
3
|
+
* www.symbolset.com
|
4
|
+
* Copyright ยฉ 2013 Oak Studios LLC
|
5
|
+
*
|
6
|
+
* Upload this file to your web server
|
7
|
+
* and place this before the closing </body> tag.
|
8
|
+
* <script src="webfonts/ss-standard.js"></script>
|
9
|
+
*/
|
10
|
+
|
11
|
+
if (/(MSIE [7-9]\.|Opera.*Version\/(10\.[5-9]|(11|12)\.)|Chrome\/([1-9]|10)\.|Version\/[2-4][\.0-9]+ Safari\/|Version\/(4\.0\.[4-9]|4\.[1-9]|5\.0)[\.0-9]+? Mobile\/.*Safari\/|Android ([1-2]|4\.[2-9].*Version\/4)\.|BlackBerry.*WebKit)/.test(navigator.userAgent) && !/(IEMobile)/.test(navigator.userAgent)) {
|
12
|
+
|
13
|
+
if (/Android 4\.[2-9].*Version\/4/.test(navigator.userAgent)) {
|
14
|
+
var ss_android = document.createElement('style');
|
15
|
+
ss_android.innerHTML = '.ss-icon,[class^="ss-"],[class*=" ss-"],[class^="ss-"]:before,[class*=" ss-"]:before,[class^="ss-"].right:after[class*=" ss-"].right:after{text-rendering:auto!important}';
|
16
|
+
document.body.appendChild(ss_android);
|
17
|
+
}
|
18
|
+
|
19
|
+
var ss_set={'notifications disabled':'\uD83D\uDD15','notificationsdisabled':'\uD83D\uDD15','notification disabled':'\uD83D\uDD15','notificationdisabled':'\uD83D\uDD15','telephone disabled':'\uE300','telephonedisabled':'\uE300','writing disabled':'\uE071','writingdisabled':'\uE071','pencil disabled':'\uE071','remove calendar':'\uF071','calendar remove':'\uF071','delete calendar':'\uF073','calendar delete':'\uF073','pencildisabled':'\uE071','phone disabled':'\uE300','medium battery':'\uEA11','battery medium':'\uEA11','download cloud':'\uEB00','cloud download':'\uEB00','removecalendar':'\uF071','calendarremove':'\uF071','check calendar':'\uF072','calendar check':'\uF072','deletecalendar':'\uF073','calendardelete':'\uF073','navigate right':'\u25BB','phonedisabled':'\uE300','call disabled':'\uE300','ellipsis chat':'\uE399','female avatar':'\uD83D\uDC67','shopping cart':'\uE500','mediumbattery':'\uEA11','batterymedium':'\uEA11','empty battery':'\uEA13','battery empty':'\uEA13','downloadcloud':'\uEB00','clouddownload':'\uEB00','notifications':'\uD83D\uDD14','bell disabled':'\uD83D\uDD15','checkcalendar':'\uF072','calendarcheck':'\uF072','navigateright':'\u25BB','navigate down':'\uF501','navigate left':'\u25C5','calldisabled':'\uE300','ellipsischat':'\uE399','femaleavatar':'\uD83D\uDC67','shoppingcart':'\uE500','fast forward':'\u23E9','skip forward':'\u23ED','mobile phone':'\uD83D\uDCF1','full battery':'\uD83D\uDD0B','battery full':'\uD83D\uDD0B','high battery':'\uEA10','battery high':'\uEA10','emptybattery':'\uEA13','batteryempty':'\uEA13','upload cloud':'\uEB40','cloud upload':'\uEB40','rotate right':'\u21BB','notification':'\uD83D\uDD14','belldisabled':'\uD83D\uDD15','add calendar':'\uF070','calendar add':'\uF070','navigatedown':'\uF501','navigateleft':'\u25C5','direct right':'\u25B9','thumbs down':'\uD83D\uDC4E','male avatar':'\uD83D\uDC64','female user':'\uD83D\uDC67','credit card':'\uD83D\uDCB3','dollar sign':'\uD83D\uDCB2','high volume':'\uD83D\uDD0A','volume high':'\uD83D\uDD0A','photographs':'\uD83C\uDF04','videocamera':'\uD83D\uDCF9','fastforward':'\u23E9','skipforward':'\u23ED','rotate left':'\u21BA','mobilephone':'\uD83D\uDCF1','fullbattery':'\uD83D\uDD0B','batteryfull':'\uD83D\uDD0B','highbattery':'\uEA10','batteryhigh':'\uEA10','low battery':'\uEA12','battery low':'\uEA12','uploadcloud':'\uEB40','cloudupload':'\uEB40','rotateright':'\u21BB','information':'\u2139','addcalendar':'\uF070','calendaradd':'\uF070','remove date':'\uF071','delete date':'\uF073','navigate up':'\uF500','directright':'\u25B9','direct down':'\u25BE','direct left':'\u25C3','screenshot':'\u2316','visibility':'\uD83D\uDC40','attachment':'\uD83D\uDCCE','disapprove':'\uD83D\uDC4E','thumbsdown':'\uD83D\uDC4E','half heart':'\uE1A0','eyedropper':'\uE200','maleavatar':'\uD83D\uDC64','femaleuser':'\uD83D\uDC67','creditcard':'\uD83D\uDCB3','dollarsign':'\uD83D\uDCB2','navigation':'\uE670','directions':'\uE672','hard drive':'\uE7B0','microphone':'\uD83C\uDFA4','low volume':'\uD83D\uDD09','volume low':'\uD83D\uDD09','highvolume':'\uD83D\uDD0A','volumehigh':'\uD83D\uDD0A','photograph':'\uD83C\uDF04','rotateleft':'\u21BA','thumbnails':'\uE9A3','cell phone':'\uD83D\uDCF1','smartphone':'\uD83D\uDCF1','lowbattery':'\uEA12','batterylow':'\uEA12','connection':'\uEB85','pull quote':'\u201C','removedate':'\uF071','check date':'\uF072','deletedate':'\uF073','down right':'\u2B0A','navigateup':'\uF500','descending':'\u25BE','directdown':'\u25BE','directleft':'\u25C3','crosshair':'\u2316','paperclip':'\uD83D\uDCCE','backspace':'\u232B','thumbs up':'\uD83D\uDC4D','halfheart':'\uE1A0','half star':'\uE1A1','telephone':'\uD83D\uDCDE','male user':'\uD83D\uDC64','bar chart':'\uD83D\uDCCA','pie chart':'\uE570','buildings':'\uD83C\uDFE2','warehouse':'\uE602','harddrive':'\uE7B0','musicnote':'\u266B','lowvolume':'\uD83D\uDD09','volumelow':'\uD83D\uDD09','skip back':'\u23EE','open book':'\uD83D\uDCD6','newspaper':'\uD83D\uDCF0','cellphone':'\uD83D\uDCF1','lightbulb':'\uD83D\uDCA1','pullquote':'\u201C','checkmark':'\u2713','dashboard':'\uF000','stopwatch':'\u23F1','checkdate':'\uF072','briefcase':'\uD83D\uDCBC','downright':'\u2B0A','down left':'\u2B0B','ascending':'\u25B4','direct up':'\u25B4','zoom out':'\uE003','unlocked':'\uD83D\uDD13','insecure':'\uD83D\uDD13','trashcan':'\uE0D0','keywords':'\uE100','bookmark':'\uD83D\uDD16','thumbsup':'\uD83D\uDC4D','favorite':'\u22C6','halfstar':'\uE1A1','end call':'\uE300','facetime':'\uE320','envelope':'\u2709','ellipsis':'\u2026','maleuser':'\uD83D\uDC64','barchart':'\uD83D\uDCCA','piechart':'\uE570','navigate':'\uE670','signpost':'\uE672','location':'\uE6D0','database':'\uE7A0','pictures':'\uD83C\uDF04','skipback':'\u23EE','openbook':'\uD83D\uDCD6','notebook':'\uD83D\uDCD3','computer':'\uD83D\uDCBB','download':'\uEB01','transfer':'\u21C6','document':'\uD83D\uDCC4','typeface':'\uED01','redirect':'\u21AA','contract':'\uEE01','question':'\u2753','sign out':'\uEE02','subtract':'\u002D','settings':'\u2699','calendar':'\uD83D\uDCC5','add date':'\uF070','up right':'\u2B08','downleft':'\u2B0B','previous':'\u25C5','directup':'\u25B4','dropdown':'\u25BE','zoom in':'\uE002','zoomout':'\uE003','visible':'\uD83D\uDC40','compose':'\uD83D\uDCDD','private':'\uD83D\uDD12','keyword':'\uE100','approve':'\uD83D\uDC4D','dislike':'\uD83D\uDC4E','windows':'\uE202','endcall':'\uE300','comment':'\uD83D\uDCAC','avatars':'\uD83D\uDC65','package':'\uD83D\uDCE6','compass':'\uE671','dictate':'\uD83C\uDFA4','speaker':'\uD83D\uDD08','airplay':'\uE800','picture':'\uD83C\uDF04','shuffle':'\uD83D\uDD00','columns':'\uE9A2','desktop':'\uD83D\uDCBB','display':'\uD83D\uDCBB','monitor':'\uD83D\uDCBB','battery':'\uD83D\uDD0B','refresh':'\u21BB','syncing':'\uEB82','loading':'\uEB83','printer':'\u2399','warning':'\u26A0','caution':'\u26D4','log out':'\uEE02','signout':'\uEE02','checked':'\u2713','adddate':'\uF070','droplet':'\uD83D\uDCA7','upright':'\u2B08','forward':'\u27A1','up left':'\u2B09','descend':'\u25BE','retweet':'\uF600','cursor':'\uE001','search':'\uD83D\uDD0E','zoomin':'\uE002','attach':'\uD83D\uDCCE','pencil':'\u270E','eraser':'\u2710','locked':'\uD83D\uDD12','secure':'\uD83D\uDD12','unlock':'\uD83D\uDD13','public':'\uD83D\uDD13','target':'\u25CE','tagged':'\uE100','sample':'\uE200','layers':'\uE202','stroke':'\uE241','avatar':'\uD83D\uDC64','locate':'\uE670','volume':'\uD83D\uDD08','camera':'\uD83D\uDCF7','images':'\uD83C\uDF04','photos':'\uD83C\uDF04','videos':'\uD83D\uDCF9','record':'\u25CF','rewind':'\u23EA','repeat':'\uD83D\uDD01','replay':'\u21BA','filter':'\uE9B0','funnel':'\uE9B0','laptop':'\uEA00','tablet':'\uEA01','iphone':'\uD83D\uDCF1','mobile':'\uD83D\uDCF1','upload':'\uEB41','folder':'\uD83D\uDCC1','layout':'\uEDA0','action':'\uEE00','expand':'\u2922','logout':'\uEE02','hyphen':'\u002D','remove':'\u002D','delete':'\u2421','upleft':'\u2B09','ascend':'\u25B4','write':'\u270E','erase':'\u2710','trash':'\uE0D0','heart':'\u2665','zelda':'\uE1A0','phone':'\uD83D\uDCDE','reply':'\u21A9','email':'\u2709','inbox':'\uD83D\uDCE5','users':'\uD83D\uDC65','price':'\uD83D\uDCB2','house':'\u2302','globe':'\uD83C\uDF0E','earth':'\uD83C\uDF0E','world':'\uD83C\uDF0E','music':'\u266B','audio':'\u266B','sound':'\uD83D\uDD08','image':'\uD83C\uDF04','photo':'\uD83C\uDF04','video':'\uD83D\uDCF9','pause':'\uE8A0','eject':'\u23CF','merge':'\uEB81','nodes':'\uEB85','quote':'\u201C','print':'\u2399','share':'\uEE00','visit':'\uEE00','alert':'\u26A0','minus':'\u002D','check':'\u2713','close':'\u2421','clock':'\u23F2','timer':'\u23F1','plane':'\u2708','cloud':'\u2601','flask':'\uF4C0','right':'\u27A1','zoom':'\uE002','view':'\uD83D\uDC40','look':'\uD83D\uDC40','link':'\uD83D\uDD17','move':'\uE070','edit':'\u270E','lock':'\uD83D\uDD12','tags':'\uE100','flag':'\u2691','like':'\uD83D\uDC4D','love':'\u2665','star':'\u22C6','crop':'\uE201','fill':'\uE240','call':'\uD83D\uDCDE','send':'\uE350','mail':'\u2709','chat':'\uD83D\uDCAC','talk':'\uD83D\uDCAC','user':'\uD83D\uDC64','cart':'\uE500','cost':'\uD83D\uDCB2','home':'\u2302','city':'\uD83C\uDFE2','play':'\u25B6','stop':'\u25A0','skip':'\u23ED','undo':'\u21BA','book':'\uD83D\uDCD5','news':'\uD83D\uDCF0','grid':'\uE9A0','rows':'\uE9A1','ipad':'\uEA01','cell':'\uD83D\uDCF1','idea':'\uD83D\uDCA1','fork':'\uEB80','redo':'\u21BB','sync':'\uEB82','wifi':'\uEB84','file':'\uD83D\uDCC4','page':'\uD83D\uDCC4','text':'\uED00','font':'\uED01','list':'\uED50','help':'\u2753','info':'\u2139','exit':'\uEE02','plus':'\u002B','gear':'\u2699','bell':'\uD83D\uDD14','time':'\u23F2','date':'\uD83D\uDCC5','work':'\uD83D\uDCBC','drop':'\uD83D\uDCA7','down':'\u2B07','left':'\u2B05','back':'\u2B05','next':'\u25BB','eye':'\uD83D\uDC40','key':'\uD83D\uDD11','ban':'\uD83D\uDEAB','tag':'\uE100','rss':'\uE310','box':'\uD83D\uDCE6','map':'\uE673','pin':'\uD83D\uDCCD','hdd':'\uE7B0','mic':'\uD83C\uDFA4','fax':'\uD83D\uDCE0','out':'\uEE00','add':'\u002B','cog':'\u2699','up':'\u2B06'};
|
20
|
+
|
21
|
+
if (typeof ss_icons !== 'object' || typeof ss_icons !== 'object') {
|
22
|
+
var ss_icons = ss_set;
|
23
|
+
var ss_keywords = [];
|
24
|
+
for (var i in ss_set) { ss_keywords.push(i); };
|
25
|
+
} else {
|
26
|
+
for (var i in ss_set) { ss_icons[i] = ss_set[i]; ss_keywords.push(i); }
|
27
|
+
};
|
28
|
+
|
29
|
+
if (typeof ss_legacy !== 'function') {
|
30
|
+
|
31
|
+
/* domready.js */
|
32
|
+
!function(a,b){typeof module!="undefined"?module.exports=b():typeof define=="function"&&typeof define.amd=="object"?define(b):this[a]=b()}("ss_ready",function(a){function m(a){l=1;while(a=b.shift())a()}var b=[],c,d=!1,e=document,f=e.documentElement,g=f.doScroll,h="DOMContentLoaded",i="addEventListener",j="onreadystatechange",k="readyState",l=/^loade|c/.test(e[k]);return e[i]&&e[i](h,c=function(){e.removeEventListener(h,c,d),m()},d),g&&e.attachEvent(j,c=function(){/^c/.test(e[k])&&(e.detachEvent(j,c),m())}),a=g?function(c){self!=top?l?c():b.push(c):function(){try{f.doScroll("left")}catch(b){return setTimeout(function(){a(c)},50)}c()}()}:function(a){l?a():b.push(a)}})
|
33
|
+
|
34
|
+
var ss_legacy = function(node) {
|
35
|
+
|
36
|
+
if (!node instanceof Object) return false;
|
37
|
+
|
38
|
+
if (node.length) {
|
39
|
+
for (var i=0; i<node.length; i++) {
|
40
|
+
ss_legacy(node[i]);
|
41
|
+
}
|
42
|
+
return;
|
43
|
+
};
|
44
|
+
|
45
|
+
if (node.value) {
|
46
|
+
node.value = ss_liga(node.value);
|
47
|
+
} else if (node.nodeValue) {
|
48
|
+
node.nodeValue = ss_liga(node.nodeValue);
|
49
|
+
} else if (node.innerHTML) {
|
50
|
+
node.innerHTML = ss_liga(node.innerHTML);
|
51
|
+
}
|
52
|
+
|
53
|
+
};
|
54
|
+
|
55
|
+
var ss_getElementsByClassName = function(node, classname) {
|
56
|
+
if (document.querySelectorAll) {
|
57
|
+
return document.querySelectorAll('.'+classname);
|
58
|
+
}
|
59
|
+
var a = [];
|
60
|
+
var re = new RegExp('(^| )'+classname+'( |$)');
|
61
|
+
var els = node.getElementsByTagName("*");
|
62
|
+
for(var i=0,j=els.length; i<j; i++)
|
63
|
+
if(re.test(els[i].className))a.push(els[i]);
|
64
|
+
return a;
|
65
|
+
};
|
66
|
+
|
67
|
+
var ss_liga = function(that) {
|
68
|
+
var re = new RegExp(ss_keywords.join('|').replace(/[-[\]{}()*+?.,\\^$#\s]/g, "\\$&"),"gi");
|
69
|
+
return that.replace(re, function(v) {
|
70
|
+
return ss_icons[v.toLowerCase()];
|
71
|
+
});
|
72
|
+
};
|
73
|
+
|
74
|
+
ss_ready(function() {
|
75
|
+
if (document.getElementsByClassName) {
|
76
|
+
ss_legacy(document.getElementsByClassName('ss-icon'));
|
77
|
+
} else {
|
78
|
+
ss_legacy(ss_getElementsByClassName(document.body, 'ss-icon'));
|
79
|
+
}
|
80
|
+
});
|
81
|
+
|
82
|
+
}
|
83
|
+
|
84
|
+
};
|