cfdi 0.0.9 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/cfdi.gemspec +1 -0
- data/doc/CFDI/Certificado.html +533 -0
- data/doc/CFDI/Complemento.html +150 -0
- data/doc/CFDI/Comprobante.html +1758 -0
- data/doc/CFDI/Concepto.html +461 -0
- data/doc/CFDI/Domicilio.html +1040 -0
- data/doc/CFDI/ElementoComprobante.html +547 -0
- data/doc/CFDI/Entidad.html +600 -0
- data/doc/CFDI/Key.html +373 -0
- data/doc/CFDI.html +511 -0
- data/doc/Float.html +231 -0
- data/doc/_index.html +194 -0
- data/doc/class_list.html +54 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +338 -0
- data/doc/file_list.html +53 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +194 -0
- data/doc/js/app.js +214 -0
- data/doc/js/full_list.js +178 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +305 -0
- data/doc/top-level-namespace.html +114 -0
- data/lib/certificado.rb +17 -2
- data/lib/cfdi.rb +5 -1
- data/lib/complemento.rb +2 -0
- data/lib/comprobante.rb +97 -6
- data/lib/comun.rb +25 -2
- data/lib/concepto.rb +25 -6
- data/lib/entidad.rb +38 -3
- data/lib/key.rb +15 -1
- data/lib/xml.rb +5 -0
- data/test/comprobante_spec.rb +57 -0
- data/test/entidar_spec.rb +20 -0
- metadata +45 -3
@@ -0,0 +1,600 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Class: CFDI::Entidad
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.2
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '../';
|
20
|
+
framesUrl = "../frames.html#!" + escape(window.location.href);
|
21
|
+
</script>
|
22
|
+
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
27
|
+
|
28
|
+
|
29
|
+
</head>
|
30
|
+
<body>
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
<a href="../_index.html">Index (E)</a> »
|
35
|
+
<span class='title'><span class='object_link'><a href="../CFDI.html" title="CFDI (module)">CFDI</a></span></span>
|
36
|
+
»
|
37
|
+
<span class="title">Entidad</span>
|
38
|
+
|
39
|
+
|
40
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
+
</div>
|
42
|
+
|
43
|
+
<div id="search">
|
44
|
+
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
46
|
+
href="../class_list.html">
|
47
|
+
Class List
|
48
|
+
</a>
|
49
|
+
|
50
|
+
<a class="full_list_link" id="method_list_link"
|
51
|
+
href="../method_list.html">
|
52
|
+
Method List
|
53
|
+
</a>
|
54
|
+
|
55
|
+
<a class="full_list_link" id="file_list_link"
|
56
|
+
href="../file_list.html">
|
57
|
+
File List
|
58
|
+
</a>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
<div class="clear"></div>
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<iframe id="search_frame"></iframe>
|
65
|
+
|
66
|
+
<div id="content"><h1>Class: CFDI::Entidad
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
</h1>
|
71
|
+
|
72
|
+
<dl class="box">
|
73
|
+
|
74
|
+
<dt class="r1">Inherits:</dt>
|
75
|
+
<dd class="r1">
|
76
|
+
<span class="inheritName"><span class='object_link'><a href="ElementoComprobante.html" title="CFDI::ElementoComprobante (class)">ElementoComprobante</a></span></span>
|
77
|
+
|
78
|
+
<ul class="fullTree">
|
79
|
+
<li>Object</li>
|
80
|
+
|
81
|
+
<li class="next"><span class='object_link'><a href="ElementoComprobante.html" title="CFDI::ElementoComprobante (class)">ElementoComprobante</a></span></li>
|
82
|
+
|
83
|
+
<li class="next">CFDI::Entidad</li>
|
84
|
+
|
85
|
+
</ul>
|
86
|
+
<a href="#" class="inheritanceTree">show all</a>
|
87
|
+
|
88
|
+
</dd>
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
<dt class="r2 last">Defined in:</dt>
|
99
|
+
<dd class="r2 last">lib/entidad.rb</dd>
|
100
|
+
|
101
|
+
</dl>
|
102
|
+
<div class="clear"></div>
|
103
|
+
|
104
|
+
<h2>Overview</h2><div class="docstring">
|
105
|
+
<div class="discussion">
|
106
|
+
|
107
|
+
<p>Una persona fiscal</p>
|
108
|
+
|
109
|
+
|
110
|
+
</div>
|
111
|
+
</div>
|
112
|
+
<div class="tags">
|
113
|
+
|
114
|
+
|
115
|
+
</div>
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
<h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
120
|
+
<ul class="summary">
|
121
|
+
|
122
|
+
<li class="public ">
|
123
|
+
<span class="summary_signature">
|
124
|
+
|
125
|
+
<a href="#domicilioFiscal-instance_method" title="#domicilioFiscal (instance method)">- (CFDI::Domicilio, Hash) <strong>domicilioFiscal</strong> </a>
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
</span>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
<span class="summary_desc"><div class='inline'>
|
143
|
+
<p>El domicilio de esta entidad.</p>
|
144
|
+
</div></span>
|
145
|
+
|
146
|
+
</li>
|
147
|
+
|
148
|
+
|
149
|
+
<li class="public ">
|
150
|
+
<span class="summary_signature">
|
151
|
+
|
152
|
+
<a href="#expedidoEn-instance_method" title="#expedidoEn (instance method)">- (CFDI::Domicilio, Hash) <strong>expedidoEn</strong> </a>
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
</span>
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
<span class="summary_desc"><div class='inline'>
|
170
|
+
<p>El domicilio de la sucursal de emisión.</p>
|
171
|
+
</div></span>
|
172
|
+
|
173
|
+
</li>
|
174
|
+
|
175
|
+
|
176
|
+
<li class="public ">
|
177
|
+
<span class="summary_signature">
|
178
|
+
|
179
|
+
<a href="#nombre-instance_method" title="#nombre (instance method)">- (String) <strong>nombre</strong> </a>
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
</span>
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
<span class="summary_desc"><div class='inline'>
|
197
|
+
<p>El nombre o razón social de la entidad.</p>
|
198
|
+
</div></span>
|
199
|
+
|
200
|
+
</li>
|
201
|
+
|
202
|
+
|
203
|
+
<li class="public ">
|
204
|
+
<span class="summary_signature">
|
205
|
+
|
206
|
+
<a href="#regimenFiscal-instance_method" title="#regimenFiscal (instance method)">- (String) <strong>regimenFiscal</strong> </a>
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
</span>
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
<span class="summary_desc"><div class='inline'>
|
224
|
+
<p>El régimen fiscal, sólo de un emisor.</p>
|
225
|
+
</div></span>
|
226
|
+
|
227
|
+
</li>
|
228
|
+
|
229
|
+
|
230
|
+
<li class="public ">
|
231
|
+
<span class="summary_signature">
|
232
|
+
|
233
|
+
<a href="#rfc-instance_method" title="#rfc (instance method)">- (String) <strong>rfc</strong> </a>
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
</span>
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
<span class="summary_desc"><div class='inline'>
|
251
|
+
<p>El RFC.</p>
|
252
|
+
</div></span>
|
253
|
+
|
254
|
+
</li>
|
255
|
+
|
256
|
+
|
257
|
+
</ul>
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
<h2>Method Summary</h2>
|
270
|
+
|
271
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="ElementoComprobante.html" title="CFDI::ElementoComprobante (class)">ElementoComprobante</a></span></h3>
|
272
|
+
<p class="inherited"><span class='object_link'><a href="ElementoComprobante.html#data-class_method" title="CFDI::ElementoComprobante.data (method)">data</a></span>, <span class='object_link'><a href="ElementoComprobante.html#initialize-instance_method" title="CFDI::ElementoComprobante#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="ElementoComprobante.html#to_h-instance_method" title="CFDI::ElementoComprobante#to_h (method)">#to_h</a></span></p>
|
273
|
+
<div id="constructor_details" class="method_details_list">
|
274
|
+
<h2>Constructor Details</h2>
|
275
|
+
|
276
|
+
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="ElementoComprobante.html#initialize-instance_method" title="CFDI::ElementoComprobante#initialize (method)">CFDI::ElementoComprobante</a></span></p>
|
277
|
+
|
278
|
+
</div>
|
279
|
+
|
280
|
+
<div id="instance_attr_details" class="attr_details">
|
281
|
+
<h2>Instance Attribute Details</h2>
|
282
|
+
|
283
|
+
|
284
|
+
<span id="domicilioFiscal=-instance_method"></span>
|
285
|
+
<div class="method_details first">
|
286
|
+
<h3 class="signature first" id="domicilioFiscal-instance_method">
|
287
|
+
|
288
|
+
- (<tt><span class='object_link'><a href="Domicilio.html" title="CFDI::Domicilio (class)">CFDI::Domicilio</a></span></tt>, <tt>Hash</tt>) <strong>domicilioFiscal</strong>
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
</h3><div class="docstring">
|
295
|
+
<div class="discussion">
|
296
|
+
|
297
|
+
<p>El domicilio de esta entidad</p>
|
298
|
+
|
299
|
+
|
300
|
+
</div>
|
301
|
+
</div>
|
302
|
+
<div class="tags">
|
303
|
+
|
304
|
+
<p class="tag_title">Returns:</p>
|
305
|
+
<ul class="return">
|
306
|
+
|
307
|
+
<li>
|
308
|
+
|
309
|
+
|
310
|
+
<span class='type'>(<tt><span class='object_link'><a href="Domicilio.html" title="CFDI::Domicilio (class)">CFDI::Domicilio</a></span></tt>, <tt>Hash</tt>)</span>
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
—
|
315
|
+
<div class='inline'>
|
316
|
+
<p>the current value of domicilioFiscal</p>
|
317
|
+
</div>
|
318
|
+
|
319
|
+
</li>
|
320
|
+
|
321
|
+
</ul>
|
322
|
+
|
323
|
+
</div><table class="source_code">
|
324
|
+
<tr>
|
325
|
+
<td>
|
326
|
+
<pre class="lines">
|
327
|
+
|
328
|
+
|
329
|
+
10
|
330
|
+
11
|
331
|
+
12</pre>
|
332
|
+
</td>
|
333
|
+
<td>
|
334
|
+
<pre class="code"><span class="info file"># File 'lib/entidad.rb', line 10</span>
|
335
|
+
|
336
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_domicilioFiscal'>domicilioFiscal</span>
|
337
|
+
<span class='ivar'>@domicilioFiscal</span>
|
338
|
+
<span class='kw'>end</span></pre>
|
339
|
+
</td>
|
340
|
+
</tr>
|
341
|
+
</table>
|
342
|
+
</div>
|
343
|
+
|
344
|
+
|
345
|
+
<span id="expedidoEn=-instance_method"></span>
|
346
|
+
<div class="method_details ">
|
347
|
+
<h3 class="signature " id="expedidoEn-instance_method">
|
348
|
+
|
349
|
+
- (<tt><span class='object_link'><a href="Domicilio.html" title="CFDI::Domicilio (class)">CFDI::Domicilio</a></span></tt>, <tt>Hash</tt>) <strong>expedidoEn</strong>
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
|
354
|
+
|
355
|
+
</h3><div class="docstring">
|
356
|
+
<div class="discussion">
|
357
|
+
|
358
|
+
<p>El domicilio de la sucursal de emisión</p>
|
359
|
+
|
360
|
+
|
361
|
+
</div>
|
362
|
+
</div>
|
363
|
+
<div class="tags">
|
364
|
+
|
365
|
+
<p class="tag_title">Returns:</p>
|
366
|
+
<ul class="return">
|
367
|
+
|
368
|
+
<li>
|
369
|
+
|
370
|
+
|
371
|
+
<span class='type'>(<tt><span class='object_link'><a href="Domicilio.html" title="CFDI::Domicilio (class)">CFDI::Domicilio</a></span></tt>, <tt>Hash</tt>)</span>
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
—
|
376
|
+
<div class='inline'>
|
377
|
+
<p>the current value of expedidoEn</p>
|
378
|
+
</div>
|
379
|
+
|
380
|
+
</li>
|
381
|
+
|
382
|
+
</ul>
|
383
|
+
|
384
|
+
</div><table class="source_code">
|
385
|
+
<tr>
|
386
|
+
<td>
|
387
|
+
<pre class="lines">
|
388
|
+
|
389
|
+
|
390
|
+
10
|
391
|
+
11
|
392
|
+
12</pre>
|
393
|
+
</td>
|
394
|
+
<td>
|
395
|
+
<pre class="code"><span class="info file"># File 'lib/entidad.rb', line 10</span>
|
396
|
+
|
397
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_expedidoEn'>expedidoEn</span>
|
398
|
+
<span class='ivar'>@expedidoEn</span>
|
399
|
+
<span class='kw'>end</span></pre>
|
400
|
+
</td>
|
401
|
+
</tr>
|
402
|
+
</table>
|
403
|
+
</div>
|
404
|
+
|
405
|
+
|
406
|
+
<span id="nombre=-instance_method"></span>
|
407
|
+
<div class="method_details ">
|
408
|
+
<h3 class="signature " id="nombre-instance_method">
|
409
|
+
|
410
|
+
- (<tt>String</tt>) <strong>nombre</strong>
|
411
|
+
|
412
|
+
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
</h3><div class="docstring">
|
417
|
+
<div class="discussion">
|
418
|
+
|
419
|
+
<p>El nombre o razón social de la entidad</p>
|
420
|
+
|
421
|
+
|
422
|
+
</div>
|
423
|
+
</div>
|
424
|
+
<div class="tags">
|
425
|
+
|
426
|
+
<p class="tag_title">Returns:</p>
|
427
|
+
<ul class="return">
|
428
|
+
|
429
|
+
<li>
|
430
|
+
|
431
|
+
|
432
|
+
<span class='type'>(<tt>String</tt>)</span>
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
—
|
437
|
+
<div class='inline'>
|
438
|
+
<p>the current value of nombre</p>
|
439
|
+
</div>
|
440
|
+
|
441
|
+
</li>
|
442
|
+
|
443
|
+
</ul>
|
444
|
+
|
445
|
+
</div><table class="source_code">
|
446
|
+
<tr>
|
447
|
+
<td>
|
448
|
+
<pre class="lines">
|
449
|
+
|
450
|
+
|
451
|
+
10
|
452
|
+
11
|
453
|
+
12</pre>
|
454
|
+
</td>
|
455
|
+
<td>
|
456
|
+
<pre class="code"><span class="info file"># File 'lib/entidad.rb', line 10</span>
|
457
|
+
|
458
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_nombre'>nombre</span>
|
459
|
+
<span class='ivar'>@nombre</span>
|
460
|
+
<span class='kw'>end</span></pre>
|
461
|
+
</td>
|
462
|
+
</tr>
|
463
|
+
</table>
|
464
|
+
</div>
|
465
|
+
|
466
|
+
|
467
|
+
<span id="regimenFiscal=-instance_method"></span>
|
468
|
+
<div class="method_details ">
|
469
|
+
<h3 class="signature " id="regimenFiscal-instance_method">
|
470
|
+
|
471
|
+
- (<tt>String</tt>) <strong>regimenFiscal</strong>
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
</h3><div class="docstring">
|
478
|
+
<div class="discussion">
|
479
|
+
|
480
|
+
<p>El régimen fiscal, sólo de un emisor</p>
|
481
|
+
|
482
|
+
|
483
|
+
</div>
|
484
|
+
</div>
|
485
|
+
<div class="tags">
|
486
|
+
|
487
|
+
<p class="tag_title">Returns:</p>
|
488
|
+
<ul class="return">
|
489
|
+
|
490
|
+
<li>
|
491
|
+
|
492
|
+
|
493
|
+
<span class='type'>(<tt>String</tt>)</span>
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
—
|
498
|
+
<div class='inline'>
|
499
|
+
<p>the current value of regimenFiscal</p>
|
500
|
+
</div>
|
501
|
+
|
502
|
+
</li>
|
503
|
+
|
504
|
+
</ul>
|
505
|
+
|
506
|
+
</div><table class="source_code">
|
507
|
+
<tr>
|
508
|
+
<td>
|
509
|
+
<pre class="lines">
|
510
|
+
|
511
|
+
|
512
|
+
10
|
513
|
+
11
|
514
|
+
12</pre>
|
515
|
+
</td>
|
516
|
+
<td>
|
517
|
+
<pre class="code"><span class="info file"># File 'lib/entidad.rb', line 10</span>
|
518
|
+
|
519
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_regimenFiscal'>regimenFiscal</span>
|
520
|
+
<span class='ivar'>@regimenFiscal</span>
|
521
|
+
<span class='kw'>end</span></pre>
|
522
|
+
</td>
|
523
|
+
</tr>
|
524
|
+
</table>
|
525
|
+
</div>
|
526
|
+
|
527
|
+
|
528
|
+
<span id="rfc=-instance_method"></span>
|
529
|
+
<div class="method_details ">
|
530
|
+
<h3 class="signature " id="rfc-instance_method">
|
531
|
+
|
532
|
+
- (<tt>String</tt>) <strong>rfc</strong>
|
533
|
+
|
534
|
+
|
535
|
+
|
536
|
+
|
537
|
+
|
538
|
+
</h3><div class="docstring">
|
539
|
+
<div class="discussion">
|
540
|
+
|
541
|
+
<p>El RFC</p>
|
542
|
+
|
543
|
+
|
544
|
+
</div>
|
545
|
+
</div>
|
546
|
+
<div class="tags">
|
547
|
+
|
548
|
+
<p class="tag_title">Returns:</p>
|
549
|
+
<ul class="return">
|
550
|
+
|
551
|
+
<li>
|
552
|
+
|
553
|
+
|
554
|
+
<span class='type'>(<tt>String</tt>)</span>
|
555
|
+
|
556
|
+
|
557
|
+
|
558
|
+
—
|
559
|
+
<div class='inline'>
|
560
|
+
<p>the current value of rfc</p>
|
561
|
+
</div>
|
562
|
+
|
563
|
+
</li>
|
564
|
+
|
565
|
+
</ul>
|
566
|
+
|
567
|
+
</div><table class="source_code">
|
568
|
+
<tr>
|
569
|
+
<td>
|
570
|
+
<pre class="lines">
|
571
|
+
|
572
|
+
|
573
|
+
10
|
574
|
+
11
|
575
|
+
12</pre>
|
576
|
+
</td>
|
577
|
+
<td>
|
578
|
+
<pre class="code"><span class="info file"># File 'lib/entidad.rb', line 10</span>
|
579
|
+
|
580
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_rfc'>rfc</span>
|
581
|
+
<span class='ivar'>@rfc</span>
|
582
|
+
<span class='kw'>end</span></pre>
|
583
|
+
</td>
|
584
|
+
</tr>
|
585
|
+
</table>
|
586
|
+
</div>
|
587
|
+
|
588
|
+
</div>
|
589
|
+
|
590
|
+
|
591
|
+
</div>
|
592
|
+
|
593
|
+
<div id="footer">
|
594
|
+
Generated on Wed Oct 30 20:47:07 2013 by
|
595
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
596
|
+
0.8.7.2 (ruby-2.0.0).
|
597
|
+
</div>
|
598
|
+
|
599
|
+
</body>
|
600
|
+
</html>
|