muck-comments 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. data/.gitignore +4 -0
  2. data/MIT-LICENSE +1 -1
  3. data/Rakefile +27 -11
  4. data/VERSION +1 -1
  5. data/locales/ar.yml +2 -0
  6. data/locales/bg.yml +3 -1
  7. data/locales/ca.yml +2 -0
  8. data/locales/cs.yml +2 -0
  9. data/locales/da.yml +2 -0
  10. data/locales/de.yml +2 -0
  11. data/locales/el.yml +2 -0
  12. data/locales/en.yml +3 -1
  13. data/locales/es.yml +2 -0
  14. data/locales/et.yml +12 -0
  15. data/locales/fa.yml +12 -0
  16. data/locales/fi.yml +12 -0
  17. data/locales/fr.yml +2 -0
  18. data/locales/gl.yml +12 -0
  19. data/locales/hi.yml +12 -0
  20. data/locales/hr.yml +12 -0
  21. data/locales/hu.yml +12 -0
  22. data/locales/id.yml +12 -0
  23. data/locales/it.yml +3 -1
  24. data/locales/iw.yml +2 -0
  25. data/locales/ja.yml +3 -1
  26. data/locales/ko.yml +2 -0
  27. data/locales/lt.yml +2 -0
  28. data/locales/lv.yml +2 -0
  29. data/locales/mt.yml +12 -0
  30. data/locales/nl.yml +2 -0
  31. data/locales/no.yml +2 -0
  32. data/locales/pl.yml +2 -0
  33. data/locales/pt-PT.yml +12 -0
  34. data/locales/ro.yml +2 -0
  35. data/locales/ru.yml +2 -0
  36. data/locales/sk.yml +2 -0
  37. data/locales/sl.yml +2 -0
  38. data/locales/sq.yml +12 -0
  39. data/locales/sr.yml +2 -0
  40. data/locales/sv.yml +2 -0
  41. data/locales/th.yml +12 -0
  42. data/locales/tl.yml +2 -0
  43. data/locales/tr.yml +12 -0
  44. data/locales/uk.yml +2 -0
  45. data/locales/vi.yml +2 -0
  46. data/locales/zh-CN.yml +2 -0
  47. data/locales/zh-TW.yml +2 -0
  48. data/locales/zh.yml +2 -0
  49. data/muck-comments.gemspec +17 -78
  50. metadata +16 -28
  51. data/pkg/muck-comments-0.1.2.gem +0 -0
  52. data/pkg/muck-comments-0.1.3.gem +0 -0
  53. data/rdoc/classes/ActionController.html +0 -107
  54. data/rdoc/classes/ActionController/Routing.html +0 -107
  55. data/rdoc/classes/ActionController/Routing/RouteSet.html +0 -148
  56. data/rdoc/classes/ActiveRecord.html +0 -105
  57. data/rdoc/classes/ActiveRecord/Acts/MuckComment/ClassMethods.html +0 -160
  58. data/rdoc/classes/ActiveRecord/Acts/MuckComment/InstanceMethods.html +0 -178
  59. data/rdoc/classes/ActiveRecord/Acts/MuckComment/SingletonMethods.html +0 -212
  60. data/rdoc/classes/Acts/CommentableWithThreading/ClassMethods.html +0 -149
  61. data/rdoc/classes/Acts/CommentableWithThreading/InstanceMethods.html +0 -234
  62. data/rdoc/classes/Acts/CommentableWithThreading/SingletonMethods.html +0 -189
  63. data/rdoc/classes/MuckComments.html +0 -111
  64. data/rdoc/classes/MuckComments/Tasks.html +0 -146
  65. data/rdoc/created.rid +0 -1
  66. data/rdoc/files/README_rdoc.html +0 -182
  67. data/rdoc/files/lib/active_record/acts/muck_comment_rb.html +0 -101
  68. data/rdoc/files/lib/acts_as_commentable_with_threading_rb.html +0 -107
  69. data/rdoc/files/lib/muck_comments/initialize_routes_rb.html +0 -101
  70. data/rdoc/files/lib/muck_comments/tasks_rb.html +0 -110
  71. data/rdoc/files/lib/muck_comments_rb.html +0 -115
  72. data/rdoc/fr_class_index.html +0 -38
  73. data/rdoc/fr_file_index.html +0 -32
  74. data/rdoc/fr_method_index.html +0 -41
  75. data/rdoc/index.html +0 -24
  76. data/rdoc/rdoc-style.css +0 -208
data/locales/sk.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  sk:
3
3
  muck:
4
+ activity_templates:
5
+ comment: Komentáre
4
6
  comments:
5
7
  add_comment: Komentár
6
8
  cant_delete_comment: "Nemáte oprávnenie na zmazanie že komentár"
data/locales/sl.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  sl:
3
3
  muck:
4
+ activity_templates:
5
+ comment: Komentarji
4
6
  comments:
5
7
  add_comment: Komentar
6
8
  cant_delete_comment: "Nimate dovoljenja za brisanje, da predložijo pripombe"
data/locales/sq.yml ADDED
@@ -0,0 +1,12 @@
1
+ ---
2
+ sq:
3
+ muck:
4
+ activity_templates:
5
+ comment: Komente
6
+ comments:
7
+ add_comment: Koment
8
+ cant_delete_comment: "Ju nuk keni leje të fshini se koment"
9
+ comment_removed: "Koment fshi me sukses."
10
+ create_error: "Nuk mund të krijoni komentin {{errors}}"
11
+ missing_comment_template_error: "Nuk munda të gjejë një të pjesshme të quajtur {{partial}}. Ju lutem krijoni një koment të pjesshëm dhe të provoni përsëri."
12
+ missing_parent_id_error: "Ju lutem përcaktoni një prind objekt"
data/locales/sr.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  sr:
3
3
  muck:
4
+ activity_templates:
5
+ comment: Коментари
4
6
  comments:
5
7
  add_comment: Коментар
6
8
  cant_delete_comment: "Немате допуштење за брисање да коментар"
data/locales/sv.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  sv:
3
3
  muck:
4
+ activity_templates:
5
+ comment: Kommentarer
4
6
  comments:
5
7
  add_comment: Kommentera
6
8
  cant_delete_comment: "Du har inte tillåtelse att ta bort den kommentaren"
data/locales/th.yml ADDED
@@ -0,0 +1,12 @@
1
+ ---
2
+ th:
3
+ muck:
4
+ activity_templates:
5
+ comment: ความคิดเห็น
6
+ comments:
7
+ add_comment: ความคิดเห็น
8
+ cant_delete_comment: คุณไม่ได้รับสิทธิ์ที่จะลบความคิดเห็น
9
+ comment_removed: ความคิดเห็นสำเร็จลบ.
10
+ create_error: "ไม่สามารถสร้างความคิดเห็น {{errors}}"
11
+ missing_comment_template_error: "ไม่พบบางส่วนที่ชื่อ {{partial}}. โปรดสร้างความคิดเห็นบางส่วนและลองอีกครั้ง."
12
+ missing_parent_id_error: โปรดระบุแม่วัตถุ
data/locales/tl.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  tl:
3
3
  muck:
4
+ activity_templates:
5
+ comment: Comments
4
6
  comments:
5
7
  add_comment: Comment
6
8
  cant_delete_comment: "Ikaw ay walang pahintulot na tanggalin na ang puna"
data/locales/tr.yml ADDED
@@ -0,0 +1,12 @@
1
+ ---
2
+ tr:
3
+ muck:
4
+ activity_templates:
5
+ comment: Yorumlar
6
+ comments:
7
+ add_comment: Yorum
8
+ cant_delete_comment: "Siz izin bu yorumu silmek zorunda değilsiniz"
9
+ comment_removed: "Yorum başarıyla kaldırıldı."
10
+ create_error: "Yorum {{errors}} yaratılamadı"
11
+ missing_comment_template_error: "Kısmi adlı {{partial}}. bulunamadı Lütfen bir yorum kısmi ve tekrar deneyin oluşturun."
12
+ missing_parent_id_error: "Lütfen bir üst nesne belirtin"
data/locales/uk.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  uk:
3
3
  muck:
4
+ activity_templates:
5
+ comment: Коментарі
4
6
  comments:
5
7
  add_comment: Комментировать
6
8
  cant_delete_comment: "У вас немає дозволу на видалення, що коментар"
data/locales/vi.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  vi:
3
3
  muck:
4
+ activity_templates:
5
+ comment: "Các ý kiến"
4
6
  comments:
5
7
  add_comment: "Thảo luận"
6
8
  cant_delete_comment: "Bạn không được phép nhận xét rằng xoá"
data/locales/zh-CN.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  zh-CN:
3
3
  muck:
4
+ activity_templates:
5
+ comment: 评论
4
6
  comments:
5
7
  add_comment: 评论
6
8
  cant_delete_comment: 您没有权限删除该评论
data/locales/zh-TW.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  zh-TW:
3
3
  muck:
4
+ activity_templates:
5
+ comment: 評論
4
6
  comments:
5
7
  add_comment: 評論
6
8
  cant_delete_comment: 您沒有權限刪除該評論
data/locales/zh.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  zh:
3
3
  muck:
4
+ activity_templates:
5
+ comment: 评论
4
6
  comments:
5
7
  add_comment: 评论
6
8
  cant_delete_comment: 您没有权限删除该评论
@@ -2,150 +2,89 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{muck-comments}
5
- s.version = "0.1.4"
5
+ s.version = "0.1.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Justin Ball"]
9
- s.date = %q{2009-06-24}
9
+ s.date = %q{2009-07-07}
10
10
  s.description = %q{The comment engine for the muck system.}
11
11
  s.email = %q{justinball@gmail.com}
12
12
  s.extra_rdoc_files = [
13
13
  "README.rdoc"
14
14
  ]
15
15
  s.files = [
16
- "MIT-LICENSE",
16
+ ".gitignore",
17
+ "MIT-LICENSE",
17
18
  "README.rdoc",
18
19
  "Rakefile",
19
20
  "VERSION",
20
21
  "app/controllers/muck/comments_controller.rb",
21
- "app/controllers/muck/comments_controller.rb",
22
- "app/helpers/muck_comments_helper.rb",
23
22
  "app/helpers/muck_comments_helper.rb",
24
23
  "app/views/activity_templates/_comment.html.erb",
25
- "app/views/activity_templates/_comment.html.erb",
26
- "app/views/comments/_comment.html.erb",
27
24
  "app/views/comments/_comment.html.erb",
28
25
  "app/views/comments/_comment_title.html.erb",
29
- "app/views/comments/_comment_title.html.erb",
30
- "app/views/comments/_form.html.erb",
31
26
  "app/views/comments/_form.html.erb",
32
27
  "config/muck_comments_routes.rb",
33
- "config/muck_comments_routes.rb",
34
- "db/migrate/20090613173314_create_comments.rb",
35
28
  "db/migrate/20090613173314_create_comments.rb",
36
29
  "install.rb",
37
30
  "lib/active_record/acts/muck_comment.rb",
38
- "lib/active_record/acts/muck_comment.rb",
39
- "lib/acts_as_commentable_with_threading.rb",
40
31
  "lib/acts_as_commentable_with_threading.rb",
41
32
  "lib/muck_comments.rb",
42
- "lib/muck_comments.rb",
43
- "lib/muck_comments/initialize_routes.rb",
44
33
  "lib/muck_comments/initialize_routes.rb",
45
34
  "lib/muck_comments/tasks.rb",
46
- "lib/muck_comments/tasks.rb",
47
35
  "locales/ar.yml",
48
- "locales/ar.yml",
49
- "locales/bg.yml",
50
36
  "locales/bg.yml",
51
37
  "locales/ca.yml",
52
- "locales/ca.yml",
53
38
  "locales/cs.yml",
54
- "locales/cs.yml",
55
- "locales/da.yml",
56
39
  "locales/da.yml",
57
40
  "locales/de.yml",
58
- "locales/de.yml",
59
41
  "locales/el.yml",
60
- "locales/el.yml",
61
- "locales/en.yml",
62
42
  "locales/en.yml",
63
43
  "locales/es.yml",
64
- "locales/es.yml",
44
+ "locales/et.yml",
45
+ "locales/fa.yml",
46
+ "locales/fi.yml",
65
47
  "locales/fr.yml",
66
- "locales/fr.yml",
67
- "locales/it.yml",
48
+ "locales/gl.yml",
49
+ "locales/hi.yml",
50
+ "locales/hr.yml",
51
+ "locales/hu.yml",
52
+ "locales/id.yml",
68
53
  "locales/it.yml",
69
54
  "locales/iw.yml",
70
- "locales/iw.yml",
71
55
  "locales/ja.yml",
72
- "locales/ja.yml",
73
- "locales/ko.yml",
74
56
  "locales/ko.yml",
75
57
  "locales/lt.yml",
76
- "locales/lt.yml",
77
58
  "locales/lv.yml",
78
- "locales/lv.yml",
79
- "locales/nl.yml",
59
+ "locales/mt.yml",
80
60
  "locales/nl.yml",
81
61
  "locales/no.yml",
82
- "locales/no.yml",
83
62
  "locales/pl.yml",
84
- "locales/pl.yml",
85
- "locales/pt.yml",
63
+ "locales/pt-PT.yml",
86
64
  "locales/pt.yml",
87
65
  "locales/ro.yml",
88
- "locales/ro.yml",
89
66
  "locales/ru.yml",
90
- "locales/ru.yml",
91
- "locales/sk.yml",
92
67
  "locales/sk.yml",
93
68
  "locales/sl.yml",
94
- "locales/sl.yml",
69
+ "locales/sq.yml",
95
70
  "locales/sr.yml",
96
- "locales/sr.yml",
97
- "locales/sv.yml",
98
71
  "locales/sv.yml",
72
+ "locales/th.yml",
99
73
  "locales/tl.yml",
100
- "locales/tl.yml",
74
+ "locales/tr.yml",
101
75
  "locales/uk.yml",
102
- "locales/uk.yml",
103
- "locales/vi.yml",
104
76
  "locales/vi.yml",
105
77
  "locales/zh-CN.yml",
106
- "locales/zh-CN.yml",
107
78
  "locales/zh-TW.yml",
108
- "locales/zh-TW.yml",
109
- "locales/zh.yml",
110
79
  "locales/zh.yml",
111
80
  "muck-comments.gemspec",
112
- "pkg/muck-comments-0.1.2.gem",
113
- "pkg/muck-comments-0.1.3.gem",
114
- "rails/init.rb",
115
81
  "rails/init.rb",
116
- "rdoc/classes/ActionController.html",
117
- "rdoc/classes/ActionController/Routing.html",
118
- "rdoc/classes/ActionController/Routing/RouteSet.html",
119
- "rdoc/classes/ActiveRecord.html",
120
- "rdoc/classes/ActiveRecord/Acts/MuckComment/ClassMethods.html",
121
- "rdoc/classes/ActiveRecord/Acts/MuckComment/InstanceMethods.html",
122
- "rdoc/classes/ActiveRecord/Acts/MuckComment/SingletonMethods.html",
123
- "rdoc/classes/Acts/CommentableWithThreading/ClassMethods.html",
124
- "rdoc/classes/Acts/CommentableWithThreading/InstanceMethods.html",
125
- "rdoc/classes/Acts/CommentableWithThreading/SingletonMethods.html",
126
- "rdoc/classes/MuckComments.html",
127
- "rdoc/classes/MuckComments/Tasks.html",
128
- "rdoc/created.rid",
129
- "rdoc/files/README_rdoc.html",
130
- "rdoc/files/lib/active_record/acts/muck_comment_rb.html",
131
- "rdoc/files/lib/acts_as_commentable_with_threading_rb.html",
132
- "rdoc/files/lib/muck_comments/initialize_routes_rb.html",
133
- "rdoc/files/lib/muck_comments/tasks_rb.html",
134
- "rdoc/files/lib/muck_comments_rb.html",
135
- "rdoc/fr_class_index.html",
136
- "rdoc/fr_file_index.html",
137
- "rdoc/fr_method_index.html",
138
- "rdoc/index.html",
139
- "rdoc/rdoc-style.css",
140
- "tasks/muck_comments_tasks.rake",
141
82
  "tasks/muck_comments_tasks.rake",
142
83
  "test/db/database.yml",
143
84
  "test/db/schema.rb",
144
85
  "test/factories.rb",
145
- "test/factories.rb",
146
86
  "test/functional/comments_controller_test.rb",
147
87
  "test/test_helper.rb",
148
- "test/test_helper.rb",
149
88
  "test/unit/comment_test.rb",
150
89
  "test/unit/commentable_test.rb",
151
90
  "uninstall.rb"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-comments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-24 00:00:00 -06:00
12
+ date: 2009-07-07 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -41,6 +41,7 @@ extensions: []
41
41
  extra_rdoc_files:
42
42
  - README.rdoc
43
43
  files:
44
+ - .gitignore
44
45
  - MIT-LICENSE
45
46
  - README.rdoc
46
47
  - Rakefile
@@ -68,57 +69,44 @@ files:
68
69
  - locales/el.yml
69
70
  - locales/en.yml
70
71
  - locales/es.yml
72
+ - locales/et.yml
73
+ - locales/fa.yml
74
+ - locales/fi.yml
71
75
  - locales/fr.yml
76
+ - locales/gl.yml
77
+ - locales/hi.yml
78
+ - locales/hr.yml
79
+ - locales/hu.yml
80
+ - locales/id.yml
72
81
  - locales/it.yml
73
82
  - locales/iw.yml
74
83
  - locales/ja.yml
75
84
  - locales/ko.yml
76
85
  - locales/lt.yml
77
86
  - locales/lv.yml
87
+ - locales/mt.yml
78
88
  - locales/nl.yml
79
89
  - locales/no.yml
80
90
  - locales/pl.yml
91
+ - locales/pt-PT.yml
81
92
  - locales/pt.yml
82
93
  - locales/ro.yml
83
94
  - locales/ru.yml
84
95
  - locales/sk.yml
85
96
  - locales/sl.yml
97
+ - locales/sq.yml
86
98
  - locales/sr.yml
87
99
  - locales/sv.yml
100
+ - locales/th.yml
88
101
  - locales/tl.yml
102
+ - locales/tr.yml
89
103
  - locales/uk.yml
90
104
  - locales/vi.yml
91
105
  - locales/zh-CN.yml
92
106
  - locales/zh-TW.yml
93
107
  - locales/zh.yml
94
108
  - muck-comments.gemspec
95
- - pkg/muck-comments-0.1.2.gem
96
- - pkg/muck-comments-0.1.3.gem
97
109
  - rails/init.rb
98
- - rdoc/classes/ActionController.html
99
- - rdoc/classes/ActionController/Routing.html
100
- - rdoc/classes/ActionController/Routing/RouteSet.html
101
- - rdoc/classes/ActiveRecord.html
102
- - rdoc/classes/ActiveRecord/Acts/MuckComment/ClassMethods.html
103
- - rdoc/classes/ActiveRecord/Acts/MuckComment/InstanceMethods.html
104
- - rdoc/classes/ActiveRecord/Acts/MuckComment/SingletonMethods.html
105
- - rdoc/classes/Acts/CommentableWithThreading/ClassMethods.html
106
- - rdoc/classes/Acts/CommentableWithThreading/InstanceMethods.html
107
- - rdoc/classes/Acts/CommentableWithThreading/SingletonMethods.html
108
- - rdoc/classes/MuckComments.html
109
- - rdoc/classes/MuckComments/Tasks.html
110
- - rdoc/created.rid
111
- - rdoc/files/README_rdoc.html
112
- - rdoc/files/lib/active_record/acts/muck_comment_rb.html
113
- - rdoc/files/lib/acts_as_commentable_with_threading_rb.html
114
- - rdoc/files/lib/muck_comments/initialize_routes_rb.html
115
- - rdoc/files/lib/muck_comments/tasks_rb.html
116
- - rdoc/files/lib/muck_comments_rb.html
117
- - rdoc/fr_class_index.html
118
- - rdoc/fr_file_index.html
119
- - rdoc/fr_method_index.html
120
- - rdoc/index.html
121
- - rdoc/rdoc-style.css
122
110
  - tasks/muck_comments_tasks.rake
123
111
  - test/db/database.yml
124
112
  - test/db/schema.rb
Binary file
Binary file
@@ -1,107 +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>Module: ActionController</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>Module</strong></td>
53
- <td class="class-name-in-header">ActionController</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- </td>
59
- </tr>
60
-
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
- <div id="class-list">
84
- <h3 class="section-bar">Classes and Modules</h3>
85
-
86
- Module <a href="ActionController/Routing.html" class="link">ActionController::Routing</a><br />
87
-
88
- </div>
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
- <!-- if method_list -->
97
-
98
-
99
- </div>
100
-
101
-
102
- <div id="validator-badges">
103
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
104
- </div>
105
-
106
- </body>
107
- </html>