Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
2
 
3
window.onload = function() {
4
	function addIcon(el, entity) {
5
		var html = el.innerHTML;
6
		el.innerHTML = '<span style="font-family: \'ElegantIcons\'">' + entity + '</span>' + html;
7
	}
8
	var icons = {
9
			'arrow_up' : '&#x21;',
10
			'arrow_down' : '&#x22;',
11
			'arrow_left' : '&#x23;',
12
			'arrow_right' : '&#x24;',
13
			'arrow_left-up' : '&#x25;',
14
			'arrow_right-up' : '&#x26;',
15
			'arrow_right-down' : '&#x27;',
16
			'arrow_left-down' : '&#x28;',
17
			'arrow-up-down' : '&#x29;',
18
			'arrow_up-down_alt' : '&#x2a;',
19
			'arrow_left-right_alt' : '&#x2b;',
20
			'arrow_left-right' : '&#x2c;',
21
			'arrow_expand_alt2' : '&#x2d;',
22
			'arrow_expand_alt' : '&#x2e;',
23
			'arrow_condense' : '&#x2f;',
24
			'arrow_expand' : '&#x30;',
25
			'arrow_move' : '&#x31;',
26
			'arrow_carrot-up' : '&#x32;',
27
			'arrow_carrot-down' : '&#x33;',
28
			'arrow_carrot-left' : '&#x34;',
29
			'arrow_carrot-right' : '&#x35;',
30
			'arrow_carrot-2up' : '&#x36;',
31
			'arrow_carrot-2down' : '&#x37;',
32
			'arrow_carrot-2left' : '&#x38;',
33
			'arrow_carrot-2right' : '&#x39;',
34
			'arrow_carrot-up_alt2' : '&#x3a;',
35
			'arrow_carrot-down_alt2' : '&#x3b;',
36
			'arrow_carrot-left_alt2' : '&#x3c;',
37
			'arrow_carrot-right_alt2' : '&#x3d;',
38
			'arrow_carrot-2up_alt2' : '&#x3e;',
39
			'arrow_carrot-2down_alt2' : '&#x3f;',
40
			'arrow_carrot-2left_alt2' : '&#x40;',
41
			'arrow_carrot-2right_alt2' : '&#x41;',
42
			'arrow_triangle-up' : '&#x42;',
43
			'arrow_triangle-down' : '&#x43;',
44
			'arrow_triangle-left' : '&#x44;',
45
			'arrow_triangle-right' : '&#x45;',
46
			'arrow_triangle-up_alt2' : '&#x46;',
47
			'arrow_triangle-down_alt2' : '&#x47;',
48
			'arrow_triangle-left_alt2' : '&#x48;',
49
			'arrow_triangle-right_alt2' : '&#x49;',
50
			'arrow_back' : '&#x4a;',
51
			'icon_minus-06' : '&#x4b;',
52
			'icon_plus' : '&#x4c;',
53
			'icon_close' : '&#x4d;',
54
			'icon_check' : '&#x4e;',
55
			'icon_minus_alt2' : '&#x4f;',
56
			'icon_plus_alt2' : '&#x50;',
57
			'icon_close_alt2' : '&#x51;',
58
			'icon_check_alt2' : '&#x52;',
59
			'icon_zoom-out_alt' : '&#x53;',
60
			'icon_zoom-in_alt' : '&#x54;',
61
			'icon_search' : '&#x55;',
62
			'icon_box-empty' : '&#x56;',
63
			'icon_box-selected' : '&#x57;',
64
			'icon_minus-box' : '&#x58;',
65
			'icon_plus-box' : '&#x59;',
66
			'icon_box-checked' : '&#x5a;',
67
			'icon_circle-empty' : '&#x5b;',
68
			'icon_circle-slelected' : '&#x5c;',
69
			'icon_stop_alt2' : '&#x5d;',
70
			'icon_stop' : '&#x5e;',
71
			'icon_pause_alt2' : '&#x5f;',
72
			'icon_pause' : '&#x60;',
73
			'icon_menu' : '&#x61;',
74
			'icon_menu-square_alt2' : '&#x62;',
75
			'icon_menu-circle_alt2' : '&#x63;',
76
			'icon_ul' : '&#x64;',
77
			'icon_ol' : '&#x65;',
78
			'icon_adjust-horiz' : '&#x66;',
79
			'icon_adjust-vert' : '&#x67;',
80
			'icon_document_alt' : '&#x68;',
81
			'icon_documents_alt' : '&#x69;',
82
			'icon_pencil' : '&#x6a;',
83
			'icon_pencil-edit_alt' : '&#x6b;',
84
			'icon_pencil-edit' : '&#x6c;',
85
			'icon_folder-alt' : '&#x6d;',
86
			'icon_folder-open_alt' : '&#x6e;',
87
			'icon_folder-add_alt' : '&#x6f;',
88
			'icon_info_alt' : '&#x70;',
89
			'icon_error-oct_alt' : '&#x71;',
90
			'icon_error-circle_alt' : '&#x72;',
91
			'icon_error-triangle_alt' : '&#x73;',
92
			'icon_question_alt2' : '&#x74;',
93
			'icon_question' : '&#x75;',
94
			'icon_comment_alt' : '&#x76;',
95
			'icon_chat_alt' : '&#x77;',
96
			'icon_vol-mute_alt' : '&#x78;',
97
			'icon_volume-low_alt' : '&#x79;',
98
			'icon_volume-high_alt' : '&#x7a;',
99
			'icon_quotations' : '&#x7b;',
100
			'icon_quotations_alt2' : '&#x7c;',
101
			'icon_clock_alt' : '&#x7d;',
102
			'icon_lock_alt' : '&#x7e;',
103
			'icon_lock-open_alt' : '&#xe000;',
104
			'icon_key_alt' : '&#xe001;',
105
			'icon_cloud_alt' : '&#xe002;',
106
			'icon_cloud-upload_alt' : '&#xe003;',
107
			'icon_cloud-download_alt' : '&#xe004;',
108
			'icon_image' : '&#xe005;',
109
			'icon_images' : '&#xe006;',
110
			'icon_lightbulb_alt' : '&#xe007;',
111
			'icon_gift_alt' : '&#xe008;',
112
			'icon_house_alt' : '&#xe009;',
113
			'icon_genius' : '&#xe00a;',
114
			'icon_mobile' : '&#xe00b;',
115
			'icon_tablet' : '&#xe00c;',
116
			'icon_laptop' : '&#xe00d;',
117
			'icon_desktop' : '&#xe00e;',
118
			'icon_camera_alt' : '&#xe00f;',
119
			'icon_mail_alt' : '&#xe010;',
120
			'icon_cone_alt' : '&#xe011;',
121
			'icon_ribbon_alt' : '&#xe012;',
122
			'icon_bag_alt' : '&#xe013;',
123
			'icon_creditcard' : '&#xe014;',
124
			'icon_cart_alt' : '&#xe015;',
125
			'icon_paperclip' : '&#xe016;',
126
			'icon_tag_alt' : '&#xe017;',
127
			'icon_tags_alt' : '&#xe018;',
128
			'icon_trash_alt' : '&#xe019;',
129
			'icon_cursor_alt' : '&#xe01a;',
130
			'icon_mic_alt' : '&#xe01b;',
131
			'icon_compass_alt' : '&#xe01c;',
132
			'icon_pin_alt' : '&#xe01d;',
133
			'icon_pushpin_alt' : '&#xe01e;',
134
			'icon_map_alt' : '&#xe01f;',
135
			'icon_drawer_alt' : '&#xe020;',
136
			'icon_toolbox_alt' : '&#xe021;',
137
			'icon_book_alt' : '&#xe022;',
138
			'icon_calendar' : '&#xe023;',
139
			'icon_film' : '&#xe024;',
140
			'icon_table' : '&#xe025;',
141
			'icon_contacts_alt' : '&#xe026;',
142
			'icon_headphones' : '&#xe027;',
143
			'icon_lifesaver' : '&#xe028;',
144
			'icon_piechart' : '&#xe029;',
145
			'icon_refresh' : '&#xe02a;',
146
			'icon_link_alt' : '&#xe02b;',
147
			'icon_link' : '&#xe02c;',
148
			'icon_loading' : '&#xe02d;',
149
			'icon_blocked' : '&#xe02e;',
150
			'icon_archive_alt' : '&#xe02f;',
151
			'icon_heart_alt' : '&#xe030;',
152
			'icon_star_alt' : '&#xe031;',
153
			'icon_star-half_alt' : '&#xe032;',
154
			'icon_star' : '&#xe033;',
155
			'icon_star-half' : '&#xe034;',
156
			'icon_tools' : '&#xe035;',
157
			'icon_tool' : '&#xe036;',
158
			'icon_cog' : '&#xe037;',
159
			'icon_cogs' : '&#xe038;',
160
			'arrow_up_alt' : '&#xe039;',
161
			'arrow_down_alt' : '&#xe03a;',
162
			'arrow_left_alt' : '&#xe03b;',
163
			'arrow_right_alt' : '&#xe03c;',
164
			'arrow_left-up_alt' : '&#xe03d;',
165
			'arrow_right-up_alt' : '&#xe03e;',
166
			'arrow_right-down_alt' : '&#xe03f;',
167
			'arrow_left-down_alt' : '&#xe040;',
168
			'arrow_condense_alt' : '&#xe041;',
169
			'arrow_expand_alt3' : '&#xe042;',
170
			'arrow_carrot_up_alt' : '&#xe043;',
171
			'arrow_carrot-down_alt' : '&#xe044;',
172
			'arrow_carrot-left_alt' : '&#xe045;',
173
			'arrow_carrot-right_alt' : '&#xe046;',
174
			'arrow_carrot-2up_alt' : '&#xe047;',
175
			'arrow_carrot-2dwnn_alt' : '&#xe048;',
176
			'arrow_carrot-2left_alt' : '&#xe049;',
177
			'arrow_carrot-2right_alt' : '&#xe04a;',
178
			'arrow_triangle-up_alt' : '&#xe04b;',
179
			'arrow_triangle-down_alt' : '&#xe04c;',
180
			'arrow_triangle-left_alt' : '&#xe04d;',
181
			'arrow_triangle-right_alt' : '&#xe04e;',
182
			'icon_minus_alt' : '&#xe04f;',
183
			'icon_plus_alt' : '&#xe050;',
184
			'icon_close_alt' : '&#xe051;',
185
			'icon_check_alt' : '&#xe052;',
186
			'icon_zoom-out' : '&#xe053;',
187
			'icon_zoom-in' : '&#xe054;',
188
			'icon_stop_alt' : '&#xe055;',
189
			'icon_menu-square_alt' : '&#xe056;',
190
			'icon_menu-circle_alt' : '&#xe057;',
191
			'icon_document' : '&#xe058;',
192
			'icon_documents' : '&#xe059;',
193
			'icon_pencil_alt' : '&#xe05a;',
194
			'icon_folder' : '&#xe05b;',
195
			'icon_folder-open' : '&#xe05c;',
196
			'icon_folder-add' : '&#xe05d;',
197
			'icon_folder_upload' : '&#xe05e;',
198
			'icon_folder_download' : '&#xe05f;',
199
			'icon_info' : '&#xe060;',
200
			'icon_error-circle' : '&#xe061;',
201
			'icon_error-oct' : '&#xe062;',
202
			'icon_error-triangle' : '&#xe063;',
203
			'icon_question_alt' : '&#xe064;',
204
			'icon_comment' : '&#xe065;',
205
			'icon_chat' : '&#xe066;',
206
			'icon_vol-mute' : '&#xe067;',
207
			'icon_volume-low' : '&#xe068;',
208
			'icon_volume-high' : '&#xe069;',
209
			'icon_quotations_alt' : '&#xe06a;',
210
			'icon_clock' : '&#xe06b;',
211
			'icon_lock' : '&#xe06c;',
212
			'icon_lock-open' : '&#xe06d;',
213
			'icon_key' : '&#xe06e;',
214
			'icon_cloud' : '&#xe06f;',
215
			'icon_cloud-upload' : '&#xe070;',
216
			'icon_cloud-download' : '&#xe071;',
217
			'icon_lightbulb' : '&#xe072;',
218
			'icon_gift' : '&#xe073;',
219
			'icon_house' : '&#xe074;',
220
			'icon_camera' : '&#xe075;',
221
			'icon_mail' : '&#xe076;',
222
			'icon_cone' : '&#xe077;',
223
			'icon_ribbon' : '&#xe078;',
224
			'icon_bag' : '&#xe079;',
225
			'icon_cart' : '&#xe07a;',
226
			'icon_tag' : '&#xe07b;',
227
			'icon_tags' : '&#xe07c;',
228
			'icon_trash' : '&#xe07d;',
229
			'icon_cursor' : '&#xe07e;',
230
			'icon_mic' : '&#xe07f;',
231
			'icon_compass' : '&#xe080;',
232
			'icon_pin' : '&#xe081;',
233
			'icon_pushpin' : '&#xe082;',
234
			'icon_map' : '&#xe083;',
235
			'icon_drawer' : '&#xe084;',
236
			'icon_toolbox' : '&#xe085;',
237
			'icon_book' : '&#xe086;',
238
			'icon_contacts' : '&#xe087;',
239
			'icon_archive' : '&#xe088;',
240
			'icon_heart' : '&#xe089;',
241
			'icon_profile' : '&#xe08a;',
242
			'icon_group' : '&#xe08b;',
243
			'icon_grid-2x2' : '&#xe08c;',
244
			'icon_grid-3x3' : '&#xe08d;',
245
			'icon_music' : '&#xe08e;',
246
			'icon_pause_alt' : '&#xe08f;',
247
			'icon_phone' : '&#xe090;',
248
			'icon_upload' : '&#xe091;',
249
			'icon_download' : '&#xe092;',
250
			'social_facebook' : '&#xe093;',
251
			'social_twitter' : '&#xe094;',
252
			'social_pinterest' : '&#xe095;',
253
			'social_googleplus' : '&#xe096;',
254
			'social_tumblr' : '&#xe097;',
255
			'social_tumbleupon' : '&#xe098;',
256
			'social_wordpress' : '&#xe099;',
257
			'social_instagram' : '&#xe09a;',
258
			'social_dribbble' : '&#xe09b;',
259
			'social_vimeo' : '&#xe09c;',
260
			'social_linkedin' : '&#xe09d;',
261
			'social_rss' : '&#xe09e;',
262
			'social_deviantart' : '&#xe09f;',
263
			'social_share' : '&#xe0a0;',
264
			'social_myspace' : '&#xe0a1;',
265
			'social_skype' : '&#xe0a2;',
266
			'social_youtube' : '&#xe0a3;',
267
			'social_picassa' : '&#xe0a4;',
268
			'social_googledrive' : '&#xe0a5;',
269
			'social_flickr' : '&#xe0a6;',
270
			'social_blogger' : '&#xe0a7;',
271
			'social_spotify' : '&#xe0a8;',
272
			'social_delicious' : '&#xe0a9;',
273
			'social_facebook_circle' : '&#xe0aa;',
274
			'social_twitter_circle' : '&#xe0ab;',
275
			'social_pinterest_circle' : '&#xe0ac;',
276
			'social_googleplus_circle' : '&#xe0ad;',
277
			'social_tumblr_circle' : '&#xe0ae;',
278
			'social_stumbleupon_circle' : '&#xe0af;',
279
			'social_wordpress_circle' : '&#xe0b0;',
280
			'social_instagram_circle' : '&#xe0b1;',
281
			'social_dribbble_circle' : '&#xe0b2;',
282
			'social_vimeo_circle' : '&#xe0b3;',
283
			'social_linkedin_circle' : '&#xe0b4;',
284
			'social_rss_circle' : '&#xe0b5;',
285
			'social_deviantart_circle' : '&#xe0b6;',
286
			'social_share_circle' : '&#xe0b7;',
287
			'social_myspace_circle' : '&#xe0b8;',
288
			'social_skype_circle' : '&#xe0b9;',
289
			'social_youtube_circle' : '&#xe0ba;',
290
			'social_picassa_circle' : '&#xe0bb;',
291
			'social_googledrive_alt2' : '&#xe0bc;',
292
			'social_flickr_circle' : '&#xe0bd;',
293
			'social_blogger_circle' : '&#xe0be;',
294
			'social_spotify_circle' : '&#xe0bf;',
295
			'social_delicious_circle' : '&#xe0c0;',
296
			'social_facebook_square' : '&#xe0c1;',
297
			'social_twitter_square' : '&#xe0c2;',
298
			'social_pinterest_square' : '&#xe0c3;',
299
			'social_googleplus_square' : '&#xe0c4;',
300
			'social_tumblr_square' : '&#xe0c5;',
301
			'social_stumbleupon_square' : '&#xe0c6;',
302
			'social_wordpress_square' : '&#xe0c7;',
303
			'social_instagram_square' : '&#xe0c8;',
304
			'social_dribbble_square' : '&#xe0c9;',
305
			'social_vimeo_square' : '&#xe0ca;',
306
			'social_linkedin_square' : '&#xe0cb;',
307
			'social_rss_square' : '&#xe0cc;',
308
			'social_deviantart_square' : '&#xe0cd;',
309
			'social_share_square' : '&#xe0ce;',
310
			'social_myspace_square' : '&#xe0cf;',
311
			'social_skype_square' : '&#xe0d0;',
312
			'social_youtube_square' : '&#xe0d1;',
313
			'social_picassa_square' : '&#xe0d2;',
314
			'social_googledrive_square' : '&#xe0d3;',
315
			'social_flickr_square' : '&#xe0d4;',
316
			'social_blogger_square' : '&#xe0d5;',
317
			'social_spotify_square' : '&#xe0d6;',
318
			'social_delicious_square' : '&#xe0d7;',
319
			'icon_printer' : '&#xe103;',
320
			'icon_calulator' : '&#xe0ee;',
321
			'icon_building' : '&#xe0ef;',
322
			'icon_floppy' : '&#xe0e8;',
323
			'icon_drive' : '&#xe0ea;',
324
			'icon_search-2' : '&#xe101;',
325
			'icon_id' : '&#xe107;',
326
			'icon_id-2' : '&#xe108;',
327
			'icon_puzzle' : '&#xe102;',
328
			'icon_like' : '&#xe106;',
329
			'icon_dislike' : '&#xe0eb;',
330
			'icon_mug' : '&#xe105;',
331
			'icon_currency' : '&#xe0ed;',
332
			'icon_wallet' : '&#xe100;',
333
			'icon_pens' : '&#xe104;',
334
			'icon_easel' : '&#xe0e9;',
335
			'icon_flowchart' : '&#xe109;',
336
			'icon_datareport' : '&#xe0ec;',
337
			'icon_briefcase' : '&#xe0fe;',
338
			'icon_shield' : '&#xe0f6;',
339
			'icon_percent' : '&#xe0fb;',
340
			'icon_globe' : '&#xe0e2;',
341
			'icon_globe-2' : '&#xe0e3;',
342
			'icon_target' : '&#xe0f5;',
343
			'icon_hourglass' : '&#xe0e1;',
344
			'icon_balance' : '&#xe0ff;',
345
			'icon_rook' : '&#xe0f8;',
346
			'icon_printer-alt' : '&#xe0fa;',
347
			'icon_calculator_alt' : '&#xe0e7;',
348
			'icon_building_alt' : '&#xe0fd;',
349
			'icon_floppy_alt' : '&#xe0e4;',
350
			'icon_drive_alt' : '&#xe0e5;',
351
			'icon_search_alt' : '&#xe0f7;',
352
			'icon_id_alt' : '&#xe0e0;',
353
			'icon_id-2_alt' : '&#xe0fc;',
354
			'icon_puzzle_alt' : '&#xe0f9;',
355
			'icon_like_alt' : '&#xe0dd;',
356
			'icon_dislike_alt' : '&#xe0f1;',
357
			'icon_mug_alt' : '&#xe0dc;',
358
			'icon_currency_alt' : '&#xe0f3;',
359
			'icon_wallet_alt' : '&#xe0d8;',
360
			'icon_pens_alt' : '&#xe0db;',
361
			'icon_easel_alt' : '&#xe0f0;',
362
			'icon_flowchart_alt' : '&#xe0df;',
363
			'icon_datareport_alt' : '&#xe0f2;',
364
			'icon_briefcase_alt' : '&#xe0f4;',
365
			'icon_shield_alt' : '&#xe0d9;',
366
			'icon_percent_alt' : '&#xe0da;',
367
			'icon_globe_alt' : '&#xe0de;',
368
			'icon_clipboard' : '&#xe0e6;'
369
		},
370
		els = document.getElementsByTagName('*'),
371
		i, attr, c, el;
372
	for (i = 0; ; i += 1) {
373
		el = els[i];
374
		if(!el) {
375
			break;
376
		}
377
		attr = el.getAttribute('data-icon');
378
		if (attr) {
379
			addIcon(el, attr);
380
		}
381
		c = el.className;
382
		c = c.match(/[^\s'"]+/);
383
		if (c && icons[c[0]]) {
384
			addIcon(el, icons[c[0]]);
385
		}
386
	}
387
};