-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·365 lines (342 loc) · 19.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<!--
IconExperience G-Collection v2.0
INCORS GmbH
http://www.incors.com
Copyright INCORS GmbH. All rights reserved.
-->
<html id="iex_layout_g_collection" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Language" content="en" />
<meta name="Description" content="IconExperience the source for professional icon collections" />
<meta name="Copyright" content="Copyright (c) 2003-2015 by INCORS GmbH" />
<meta name="Keywords" content="icon, icons, image, images, picture, pictures, iconcollection, collection, collections, stockicons, clipart, cliparts, icono, iconos, imagen, imagens, incors" />
<title>IconExperience G-Collection v1.0 - Icon Search</title>
<link rel="icon" href="_iconex_system/_html_img/favicon_g.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="_iconex_system/_styles/icon_experience.css" />
<link rel="stylesheet" type="text/css" href="_iconex_system/_styles/icon_experience_en.css" />
<link rel="stylesheet" type="text/css" href="_iconex_system/_styles/icon_search.css" />
<link rel="stylesheet" type="text/css" href="_iconex_system/_styles/g_collection.css" />
<link rel="stylesheet" type="text/css" href="_iconex_system/_styles/colorbox.css" />
<link rel="stylesheet" type="text/css" href="_iconex_system/_styles/local.css" />
<script src="_iconex_system/_scripts/jquery.js" type="text/javascript"></script>
<script src="_iconex_system/_scripts/jquery.colorbox.js" type="text/javascript"></script>
<script src="_iconex_system/_scripts/jquery.tools.min.js" type="text/javascript"></script>
<script src="_iconex_system/_scripts/jquery.incors.search_keyword_preprocessor.js" type="text/javascript"></script>
<script src="_iconex_system/_scripts/jquery.incors.icon_search.js" type="text/javascript"></script>
<script src="_iconex_system/_scripts/jquery.incors.icon_search_file.js" type="text/javascript"></script>
<script src="_iconex_system/_scripts/jquery.incors.g_collection_local.js" type="text/javascript"></script>
<script src="_iconex_system/_scripts/icon_keyword_table.js" type="text/javascript"></script>
<script src="_iconex_system/_scripts/jquery.incors.show_icons.js" type="text/javascript"></script>
<script type="text/javascript" src="_iconex_system/_scripts/jquery.incors.background_scroll.js"></script>
</head>
<body>
<script>
backgroundScrollStart();
function selectIcon(){
window.parent.postMessage($('.icon_preview').attr('src'), '*');
}
</script>
<div id="abs_cont"></div>
<!-- container -->
<table style="width: 100%; table-layout: fixed;" cellpadding="0" cellspacing="0">
<colgroup>
<col width="50%"/>
<col width="5px"/>
<col width="950px"/>
<col width="5px"/>
<col width="50%"/>
</colgroup>
<tr>
<td style="width: 50%;"></td>
<td style="width: 5px;"></td>
<td style="width: 950px; vertical-align: top; background: #fff;">
<!-- header -->
<!-- <div style="height: 93px; padding: 0 0 0 20px;">
<a id="iex_icon_experience_logo" href="http://www.iconexperience.com" style="background: url(_iconex_system/_html_img/logos.png) no-repeat 0 0;">
<div></div>
</a>
</div> -->
<!-- menu -->
<!-- <div style="height: 30px; margin: 00; background: #00796b;">
<div style="height: 30px; width: 950px; background: #00796b;">
<ul class="iex_menu_sub">
<li class="iex_menu_sub_item iex_menu_sub_item_not_selected"><a href="welcome.html">Welcome</a></li>
<li class="iex_menu_sub_item iex_menu_sub_item_selected">Icon Search</li>
<li class="iex_menu_sub_item iex_menu_sub_item_not_selected"><a href="license.html">License</a></li>
</ul>
</div>
</div> -->
<!-- content -->
<div>
<div id="alert"></div>
<div id="content">
<noscript>
<div style="padding: 10px;">
<table class="iex_heading_table iex_heading_1" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="iex_heading_top_left"></td>
<td class="iex_heading_top"></td>
<td class="iex_heading_top_right"></td>
</tr>
<tr>
<td class="iex_heading_left"></td>
<td class="iex_heading_middle">Welcome to the IconExperience Search</td>
<td class="iex_heading_right"></td>
</tr>
<tr>
<td class="iex_heading_bottom_left"></td>
<td class="iex_heading_bottom"></td>
<td class="iex_heading_bottom_right"></td>
</tr>
</table>
<div class="iex_content">
<p class="">Unfortunately your browser has <span style="color: #f00;">scripting disabled</span>, which is required for using the Icon Search.<br /> If you wish to see instructions on how to change your browser settings and enable the search, please see below.<br /> You might also refer to your browser's help section to find more information on how to enable scripting.</p>
</div>
<table class="iex_heading_table iex_heading_2" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="iex_heading_top_left"></td>
<td class="iex_heading_top"></td>
<td class="iex_heading_top_right"></td>
</tr>
<tr>
<td class="iex_heading_left"></td>
<td class="iex_heading_middle">Internet Explorer:</td>
<td class="iex_heading_right"></td>
</tr>
<tr>
<td class="iex_heading_bottom_left"></td>
<td class="iex_heading_bottom"></td>
<td class="iex_heading_bottom_right"></td>
</tr>
</table>
<div class="iex_content">
<ol>
<li>
<p class="">
If Internet Explorer shows a notification in the Information Bar (yellow bar at the top or bottom of this window) like:<br />
"Your security settings do not allow ActiveX controls to run on this page. This page may not display correctly. Click here for more options..."<br />
</p>
<ul>
<li>Click on the Information Bar.</li>
<li>Choose "Allow this site to run ActiveX controls".</li>
<li>Confirm the message dialog.</li>
</ul>
<p style="margin: 10px 0 20px 0;">If you already closed the Information Bar, please reload the page and the Information Bar will appear again.</p>
</li>
<li>
<p class="">If Internet Explorer shows no notification in the Information Bar you might have to activate Javascript in the browser settings:</p>
<ul>
<li>Select "Tools" then click "Internet Options".</li><li>Click on the "Security" tab.</li><li>Click on the "Custom Level" button.</li><li>Scroll down until you see the section labeled "Scripting".</li><li>Under "Active Scripting", select "Enable" and click "OK".</li>
</ul>
</li>
</ol>
</div>
<table class="iex_heading_table iex_heading_2" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="iex_heading_top_left"></td>
<td class="iex_heading_top"></td>
<td class="iex_heading_top_right"></td>
</tr>
<tr>
<td class="iex_heading_left"></td>
<td class="iex_heading_middle">Firefox (Mozilla):</td>
<td class="iex_heading_right"></td>
</tr>
<tr>
<td class="iex_heading_bottom_left"></td>
<td class="iex_heading_bottom"></td>
<td class="iex_heading_bottom_right"></td>
</tr>
</table>
<div class="iex_content">
<p class="">Enable JavaScript:</p>
<ul>
<li>Select "Tools", then click "Options".</li><li>Click on the "Content" tab.</li><li>Select "Enable JavaScript" and click "OK".</li>
</ul>
</div>
<table class="iex_heading_table iex_heading_2" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="iex_heading_top_left"></td>
<td class="iex_heading_top"></td>
<td class="iex_heading_top_right"></td>
</tr>
<tr>
<td class="iex_heading_left"></td>
<td class="iex_heading_middle">Safari:</td>
<td class="iex_heading_right"></td>
</tr>
<tr>
<td class="iex_heading_bottom_left"></td>
<td class="iex_heading_bottom"></td>
<td class="iex_heading_bottom_right"></td>
</tr>
</table>
<div class="iex_content">
<p class="">Enable JavaScript:</p>
<ul>
<li>Select "Edit," then click "Preferences".</li><li>Click on the "Security" tab.</li><li>Select "Enable JavaScript".</li><li>Close the "Preferences" dialog.</li>
</ul>
</div>
<table class="iex_heading_table iex_heading_2" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="iex_heading_top_left"></td>
<td class="iex_heading_top"></td>
<td class="iex_heading_top_right"></td>
</tr>
<tr>
<td class="iex_heading_left"></td>
<td class="iex_heading_middle">Other Browsers:</td>
<td class="iex_heading_right"></td>
</tr>
<tr>
<td class="iex_heading_bottom_left"></td>
<td class="iex_heading_bottom"></td>
<td class="iex_heading_bottom_right"></td>
</tr>
</table>
<div class="iex_content">
<p class="">Please refer to your browsers manual or help section to find instructions on how to enable JavScript.</p>
</div>
</div>
</noscript>
<table id="icon_search" class="style_standard" style="display: none;">
<tbody>
<colgroup>
<col style="width: 100%;">
<col style="width: 310px;">
</colgroup>
<!-- <tr>
<td colspan="2" style="background: #f9f9f9; text-align: center; padding: 5px;">
<div class="style_img style_img_standard" data-style="standard" alt=""><div class="style_img_wrapped">standard style</div></div>
<div class="style_img style_img_blue" data-style="blue" alt=""><div class="style_img_wrapped">blue style</div></div>
<div class="style_img style_img_gradient" data-style="gradient" alt=""><div class="style_img_wrapped">gradient style</div></div>
</td>
</tr> -->
<tr>
<td id="left_col">
<div id="search" style="background: url(_iconex_system/_html_img/binocular_search_header.png) no-repeat 18px 11px #fff; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; box-sizing: border-box;">
<div id="search_heading"></div>
<div id="search_input">
<form onsubmit="return false;" action="#" style="padding: 0; margin: 0;">
<input id="i_icon_search" type="text" class="input" value="" />
</form>
</div>
<table id="search_type_table">
<tr>
<td id="search_type_table_left">
search for:
</td>
<td id="search_type_table_right">
<nobr><input id="search_type_keywords" type="radio" name="search_type" value="keywords" checked="checked" /> keywords
<!-- <input id="search_type_icon_names" type="radio" name="search_type" value="icon_names" /> icon names -->
</nobr>
</td>
</tr>
</table>
</div>
<div id="results" style="padding: 5px 0;">
<table cellpadding="0" cellspacing="0" style="width: 100%; height: 100%; text-align: center; table-layout: fixed;">
<tr style="height: 25px;">
<td></td>
</tr>
<tr style="height: 100%;">
<td>
<table cellpadding="0" cellspacing="0" style="width: 489px; height: 100%; margin: 0 auto; position: relative; color: #fff; table-layout: fixed;">
<colgroup>
<col width="40px;"/>
<col width="200px"/>
<col width="100%"/>
<col width="200px"/>
</colgroup>
<tr style="height: 50px;">
<td></td>
<td rowspan="2" style="position: relative;">
<table cellpadding="0" cellspacing="0" class="iex_box_shadow_2" style=" position: absolute; top: 0; width: 200px; height: 120px; background: #ffa529;">
<tr>
<td>
<img src="_iconex_system/_html_img/arrow_up.png" alt="" />
</td>
</tr>
<tr>
<td style="padding: 10px; 20px;">
type any term into the search field
</td>
</tr>
</table>
</td>
<td colspan="2"></td>
</tr>
<tr style="height: 70px;">
<td style="background: #009688;"></td>
<td colspan="2" style="background: #009688;"></td>
</tr>
<tr style="height: 90%;">
<td colspan="4" style="background: #009688; padding: 20px 80px; font-size: 18px;">
<span style="position: relative; top: 5px;">search results will be displayed here as you type</span>
</td>
</tr>
<tr style="height: 120px;">
<td colspan="3" style="background: #009688;"></td>
<td style="position: relative; background: #009688;">
<table cellpadding="0" cellspacing="0" class="iex_box_shadow_2" style=" position: absolute; top: 0; left: 50px; width: 200px; height: 120px; background: #ffa529;">
<tr>
<td style="padding: 10px 20px;">
click on results to view sizes here
</td>
<td style="width: 50px;">
<img src="_iconex_system/_html_img/arrow_right.png" alt="" />
</td>
</tr>
</table>
</td>
</tr>
<tr style="height: 40px;">
<td colspan="4" style="background: #009688;"></td>
</tr>
</table>
</td>
</tr>
<tr style="height: 75px;">
<td></td>
</tr>
</table>
</div>
</td>
<td id="right_col">
<div id="details" onclick="selectIcon()"></div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- <div id="iex_footer" style="position: relative; height: 41px;">
<table style="position: absolute; right: 20px; height: 41px; float: right;" cellpadding="0" cellspacing="0">
<tr>
<td style="line-height: 41px; vertical-align: center; padding: 0 5px;"><nobr>Copyright ©</nobr></td>
<td style="width: 50px; padding: 3px 0;">
<a href="http://www.incors.com" style="display:block; width: 53px; height: 36px; background: url(_iconex_system/_html_img/logos.png) no-repeat -364px 0;" target="_blank"></a>
</td>
</tr>
</table>
<div style="text-align: center; line-height: 41px; vertical-align: center;"><a href="http://www.incors.com/company" target="_blank">Company</a> <a href="http://www.incors.com/imprint" target="_blank">Imprint</a> <a href="http://www.incors.com/legal" target="_blank">Legal</a></div>
</div> -->
</td>
<td style="width: 5px;"></td>
<td style="width: 50%;"></td>
</tr>
<tr style="height: 6px;">
<td></td>
<td style="width: 5px;"></td>
<td style="width: 5px;"></td>
<td style="width: 5px;"></td>
<td></td>
</tr>
</table>
<div id="tooltip_right_click">
<table id="tooltip_right_click_content" cellpadding="0" cellspacing="0"><tr><td>right click to save image</td></tr></table>
</div>
</body>
</html>