axlsx 1.0.9 → 1.0.10
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.
- data/Gemfile +7 -0
- data/Gemfile.lock +20 -0
- data/README.md +46 -3
- data/axlsx.gemspec +10 -10
- data/doc/Axlsx/App.html +111 -86
- data/doc/Axlsx/Ar/ClassMethods.html +188 -0
- data/doc/Axlsx/Ar/InstanceMethods.html +108 -0
- data/doc/Axlsx/Ar/SingletonMethods.html +312 -0
- data/doc/Axlsx/Ar.html +196 -0
- data/doc/Axlsx/Axis.html +57 -48
- data/doc/Axlsx/Bar3DChart.html +64 -54
- data/doc/Axlsx/BarSeries.html +29 -24
- data/doc/Axlsx/Border.html +45 -38
- data/doc/Axlsx/BorderPr.html +51 -44
- data/doc/Axlsx/CatAxis.html +32 -26
- data/doc/Axlsx/CatAxisData.html +25 -23
- data/doc/Axlsx/Cell.html +486 -65
- data/doc/Axlsx/CellAlignment.html +63 -50
- data/doc/Axlsx/CellProtection.html +20 -16
- data/doc/Axlsx/CellStyle.html +36 -28
- data/doc/Axlsx/Chart.html +102 -86
- data/doc/Axlsx/Color.html +27 -21
- data/doc/Axlsx/ContentType.html +15 -13
- data/doc/Axlsx/Core.html +27 -24
- data/doc/Axlsx/DataTypeValidator.html +13 -12
- data/doc/Axlsx/Default.html +21 -17
- data/doc/Axlsx/Drawing.html +82 -68
- data/doc/Axlsx/Fill.html +14 -11
- data/doc/Axlsx/Font.html +98 -82
- data/doc/Axlsx/GradientFill.html +47 -37
- data/doc/Axlsx/GradientStop.html +17 -13
- data/doc/Axlsx/GraphicFrame.html +39 -34
- data/doc/Axlsx/Line3DChart.html +64 -55
- data/doc/Axlsx/LineSeries.html +24 -20
- data/doc/Axlsx/Marker.html +40 -33
- data/doc/Axlsx/NumFmt.html +52 -47
- data/doc/Axlsx/OneCellAnchor.html +49 -41
- data/doc/Axlsx/Override.html +21 -17
- data/doc/Axlsx/Package.html +186 -77
- data/doc/Axlsx/PatternFill.html +47 -41
- data/doc/Axlsx/Pic.html +99 -83
- data/doc/Axlsx/Pie3DChart.html +17 -15
- data/doc/Axlsx/PieSeries.html +29 -24
- data/doc/Axlsx/RegexValidator.html +6 -5
- data/doc/Axlsx/Relationship.html +21 -17
- data/doc/Axlsx/Relationships.html +15 -13
- data/doc/Axlsx/RestrictionValidator.html +7 -6
- data/doc/Axlsx/Row.html +187 -33
- data/doc/Axlsx/Scaling.html +35 -29
- data/doc/Axlsx/SerAxis.html +23 -19
- data/doc/Axlsx/Series.html +140 -28
- data/doc/Axlsx/SeriesTitle.html +16 -15
- data/doc/Axlsx/Styles.html +179 -164
- data/doc/Axlsx/TableStyle.html +28 -23
- data/doc/Axlsx/TableStyleElement.html +53 -47
- data/doc/Axlsx/TableStyles.html +26 -22
- data/doc/Axlsx/Title.html +32 -28
- data/doc/Axlsx/TwoCellAnchor.html +50 -42
- data/doc/Axlsx/ValAxis.html +18 -15
- data/doc/Axlsx/ValAxisData.html +20 -19
- data/doc/Axlsx/View3D.html +48 -38
- data/doc/Axlsx/Workbook.html +225 -201
- data/doc/Axlsx/Worksheet.html +869 -184
- data/doc/Axlsx/Xf.html +75 -58
- data/doc/Axlsx.html +207 -124
- data/doc/_index.html +2 -2
- data/doc/css/style.css +1 -1
- data/doc/file.LICENSE.html +11 -10
- data/doc/file.README.html +142 -93
- data/doc/index.html +142 -93
- data/doc/js/app.js +4 -4
- data/doc/method_list.html +460 -364
- data/doc/top-level-namespace.html +2 -2
- data/examples/example.rb +71 -14
- data/lib/axlsx/package.rb +8 -1
- data/lib/axlsx/stylesheet/styles.rb +1 -1
- data/lib/axlsx/util/simple_typed_list.rb +5 -0
- data/lib/axlsx/version.rb +1 -1
- data/lib/axlsx/workbook/workbook.rb +4 -2
- data/lib/axlsx/workbook/worksheet/cell.rb +8 -13
- data/lib/axlsx/workbook/worksheet/row.rb +15 -0
- data/lib/axlsx/workbook/worksheet/worksheet.rb +44 -1
- data/lib/axlsx.rb +3 -5
- data/test/rels/tc_relationships.rb +2 -6
- data/test/workbook/worksheet/tc_row.rb +6 -0
- data/test/workbook/worksheet/tc_worksheet.rb +36 -0
- metadata +139 -55
data/doc/Axlsx/Xf.html
CHANGED
|
@@ -772,11 +772,12 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
772
772
|
<td>
|
|
773
773
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 85</span>
|
|
774
774
|
|
|
775
|
-
<span class='kw'>def</span> <span class='id
|
|
776
|
-
<span class='id
|
|
777
|
-
<span class='kw'>self</span><span class='
|
|
778
|
-
<span class='kw'>end</span>
|
|
779
|
-
<span class='kw'>end</span
|
|
775
|
+
<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='options identifier id'>options</span><span class='assign token'>=</span><span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
|
|
776
|
+
<span class='options identifier id'>options</span><span class='dot token'>.</span><span class='each identifier id'>each</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='o identifier id'>o</span><span class='bitor op'>|</span>
|
|
777
|
+
<span class='self self kw'>self</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='dstring node'>"#{o[0]}="</span><span class='comma token'>,</span> <span class='o identifier id'>o</span><span class='lbrack token'>[</span><span class='integer val'>1</span><span class='rbrack token'>]</span><span class='rparen token'>)</span> <span class='if if_mod kw'>if</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='respond_to? fid id'>respond_to?</span> <span class='dstring node'>"#{o[0]}="</span>
|
|
778
|
+
<span class='end end kw'>end</span>
|
|
779
|
+
<span class='end end kw'>end</span>
|
|
780
|
+
</pre>
|
|
780
781
|
</td>
|
|
781
782
|
</tr>
|
|
782
783
|
</table>
|
|
@@ -841,9 +842,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
841
842
|
<td>
|
|
842
843
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 10</span>
|
|
843
844
|
|
|
844
|
-
<span class='kw'>def</span> <span class='id
|
|
845
|
-
<span class='ivar'>@alignment</span>
|
|
846
|
-
<span class='kw'>end</span
|
|
845
|
+
<span class='def def kw'>def</span> <span class='alignment identifier id'>alignment</span>
|
|
846
|
+
<span class='@alignment ivar id'>@alignment</span>
|
|
847
|
+
<span class='end end kw'>end</span>
|
|
848
|
+
</pre>
|
|
847
849
|
</td>
|
|
848
850
|
</tr>
|
|
849
851
|
</table>
|
|
@@ -896,9 +898,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
896
898
|
<td>
|
|
897
899
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 63</span>
|
|
898
900
|
|
|
899
|
-
<span class='kw'>def</span> <span class='id
|
|
900
|
-
<span class='ivar'>@applyAlignment</span>
|
|
901
|
-
<span class='kw'>end</span
|
|
901
|
+
<span class='def def kw'>def</span> <span class='applyAlignment identifier id'>applyAlignment</span>
|
|
902
|
+
<span class='@applyAlignment ivar id'>@applyAlignment</span>
|
|
903
|
+
<span class='end end kw'>end</span>
|
|
904
|
+
</pre>
|
|
902
905
|
</td>
|
|
903
906
|
</tr>
|
|
904
907
|
</table>
|
|
@@ -951,9 +954,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
951
954
|
<td>
|
|
952
955
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 59</span>
|
|
953
956
|
|
|
954
|
-
<span class='kw'>def</span> <span class='id
|
|
955
|
-
<span class='ivar'>@applyBorder</span>
|
|
956
|
-
<span class='kw'>end</span
|
|
957
|
+
<span class='def def kw'>def</span> <span class='applyBorder identifier id'>applyBorder</span>
|
|
958
|
+
<span class='@applyBorder ivar id'>@applyBorder</span>
|
|
959
|
+
<span class='end end kw'>end</span>
|
|
960
|
+
</pre>
|
|
957
961
|
</td>
|
|
958
962
|
</tr>
|
|
959
963
|
</table>
|
|
@@ -1006,9 +1010,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1006
1010
|
<td>
|
|
1007
1011
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 55</span>
|
|
1008
1012
|
|
|
1009
|
-
<span class='kw'>def</span> <span class='id
|
|
1010
|
-
<span class='ivar'>@applyFill</span>
|
|
1011
|
-
<span class='kw'>end</span
|
|
1013
|
+
<span class='def def kw'>def</span> <span class='applyFill identifier id'>applyFill</span>
|
|
1014
|
+
<span class='@applyFill ivar id'>@applyFill</span>
|
|
1015
|
+
<span class='end end kw'>end</span>
|
|
1016
|
+
</pre>
|
|
1012
1017
|
</td>
|
|
1013
1018
|
</tr>
|
|
1014
1019
|
</table>
|
|
@@ -1061,9 +1066,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1061
1066
|
<td>
|
|
1062
1067
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 51</span>
|
|
1063
1068
|
|
|
1064
|
-
<span class='kw'>def</span> <span class='id
|
|
1065
|
-
<span class='ivar'>@applyFont</span>
|
|
1066
|
-
<span class='kw'>end</span
|
|
1069
|
+
<span class='def def kw'>def</span> <span class='applyFont identifier id'>applyFont</span>
|
|
1070
|
+
<span class='@applyFont ivar id'>@applyFont</span>
|
|
1071
|
+
<span class='end end kw'>end</span>
|
|
1072
|
+
</pre>
|
|
1067
1073
|
</td>
|
|
1068
1074
|
</tr>
|
|
1069
1075
|
</table>
|
|
@@ -1116,9 +1122,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1116
1122
|
<td>
|
|
1117
1123
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 47</span>
|
|
1118
1124
|
|
|
1119
|
-
<span class='kw'>def</span> <span class='id
|
|
1120
|
-
<span class='ivar'>@applyNumberFormat</span>
|
|
1121
|
-
<span class='kw'>end</span
|
|
1125
|
+
<span class='def def kw'>def</span> <span class='applyNumberFormat identifier id'>applyNumberFormat</span>
|
|
1126
|
+
<span class='@applyNumberFormat ivar id'>@applyNumberFormat</span>
|
|
1127
|
+
<span class='end end kw'>end</span>
|
|
1128
|
+
</pre>
|
|
1122
1129
|
</td>
|
|
1123
1130
|
</tr>
|
|
1124
1131
|
</table>
|
|
@@ -1171,9 +1178,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1171
1178
|
<td>
|
|
1172
1179
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 67</span>
|
|
1173
1180
|
|
|
1174
|
-
<span class='kw'>def</span> <span class='id
|
|
1175
|
-
<span class='ivar'>@applyProtection</span>
|
|
1176
|
-
<span class='kw'>end</span
|
|
1181
|
+
<span class='def def kw'>def</span> <span class='applyProtection identifier id'>applyProtection</span>
|
|
1182
|
+
<span class='@applyProtection ivar id'>@applyProtection</span>
|
|
1183
|
+
<span class='end end kw'>end</span>
|
|
1184
|
+
</pre>
|
|
1177
1185
|
</td>
|
|
1178
1186
|
</tr>
|
|
1179
1187
|
</table>
|
|
@@ -1226,9 +1234,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1226
1234
|
<td>
|
|
1227
1235
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 31</span>
|
|
1228
1236
|
|
|
1229
|
-
<span class='kw'>def</span> <span class='id
|
|
1230
|
-
<span class='ivar'>@borderId</span>
|
|
1231
|
-
<span class='kw'>end</span
|
|
1237
|
+
<span class='def def kw'>def</span> <span class='borderId identifier id'>borderId</span>
|
|
1238
|
+
<span class='@borderId ivar id'>@borderId</span>
|
|
1239
|
+
<span class='end end kw'>end</span>
|
|
1240
|
+
</pre>
|
|
1232
1241
|
</td>
|
|
1233
1242
|
</tr>
|
|
1234
1243
|
</table>
|
|
@@ -1281,9 +1290,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1281
1290
|
<td>
|
|
1282
1291
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 27</span>
|
|
1283
1292
|
|
|
1284
|
-
<span class='kw'>def</span> <span class='id
|
|
1285
|
-
<span class='ivar'>@fillId</span>
|
|
1286
|
-
<span class='kw'>end</span
|
|
1293
|
+
<span class='def def kw'>def</span> <span class='fillId identifier id'>fillId</span>
|
|
1294
|
+
<span class='@fillId ivar id'>@fillId</span>
|
|
1295
|
+
<span class='end end kw'>end</span>
|
|
1296
|
+
</pre>
|
|
1287
1297
|
</td>
|
|
1288
1298
|
</tr>
|
|
1289
1299
|
</table>
|
|
@@ -1336,9 +1346,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1336
1346
|
<td>
|
|
1337
1347
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 23</span>
|
|
1338
1348
|
|
|
1339
|
-
<span class='kw'>def</span> <span class='id
|
|
1340
|
-
<span class='ivar'>@fontId</span>
|
|
1341
|
-
<span class='kw'>end</span
|
|
1349
|
+
<span class='def def kw'>def</span> <span class='fontId identifier id'>fontId</span>
|
|
1350
|
+
<span class='@fontId ivar id'>@fontId</span>
|
|
1351
|
+
<span class='end end kw'>end</span>
|
|
1352
|
+
</pre>
|
|
1342
1353
|
</td>
|
|
1343
1354
|
</tr>
|
|
1344
1355
|
</table>
|
|
@@ -1391,9 +1402,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1391
1402
|
<td>
|
|
1392
1403
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 19</span>
|
|
1393
1404
|
|
|
1394
|
-
<span class='kw'>def</span> <span class='id
|
|
1395
|
-
<span class='ivar'>@numFmtId</span>
|
|
1396
|
-
<span class='kw'>end</span
|
|
1405
|
+
<span class='def def kw'>def</span> <span class='numFmtId identifier id'>numFmtId</span>
|
|
1406
|
+
<span class='@numFmtId ivar id'>@numFmtId</span>
|
|
1407
|
+
<span class='end end kw'>end</span>
|
|
1408
|
+
</pre>
|
|
1397
1409
|
</td>
|
|
1398
1410
|
</tr>
|
|
1399
1411
|
</table>
|
|
@@ -1446,9 +1458,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1446
1458
|
<td>
|
|
1447
1459
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 43</span>
|
|
1448
1460
|
|
|
1449
|
-
<span class='kw'>def</span> <span class='id
|
|
1450
|
-
<span class='ivar'>@pivotButton</span>
|
|
1451
|
-
<span class='kw'>end</span
|
|
1461
|
+
<span class='def def kw'>def</span> <span class='pivotButton identifier id'>pivotButton</span>
|
|
1462
|
+
<span class='@pivotButton ivar id'>@pivotButton</span>
|
|
1463
|
+
<span class='end end kw'>end</span>
|
|
1464
|
+
</pre>
|
|
1452
1465
|
</td>
|
|
1453
1466
|
</tr>
|
|
1454
1467
|
</table>
|
|
@@ -1508,9 +1521,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1508
1521
|
<td>
|
|
1509
1522
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 15</span>
|
|
1510
1523
|
|
|
1511
|
-
<span class='kw'>def</span> <span class='id
|
|
1512
|
-
<span class='ivar'>@protection</span>
|
|
1513
|
-
<span class='kw'>end</span
|
|
1524
|
+
<span class='def def kw'>def</span> <span class='protection identifier id'>protection</span>
|
|
1525
|
+
<span class='@protection ivar id'>@protection</span>
|
|
1526
|
+
<span class='end end kw'>end</span>
|
|
1527
|
+
</pre>
|
|
1514
1528
|
</td>
|
|
1515
1529
|
</tr>
|
|
1516
1530
|
</table>
|
|
@@ -1563,9 +1577,10 @@ way to manage styles for your workbook is with Styles#add_style</p>
|
|
|
1563
1577
|
<td>
|
|
1564
1578
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 39</span>
|
|
1565
1579
|
|
|
1566
|
-
<span class='kw'>def</span> <span class='id
|
|
1567
|
-
<span class='ivar'>@quotePrefix</span>
|
|
1568
|
-
<span class='kw'>end</span
|
|
1580
|
+
<span class='def def kw'>def</span> <span class='quotePrefix identifier id'>quotePrefix</span>
|
|
1581
|
+
<span class='@quotePrefix ivar id'>@quotePrefix</span>
|
|
1582
|
+
<span class='end end kw'>end</span>
|
|
1583
|
+
</pre>
|
|
1569
1584
|
</td>
|
|
1570
1585
|
</tr>
|
|
1571
1586
|
</table>
|
|
@@ -1619,9 +1634,10 @@ applies to cellXfs items</p>
|
|
|
1619
1634
|
<td>
|
|
1620
1635
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 35</span>
|
|
1621
1636
|
|
|
1622
|
-
<span class='kw'>def</span> <span class='id
|
|
1623
|
-
<span class='ivar'>@xfId</span>
|
|
1624
|
-
<span class='kw'>end</span
|
|
1637
|
+
<span class='def def kw'>def</span> <span class='xfId identifier id'>xfId</span>
|
|
1638
|
+
<span class='@xfId ivar id'>@xfId</span>
|
|
1639
|
+
<span class='end end kw'>end</span>
|
|
1640
|
+
</pre>
|
|
1625
1641
|
</td>
|
|
1626
1642
|
</tr>
|
|
1627
1643
|
</table>
|
|
@@ -1701,12 +1717,13 @@ applies to cellXfs items</p>
|
|
|
1701
1717
|
<td>
|
|
1702
1718
|
<pre class="code"><span class="info file"># File 'lib/axlsx/stylesheet/xf.rb', line 131</span>
|
|
1703
1719
|
|
|
1704
|
-
<span class='kw'>def</span> <span class='id
|
|
1705
|
-
<span class='id
|
|
1706
|
-
<span class='id
|
|
1707
|
-
<span class='id
|
|
1708
|
-
<span class='rbrace'>}</span>
|
|
1709
|
-
<span class='kw'>end</span
|
|
1720
|
+
<span class='def def kw'>def</span> <span class='to_xml identifier id'>to_xml</span><span class='lparen token'>(</span><span class='xml identifier id'>xml</span><span class='rparen token'>)</span>
|
|
1721
|
+
<span class='xml identifier id'>xml</span><span class='dot token'>.</span><span class='xf identifier id'>xf</span><span class='lparen token'>(</span><span class='self self kw'>self</span><span class='dot token'>.</span><span class='instance_values identifier id'>instance_values</span><span class='dot token'>.</span><span class='reject identifier id'>reject</span> <span class='lbrace token'>{</span> <span class='bitor op'>|</span><span class='k identifier id'>k</span><span class='comma token'>,</span> <span class='v identifier id'>v</span><span class='bitor op'>|</span> <span class='lbrack token'>[</span><span class='symbol val'>:alignment</span><span class='comma token'>,</span> <span class='symbol val'>:protection</span><span class='comma token'>,</span> <span class='symbol val'>:extList</span><span class='comma token'>,</span> <span class='symbol val'>:name</span><span class='rbrack token'>]</span><span class='dot token'>.</span><span class='include? fid id'>include?</span> <span class='k identifier id'>k</span><span class='dot token'>.</span><span class='to_sym identifier id'>to_sym</span><span class='rbrace token'>}</span><span class='rparen token'>)</span> <span class='lbrace token'>{</span>
|
|
1722
|
+
<span class='alignment identifier id'>alignment</span><span class='dot token'>.</span><span class='to_xml identifier id'>to_xml</span><span class='lparen token'>(</span><span class='xml identifier id'>xml</span><span class='rparen token'>)</span> <span class='if if_mod kw'>if</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='alignment identifier id'>alignment</span>
|
|
1723
|
+
<span class='protection identifier id'>protection</span><span class='dot token'>.</span><span class='to_xml identifier id'>to_xml</span><span class='lparen token'>(</span><span class='xml identifier id'>xml</span><span class='rparen token'>)</span> <span class='if if_mod kw'>if</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='protection identifier id'>protection</span>
|
|
1724
|
+
<span class='rbrace token'>}</span>
|
|
1725
|
+
<span class='end end kw'>end</span>
|
|
1726
|
+
</pre>
|
|
1710
1727
|
</td>
|
|
1711
1728
|
</tr>
|
|
1712
1729
|
</table>
|
|
@@ -1717,9 +1734,9 @@ applies to cellXfs items</p>
|
|
|
1717
1734
|
</div>
|
|
1718
1735
|
|
|
1719
1736
|
<div id="footer">
|
|
1720
|
-
Generated on
|
|
1737
|
+
Generated on Wed Nov 30 08:53:53 2011 by
|
|
1721
1738
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1722
|
-
0.7.3 (ruby-1.
|
|
1739
|
+
0.7.3 (ruby-1.8.7).
|
|
1723
1740
|
</div>
|
|
1724
1741
|
|
|
1725
1742
|
</body>
|