lazier 4.2.1 → 4.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.rubocop.yml +6 -1
- data/.travis-gemfile +4 -5
- data/.travis.yml +5 -3
- data/.yardopts +1 -1
- data/Gemfile +6 -6
- data/README.md +7 -5
- data/{doc → docs}/Lazier.html +83 -83
- data/{doc → docs}/Lazier/Boolean.html +49 -46
- data/{doc → docs}/Lazier/Configuration.html +51 -48
- data/{doc → docs}/Lazier/DateTime.html +51 -48
- data/{doc → docs}/Lazier/DateTime/ClassMethods.html +52 -50
- data/{doc → docs}/Lazier/Exceptions.html +39 -37
- data/{doc → docs}/Lazier/Exceptions/Debug.html +45 -42
- data/{doc → docs}/Lazier/Exceptions/MissingTranslation.html +48 -45
- data/{doc → docs}/Lazier/Exceptions/TranslationExceptionHandler.html +48 -45
- data/{doc → docs}/Lazier/Hash.html +61 -60
- data/{doc → docs}/Lazier/I18n.html +72 -72
- data/{doc → docs}/Lazier/Math.html +44 -41
- data/{doc → docs}/Lazier/Math/ClassMethods.html +44 -42
- data/{doc → docs}/Lazier/Object.html +106 -105
- data/{doc → docs}/Lazier/Pathname.html +47 -44
- data/{doc → docs}/Lazier/Settings.html +72 -69
- data/{doc → docs}/Lazier/String.html +55 -52
- data/{doc → docs}/Lazier/TimeZone.html +78 -77
- data/{doc → docs}/Lazier/TimeZone/ClassMethods.html +54 -52
- data/docs/Lazier/Version.html +189 -0
- data/{doc → docs}/_index.html +29 -30
- data/docs/class_list.html +51 -0
- data/{doc → docs}/css/common.css +0 -0
- data/{doc → docs}/css/full_list.css +32 -31
- data/{doc → docs}/css/style.css +220 -78
- data/{doc → docs}/file.README.html +35 -34
- data/docs/file_list.html +56 -0
- data/docs/frames.html +17 -0
- data/{doc → docs}/index.html +35 -34
- data/{doc → docs}/js/app.js +100 -76
- data/docs/js/full_list.js +216 -0
- data/{doc → docs}/js/jquery.js +0 -0
- data/docs/method_list.html +883 -0
- data/docs/top-level-namespace.html +112 -0
- data/lazier.gemspec +5 -5
- data/lib/lazier/version.rb +1 -1
- metadata +42 -43
- data/doc/Lazier/Version.html +0 -189
- data/doc/class_list.html +0 -58
- data/doc/file_list.html +0 -60
- data/doc/frames.html +0 -26
- data/doc/js/full_list.js +0 -181
- data/doc/method_list.html +0 -681
- data/doc/top-level-namespace.html +0 -112
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Module: Lazier::DateTime::ClassMethods
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.5
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Lazier::DateTime::ClassMethods";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Lazier/DateTime/ClassMethods.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,61 +27,63 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../class_list.html"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../_index.html">Index (C)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../Lazier.html" title="Lazier (module)">Lazier</a></span></span> » <span class='title'><span class='object_link'><a href="../DateTime.html" title="Lazier::DateTime (module)">DateTime</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">ClassMethods</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
62
|
+
<iframe id="search_frame" src="../../class_list.html"></iframe>
|
65
63
|
|
66
|
-
|
64
|
+
<div id="content"><h1>Module: Lazier::DateTime::ClassMethods
|
67
65
|
|
68
66
|
|
69
67
|
|
70
68
|
</h1>
|
69
|
+
<div class="box_info">
|
70
|
+
|
71
71
|
|
72
|
-
<dl class="box">
|
73
72
|
|
74
73
|
|
75
|
-
|
76
74
|
|
77
|
-
|
78
75
|
|
79
76
|
|
77
|
+
|
78
|
+
|
79
|
+
|
80
80
|
|
81
|
-
|
82
|
-
<
|
81
|
+
<dl>
|
82
|
+
<dt>Defined in:</dt>
|
83
|
+
<dd>lib/lazier/datetime.rb</dd>
|
84
|
+
</dl>
|
83
85
|
|
84
|
-
</
|
85
|
-
<div class="clear"></div>
|
86
|
+
</div>
|
86
87
|
|
87
88
|
<h2>Overview</h2><div class="docstring">
|
88
89
|
<div class="discussion">
|
@@ -104,7 +105,7 @@
|
|
104
105
|
|
105
106
|
<h2>
|
106
107
|
Instance Method Summary
|
107
|
-
<small
|
108
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
108
109
|
</h2>
|
109
110
|
|
110
111
|
<ul class="summary">
|
@@ -112,7 +113,7 @@
|
|
112
113
|
<li class="public ">
|
113
114
|
<span class="summary_signature">
|
114
115
|
|
115
|
-
<a href="#custom_format-instance_method" title="#custom_format (instance method)"
|
116
|
+
<a href="#custom_format-instance_method" title="#custom_format (instance method)">#<strong>custom_format</strong>(key) ⇒ String </a>
|
116
117
|
|
117
118
|
|
118
119
|
|
@@ -135,7 +136,7 @@
|
|
135
136
|
<li class="public ">
|
136
137
|
<span class="summary_signature">
|
137
138
|
|
138
|
-
<a href="#days-instance_method" title="#days (instance method)"
|
139
|
+
<a href="#days-instance_method" title="#days (instance method)">#<strong>days</strong>(short = true) ⇒ Array </a>
|
139
140
|
|
140
141
|
|
141
142
|
|
@@ -158,7 +159,7 @@
|
|
158
159
|
<li class="public ">
|
159
160
|
<span class="summary_signature">
|
160
161
|
|
161
|
-
<a href="#easter-instance_method" title="#easter (instance method)"
|
162
|
+
<a href="#easter-instance_method" title="#easter (instance method)">#<strong>easter</strong>(year = nil) ⇒ Date </a>
|
162
163
|
|
163
164
|
|
164
165
|
|
@@ -181,7 +182,7 @@
|
|
181
182
|
<li class="public ">
|
182
183
|
<span class="summary_signature">
|
183
184
|
|
184
|
-
<a href="#months-instance_method" title="#months (instance method)"
|
185
|
+
<a href="#months-instance_method" title="#months (instance method)">#<strong>months</strong>(short = true) ⇒ Array </a>
|
185
186
|
|
186
187
|
|
187
188
|
|
@@ -204,7 +205,7 @@
|
|
204
205
|
<li class="public ">
|
205
206
|
<span class="summary_signature">
|
206
207
|
|
207
|
-
<a href="#valid%3F-instance_method" title="#valid? (instance method)"
|
208
|
+
<a href="#valid%3F-instance_method" title="#valid? (instance method)">#<strong>valid?</strong>(value, format = "%F %T") ⇒ Boolean </a>
|
208
209
|
|
209
210
|
|
210
211
|
|
@@ -227,7 +228,7 @@
|
|
227
228
|
<li class="public ">
|
228
229
|
<span class="summary_signature">
|
229
230
|
|
230
|
-
<a href="#years-instance_method" title="#years (instance method)"
|
231
|
+
<a href="#years-instance_method" title="#years (instance method)">#<strong>years</strong>(offset: 10, also_future: true, reference: nil, as_objects: false) ⇒ Array </a>
|
231
232
|
|
232
233
|
|
233
234
|
|
@@ -259,7 +260,7 @@
|
|
259
260
|
<div class="method_details first">
|
260
261
|
<h3 class="signature first" id="custom_format-instance_method">
|
261
262
|
|
262
|
-
|
263
|
+
#<strong>custom_format</strong>(key) ⇒ <tt><span class='object_link'><a href="../String.html" title="Lazier::String (module)">String</a></span></tt>
|
263
264
|
|
264
265
|
|
265
266
|
|
@@ -342,7 +343,7 @@
|
|
342
343
|
<div class="method_details ">
|
343
344
|
<h3 class="signature " id="days-instance_method">
|
344
345
|
|
345
|
-
|
346
|
+
#<strong>days</strong>(short = true) ⇒ <tt>Array</tt>
|
346
347
|
|
347
348
|
|
348
349
|
|
@@ -431,7 +432,7 @@
|
|
431
432
|
<div class="method_details ">
|
432
433
|
<h3 class="signature " id="easter-instance_method">
|
433
434
|
|
434
|
-
|
435
|
+
#<strong>easter</strong>(year = nil) ⇒ <tt>Date</tt>
|
435
436
|
|
436
437
|
|
437
438
|
|
@@ -534,7 +535,7 @@
|
|
534
535
|
<div class="method_details ">
|
535
536
|
<h3 class="signature " id="months-instance_method">
|
536
537
|
|
537
|
-
|
538
|
+
#<strong>months</strong>(short = true) ⇒ <tt>Array</tt>
|
538
539
|
|
539
540
|
|
540
541
|
|
@@ -623,7 +624,7 @@
|
|
623
624
|
<div class="method_details ">
|
624
625
|
<h3 class="signature " id="valid?-instance_method">
|
625
626
|
|
626
|
-
|
627
|
+
#<strong>valid?</strong>(value, format = "%F %T") ⇒ <tt><span class='object_link'><a href="../Boolean.html" title="Lazier::Boolean (module)">Boolean</a></span></tt>
|
627
628
|
|
628
629
|
|
629
630
|
|
@@ -729,7 +730,7 @@
|
|
729
730
|
<div class="method_details ">
|
730
731
|
<h3 class="signature " id="years-instance_method">
|
731
732
|
|
732
|
-
|
733
|
+
#<strong>years</strong>(offset: 10, also_future: true, reference: nil, as_objects: false) ⇒ <tt>Array</tt>
|
733
734
|
|
734
735
|
|
735
736
|
|
@@ -863,11 +864,12 @@ Date.years(1, true, 2010, true)
|
|
863
864
|
|
864
865
|
</div>
|
865
866
|
|
866
|
-
|
867
|
-
Generated on
|
867
|
+
<div id="footer">
|
868
|
+
Generated on Thu Nov 10 11:39:24 2016 by
|
868
869
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
869
|
-
0.
|
870
|
+
0.9.5 (ruby-2.3.0).
|
870
871
|
</div>
|
871
872
|
|
873
|
+
</div>
|
872
874
|
</body>
|
873
875
|
</html>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Module: Lazier::Exceptions
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.5
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Lazier::Exceptions";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Lazier/Exceptions.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,61 +27,63 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../class_list.html"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (E)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Lazier.html" title="Lazier (module)">Lazier</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Exceptions</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
62
|
+
<iframe id="search_frame" src="../class_list.html"></iframe>
|
65
63
|
|
66
|
-
|
64
|
+
<div id="content"><h1>Module: Lazier::Exceptions
|
67
65
|
|
68
66
|
|
69
67
|
|
70
68
|
</h1>
|
69
|
+
<div class="box_info">
|
70
|
+
|
71
71
|
|
72
|
-
<dl class="box">
|
73
72
|
|
74
73
|
|
75
|
-
|
76
74
|
|
77
|
-
|
78
75
|
|
79
76
|
|
77
|
+
|
78
|
+
|
79
|
+
|
80
80
|
|
81
|
-
|
82
|
-
<
|
81
|
+
<dl>
|
82
|
+
<dt>Defined in:</dt>
|
83
|
+
<dd>lib/lazier/exceptions.rb</dd>
|
84
|
+
</dl>
|
83
85
|
|
84
|
-
</
|
85
|
-
<div class="clear"></div>
|
86
|
+
</div>
|
86
87
|
|
87
88
|
<h2>Overview</h2><div class="docstring">
|
88
89
|
<div class="discussion">
|
@@ -115,11 +116,12 @@
|
|
115
116
|
|
116
117
|
</div>
|
117
118
|
|
118
|
-
|
119
|
-
Generated on
|
119
|
+
<div id="footer">
|
120
|
+
Generated on Thu Nov 10 11:39:24 2016 by
|
120
121
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.
|
122
|
+
0.9.5 (ruby-2.3.0).
|
122
123
|
</div>
|
123
124
|
|
125
|
+
</div>
|
124
126
|
</body>
|
125
127
|
</html>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Exception: Lazier::Exceptions::Debug
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.5
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Lazier::Exceptions::Debug";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Lazier/Exceptions/Debug.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,50 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../class_list.html"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../_index.html">Index (D)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../Lazier.html" title="Lazier (module)">Lazier</a></span></span> » <span class='title'><span class='object_link'><a href="../Exceptions.html" title="Lazier::Exceptions (module)">Exceptions</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Debug</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
62
|
+
<iframe id="search_frame" src="../../class_list.html"></iframe>
|
65
63
|
|
66
|
-
|
64
|
+
<div id="content"><h1>Exception: Lazier::Exceptions::Debug
|
67
65
|
|
68
66
|
|
69
67
|
|
70
68
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
69
|
+
<div class="box_info">
|
73
70
|
|
74
|
-
|
75
|
-
<
|
71
|
+
<dl>
|
72
|
+
<dt>Inherits:</dt>
|
73
|
+
<dd>
|
76
74
|
<span class="inheritName">RuntimeError</span>
|
77
75
|
|
78
76
|
<ul class="fullTree">
|
@@ -85,21 +83,25 @@
|
|
85
83
|
</ul>
|
86
84
|
<a href="#" class="inheritanceTree">show all</a>
|
87
85
|
|
88
|
-
|
89
|
-
|
86
|
+
</dd>
|
87
|
+
</dl>
|
88
|
+
|
89
|
+
|
90
|
+
|
90
91
|
|
91
92
|
|
92
|
-
|
93
93
|
|
94
|
-
|
95
94
|
|
95
|
+
|
96
96
|
|
97
|
+
|
97
98
|
|
98
|
-
|
99
|
-
<
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/lazier/exceptions.rb</dd>
|
102
|
+
</dl>
|
100
103
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
104
|
+
</div>
|
103
105
|
|
104
106
|
<h2>Overview</h2><div class="docstring">
|
105
107
|
<div class="discussion">
|
@@ -123,11 +125,12 @@
|
|
123
125
|
|
124
126
|
</div>
|
125
127
|
|
126
|
-
|
127
|
-
Generated on
|
128
|
+
<div id="footer">
|
129
|
+
Generated on Thu Nov 10 11:39:24 2016 by
|
128
130
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.
|
131
|
+
0.9.5 (ruby-2.3.0).
|
130
132
|
</div>
|
131
133
|
|
134
|
+
</div>
|
132
135
|
</body>
|
133
136
|
</html>
|