oats 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.
- data/.gitignore +1 -0
- data/lib/oats/commandline_options.rb +8 -3
- data/lib/oats/user_api.rb +2 -2
- data/lib/oats/version.rb +1 -1
- data/oats_tests/examples/keywords/keywordsTestlist.yml +2 -2
- metadata +3 -57
- data/Gemfile.lock +0 -60
- data/doc/classes/ApplicationLogs.html +0 -239
- data/doc/classes/Campaign.html +0 -843
- data/doc/classes/CommandlineOptions.html +0 -131
- data/doc/classes/Driver.html +0 -182
- data/doc/classes/Hash.html +0 -137
- data/doc/classes/Ide.html +0 -194
- data/doc/classes/MapSelenium.html +0 -197
- data/doc/classes/Net.html +0 -107
- data/doc/classes/Oats/OatsFilterError.html +0 -119
- data/doc/classes/Oats.html +0 -998
- data/doc/classes/OatsAssertError.html +0 -119
- data/doc/classes/OatsBadInput.html +0 -119
- data/doc/classes/OatsData.html +0 -290
- data/doc/classes/OatsError.html +0 -117
- data/doc/classes/OatsExit.html +0 -117
- data/doc/classes/OatsLock.html +0 -254
- data/doc/classes/OatsMain.html +0 -182
- data/doc/classes/OatsMysqlError.html +0 -113
- data/doc/classes/OatsMysqlMissingInput.html +0 -113
- data/doc/classes/OatsReportError.html +0 -113
- data/doc/classes/OatsSetupError.html +0 -119
- data/doc/classes/OatsTestError.html +0 -119
- data/doc/classes/OatsTestExit.html +0 -119
- data/doc/classes/OatsTestLocateError.html +0 -120
- data/doc/classes/OatsVerifyError.html +0 -119
- data/doc/classes/Ragent.html +0 -397
- data/doc/classes/Rclient.html +0 -236
- data/doc/classes/Report.html +0 -368
- data/doc/classes/Reports.html +0 -244
- data/doc/classes/RestApi.html +0 -333
- data/doc/classes/RhttpClient.html +0 -236
- data/doc/classes/Rimap.html +0 -170
- data/doc/classes/Rmysql.html +0 -176
- data/doc/classes/Roptions.html +0 -131
- data/doc/classes/Rselenium.html +0 -233
- data/doc/classes/Rssh.html +0 -138
- data/doc/classes/Runnable.html +0 -174
- data/doc/classes/SFTriggers.html +0 -206
- data/doc/classes/Selenium/Client/Driver.html +0 -211
- data/doc/classes/Selenium/Client.html +0 -107
- data/doc/classes/Selenium.html +0 -107
- data/doc/classes/SystemCapture.html +0 -304
- data/doc/classes/TestCase.html +0 -418
- data/doc/classes/TestData.html +0 -235
- data/doc/classes/TestList.html +0 -264
- data/doc/classes/Tools.html +0 -244
- data/doc/classes/Util.html +0 -201
- data/doc/classes/Variation.html +0 -206
- data/doc/fr_class_index.html +0 -92
- data/doc/fr_method_index.html +0 -465
- data/doc/index.html +0 -23
- data/doc/rdoc-style.css +0 -208
- data/oats_tests/examples/core/ok_verify.rb_ok/rats_test.log +0 -2
data/doc/classes/TestList.html
DELETED
@@ -1,264 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: TestList</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">TestList</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/lib/test_list_rb.html">
|
59
|
-
lib/test_list.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
Object
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
<div id="description">
|
82
|
-
<p>
|
83
|
-
<a href="TestList.html">TestList</a> has array of variations
|
84
|
-
</p>
|
85
|
-
|
86
|
-
</div>
|
87
|
-
|
88
|
-
|
89
|
-
</div>
|
90
|
-
|
91
|
-
<div id="method-list">
|
92
|
-
<h3 class="section-bar">Methods</h3>
|
93
|
-
|
94
|
-
<div class="name-list">
|
95
|
-
<a href="#M000217">add_variation</a>
|
96
|
-
<a href="#M000214">current</a>
|
97
|
-
<a href="#M000215">current=</a>
|
98
|
-
<a href="#M000218">new</a>
|
99
|
-
<a href="#M000216">txt_tests</a>
|
100
|
-
</div>
|
101
|
-
</div>
|
102
|
-
|
103
|
-
</div>
|
104
|
-
|
105
|
-
|
106
|
-
<!-- if includes -->
|
107
|
-
|
108
|
-
<div id="section">
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
<div id="attribute-list">
|
115
|
-
<h3 class="section-bar">Attributes</h3>
|
116
|
-
|
117
|
-
<div class="name-list">
|
118
|
-
<table>
|
119
|
-
<tr class="top-aligned-row context-row">
|
120
|
-
<td class="context-item-name">end_time</td>
|
121
|
-
<td class="context-item-value"> [RW] </td>
|
122
|
-
<td class="context-item-desc">
|
123
|
-
Parent variation, start and end times
|
124
|
-
|
125
|
-
</td>
|
126
|
-
</tr>
|
127
|
-
<tr class="top-aligned-row context-row">
|
128
|
-
<td class="context-item-name">id</td>
|
129
|
-
<td class="context-item-value"> [R] </td>
|
130
|
-
<td class="context-item-desc">
|
131
|
-
Path of test relative to the dir_tests library
|
132
|
-
|
133
|
-
</td>
|
134
|
-
</tr>
|
135
|
-
<tr class="top-aligned-row context-row">
|
136
|
-
<td class="context-item-name">parent_variation</td>
|
137
|
-
<td class="context-item-value"> [RW] </td>
|
138
|
-
<td class="context-item-desc">
|
139
|
-
Parent variation, start and end times
|
140
|
-
|
141
|
-
</td>
|
142
|
-
</tr>
|
143
|
-
<tr class="top-aligned-row context-row">
|
144
|
-
<td class="context-item-name">path</td>
|
145
|
-
<td class="context-item-value"> [R] </td>
|
146
|
-
<td class="context-item-desc">
|
147
|
-
Absolute path to the test.yml
|
148
|
-
|
149
|
-
</td>
|
150
|
-
</tr>
|
151
|
-
<tr class="top-aligned-row context-row">
|
152
|
-
<td class="context-item-name">start_time</td>
|
153
|
-
<td class="context-item-value"> [RW] </td>
|
154
|
-
<td class="context-item-desc">
|
155
|
-
Parent variation, start and end times
|
156
|
-
|
157
|
-
</td>
|
158
|
-
</tr>
|
159
|
-
<tr class="top-aligned-row context-row">
|
160
|
-
<td class="context-item-name">variations</td>
|
161
|
-
<td class="context-item-value"> [RW] </td>
|
162
|
-
<td class="context-item-desc">
|
163
|
-
Array of <a href="Variation.html">Variation</a> structures
|
164
|
-
|
165
|
-
</td>
|
166
|
-
</tr>
|
167
|
-
</table>
|
168
|
-
</div>
|
169
|
-
</div>
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
<!-- if method_list -->
|
174
|
-
<div id="methods">
|
175
|
-
<h3 class="section-bar">Public Class methods</h3>
|
176
|
-
|
177
|
-
<div id="method-M000214" class="method-detail">
|
178
|
-
<a name="M000214"></a>
|
179
|
-
|
180
|
-
<div class="method-heading">
|
181
|
-
<a href="TestList.src/M000214.html" target="Code" class="method-signature"
|
182
|
-
onclick="popupCode('TestList.src/M000214.html');return false;">
|
183
|
-
<span class="method-name">current</span><span class="method-args">()</span>
|
184
|
-
</a>
|
185
|
-
</div>
|
186
|
-
|
187
|
-
<div class="method-description">
|
188
|
-
<p>
|
189
|
-
Currently active test list
|
190
|
-
</p>
|
191
|
-
</div>
|
192
|
-
</div>
|
193
|
-
|
194
|
-
<div id="method-M000215" class="method-detail">
|
195
|
-
<a name="M000215"></a>
|
196
|
-
|
197
|
-
<div class="method-heading">
|
198
|
-
<a href="TestList.src/M000215.html" target="Code" class="method-signature"
|
199
|
-
onclick="popupCode('TestList.src/M000215.html');return false;">
|
200
|
-
<span class="method-name">current=</span><span class="method-args">(list)</span>
|
201
|
-
</a>
|
202
|
-
</div>
|
203
|
-
|
204
|
-
<div class="method-description">
|
205
|
-
</div>
|
206
|
-
</div>
|
207
|
-
|
208
|
-
<div id="method-M000218" class="method-detail">
|
209
|
-
<a name="M000218"></a>
|
210
|
-
|
211
|
-
<div class="method-heading">
|
212
|
-
<a href="TestList.src/M000218.html" target="Code" class="method-signature"
|
213
|
-
onclick="popupCode('TestList.src/M000218.html');return false;">
|
214
|
-
<span class="method-name">new</span><span class="method-args">(id, path)</span>
|
215
|
-
</a>
|
216
|
-
</div>
|
217
|
-
|
218
|
-
<div class="method-description">
|
219
|
-
</div>
|
220
|
-
</div>
|
221
|
-
|
222
|
-
<div id="method-M000216" class="method-detail">
|
223
|
-
<a name="M000216"></a>
|
224
|
-
|
225
|
-
<div class="method-heading">
|
226
|
-
<a href="TestList.src/M000216.html" target="Code" class="method-signature"
|
227
|
-
onclick="popupCode('TestList.src/M000216.html');return false;">
|
228
|
-
<span class="method-name">txt_tests</span><span class="method-args">(pth)</span>
|
229
|
-
</a>
|
230
|
-
</div>
|
231
|
-
|
232
|
-
<div class="method-description">
|
233
|
-
</div>
|
234
|
-
</div>
|
235
|
-
|
236
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
237
|
-
|
238
|
-
<div id="method-M000217" class="method-detail">
|
239
|
-
<a name="M000217"></a>
|
240
|
-
|
241
|
-
<div class="method-heading">
|
242
|
-
<a href="TestList.src/M000217.html" target="Code" class="method-signature"
|
243
|
-
onclick="popupCode('TestList.src/M000217.html');return false;">
|
244
|
-
<span class="method-name">add_variation</span><span class="method-args">(var)</span>
|
245
|
-
</a>
|
246
|
-
</div>
|
247
|
-
|
248
|
-
<div class="method-description">
|
249
|
-
</div>
|
250
|
-
</div>
|
251
|
-
|
252
|
-
|
253
|
-
</div>
|
254
|
-
|
255
|
-
|
256
|
-
</div>
|
257
|
-
|
258
|
-
|
259
|
-
<div id="validator-badges">
|
260
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
261
|
-
</div>
|
262
|
-
|
263
|
-
</body>
|
264
|
-
</html>
|
data/doc/classes/Tools.html
DELETED
@@ -1,244 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: Tools</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">Tools</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../files/tests/lib/campaign_tools_rb.html">
|
59
|
-
tests/lib/campaign_tools.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
Object
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
</div>
|
84
|
-
|
85
|
-
<div id="method-list">
|
86
|
-
<h3 class="section-bar">Methods</h3>
|
87
|
-
|
88
|
-
<div class="name-list">
|
89
|
-
<a href="#M000162">budget_recommendation_tool</a>
|
90
|
-
<a href="#M000163">category_metrics</a>
|
91
|
-
<a href="#M000164">invoice_generator</a>
|
92
|
-
<a href="#M000165">keyword_traffic_estimator</a>
|
93
|
-
<a href="#M000161">master_sales_tool</a>
|
94
|
-
<a href="#M000160">new</a>
|
95
|
-
<a href="#M000166">proposal_generator</a>
|
96
|
-
<a href="#M000167">proxy_review_tool</a>
|
97
|
-
</div>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
</div>
|
101
|
-
|
102
|
-
|
103
|
-
<!-- if includes -->
|
104
|
-
|
105
|
-
<div id="section">
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
<!-- if method_list -->
|
115
|
-
<div id="methods">
|
116
|
-
<h3 class="section-bar">Public Class methods</h3>
|
117
|
-
|
118
|
-
<div id="method-M000160" class="method-detail">
|
119
|
-
<a name="M000160"></a>
|
120
|
-
|
121
|
-
<div class="method-heading">
|
122
|
-
<a href="Tools.src/M000160.html" target="Code" class="method-signature"
|
123
|
-
onclick="popupCode('Tools.src/M000160.html');return false;">
|
124
|
-
<span class="method-name">new</span><span class="method-args">(env_name, category = nil, subcategory = nil, target_area = nil, keyword = nil, invoice_type = nil, product = nil, url = nil, phone_number = nil)</span>
|
125
|
-
</a>
|
126
|
-
</div>
|
127
|
-
|
128
|
-
<div class="method-description">
|
129
|
-
</div>
|
130
|
-
</div>
|
131
|
-
|
132
|
-
<h3 class="section-bar">Public Instance methods</h3>
|
133
|
-
|
134
|
-
<div id="method-M000162" class="method-detail">
|
135
|
-
<a name="M000162"></a>
|
136
|
-
|
137
|
-
<div class="method-heading">
|
138
|
-
<a href="Tools.src/M000162.html" target="Code" class="method-signature"
|
139
|
-
onclick="popupCode('Tools.src/M000162.html');return false;">
|
140
|
-
<span class="method-name">budget_recommendation_tool</span><span class="method-args">()</span>
|
141
|
-
</a>
|
142
|
-
</div>
|
143
|
-
|
144
|
-
<div class="method-description">
|
145
|
-
</div>
|
146
|
-
</div>
|
147
|
-
|
148
|
-
<div id="method-M000163" class="method-detail">
|
149
|
-
<a name="M000163"></a>
|
150
|
-
|
151
|
-
<div class="method-heading">
|
152
|
-
<a href="Tools.src/M000163.html" target="Code" class="method-signature"
|
153
|
-
onclick="popupCode('Tools.src/M000163.html');return false;">
|
154
|
-
<span class="method-name">category_metrics</span><span class="method-args">()</span>
|
155
|
-
</a>
|
156
|
-
</div>
|
157
|
-
|
158
|
-
<div class="method-description">
|
159
|
-
</div>
|
160
|
-
</div>
|
161
|
-
|
162
|
-
<div id="method-M000164" class="method-detail">
|
163
|
-
<a name="M000164"></a>
|
164
|
-
|
165
|
-
<div class="method-heading">
|
166
|
-
<a href="Tools.src/M000164.html" target="Code" class="method-signature"
|
167
|
-
onclick="popupCode('Tools.src/M000164.html');return false;">
|
168
|
-
<span class="method-name">invoice_generator</span><span class="method-args">()</span>
|
169
|
-
</a>
|
170
|
-
</div>
|
171
|
-
|
172
|
-
<div class="method-description">
|
173
|
-
</div>
|
174
|
-
</div>
|
175
|
-
|
176
|
-
<div id="method-M000165" class="method-detail">
|
177
|
-
<a name="M000165"></a>
|
178
|
-
|
179
|
-
<div class="method-heading">
|
180
|
-
<a href="Tools.src/M000165.html" target="Code" class="method-signature"
|
181
|
-
onclick="popupCode('Tools.src/M000165.html');return false;">
|
182
|
-
<span class="method-name">keyword_traffic_estimator</span><span class="method-args">()</span>
|
183
|
-
</a>
|
184
|
-
</div>
|
185
|
-
|
186
|
-
<div class="method-description">
|
187
|
-
</div>
|
188
|
-
</div>
|
189
|
-
|
190
|
-
<div id="method-M000161" class="method-detail">
|
191
|
-
<a name="M000161"></a>
|
192
|
-
|
193
|
-
<div class="method-heading">
|
194
|
-
<a href="Tools.src/M000161.html" target="Code" class="method-signature"
|
195
|
-
onclick="popupCode('Tools.src/M000161.html');return false;">
|
196
|
-
<span class="method-name">master_sales_tool</span><span class="method-args">()</span>
|
197
|
-
</a>
|
198
|
-
</div>
|
199
|
-
|
200
|
-
<div class="method-description">
|
201
|
-
</div>
|
202
|
-
</div>
|
203
|
-
|
204
|
-
<div id="method-M000166" class="method-detail">
|
205
|
-
<a name="M000166"></a>
|
206
|
-
|
207
|
-
<div class="method-heading">
|
208
|
-
<a href="Tools.src/M000166.html" target="Code" class="method-signature"
|
209
|
-
onclick="popupCode('Tools.src/M000166.html');return false;">
|
210
|
-
<span class="method-name">proposal_generator</span><span class="method-args">()</span>
|
211
|
-
</a>
|
212
|
-
</div>
|
213
|
-
|
214
|
-
<div class="method-description">
|
215
|
-
</div>
|
216
|
-
</div>
|
217
|
-
|
218
|
-
<div id="method-M000167" class="method-detail">
|
219
|
-
<a name="M000167"></a>
|
220
|
-
|
221
|
-
<div class="method-heading">
|
222
|
-
<a href="Tools.src/M000167.html" target="Code" class="method-signature"
|
223
|
-
onclick="popupCode('Tools.src/M000167.html');return false;">
|
224
|
-
<span class="method-name">proxy_review_tool</span><span class="method-args">()</span>
|
225
|
-
</a>
|
226
|
-
</div>
|
227
|
-
|
228
|
-
<div class="method-description">
|
229
|
-
</div>
|
230
|
-
</div>
|
231
|
-
|
232
|
-
|
233
|
-
</div>
|
234
|
-
|
235
|
-
|
236
|
-
</div>
|
237
|
-
|
238
|
-
|
239
|
-
<div id="validator-badges">
|
240
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
241
|
-
</div>
|
242
|
-
|
243
|
-
</body>
|
244
|
-
</html>
|