browsercms 3.3.0.beta → 3.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.yardopts +5 -0
- data/README.markdown +11 -11
- data/app/helpers/cms/page_helper.rb +1 -1
- data/app/models/page_route.rb +9 -0
- data/app/models/portlet.rb +2 -2
- data/app/models/section.rb +1 -1
- data/app/views/cms/form_builder/_cms_text_area.html.erb +2 -5
- data/app/views/cms/form_builder/_cms_text_editor.html.erb +1 -0
- data/app/views/cms/pages/_form.html.erb +2 -10
- data/bin/bcms +114 -3
- data/bin/browsercms +3 -72
- data/browsercms.gemspec +4 -2
- data/lib/cms/behaviors/soft_deleting.rb +4 -5
- data/lib/cms/extensions/active_record/base.rb +22 -1
- data/lib/cms/routes.rb +2 -5
- data/lib/cms/version.rb +1 -1
- data/lib/generators/browser_cms/cms/cms_generator.rb +1 -0
- data/lib/generators/browser_cms/demo_site/demo_site_generator.rb +1 -1
- data/lib/generators/browser_cms/demo_site/templates/demo_site.rake +3 -0
- data/lib/generators/cms/upgrade_module/templates/COPYRIGHT.txt +23 -0
- data/{templates/module.rb → lib/generators/cms/upgrade_module/templates/GPL.txt} +2 -223
- data/lib/generators/cms/upgrade_module/templates/LICENSE.txt +165 -0
- data/lib/tasks/db.rake +3 -0
- data/public/stylesheets/cms/sitemap.css +5 -5
- metadata +8 -74
- data/doc/guides/html/authentication.html +0 -457
- data/doc/guides/html/build_it_yourself.html +0 -457
- data/doc/guides/html/building_modules.html +0 -480
- data/doc/guides/html/building_templates.html +0 -457
- data/doc/guides/html/content_blocks.html +0 -457
- data/doc/guides/html/customizing_browsercms.html +0 -457
- data/doc/guides/html/deployment_guide.html +0 -568
- data/doc/guides/html/files/bcmsorg.js +0 -28
- data/doc/guides/html/files/clearfix.css +0 -8
- data/doc/guides/html/files/cufon.js +0 -7
- data/doc/guides/html/files/global.css +0 -190
- data/doc/guides/html/files/helvetica.js +0 -91
- data/doc/guides/html/files/javascripts/code_highlighter.js +0 -188
- data/doc/guides/html/files/javascripts/guides.js +0 -7
- data/doc/guides/html/files/javascripts/highlighters.js +0 -90
- data/doc/guides/html/files/jquery.js +0 -11
- data/doc/guides/html/files/stylesheets/main.css +0 -441
- data/doc/guides/html/files/stylesheets/reset.css +0 -43
- data/doc/guides/html/files/stylesheets/style.css +0 -13
- data/doc/guides/html/files/stylesheets/syntax.css +0 -31
- data/doc/guides/html/getting_started.html +0 -457
- data/doc/guides/html/images/bg.png +0 -0
- data/doc/guides/html/images/bottom_cap.png +0 -0
- data/doc/guides/html/images/browsercms_logo.png +0 -0
- data/doc/guides/html/images/content_blocks/add_field_to_form.png +0 -0
- data/doc/guides/html/images/content_blocks/add_second_block.png +0 -0
- data/doc/guides/html/images/dot.png +0 -0
- data/doc/guides/html/images/icons/README +0 -5
- data/doc/guides/html/images/icons/callouts/1.png +0 -0
- data/doc/guides/html/images/icons/callouts/10.png +0 -0
- data/doc/guides/html/images/icons/callouts/11.png +0 -0
- data/doc/guides/html/images/icons/callouts/12.png +0 -0
- data/doc/guides/html/images/icons/callouts/13.png +0 -0
- data/doc/guides/html/images/icons/callouts/14.png +0 -0
- data/doc/guides/html/images/icons/callouts/15.png +0 -0
- data/doc/guides/html/images/icons/callouts/2.png +0 -0
- data/doc/guides/html/images/icons/callouts/3.png +0 -0
- data/doc/guides/html/images/icons/callouts/4.png +0 -0
- data/doc/guides/html/images/icons/callouts/5.png +0 -0
- data/doc/guides/html/images/icons/callouts/6.png +0 -0
- data/doc/guides/html/images/icons/callouts/7.png +0 -0
- data/doc/guides/html/images/icons/callouts/8.png +0 -0
- data/doc/guides/html/images/icons/callouts/9.png +0 -0
- data/doc/guides/html/images/icons/caution.png +0 -0
- data/doc/guides/html/images/icons/example.png +0 -0
- data/doc/guides/html/images/icons/home.png +0 -0
- data/doc/guides/html/images/icons/important.png +0 -0
- data/doc/guides/html/images/icons/next.png +0 -0
- data/doc/guides/html/images/icons/note.png +0 -0
- data/doc/guides/html/images/icons/prev.png +0 -0
- data/doc/guides/html/images/icons/tip.png +0 -0
- data/doc/guides/html/images/icons/up.png +0 -0
- data/doc/guides/html/images/icons/warning.png +0 -0
- data/doc/guides/html/images/nfl_sitemap.png +0 -0
- data/doc/guides/html/images/top_cap.png +0 -0
- data/doc/guides/html/images/top_cap_content.png +0 -0
- data/doc/guides/html/index.html +0 -457
- data/doc/guides/html/installing_modules.html +0 -457
- data/doc/guides/html/portlets.html +0 -457
- data/doc/guides/html/user_guide.html +0 -457
- data/doc/guides/html/writing_guides.html +0 -457
- data/lib/initial_data.rb +0 -30
- data/lib/tasks/build_gem.rake +0 -1
- data/lib/tasks/cms.rake +0 -69
- data/lib/tasks/cucumber.rake +0 -53
- data/lib/tasks/dev.rake +0 -20
- data/templates/blank.rb +0 -48
- data/templates/demo.rb +0 -48
@@ -1,457 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2
|
-
<html class="cufon-active cufon-ready" xml:lang="en"
|
3
|
-
xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
6
|
-
<meta name="keywords" content="">
|
7
|
-
<meta name="description" content="">
|
8
|
-
<link href="files/clearfix.css" media="screen,projection" rel="stylesheet" type="text/css">
|
9
|
-
<link href="files/global.css" media="screen,projection" rel="stylesheet" type="text/css">
|
10
|
-
<script src="files/jquery.js" type="text/javascript"></script>
|
11
|
-
<script src="files/cufon.js" type="text/javascript"></script>
|
12
|
-
<style type="text/css">cufon {
|
13
|
-
text-indent: 0 !important;
|
14
|
-
}
|
15
|
-
|
16
|
-
@media screen, projection {
|
17
|
-
cufon {
|
18
|
-
display: inline !important;
|
19
|
-
display: inline-block !important;
|
20
|
-
position: relative !important;
|
21
|
-
vertical-align: middle !important;
|
22
|
-
font-size: 1px !important;
|
23
|
-
line-height: 1px !important;
|
24
|
-
}
|
25
|
-
|
26
|
-
cufon cufontext {
|
27
|
-
display: -moz-inline-box !important;
|
28
|
-
display: inline-block !important;
|
29
|
-
width: 0 !important;
|
30
|
-
height: 0 !important;
|
31
|
-
overflow: hidden !important;
|
32
|
-
text-indent: -10000in !important;
|
33
|
-
}
|
34
|
-
|
35
|
-
cufon canvas {
|
36
|
-
position: relative !important;
|
37
|
-
}
|
38
|
-
}
|
39
|
-
|
40
|
-
@media print {
|
41
|
-
cufon {
|
42
|
-
padding: 0 !important;
|
43
|
-
}
|
44
|
-
|
45
|
-
cufon canvas {
|
46
|
-
display: none !important;
|
47
|
-
}
|
48
|
-
}</style>
|
49
|
-
<script src="files/helvetica.js" type="text/javascript"></script>
|
50
|
-
<script src="files/bcmsorg.js" type="text/javascript"></script>
|
51
|
-
<title>Table of Contents</title>
|
52
|
-
</head>
|
53
|
-
<body>
|
54
|
-
|
55
|
-
<div id="container">
|
56
|
-
<div id="header">
|
57
|
-
<h1 id="logo"><a href="http://www.staging.browsercms.org/"
|
58
|
-
title="Return to Home Page">Table of Contents</a></h1>
|
59
|
-
|
60
|
-
<div id="topnav">
|
61
|
-
<ul>
|
62
|
-
<li><a href="/">Home</a></li>
|
63
|
-
<li><a href="/demo">Demo</a></li>
|
64
|
-
<li><a href="/documentation" class="active">Documentation</a></li>
|
65
|
-
<li><a href="/extending">Extending</a></li>
|
66
|
-
<li><a href="/support">Support</a></li>
|
67
|
-
<li><a href="/blog">Blog</a></li>
|
68
|
-
<li><a href="/download">Download</a></li>
|
69
|
-
</ul>
|
70
|
-
|
71
|
-
</div>
|
72
|
-
</div>
|
73
|
-
<div id="content" class="clearfix">
|
74
|
-
<div id="subnav">
|
75
|
-
<ul class="breadcrumbs">
|
76
|
-
<li class="first first-child"><a
|
77
|
-
href="http://www.staging.browsercms.org/documentation">Documentation</a></li>
|
78
|
-
<li><a href="http://www.staging.browsercms.org/documentation/guides">Guides</a></li>
|
79
|
-
<li class="last-child">Table of Contents</li>
|
80
|
-
</ul>
|
81
|
-
</div>
|
82
|
-
<div id="sidenav_doc">
|
83
|
-
<h2 class="alt">
|
84
|
-
<cufon style="width: 58px; height: 23px;" alt="Table "
|
85
|
-
class="cufon cufon-canvas">
|
86
|
-
<canvas style="width: 77px; height: 23px;
|
87
|
-
top: 1px; left: -1px;" height="23" width="77"></canvas>
|
88
|
-
<cufontext>Table</cufontext>
|
89
|
-
</cufon>
|
90
|
-
<cufon
|
91
|
-
style="width: 25px; height: 23px;" alt="of " class="cufon cufon-canvas">
|
92
|
-
<canvas
|
93
|
-
style="width: 43px; height: 23px; top: 1px; left: -1px;" height="23"
|
94
|
-
width="43"></canvas>
|
95
|
-
<cufontext>of</cufontext>
|
96
|
-
</cufon>
|
97
|
-
<cufon
|
98
|
-
style="width: 84px; height: 23px;" alt="Contents" class="cufon
|
99
|
-
cufon-canvas">
|
100
|
-
<canvas style="width: 98px; height: 23px; top: 1px; left:
|
101
|
-
-1px;" height="23" width="98"></canvas>
|
102
|
-
<cufontext>Contents</cufontext>
|
103
|
-
</cufon>
|
104
|
-
</h2>
|
105
|
-
<div id="menu" class="menu">
|
106
|
-
<ul>
|
107
|
-
<li id="section_6" class="depth-1 first open first-child">
|
108
|
-
<a
|
109
|
-
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/installing-browsercms">Installing
|
110
|
-
BrowserCMS</a>
|
111
|
-
<ul>
|
112
|
-
<li id="page_11" class="depth-2 first last last-child
|
113
|
-
first-child">
|
114
|
-
<a
|
115
|
-
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/installing-browsercms/things-you-need-first">Things
|
116
|
-
you need first</a>
|
117
|
-
</li>
|
118
|
-
</ul>
|
119
|
-
</li>
|
120
|
-
<li id="section_7" class="depth-1 last open final">
|
121
|
-
<a
|
122
|
-
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/trying-out-browsercms">Trying
|
123
|
-
Out BrowserCMS</a>
|
124
|
-
<ul>
|
125
|
-
<li id="page_14" class="depth-2 first first-child">
|
126
|
-
<a
|
127
|
-
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/trying-out-browsercms/with-sqlite3">With
|
128
|
-
SQLite3</a>
|
129
|
-
</li>
|
130
|
-
<li id="page_15" class="depth-2">
|
131
|
-
<a
|
132
|
-
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/trying-out-browsercms/with-mysql">With
|
133
|
-
MySQL</a>
|
134
|
-
</li>
|
135
|
-
<li id="page_16" class="depth-2 last last-child final">
|
136
|
-
<a
|
137
|
-
href="http://www.staging.browsercms.org/documentation/guides/table-of-contents/trying-out-browsercms/using-your-site">Using
|
138
|
-
your Site</a>
|
139
|
-
</li>
|
140
|
-
</ul>
|
141
|
-
</li>
|
142
|
-
</ul>
|
143
|
-
</div>
|
144
|
-
|
145
|
-
</div>
|
146
|
-
<div id="main_doc">
|
147
|
-
|
148
|
-
<h2>
|
149
|
-
<cufon style="width: 73px; height: 23px;" alt="Header "
|
150
|
-
class="cufon cufon-canvas">
|
151
|
-
<canvas style="width: 92px; height: 23px;
|
152
|
-
top: 1px; left: -1px;" height="23" width="92"></canvas>
|
153
|
-
<cufontext>Header
|
154
|
-
</cufontext>
|
155
|
-
</cufon>
|
156
|
-
<cufon style="width: 12px; height: 23px;" alt="2"
|
157
|
-
class="cufon cufon-canvas">
|
158
|
-
<canvas style="width: 25px; height: 23px;
|
159
|
-
top: 1px; left: -1px;" height="23" width="25"></canvas>
|
160
|
-
<cufontext>2</cufontext>
|
161
|
-
</cufon>
|
162
|
-
</h2>
|
163
|
-
<h2 class="alt">
|
164
|
-
<cufon style="width: 73px; height: 23px;" alt="Header "
|
165
|
-
class="cufon cufon-canvas">
|
166
|
-
<canvas style="width: 92px; height: 23px;
|
167
|
-
top: 1px; left: -1px;" height="23" width="92"></canvas>
|
168
|
-
<cufontext>Header
|
169
|
-
</cufontext>
|
170
|
-
</cufon>
|
171
|
-
<cufon style="width: 18px; height: 23px;" alt="2 "
|
172
|
-
class="cufon cufon-canvas">
|
173
|
-
<canvas style="width: 36px; height: 23px;
|
174
|
-
top: 1px; left: -1px;" height="23" width="36"></canvas>
|
175
|
-
<cufontext>2</cufontext>
|
176
|
-
</cufon>
|
177
|
-
<cufon
|
178
|
-
style="width: 27px; height: 23px;" alt="Alt" class="cufon cufon-canvas">
|
179
|
-
<canvas
|
180
|
-
style="width: 44px; height: 23px; top: 1px; left: -1px;" height="23"
|
181
|
-
width="44"></canvas>
|
182
|
-
<cufontext>Alt</cufontext>
|
183
|
-
</cufon>
|
184
|
-
</h2>
|
185
|
-
<h2 class="brdr">
|
186
|
-
<cufon style="width: 73px; height: 23px;" alt="Header "
|
187
|
-
class="cufon cufon-canvas">
|
188
|
-
<canvas style="width: 92px; height: 23px;
|
189
|
-
top: 1px; left: -1px;" height="23" width="92"></canvas>
|
190
|
-
<cufontext>Header
|
191
|
-
</cufontext>
|
192
|
-
</cufon>
|
193
|
-
<cufon style="width: 18px; height: 23px;" alt="2 "
|
194
|
-
class="cufon cufon-canvas">
|
195
|
-
<canvas style="width: 36px; height: 23px;
|
196
|
-
top: 1px; left: -1px;" height="23" width="36"></canvas>
|
197
|
-
<cufontext>2</cufontext>
|
198
|
-
</cufon>
|
199
|
-
<cufon
|
200
|
-
style="width: 91px; height: 23px;" alt="Underline" class="cufon
|
201
|
-
cufon-canvas">
|
202
|
-
<canvas style="width: 104px; height: 23px; top: 1px; left:
|
203
|
-
-1px;" height="23" width="104"></canvas>
|
204
|
-
<cufontext>Underline</cufontext>
|
205
|
-
</cufon>
|
206
|
-
</h2>
|
207
|
-
<h3>
|
208
|
-
<cufon style="width: 51px; height: 16px;" alt="Header " class="cufon
|
209
|
-
cufon-canvas">
|
210
|
-
<canvas style="width: 64px; height: 16px; top: 0px; left:
|
211
|
-
0px;" height="16" width="64"></canvas>
|
212
|
-
<cufontext>Header</cufontext>
|
213
|
-
</cufon>
|
214
|
-
<cufon
|
215
|
-
style="width: 8px; height: 16px;" alt="3" class="cufon cufon-canvas">
|
216
|
-
<canvas
|
217
|
-
style="width: 18px; height: 16px; top: 0px; left: 0px;" height="16"
|
218
|
-
width="18"></canvas>
|
219
|
-
<cufontext>3</cufontext>
|
220
|
-
</cufon>
|
221
|
-
</h3>
|
222
|
-
<h3 class="alt">
|
223
|
-
<cufon style="width: 51px; height: 16px;" alt="Header "
|
224
|
-
class="cufon cufon-canvas">
|
225
|
-
<canvas style="width: 64px; height: 16px;
|
226
|
-
top: 0px; left: 0px;" height="16" width="64"></canvas>
|
227
|
-
<cufontext>Header</cufontext>
|
228
|
-
</cufon>
|
229
|
-
<cufon
|
230
|
-
style="width: 12px; height: 16px;" alt="3 " class="cufon cufon-canvas">
|
231
|
-
<canvas
|
232
|
-
style="width: 25px; height: 16px; top: 0px; left: 0px;" height="16"
|
233
|
-
width="25"></canvas>
|
234
|
-
<cufontext>3</cufontext>
|
235
|
-
</cufon>
|
236
|
-
<cufon
|
237
|
-
style="width: 19px; height: 16px;" alt="Alt" class="cufon cufon-canvas">
|
238
|
-
<canvas
|
239
|
-
style="width: 31px; height: 16px; top: 0px; left: 0px;" height="16"
|
240
|
-
width="31"></canvas>
|
241
|
-
<cufontext>Alt</cufontext>
|
242
|
-
</cufon>
|
243
|
-
</h3>
|
244
|
-
<h3 class="brdr">
|
245
|
-
<cufon style="width: 51px; height: 16px;" alt="Header "
|
246
|
-
class="cufon cufon-canvas">
|
247
|
-
<canvas style="width: 64px; height: 16px;
|
248
|
-
top: 0px; left: 0px;" height="16" width="64"></canvas>
|
249
|
-
<cufontext>Header</cufontext>
|
250
|
-
</cufon>
|
251
|
-
<cufon
|
252
|
-
style="width: 12px; height: 16px;" alt="3 " class="cufon cufon-canvas">
|
253
|
-
<canvas
|
254
|
-
style="width: 25px; height: 16px; top: 0px; left: 0px;" height="16"
|
255
|
-
width="25"></canvas>
|
256
|
-
<cufontext>3</cufontext>
|
257
|
-
</cufon>
|
258
|
-
<cufon
|
259
|
-
style="width: 63px; height: 16px;" alt="Underline" class="cufon
|
260
|
-
cufon-canvas">
|
261
|
-
<canvas style="width: 73px; height: 16px; top: 0px; left:
|
262
|
-
0px;" height="16" width="73"></canvas>
|
263
|
-
<cufontext>Underline</cufontext>
|
264
|
-
</cufon>
|
265
|
-
</h3>
|
266
|
-
<h4>
|
267
|
-
<cufon style="width: 45px; height: 14px;" alt="Header " class="cufon
|
268
|
-
cufon-canvas">
|
269
|
-
<canvas style="width: 56px; height: 14px; top: 0px; left:
|
270
|
-
0px;" height="14" width="56"></canvas>
|
271
|
-
<cufontext>Header</cufontext>
|
272
|
-
</cufon>
|
273
|
-
<cufon
|
274
|
-
style="width: 7px; height: 14px;" alt="4" class="cufon cufon-canvas">
|
275
|
-
<canvas
|
276
|
-
style="width: 15px; height: 14px; top: 0px; left: 0px;" height="14"
|
277
|
-
width="15"></canvas>
|
278
|
-
<cufontext>4</cufontext>
|
279
|
-
</cufon>
|
280
|
-
</h4>
|
281
|
-
<h4 class="alt">
|
282
|
-
<cufon style="width: 45px; height: 14px;" alt="Header "
|
283
|
-
class="cufon cufon-canvas">
|
284
|
-
<canvas style="width: 56px; height: 14px;
|
285
|
-
top: 0px; left: 0px;" height="14" width="56"></canvas>
|
286
|
-
<cufontext>Header</cufontext>
|
287
|
-
</cufon>
|
288
|
-
<cufon
|
289
|
-
style="width: 11px; height: 14px;" alt="4 " class="cufon cufon-canvas">
|
290
|
-
<canvas
|
291
|
-
style="width: 22px; height: 14px; top: 0px; left: 0px;" height="14"
|
292
|
-
width="22"></canvas>
|
293
|
-
<cufontext>4</cufontext>
|
294
|
-
</cufon>
|
295
|
-
<cufon
|
296
|
-
style="width: 16px; height: 14px;" alt="Alt" class="cufon cufon-canvas">
|
297
|
-
<canvas
|
298
|
-
style="width: 27px; height: 14px; top: 0px; left: 0px;" height="14"
|
299
|
-
width="27"></canvas>
|
300
|
-
<cufontext>Alt</cufontext>
|
301
|
-
</cufon>
|
302
|
-
</h4>
|
303
|
-
<h4 class="brdr">
|
304
|
-
<cufon style="width: 45px; height: 14px;" alt="Header "
|
305
|
-
class="cufon cufon-canvas">
|
306
|
-
<canvas style="width: 56px; height: 14px;
|
307
|
-
top: 0px; left: 0px;" height="14" width="56"></canvas>
|
308
|
-
<cufontext>Header</cufontext>
|
309
|
-
</cufon>
|
310
|
-
<cufon
|
311
|
-
style="width: 11px; height: 14px;" alt="4 " class="cufon cufon-canvas">
|
312
|
-
<canvas
|
313
|
-
style="width: 22px; height: 14px; top: 0px; left: 0px;" height="14"
|
314
|
-
width="22"></canvas>
|
315
|
-
<cufontext>4</cufontext>
|
316
|
-
</cufon>
|
317
|
-
<cufon
|
318
|
-
style="width: 55px; height: 14px;" alt="Underline" class="cufon
|
319
|
-
cufon-canvas">
|
320
|
-
<canvas style="width: 64px; height: 14px; top: 0px; left:
|
321
|
-
0px;" height="14" width="64"></canvas>
|
322
|
-
<cufontext>Underline</cufontext>
|
323
|
-
</cufon>
|
324
|
-
</h4>
|
325
|
-
<h5>
|
326
|
-
<cufon style="width: 35px; height: 11px;" alt="Header " class="cufon
|
327
|
-
cufon-canvas">
|
328
|
-
<canvas style="width: 44px; height: 11px; top: 0px; left:
|
329
|
-
0px;" height="11" width="44"></canvas>
|
330
|
-
<cufontext>Header</cufontext>
|
331
|
-
</cufon>
|
332
|
-
<cufon
|
333
|
-
style="width: 6px; height: 11px;" alt="5" class="cufon cufon-canvas">
|
334
|
-
<canvas
|
335
|
-
style="width: 12px; height: 11px; top: 0px; left: 0px;" height="11"
|
336
|
-
width="12"></canvas>
|
337
|
-
<cufontext>5</cufontext>
|
338
|
-
</cufon>
|
339
|
-
</h5>
|
340
|
-
<h5 class="alt">
|
341
|
-
<cufon style="width: 35px; height: 11px;" alt="Header "
|
342
|
-
class="cufon cufon-canvas">
|
343
|
-
<canvas style="width: 44px; height: 11px;
|
344
|
-
top: 0px; left: 0px;" height="11" width="44"></canvas>
|
345
|
-
<cufontext>Header</cufontext>
|
346
|
-
</cufon>
|
347
|
-
<cufon
|
348
|
-
style="width: 9px; height: 11px;" alt="5 " class="cufon cufon-canvas">
|
349
|
-
<canvas
|
350
|
-
style="width: 18px; height: 11px; top: 0px; left: 0px;" height="11"
|
351
|
-
width="18"></canvas>
|
352
|
-
<cufontext>5</cufontext>
|
353
|
-
</cufon>
|
354
|
-
<cufon
|
355
|
-
style="width: 13px; height: 11px;" alt="Alt" class="cufon cufon-canvas">
|
356
|
-
<canvas
|
357
|
-
style="width: 21px; height: 11px; top: 0px; left: 0px;" height="11"
|
358
|
-
width="21"></canvas>
|
359
|
-
<cufontext>Alt</cufontext>
|
360
|
-
</cufon>
|
361
|
-
</h5>
|
362
|
-
<h5 class="brdr">
|
363
|
-
<cufon style="width: 35px; height: 11px;" alt="Header "
|
364
|
-
class="cufon cufon-canvas">
|
365
|
-
<canvas style="width: 44px; height: 11px;
|
366
|
-
top: 0px; left: 0px;" height="11" width="44"></canvas>
|
367
|
-
<cufontext>Header</cufontext>
|
368
|
-
</cufon>
|
369
|
-
<cufon
|
370
|
-
style="width: 9px; height: 11px;" alt="5 " class="cufon cufon-canvas">
|
371
|
-
<canvas
|
372
|
-
style="width: 18px; height: 11px; top: 0px; left: 0px;" height="11"
|
373
|
-
width="18"></canvas>
|
374
|
-
<cufontext>5</cufontext>
|
375
|
-
</cufon>
|
376
|
-
<cufon
|
377
|
-
style="width: 44px; height: 11px;" alt="Underline" class="cufon
|
378
|
-
cufon-canvas">
|
379
|
-
<canvas style="width: 50px; height: 11px; top: 0px; left:
|
380
|
-
0px;" height="11" width="50"></canvas>
|
381
|
-
<cufontext>Underline</cufontext>
|
382
|
-
</cufon>
|
383
|
-
</h5>
|
384
|
-
<p>
|
385
|
-
<code>I am code<br>
|
386
|
-
I can expand as needed<br>
|
387
|
-
with my content<br>
|
388
|
-
</code></p>
|
389
|
-
|
390
|
-
<p>
|
391
|
-
<code class="mono">I am monotone code<br>
|
392
|
-
I can expand too<br>
|
393
|
-
</code></p>
|
394
|
-
|
395
|
-
<div class="info">
|
396
|
-
I am info<br>
|
397
|
-
again, can expand with content<br>
|
398
|
-
as I grow
|
399
|
-
</div>
|
400
|
-
<div class="warn">
|
401
|
-
I am warning<br>
|
402
|
-
repetition is nice when it <br>
|
403
|
-
comes to demonstrating expansion<br>
|
404
|
-
of elements
|
405
|
-
</div>
|
406
|
-
<ul class="list">
|
407
|
-
<li class="first-child">
|
408
|
-
list item 1
|
409
|
-
</li>
|
410
|
-
<li class="last-child">
|
411
|
-
list item 2
|
412
|
-
</li>
|
413
|
-
</ul>
|
414
|
-
<ul class="disc">
|
415
|
-
<li class="first-child">
|
416
|
-
disc list item 1
|
417
|
-
</li>
|
418
|
-
<li class="last-child">
|
419
|
-
disc list item 2
|
420
|
-
</li>
|
421
|
-
</ul>
|
422
|
-
<ul class="flat-list">
|
423
|
-
<li class="first-child">
|
424
|
-
flat-list item 1
|
425
|
-
</li>
|
426
|
-
<li class="last-child">
|
427
|
-
flat-list item 2
|
428
|
-
</li>
|
429
|
-
</ul>
|
430
|
-
<p class="clearfix">
|
431
|
-
clearing paragraph block (has margins)</p>
|
432
|
-
|
433
|
-
<div class="clearfix">
|
434
|
-
cleearing regular block (no margins)
|
435
|
-
</div>
|
436
|
-
|
437
|
-
|
438
|
-
</div>
|
439
|
-
</div>
|
440
|
-
<div id="footer">
|
441
|
-
<ul>
|
442
|
-
<li class="first-child"><a href="">BrowserMedia Home</a></li>
|
443
|
-
<li><a href="">BrowserCMS Home</a></li>
|
444
|
-
<li><a href="">Sitemap</a></li>
|
445
|
-
<li class="last-child"><a href="">Contact Us</a></li>
|
446
|
-
</ul>
|
447
|
-
<p class="copynotice">© 1998-2010 BrowserMedia, LLC. All Rights
|
448
|
-
Reserved.</p>
|
449
|
-
</div>
|
450
|
-
</div>
|
451
|
-
<script type="text/javascript">
|
452
|
-
//<![CDATA[
|
453
|
-
bcmsOrg.init();
|
454
|
-
//]]>
|
455
|
-
</script>
|
456
|
-
</body>
|
457
|
-
</html>
|