mack-localization 0.6.0.1 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. data/lib/{localization → mack-localization}/configuration.rb +0 -0
  2. data/lib/{localization → mack-localization}/content_cache.rb +0 -0
  3. data/lib/{localization → mack-localization}/errors.rb +3 -0
  4. data/lib/{localization → mack-localization}/format_engine/df_engines/base.rb +0 -0
  5. data/lib/{localization → mack-localization}/format_engine/df_engines/bp.rb +0 -0
  6. data/lib/{localization → mack-localization}/format_engine/df_engines/de.rb +0 -0
  7. data/lib/{localization → mack-localization}/format_engine/df_engines/en.rb +0 -0
  8. data/lib/{localization → mack-localization}/format_engine/df_engines/es.rb +0 -0
  9. data/lib/{localization → mack-localization}/format_engine/df_engines/fr.rb +0 -0
  10. data/lib/{localization → mack-localization}/format_engine/df_engines/it.rb +0 -0
  11. data/lib/{localization → mack-localization}/format_engine/engine_registry.rb +0 -0
  12. data/lib/{localization → mack-localization}/format_engine/nc_engines/base.rb +0 -0
  13. data/lib/{localization → mack-localization}/format_engine/nc_engines/bp.rb +0 -0
  14. data/lib/{localization → mack-localization}/format_engine/nc_engines/de.rb +0 -0
  15. data/lib/{localization → mack-localization}/format_engine/nc_engines/en.rb +0 -0
  16. data/lib/{localization → mack-localization}/format_engine/nc_engines/es.rb +0 -0
  17. data/lib/{localization → mack-localization}/format_engine/nc_engines/fr.rb +0 -0
  18. data/lib/{localization → mack-localization}/format_engine/nc_engines/it.rb +0 -0
  19. data/lib/{localization → mack-localization}/formatter.rb +0 -0
  20. data/lib/{localization → mack-localization}/helpers/view_helpers/l10n_helpers.rb +0 -0
  21. data/lib/{localization → mack-localization}/translator.rb +9 -9
  22. data/lib/mack-localization.rb +1 -1
  23. metadata +23 -84
  24. data/doc/classes/Mack/Localization/Configuration.html +0 -118
  25. data/doc/classes/Mack/Localization/ContentCache.html +0 -111
  26. data/doc/classes/Mack/Localization/DateFormatEngine/BP.html +0 -217
  27. data/doc/classes/Mack/Localization/DateFormatEngine/Base.html +0 -237
  28. data/doc/classes/Mack/Localization/DateFormatEngine/DE.html +0 -217
  29. data/doc/classes/Mack/Localization/DateFormatEngine/EN.html +0 -218
  30. data/doc/classes/Mack/Localization/DateFormatEngine/ES.html +0 -217
  31. data/doc/classes/Mack/Localization/DateFormatEngine/FR.html +0 -217
  32. data/doc/classes/Mack/Localization/DateFormatEngine/IT.html +0 -217
  33. data/doc/classes/Mack/Localization/Errors/FormatEngineNotFound.html +0 -153
  34. data/doc/classes/Mack/Localization/Errors/InvalidArgument.html +0 -146
  35. data/doc/classes/Mack/Localization/Errors/InvalidConfiguration.html +0 -117
  36. data/doc/classes/Mack/Localization/Errors/InvalidMethodName.html +0 -153
  37. data/doc/classes/Mack/Localization/Errors/LanguageFileNotFound.html +0 -117
  38. data/doc/classes/Mack/Localization/Errors/UnknownStringKey.html +0 -153
  39. data/doc/classes/Mack/Localization/Errors/UnsupportedEncoding.html +0 -153
  40. data/doc/classes/Mack/Localization/Errors/UnsupportedFeature.html +0 -152
  41. data/doc/classes/Mack/Localization/Errors/UnsupportedLanguage.html +0 -153
  42. data/doc/classes/Mack/Localization/FormatEngineRegistry.html +0 -245
  43. data/doc/classes/Mack/Localization/Formatter.html +0 -392
  44. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/BP.html +0 -196
  45. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/Base.html +0 -250
  46. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/DE.html +0 -196
  47. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/EN.html +0 -196
  48. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/ES.html +0 -196
  49. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/FR.html +0 -196
  50. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/IT.html +0 -196
  51. data/doc/classes/Mack/Localization/Translator.html +0 -275
  52. data/doc/classes/Mack/ViewHelpers/L10NHelpers/Context.html +0 -278
  53. data/doc/classes/Mack/ViewHelpers/L10NHelpers.html +0 -402
  54. data/doc/classes/Mack.html +0 -194
  55. data/doc/classes/Object.html +0 -236
  56. data/doc/created.rid +0 -1
  57. data/doc/files/README.html +0 -107
  58. data/doc/files/lib/localization/configuration_rb.html +0 -110
  59. data/doc/files/lib/localization/content_cache_rb.html +0 -101
  60. data/doc/files/lib/localization/errors_rb.html +0 -101
  61. data/doc/files/lib/localization/format_engine/df_engines/base_rb.html +0 -101
  62. data/doc/files/lib/localization/format_engine/df_engines/bp_rb.html +0 -101
  63. data/doc/files/lib/localization/format_engine/df_engines/de_rb.html +0 -101
  64. data/doc/files/lib/localization/format_engine/df_engines/en_rb.html +0 -101
  65. data/doc/files/lib/localization/format_engine/df_engines/es_rb.html +0 -101
  66. data/doc/files/lib/localization/format_engine/df_engines/fr_rb.html +0 -101
  67. data/doc/files/lib/localization/format_engine/df_engines/it_rb.html +0 -101
  68. data/doc/files/lib/localization/format_engine/engine_registry_rb.html +0 -101
  69. data/doc/files/lib/localization/format_engine/nc_engines/base_rb.html +0 -101
  70. data/doc/files/lib/localization/format_engine/nc_engines/bp_rb.html +0 -101
  71. data/doc/files/lib/localization/format_engine/nc_engines/de_rb.html +0 -101
  72. data/doc/files/lib/localization/format_engine/nc_engines/en_rb.html +0 -101
  73. data/doc/files/lib/localization/format_engine/nc_engines/es_rb.html +0 -101
  74. data/doc/files/lib/localization/format_engine/nc_engines/fr_rb.html +0 -101
  75. data/doc/files/lib/localization/format_engine/nc_engines/it_rb.html +0 -101
  76. data/doc/files/lib/localization/formatter_rb.html +0 -101
  77. data/doc/files/lib/localization/helpers/view_helpers/l10n_helpers_rb.html +0 -101
  78. data/doc/files/lib/localization/translator_rb.html +0 -101
  79. data/doc/files/lib/mack-localization_rb.html +0 -109
  80. data/doc/fr_class_index.html +0 -58
  81. data/doc/fr_file_index.html +0 -49
  82. data/doc/fr_method_index.html +0 -107
  83. data/doc/index.html +0 -24
  84. data/doc/rdoc-style.css +0 -208
@@ -1,101 +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>File: es.rb</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="fileHeader">
50
- <h1>es.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/localization/format_engine/nc_engines/es.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Fri Jul 18 16:07:34 -0400 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
- <!-- if method_list -->
91
-
92
-
93
- </div>
94
-
95
-
96
- <div id="validator-badges">
97
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
98
- </div>
99
-
100
- </body>
101
- </html>
@@ -1,101 +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>File: fr.rb</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="fileHeader">
50
- <h1>fr.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/localization/format_engine/nc_engines/fr.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Fri Jul 18 16:07:34 -0400 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
- <!-- if method_list -->
91
-
92
-
93
- </div>
94
-
95
-
96
- <div id="validator-badges">
97
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
98
- </div>
99
-
100
- </body>
101
- </html>
@@ -1,101 +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>File: it.rb</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="fileHeader">
50
- <h1>it.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/localization/format_engine/nc_engines/it.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Fri Jul 18 16:07:34 -0400 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
- <!-- if method_list -->
91
-
92
-
93
- </div>
94
-
95
-
96
- <div id="validator-badges">
97
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
98
- </div>
99
-
100
- </body>
101
- </html>
@@ -1,101 +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>File: formatter.rb</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="fileHeader">
50
- <h1>formatter.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/localization/formatter.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Fri Jul 18 16:07:34 -0400 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
- <!-- if method_list -->
91
-
92
-
93
- </div>
94
-
95
-
96
- <div id="validator-badges">
97
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
98
- </div>
99
-
100
- </body>
101
- </html>
@@ -1,101 +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>File: l10n_helpers.rb</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="fileHeader">
50
- <h1>l10n_helpers.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/localization/helpers/view_helpers/l10n_helpers.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Fri Jul 18 16:07:34 -0400 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
- <!-- if method_list -->
91
-
92
-
93
- </div>
94
-
95
-
96
- <div id="validator-badges">
97
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
98
- </div>
99
-
100
- </body>
101
- </html>
@@ -1,101 +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>File: translator.rb</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="fileHeader">
50
- <h1>translator.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/localization/translator.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Fri Jul 18 16:08:04 -0400 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
- <!-- if method_list -->
91
-
92
-
93
- </div>
94
-
95
-
96
- <div id="validator-badges">
97
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
98
- </div>
99
-
100
- </body>
101
- </html>