brand2csv 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +14 -0
  3. data/.rspec +1 -0
  4. data/.travis.yml +26 -0
  5. data/Gemfile +4 -0
  6. data/History.txt +121 -0
  7. data/LICENCE.txt +515 -0
  8. data/Manifest.txt +54 -0
  9. data/README.md +27 -0
  10. data/Rakefile +18 -0
  11. data/bin/brand2csv +100 -0
  12. data/brand2csv.gemspec +44 -0
  13. data/lib/brand2csv.rb +594 -0
  14. data/lib/brand2csv/version.rb +3 -0
  15. data/logs/aspen_08_08_1986.html +598 -0
  16. data/logs/post.rohdaten.httpfox +1 -0
  17. data/logs/post.rohdaten.mechanize +1 -0
  18. data/logs/protocol_swissreg.log +86 -0
  19. data/logs/result_01.10.2005.jsp +598 -0
  20. data/logs/sr1.jsp +449 -0
  21. data/logs/sr3.jsp +598 -0
  22. data/logs/start.jsp +350 -0
  23. data/logs/start2.jsp +434 -0
  24. data/protocol.2013.05.12.textile +56 -0
  25. data/protocol.2013.05.15.textile +49 -0
  26. data/protocol.2013.05.21.textile +84 -0
  27. data/spec/brand2csv_spec.rb +62 -0
  28. data/spec/csv_spec.rb +57 -0
  29. data/spec/data/aspectra/detail_00001_P-480296.html +531 -0
  30. data/spec/data/aspectra/detail_00002_P-482236.html +531 -0
  31. data/spec/data/aspectra/detail_00003_641074.html +539 -0
  32. data/spec/data/aspectra/first_results.html +600 -0
  33. data/spec/data/einfache_suche.html +434 -0
  34. data/spec/data/erweiterte_suche.html +446 -0
  35. data/spec/data/main.html +350 -0
  36. data/spec/data/result_short.html +606 -0
  37. data/spec/data/resultate_1.html +446 -0
  38. data/spec/data/resultate_2.html +446 -0
  39. data/spec/data/urner_wildheu/detail_00001_57862.2013.html +516 -0
  40. data/spec/data/urner_wildheu/first_results.html +598 -0
  41. data/spec/data/vereinfachte_1.html +847 -0
  42. data/spec/data/vereinfachte_detail_33.html +516 -0
  43. data/spec/detail_spec.rb +28 -0
  44. data/spec/short_spec.rb +55 -0
  45. data/spec/simple_search.rb +43 -0
  46. data/spec/spec_helper.rb +34 -0
  47. data/spec/support/core_ext/kernel.rb +26 -0
  48. data/spec/support/server_mock_helper.rb +143 -0
  49. data/spec/swissreg_spec.rb +45 -0
  50. data/spec/trademark_numbers_spec.rb +21 -0
  51. data/spec/utilities_spec.rb +83 -0
  52. data/spike.rb +491 -0
  53. data/spike_mechanize_swissreg.rb +312 -0
  54. data/spike_watir.rb +58 -0
  55. data/swissreg.rb +75 -0
  56. metadata +86 -7
@@ -0,0 +1,539 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
14
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="de">
15
+
16
+ <head>
17
+ <title>Swissreg - Eidg. Institut für Geistiges Eigentum</title>
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
26
+ <meta http-equiv="cache-control" content="private,no-cache,no-store"/>
27
+ <meta http-equiv="language" content="de, fr, it, en" />
28
+ <meta name="keywords" content="Recherchen, Datenbankrecherche, Patentinformation, Patentrecherche, Patent, Patentamt, IGE, Eidgen�ssisches Institut f�r Geistiges Eigentum, Infocenter, Patentsammlung, Patentdokument, Register, Schutzrecht, Patentgesetz, Patentverordnung, Markengesetz, Haager Abkommen, Erfindungen, Erfinder, Marktanalyse, Informationsvermittlung, unlauterer Wettbewerb, Erfindungspatent, Herkunftsbezeichnungen, SHAB, PMMBl, Handelsamtsblatt, Markenschutz, Marke, Namen, domain, domainnamen, Markenanmeldung, Urheberrecht, Suisa, Pro Literis, SSA, SMCC, Suissimage, Verwertungsgesellschaften, Topographien, Immaterialgüterrecht, espacenet, Gratisdatenbank, Design, Designschutz, Muster und Raubkopien, Geschmacksmuster, Gebrauchsmuster, ESZ, Schutzzertifikate"/>
29
+ <meta name="description" content="Schweizer Patentamt, Patente, Marken, Design, ESZ, Urheberrecht, Recherchen, Topographie, Datenbanken"/>
30
+ <meta name="abstract" content=" Datenbankrecherchen, Patentrecherchen, Markenschutz, Markenrecherchen, Design, Muster Modelle, Designrecherche, Urheberrecht"/>
31
+ <meta name="robots" content="noindex" />
32
+ <meta name="robots" content="nofollow" />
33
+ <meta name="publisher" content="Eidg. Institut f&uuml;r Geistiges Eigentum"/>
34
+ <link rel="shortcut icon" href='/srclient/img/favicon.ico'/>
35
+ <link rel="stylesheet" type="text/css" href='/srclient/css/base.css' media="screen" />
36
+ <link rel="stylesheet" type="text/css" href='/srclient/css/print.css' media="print" />
37
+ <script type="text/javascript" src='/srclient/js/sr2.js'></script>
38
+
39
+
40
+ </head>
41
+
42
+ <body class="hitlist" onload="self.focus();">
43
+ <form id="id_swissreg" name="id_swissreg" method="post" action="/srclient/faces/jsp/trademark/sr300.jsp" enctype="application/x-www-form-urlencoded">
44
+
45
+
46
+
47
+ <div id="header"><table class="wMax"><tbody><tr><td class="textLeft"><span class="textLeft">
48
+ <a name="anchor_home" id="anchor_home"></a>
49
+ <a id="id_swissreg:sub_language:link_home" name="id_swissreg:sub_language:link_home" href="http://www.ige.ch/de.html" accesskey="0" target="_blank"><img id="id_swissreg:sub_language:logswissreg" src="/srclient/img/ige_logo_86.png" alt="Logo IPI" /></a></span></td><td class="center"><span id="id_swissreg:sub_language:breadcrum" class="breadcrum"><a id="id_swissreg:sub_language:breadcrum_link" name="id_swissreg:sub_language:breadcrum_link" href="http://www.ige.ch/de.html" target="_blank">ige.ch</a> &gt; elektronische Schutzrechtdatenbank</span></td><td class="right"><div id="language"><div id="header_app_name">swissreg</div></div></td></tr>
50
+ </tbody></table></div>
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+ <div id="navigation"><script type="text/javascript"><!--
66
+
67
+
68
+ function oamSetHiddenInput(formname, name, value)
69
+ {
70
+ var form = document.forms[formname];
71
+ if(typeof form.elements[name]=='undefined')
72
+ {
73
+ var newInput = document.createElement('input');
74
+ newInput.setAttribute('type','hidden');
75
+ newInput.setAttribute('name',name);
76
+ newInput.setAttribute('value',value);
77
+ form.appendChild(newInput);
78
+ }
79
+ else
80
+ {
81
+ form.elements[name].value=value;
82
+ }
83
+
84
+ }
85
+
86
+
87
+ function oamClearHiddenInput(formname, name, value)
88
+ {
89
+ var form = document.forms[formname];
90
+ if(typeof form.elements[name]!='undefined')
91
+ {
92
+ form.elements[name].value=null;
93
+ }
94
+
95
+ }
96
+
97
+ function oamSubmitForm(formName, linkId, target, params)
98
+ {
99
+
100
+ var clearFn = 'clearFormHiddenParams_'+formName.replace(/-/g, '\$:').replace(/:/g,'_');
101
+ if(typeof eval('window.'+clearFn)!='undefined')
102
+ {
103
+ eval('window.'+clearFn+'(formName)');
104
+ }
105
+
106
+ if(typeof window.getScrolling!='undefined')
107
+ {
108
+ oamSetHiddenInput(formName,'autoScroll',getScrolling());
109
+ }
110
+
111
+ var oldTarget = '';
112
+ if((typeof target!='undefined') && target != null)
113
+ {
114
+ oldTarget=document.forms[formName].target;
115
+ document.forms[formName].target=target;
116
+ }
117
+ if((typeof params!='undefined') && params != null)
118
+ {
119
+ for(var i=0; i<params.length; i++)
120
+ {
121
+ oamSetHiddenInput(formName,params[i][0], params[i][1]);
122
+ }
123
+
124
+ }
125
+
126
+ oamSetHiddenInput(formName,formName +':'+'_idcl',linkId);
127
+
128
+ if(document.forms[formName].onsubmit)
129
+ {
130
+ var result=document.forms[formName].onsubmit();
131
+ if((typeof result=='undefined')||result)
132
+ {
133
+ document.forms[formName].submit();
134
+ }
135
+
136
+ }
137
+ else
138
+ {
139
+ document.forms[formName].submit();
140
+ }
141
+ if(oldTarget==null) oldTarget='';
142
+ document.forms[formName].target=oldTarget;
143
+ if((typeof params!='undefined') && params != null)
144
+ {
145
+ for(var i=0; i<params.length; i++)
146
+ {
147
+ oamClearHiddenInput(formName,params[i][0], params[i][1]);
148
+ }
149
+
150
+ }
151
+
152
+ oamClearHiddenInput(formName,formName +':'+'_idcl',linkId);return false;
153
+ }
154
+
155
+
156
+ //--></script><a href="#" onclick="return oamSubmitForm('id_swissreg','id_swissreg:sub_detailheader:link_header_home');" id="id_swissreg:sub_detailheader:link_header_home" accesskey="0" title="zur Startseite">Home</a>
157
+ <input type="hidden" name="autoScroll" />
158
+ &nbsp;|&nbsp;<a href="#" onclick="javascript:window.close();return oamSubmitForm('id_swissreg','id_swissreg:sub_detailheader:link_header_close');" id="id_swissreg:sub_detailheader:link_header_close">Schliessen</a>&nbsp;|&nbsp;</div>
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+ <div id="content2">
175
+
176
+ <div id="options">
177
+
178
+
179
+ <h1 class="non_printable">Detailansicht zu Marken Nr.: 641074<span class="info">Was Sie über <a id="id_swissreg:sub_title:_idJsp28" href="https://www.swissreg.ch/help/de/trademark/sr1000.shtm#anchor_detail" target="_blank" style="cursor:help;"><strong>diese Detailansicht</strong></a> wissen sollten.</span></h1>
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
+ <fieldset class="non_printable"><legend>Aktionen</legend><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="w250"><span style="display: block;" class="row0">Schutztitel</span></td><td class="w450"><span style="display: block;" class="row0">Info</span></td></tr>
225
+ <tr><td class="w250"><a href="#" onclick="return oamSubmitForm('id_swissreg','id_swissreg:mainContent:sub_actions:id_pdf_detail');" id="id_swissreg:mainContent:sub_actions:id_pdf_detail">PDF (A4/hoch)</a></td><td class="w450">PDF zum aktuellen Schutztitel erstellen</td></tr>
226
+ <tr><td class="w250"><a id="id_swissreg:mainContent:sub_actions:_idJsp44" name="id_swissreg:mainContent:sub_actions:_idJsp44" href="mailto:?subject=Swissreg - Detailansicht zu Marken Nr.: 641074&amp;body=%0Ahttps://www.swissreg.ch/srclient/de/tm/641074%0A%0Ahttps://www.swissreg.ch/srclient/faces/jsp/trademark/sr300.jsp?language=de%26section=tm%26id=641074&language=de&section=tm&id=641074">Versenden</a></td><td class="w450">Weblink des aktuellen Schutztitel per Email versenden</td></tr>
227
+ </tbody></table></fieldset><div class="non_printable"><fieldset><legend>Navigation</legend><img src="/srclient/img/arrow_first_disable.png" />&nbsp;<img src="/srclient/img/arrow_previous_disable.png" />&nbsp;<img src="/srclient/img/arrow_next_disable.png" />&nbsp;<img src="/srclient/img/arrow_last_disable.png" /></fieldset></div><a name="anchor_register" id="anchor_register"></a><fieldset class="result"><legend><strong>Aktueller Stand</strong><span class="non_printable">&nbsp;(&nbsp;<a id="id_swissreg:mainContent:link_reg_show" name="id_swissreg:mainContent:link_reg_show" href="#" onclick="detailShow('register'); return false;">einblenden</a>&nbsp;/&nbsp;<a id="id_swissreg:mainContent:link_reg_hide" name="id_swissreg:mainContent:link_reg_hide" href="#" onclick="detailHide('register'); return false;">ausblenden</a>&nbsp;)&nbsp;|&nbsp;<a id="id_swissreg:mainContent:link_snapshot" name="id_swissreg:mainContent:link_snapshot" href="#anchor_snapshot">Stand zum Zeitpunkt der Eintragung</a>&nbsp;|&nbsp;<a id="id_swissreg:mainContent:link_history" name="id_swissreg:mainContent:link_history" href="#anchor_history">Historie</a></span></legend><div id="register">
228
+ <table id="id_swissreg:mainContent:data" class="small-border">
229
+ <thead>
230
+ <tr><th class="row0">Bezeichnung</th><th class="row0"></th></tr></thead>
231
+ <tbody id="id_swissreg:mainContent:data:tbody_element">
232
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Auszug vom</td><td class="w500">23.09.2013</td></tr>
233
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Status</td><td class="w500"><strong>aktive Marke</strong></td></tr>
234
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Marken Nr.</td><td class="w500">641074</td></tr>
235
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Hinterlegungsdatum</td><td class="w500">03.01.2013</td></tr>
236
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Ablauf Schutzfrist</td><td class="w500">03.01.2023</td></tr>
237
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Quelle erste Veröffentlichung</td><td class="w500">Swissreg am 18.03.2013</td></tr>
238
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Gesuch Nr.</td><td class="w500">50075/2013</td></tr>
239
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Marke</td><td class="w500"><a href="https://www.swissreg.ch/srclient/images/loadImage?Action=LoadImg&amp;ItemType=tm&amp;ImageType=print&amp;ImageHash=90AD26B7464F039C71152CE4F50B774955C77121.jpeg" target="image_detail">Markenabbildung (38 KB)</a><br/><a href="https://www.swissreg.ch/srclient/images/loadImage?Action=LoadImg&amp;ItemType=tm&amp;ImageType=print&amp;ImageHash=90AD26B7464F039C71152CE4F50B774955C77121.jpeg" target="image_detail"><img src="https://www.swissreg.ch/srclient/images/loadImage?Action=LoadImg&amp;ItemType=tm&amp;ImageType=screen&amp;ImageHash=6C3682B80EAB882ADB4373942096EF06094950C6.png" width="227" height="50" alt=""/></a></td></tr>
240
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Inhaber/in</td><td class="w500">aspectra AG<br/>Weberstrasse 6<br/>8004 Zürich</td></tr>
241
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Waren und Dienstleistungen</td><td class="w500"><strong>9</strong><br/>Wissenschaftliche, Schifffahrts-, Vermessungs-, fotografische, Film-, optische, Wäge-, Mess-, Signal-, Kontroll-, Rettungs- und Unterrichtsapparate und -instrumente; Apparate und Instrumente zum Leiten, Schalten, Umwandeln, Speichern, Regeln und Kontrollieren von Elektrizität; Geräte zur Aufzeichnung, Übertragung und Wiedergabe von Ton und Bild; Magnetaufzeichnungsträger, Schallplatten; CDs, DVDs und andere digitale Aufzeichnungsträger; Mechaniken für geldbetätigte Apparate; Registrierkassen, Rechenmaschinen, Hardware für die Datenverarbeitung, Computer; Computersoftware; Feuerlöschgeräte.<br/><br/><strong>35</strong><br/>Werbung; Geschäftsführung; Unternehmensverwaltung; Büroarbeiten.<br/><br/><strong>37</strong><br/>Bauwesen; Reparaturwesen; Installationsarbeiten.<br/><br/><strong>38</strong><br/>Telekommunikation.<br/><br/><strong>42</strong><br/>Wissenschaftliche und technologische Dienstleistungen und Forschungsarbeiten und diesbezügliche Designerdienstleistungen; industrielle Analyse- und Forschungsdienstleistungen; Entwurf und Entwicklung von Computerhardware und -software.<br/></td></tr>
242
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Nizza Klassifikation Nr.</td><td class="w500">9, 35, 37 - 38, 42</td></tr>
243
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Eintragung ins Markenregister</td><td class="w500">18.03.2013</td></tr>
244
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Widerspruchsstatus</td><td class="w500">kein Widerspruch erhoben</td></tr>
245
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Datum techn. Aktualisierung</td><td class="w500">18.03.2013</td></tr></tbody></table>
246
+ </div></fieldset><a name="anchor_snapshot" id="anchor_snapshot"></a><fieldset class="result"><legend><strong>Stand zum Zeitpunkt der Eintragung</strong><span class="non_printable">&nbsp;(&nbsp;<a id="id_swissreg:mainContent:link_reg_show" name="id_swissreg:mainContent:link_reg_show" href="#" onclick="detailShow('snapshot'); return false;">einblenden</a>&nbsp;/&nbsp;<a id="id_swissreg:mainContent:link_reg_hide" name="id_swissreg:mainContent:link_reg_hide" href="#" onclick="detailHide('snapshot'); return false;">ausblenden</a>&nbsp;)&nbsp;|&nbsp;<a id="id_swissreg:mainContent:link_register" name="id_swissreg:mainContent:link_register" href="#anchor_register">Aktueller Stand</a>&nbsp;|&nbsp;<a id="id_swissreg:mainContent:link_history" name="id_swissreg:mainContent:link_history" href="#anchor_history">Historie</a></span></legend><div id="snapshot" style="display:none;">
247
+ <table id="id_swissreg:mainContent:snapshotData" class="small-border">
248
+ <thead>
249
+ <tr><th class="row0">Bezeichnung</th><th class="row0"></th></tr></thead>
250
+ <tbody id="id_swissreg:mainContent:snapshotData:tbody_element">
251
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Marke Nr.</td><td class="w500">641074</td></tr>
252
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Hinterlegungsdatum / Beginn Schutzfrist</td><td class="w500">03. Januar 2013</td></tr>
253
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Ablauf Schutzdauer (Jahre)</td><td class="w500">10</td></tr>
254
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Markeneintragungsgesuch</td><td class="w500">50075/2013</td></tr>
255
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Marke</td><td class="w500"><a href="https://www.swissreg.ch/srclient/images/loadImage?Action=LoadImg&amp;ItemType=tm&amp;ImageType=print&amp;ImageHash=90AD26B7464F039C71152CE4F50B774955C77121.jpeg" target="image_detail">Markenabbildung (38 KB)</a><br/><a href="https://www.swissreg.ch/srclient/images/loadImage?Action=LoadImg&amp;ItemType=tm&amp;ImageType=print&amp;ImageHash=90AD26B7464F039C71152CE4F50B774955C77121.jpeg" target="image_detail"><img src="https://www.swissreg.ch/srclient/images/loadImage?Action=LoadImg&amp;ItemType=tm&amp;ImageType=screen&amp;ImageHash=6C3682B80EAB882ADB4373942096EF06094950C6.png" width="227" height="50" alt=""/></a></td></tr>
256
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Inhaber/in</td><td class="w500">aspectra AG<br/>Weberstrasse 6<br/>8004 Zürich</td></tr>
257
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Verzeichnis der Waren und/oder Dienstleistungen</td><td class="w500"><strong>9</strong><br/>Wissenschaftliche, Schifffahrts-, Vermessungs-, fotografische, Film-, optische, Wäge-, Mess-, Signal-, Kontroll-, Rettungs- und Unterrichtsapparate und -instrumente; Apparate und Instrumente zum Leiten, Schalten, Umwandeln, Speichern, Regeln und Kontrollieren von Elektrizität; Geräte zur Aufzeichnung, Übertragung und Wiedergabe von Ton und Bild; Magnetaufzeichnungsträger, Schallplatten; CDs, DVDs und andere digitale Aufzeichnungsträger; Mechaniken für geldbetätigte Apparate; Registrierkassen, Rechenmaschinen, Hardware für die Datenverarbeitung, Computer; Computersoftware; Feuerlöschgeräte.<br/><br/><strong>35</strong><br/>Werbung; Geschäftsführung; Unternehmensverwaltung; Büroarbeiten.<br/><br/><strong>37</strong><br/>Bauwesen; Reparaturwesen; Installationsarbeiten.<br/><br/><strong>38</strong><br/>Telekommunikation.<br/><br/><strong>42</strong><br/>Wissenschaftliche und technologische Dienstleistungen und Forschungsarbeiten und diesbezügliche Designerdienstleistungen; industrielle Analyse- und Forschungsdienstleistungen; Entwurf und Entwicklung von Computerhardware und -software.<br/></td></tr>
258
+ <tr class="row2" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200">Internationale Klassifikation</td><td class="w500">9,35,37-38,42</td></tr></tbody></table>
259
+ </div></fieldset><a name="anchor_history" id="anchor_history"></a><fieldset class="result"><legend><strong>Historie</strong><span class="non_printable">&nbsp;(&nbsp;<a id="id_swissreg:mainContent:link_history_show" name="id_swissreg:mainContent:link_history_show" href="#" onclick="detailShow('history'); return false;">einblenden</a>&nbsp;/&nbsp;<a id="id_swissreg:mainContent:link_history_hide" name="id_swissreg:mainContent:link_history_hide" href="#" onclick="detailHide('history'); return false;">ausblenden</a>&nbsp;)&nbsp;|&nbsp;<a id="id_swissreg:mainContent:link_register" name="id_swissreg:mainContent:link_register" href="#anchor_register">Aktueller Stand</a>&nbsp;|&nbsp;<a id="id_swissreg:mainContent:link_snapshot" name="id_swissreg:mainContent:link_snapshot" href="#anchor_snapshot">Stand zum Zeitpunkt der Eintragung</a></span></legend><div id="history">
260
+ <table id="id_swissreg:mainContent:historyData" class="small-border">
261
+ <thead>
262
+ <tr><th class="row0">Datum</th><th class="row0">Registeränderung</th></tr></thead>
263
+ <tbody id="id_swissreg:mainContent:historyData:tbody_element">
264
+ <tr class="row1" onmouseout="(this.rowIndex % 2 == 0) ? this.style.backgroundColor='#F0F0F0' : this.style.backgroundColor='#E6E6E6'" onmouseover="this.style.backgroundColor='#EAF4F4'"><td class="w200"><strong>18.03.2013</strong></td><td class="w500"><strong>Eintragung</strong><br/><br/><br/>Veröffentlicht in Swissreg am 18.03.2013<div class="historyPrintPadding">&nbsp;</div></td></tr></tbody></table>
265
+ </div></fieldset><div class="non_printable"><fieldset><legend>Navigation</legend><img src="/srclient/img/arrow_first_disable.png" />&nbsp;<img src="/srclient/img/arrow_previous_disable.png" />&nbsp;<img src="/srclient/img/arrow_next_disable.png" />&nbsp;<img src="/srclient/img/arrow_last_disable.png" /></fieldset></div><fieldset class="non_printable"><legend>Aktionen</legend><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="w250"><span style="display: block;" class="row0">Schutztitel</span></td><td class="w450"><span style="display: block;" class="row0">Info</span></td></tr>
266
+ <tr><td class="w250"><a href="#" onclick="return oamSubmitForm('id_swissreg','id_swissreg:mainContent:sub_actions2:id_pdf_detail');" id="id_swissreg:mainContent:sub_actions2:id_pdf_detail">PDF (A4/hoch)</a></td><td class="w450">PDF zum aktuellen Schutztitel erstellen</td></tr>
267
+ <tr><td class="w250"><a id="id_swissreg:mainContent:sub_actions2:_idJsp169" name="id_swissreg:mainContent:sub_actions2:_idJsp169" href="mailto:?subject=Swissreg - Detailansicht zu Marken Nr.: 641074&amp;body=%0Ahttps://www.swissreg.ch/srclient/de/tm/641074%0A%0Ahttps://www.swissreg.ch/srclient/faces/jsp/trademark/sr300.jsp?language=de%26section=tm%26id=641074&language=de&section=tm&id=641074">Versenden</a></td><td class="w450">Weblink des aktuellen Schutztitel per Email versenden</td></tr>
268
+ </tbody></table></fieldset>
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
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+ </div>
471
+ </div>
472
+
473
+
474
+
475
+ <div id="footer"><a id="id_swissreg:sub_detailfooter:link_footer_top_of_page" name="id_swissreg:sub_detailfooter:link_footer_top_of_page" href="#anchor_home" title="Seitenanfang">Seitenanfang</a>&nbsp;|&nbsp;<a id="id_swissreg:sub_detailfooter:link_footer_help" name="id_swissreg:sub_detailfooter:link_footer_help" href="https://www.swissreg.ch/help/de/sr2000.shtm" accesskey="6" target="_blank" title="Hilfe">Hilfe</a>&nbsp;|&nbsp;<a href="#" onclick="javascript:window.close();return oamSubmitForm('id_swissreg','id_swissreg:sub_detailfooter:link_footer_close');" id="id_swissreg:sub_detailfooter:link_footer_close">Schliessen</a>&nbsp;|&nbsp;</div>
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+ <div id="session"></div>
493
+
494
+ <input type="hidden" name="id_swissreg_SUBMIT" value="1" /><input type="hidden" name="id_swissreg:_idcl" /><input type="hidden" name="id_swissreg:_link_hidden_" /><script type="text/javascript"><!--
495
+
496
+ function clear_id_5Fswissreg()
497
+ {
498
+ clearFormHiddenParams_id_swissreg('id_swissreg');
499
+ }
500
+
501
+ function clearFormHiddenParams_id_swissreg(currFormName)
502
+ {
503
+ var f = document.forms['id_swissreg'];
504
+ f.elements['id_swissreg:_idcl'].value='';
505
+ f.elements['id_swissreg:_link_hidden_'].value='';
506
+ f.target='';
507
+ }
508
+
509
+ clearFormHiddenParams_id_swissreg();
510
+ //--></script><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="rO0ABXVyABNbTGphdmEubGFuZy5PYmplY3Q7kM5YnxBzKWwCAAB4cAAAAAN0AAE3cHQAGC9qc3AvdHJhZGVtYXJrL3NyMzAwLmpzcA==" /></form>
511
+ <!-- MYFACES JAVASCRIPT -->
512
+
513
+ <script type="text/javascript"><!--
514
+
515
+ function getScrolling()
516
+ {
517
+ var x = 0; var y = 0;if (self.pageXOffset || self.pageYOffset)
518
+ {
519
+ x = self.pageXOffset;
520
+ y = self.pageYOffset;
521
+ }
522
+ else if ((document.documentElement && document.documentElement.scrollLeft)||(document.documentElement && document.documentElement.scrollTop))
523
+ {
524
+ x = document.documentElement.scrollLeft;
525
+ y = document.documentElement.scrollTop;
526
+ }
527
+ else if (document.body)
528
+ {
529
+ x = document.body.scrollLeft;
530
+ y = document.body.scrollTop;
531
+ }
532
+ return x + "," + y;
533
+ }
534
+
535
+ //--></script>
536
+
537
+ </body>
538
+
539
+ </html>