groupdocs 2.2.0 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.travis.yml +9 -9
- data/CHANGELOG.md +482 -477
- data/Gemfile +3 -3
- data/LICENSE.txt +21 -21
- data/README.md +94 -94
- data/Rakefile +9 -9
- data/examples/README.md +12 -12
- data/examples/api-samples/Gemfile +5 -5
- data/examples/api-samples/Gemfile.lock +49 -49
- data/examples/api-samples/README.md +23 -23
- data/examples/api-samples/public/css/style.css +229 -229
- data/examples/api-samples/public/docs/annotation-sample.html +167 -167
- data/examples/api-samples/public/docs/docco.css +500 -500
- data/examples/api-samples/public/docs/envelope-sample.html +374 -374
- data/examples/api-samples/public/docs/sample01.html +181 -181
- data/examples/api-samples/public/docs/sample02.html +199 -199
- data/examples/api-samples/public/docs/sample03.html +318 -318
- data/examples/api-samples/public/docs/sample04.html +217 -217
- data/examples/api-samples/public/docs/sample05.html +296 -296
- data/examples/api-samples/public/docs/sample06.html +347 -347
- data/examples/api-samples/public/docs/sample07.html +209 -209
- data/examples/api-samples/public/docs/sample08.html +277 -277
- data/examples/api-samples/public/docs/sample09.html +314 -314
- data/examples/api-samples/public/docs/sample10.html +270 -270
- data/examples/api-samples/public/docs/sample11.html +462 -462
- data/examples/api-samples/public/docs/sample12.html +199 -199
- data/examples/api-samples/public/docs/sample13.html +201 -201
- data/examples/api-samples/public/docs/sample14.html +204 -204
- data/examples/api-samples/public/docs/sample15.html +182 -182
- data/examples/api-samples/public/docs/sample16.html +234 -234
- data/examples/api-samples/public/docs/sample17.html +309 -309
- data/examples/api-samples/public/docs/sample18.html +721 -721
- data/examples/api-samples/public/docs/sample19.html +631 -631
- data/examples/api-samples/public/docs/sample20.html +230 -230
- data/examples/api-samples/public/docs/sample21.html +790 -790
- data/examples/api-samples/public/docs/sample22.html +408 -408
- data/examples/api-samples/public/docs/sample25.html +550 -550
- data/examples/api-samples/public/templates/base-simple_source.html +191 -191
- data/examples/api-samples/public/templates/testdocument.html +100 -100
- data/examples/api-samples/public/templates/welcome.htm +137 -137
- data/examples/api-samples/samples/annotation-sample.rb +56 -56
- data/examples/api-samples/samples/envelope-sample.rb +133 -133
- data/examples/api-samples/samples/sample01.rb +44 -44
- data/examples/api-samples/samples/sample02.rb +50 -50
- data/examples/api-samples/samples/sample03.rb +79 -79
- data/examples/api-samples/samples/sample04.rb +54 -54
- data/examples/api-samples/samples/sample05.rb +83 -83
- data/examples/api-samples/samples/sample06.rb +86 -86
- data/examples/api-samples/samples/sample07.rb +59 -59
- data/examples/api-samples/samples/sample08.rb +76 -76
- data/examples/api-samples/samples/sample09.rb +85 -85
- data/examples/api-samples/samples/sample10.rb +70 -70
- data/examples/api-samples/samples/sample11.rb +132 -132
- data/examples/api-samples/samples/sample12.rb +48 -48
- data/examples/api-samples/samples/sample13.rb +49 -49
- data/examples/api-samples/samples/sample14.rb +54 -54
- data/examples/api-samples/samples/sample15.rb +43 -43
- data/examples/api-samples/samples/sample16.rb +57 -57
- data/examples/api-samples/samples/sample17.rb +70 -70
- data/examples/api-samples/samples/sample18.rb +190 -190
- data/examples/api-samples/samples/sample19.rb +188 -188
- data/examples/api-samples/samples/sample20.rb +68 -68
- data/examples/api-samples/samples/sample21.rb +212 -212
- data/examples/api-samples/samples/sample22.rb +109 -109
- data/examples/api-samples/samples/sample25.rb +127 -127
- data/examples/api-samples/views/_others_samples.haml +233 -233
- data/examples/api-samples/views/annotation_sample.haml +63 -63
- data/examples/api-samples/views/envelope_sample.haml +72 -72
- data/examples/api-samples/views/index.haml +235 -235
- data/examples/api-samples/views/layout.haml +3 -3
- data/examples/api-samples/views/sample01.haml +63 -63
- data/examples/api-samples/views/sample02.haml +52 -52
- data/examples/api-samples/views/sample03.haml +87 -87
- data/examples/api-samples/views/sample04.haml +55 -55
- data/examples/api-samples/views/sample05.haml +86 -86
- data/examples/api-samples/views/sample06.haml +58 -58
- data/examples/api-samples/views/sample07.haml +52 -52
- data/examples/api-samples/views/sample08.haml +100 -100
- data/examples/api-samples/views/sample09.haml +95 -95
- data/examples/api-samples/views/sample10.haml +93 -93
- data/examples/api-samples/views/sample11.haml +140 -140
- data/examples/api-samples/views/sample12.haml +68 -68
- data/examples/api-samples/views/sample13.haml +64 -64
- data/examples/api-samples/views/sample14.haml +60 -60
- data/examples/api-samples/views/sample15.haml +51 -51
- data/examples/api-samples/views/sample16.haml +50 -50
- data/examples/api-samples/views/sample17.haml +54 -54
- data/examples/api-samples/views/sample18.haml +143 -143
- data/examples/api-samples/views/sample19.haml +92 -92
- data/examples/api-samples/views/sample20.haml +54 -54
- data/examples/api-samples/views/sample21.haml +123 -123
- data/examples/api-samples/views/sample22.haml +106 -106
- data/examples/api-samples/views/sample25.haml +101 -101
- data/examples/api-samples/views/sample31.haml +2 -2
- data/examples/api-samples/web.rb +20 -20
- data/examples/viewer/Gemfile +5 -5
- data/examples/viewer/app.rb +52 -52
- data/groupdocs.gemspec +31 -31
- data/lib/groupdocs.rb +62 -62
- data/lib/groupdocs/api.rb +6 -6
- data/lib/groupdocs/api/entity.rb +112 -112
- data/lib/groupdocs/api/helpers.rb +11 -11
- data/lib/groupdocs/api/helpers/access_mode_helper.rb +27 -27
- data/lib/groupdocs/api/helpers/access_rights_helper.rb +55 -55
- data/lib/groupdocs/api/helpers/accessor_helper.rb +30 -30
- data/lib/groupdocs/api/helpers/byte_flag_helper.rb +49 -49
- data/lib/groupdocs/api/helpers/credentials_helper.rb +35 -35
- data/lib/groupdocs/api/helpers/mime_helper.rb +21 -21
- data/lib/groupdocs/api/helpers/path_helper.rb +28 -28
- data/lib/groupdocs/api/helpers/rest_helper.rb +99 -99
- data/lib/groupdocs/api/helpers/signature_public_helper.rb +22 -22
- data/lib/groupdocs/api/helpers/status_helper.rb +27 -27
- data/lib/groupdocs/api/helpers/url_helper.rb +101 -101
- data/lib/groupdocs/api/request.rb +91 -91
- data/lib/groupdocs/datasource.rb +249 -249
- data/lib/groupdocs/datasource/field.rb +39 -39
- data/lib/groupdocs/document.rb +1550 -1550
- data/lib/groupdocs/document/annotation.rb +421 -421
- data/lib/groupdocs/document/annotation/reply.rb +173 -173
- data/lib/groupdocs/document/annotation/reviewer.rb +66 -66
- data/lib/groupdocs/document/change.rb +56 -56
- data/lib/groupdocs/document/field.rb +53 -53
- data/lib/groupdocs/document/metadata.rb +32 -32
- data/lib/groupdocs/document/rectangle.rb +18 -18
- data/lib/groupdocs/document/view.rb +36 -36
- data/lib/groupdocs/errors.rb +8 -8
- data/lib/groupdocs/job.rb +468 -468
- data/lib/groupdocs/questionnaire.rb +530 -530
- data/lib/groupdocs/questionnaire/collector.rb +335 -335
- data/lib/groupdocs/questionnaire/execution.rb +181 -181
- data/lib/groupdocs/questionnaire/page.rb +43 -43
- data/lib/groupdocs/questionnaire/question.rb +108 -108
- data/lib/groupdocs/questionnaire/question/answer.rb +15 -15
- data/lib/groupdocs/signature.rb +380 -380
- data/lib/groupdocs/signature/contact.rb +181 -181
- data/lib/groupdocs/signature/envelope.rb +747 -747
- data/lib/groupdocs/signature/envelope/log.rb +20 -20
- data/lib/groupdocs/signature/field.rb +286 -286
- data/lib/groupdocs/signature/field/location.rb +71 -71
- data/lib/groupdocs/signature/form.rb +804 -804
- data/lib/groupdocs/signature/list.rb +92 -92
- data/lib/groupdocs/signature/recipient.rb +79 -79
- data/lib/groupdocs/signature/role.rb +54 -54
- data/lib/groupdocs/signature/shared.rb +6 -6
- data/lib/groupdocs/signature/shared/document_methods.rb +158 -158
- data/lib/groupdocs/signature/shared/entity_fields.rb +76 -76
- data/lib/groupdocs/signature/shared/entity_methods.rb +144 -144
- data/lib/groupdocs/signature/shared/field_methods.rb +354 -354
- data/lib/groupdocs/signature/shared/recipient_methods.rb +75 -75
- data/lib/groupdocs/signature/shared/resource_methods.rb +65 -65
- data/lib/groupdocs/signature/template.rb +124 -124
- data/lib/groupdocs/storage.rb +44 -44
- data/lib/groupdocs/storage/file.rb +432 -432
- data/lib/groupdocs/storage/folder.rb +288 -288
- data/lib/groupdocs/storage/package.rb +48 -48
- data/lib/groupdocs/storage/provider.rb +32 -32
- data/lib/groupdocs/subscription.rb +323 -323
- data/lib/groupdocs/subscription/limit.rb +20 -20
- data/lib/groupdocs/user.rb +955 -930
- data/lib/groupdocs/version.rb +3 -3
- data/spec/groupdocs/api/entity_spec.rb +55 -55
- data/spec/groupdocs/api/helpers/access_mode_helper_spec.rb +21 -21
- data/spec/groupdocs/api/helpers/access_rights_helper_spec.rb +43 -43
- data/spec/groupdocs/api/helpers/accessor_helper_spec.rb +16 -16
- data/spec/groupdocs/api/helpers/byte_flag_helper_spec.rb +23 -23
- data/spec/groupdocs/api/helpers/credentials_helpers_spec.rb +48 -48
- data/spec/groupdocs/api/helpers/mime_helper_spec.rb +16 -16
- data/spec/groupdocs/api/helpers/path_helper_spec.rb +15 -15
- data/spec/groupdocs/api/helpers/rest_helper_spec.rb +161 -161
- data/spec/groupdocs/api/helpers/signature_public_helper_spec.rb +21 -21
- data/spec/groupdocs/api/helpers/status_helper_spec.rb +22 -22
- data/spec/groupdocs/api/helpers/url_helper_spec.rb +112 -112
- data/spec/groupdocs/api/request_spec.rb +112 -112
- data/spec/groupdocs/datasource/field_spec.rb +29 -29
- data/spec/groupdocs/datasource_spec.rb +145 -145
- data/spec/groupdocs/document/annotation/reply_spec.rb +154 -154
- data/spec/groupdocs/document/annotation/reviewer_spec.rb +51 -51
- data/spec/groupdocs/document/annotation_spec.rb +234 -234
- data/spec/groupdocs/document/change_spec.rb +39 -39
- data/spec/groupdocs/document/field_spec.rb +28 -28
- data/spec/groupdocs/document/metadata_spec.rb +21 -21
- data/spec/groupdocs/document/rectangle_spec.rb +14 -14
- data/spec/groupdocs/document/view_spec.rb +33 -33
- data/spec/groupdocs/document_spec.rb +859 -859
- data/spec/groupdocs/errors_spec.rb +7 -7
- data/spec/groupdocs/job_spec.rb +323 -323
- data/spec/groupdocs/questionnaire/collector_spec.rb +197 -197
- data/spec/groupdocs/questionnaire/execution_spec.rb +162 -162
- data/spec/groupdocs/questionnaire/page_spec.rb +47 -47
- data/spec/groupdocs/questionnaire/question/answer_spec.rb +9 -9
- data/spec/groupdocs/questionnaire/question_spec.rb +75 -75
- data/spec/groupdocs/questionnaire_spec.rb +295 -295
- data/spec/groupdocs/signature/contact_spec.rb +142 -142
- data/spec/groupdocs/signature/envelope/log_spec.rb +15 -15
- data/spec/groupdocs/signature/envelope_spec.rb +384 -384
- data/spec/groupdocs/signature/field/location_spec.rb +40 -40
- data/spec/groupdocs/signature/field_spec.rb +235 -235
- data/spec/groupdocs/signature/form_spec.rb +205 -205
- data/spec/groupdocs/signature/list_spec.rb +87 -87
- data/spec/groupdocs/signature/recipient_spec.rb +26 -26
- data/spec/groupdocs/signature/role_spec.rb +47 -47
- data/spec/groupdocs/signature/template_spec.rb +80 -80
- data/spec/groupdocs/signature_spec.rb +194 -194
- data/spec/groupdocs/storage/file_spec.rb +303 -303
- data/spec/groupdocs/storage/folder_spec.rb +270 -270
- data/spec/groupdocs/storage/package_spec.rb +38 -38
- data/spec/groupdocs/storage/provider_spec.rb +21 -21
- data/spec/groupdocs/storage_spec.rb +27 -27
- data/spec/groupdocs/subscription/limit_spec.rb +16 -16
- data/spec/groupdocs/subscription_spec.rb +74 -74
- data/spec/groupdocs/user_spec.rb +257 -257
- data/spec/groupdocs_spec.rb +63 -63
- data/spec/spec_helper.rb +73 -73
- data/spec/support/json/annotation_access_set.json +11 -11
- data/spec/support/json/annotation_collaborators_get.json +16 -16
- data/spec/support/json/annotation_collaborators_set.json +16 -16
- data/spec/support/json/annotation_create.json +12 -12
- data/spec/support/json/annotation_list.json +32 -32
- data/spec/support/json/annotation_marker_move.json +10 -10
- data/spec/support/json/annotation_move.json +8 -8
- data/spec/support/json/annotation_remove.json +9 -9
- data/spec/support/json/annotation_replies_create.json +9 -9
- data/spec/support/json/annotation_replies_get.json +25 -25
- data/spec/support/json/annotation_reviewers_get.json +18 -18
- data/spec/support/json/comparison_changes.json +46 -46
- data/spec/support/json/comparison_compare.json +8 -8
- data/spec/support/json/comparison_document.json +10 -10
- data/spec/support/json/contact_add.json +12 -12
- data/spec/support/json/contacts_get.json +19 -19
- data/spec/support/json/contacts_import.json +8 -8
- data/spec/support/json/datasource_add.json +8 -8
- data/spec/support/json/datasource_get.json +22 -22
- data/spec/support/json/datasource_remove.json +8 -8
- data/spec/support/json/datasource_update.json +8 -8
- data/spec/support/json/delete_account.json +9 -9
- data/spec/support/json/document_access_info_get.json +14 -14
- data/spec/support/json/document_convert.json +8 -8
- data/spec/support/json/document_datasource.json +10 -10
- data/spec/support/json/document_fields.json +34 -34
- data/spec/support/json/document_formats.json +8 -8
- data/spec/support/json/document_metadata.json +15 -15
- data/spec/support/json/document_page_images_get.json +20 -20
- data/spec/support/json/document_questionnaire_create.json +9 -9
- data/spec/support/json/document_questionnaires.json +23 -23
- data/spec/support/json/document_sharers_remove.json +8 -8
- data/spec/support/json/document_sharers_set.json +16 -16
- data/spec/support/json/document_thumbnails.json +24 -24
- data/spec/support/json/document_views.json +32 -32
- data/spec/support/json/envelope_get.json +46 -46
- data/spec/support/json/envelope_logs.json +16 -16
- data/spec/support/json/envelope_recipient_add.json +26 -26
- data/spec/support/json/envelopes_all.json +48 -48
- data/spec/support/json/envelopes_resources.json +31 -31
- data/spec/support/json/file_compress.json +8 -8
- data/spec/support/json/file_copy.json +14 -14
- data/spec/support/json/file_delete.json +5 -5
- data/spec/support/json/file_move.json +14 -14
- data/spec/support/json/file_upload.json +8 -8
- data/spec/support/json/folder_create.json +8 -8
- data/spec/support/json/folder_delete.json +5 -5
- data/spec/support/json/folder_list.json +22 -22
- data/spec/support/json/folder_move.json +8 -8
- data/spec/support/json/folder_sharers_get.json +16 -16
- data/spec/support/json/folder_sharers_remove.json +8 -8
- data/spec/support/json/folder_sharers_set.json +16 -16
- data/spec/support/json/form_get.json +21 -21
- data/spec/support/json/forms_all.json +23 -23
- data/spec/support/json/job_add_url.json +8 -8
- data/spec/support/json/job_create.json +8 -8
- data/spec/support/json/job_documents.json +40 -40
- data/spec/support/json/job_file_add.json +8 -8
- data/spec/support/json/job_get.json +30 -30
- data/spec/support/json/job_update.json +7 -7
- data/spec/support/json/jobs_get.json +58 -58
- data/spec/support/json/list_add.json +12 -12
- data/spec/support/json/lists_get.json +19 -19
- data/spec/support/json/package_create.json +7 -7
- data/spec/support/json/questionnaire_collector.json +17 -17
- data/spec/support/json/questionnaire_collectors.json +38 -38
- data/spec/support/json/questionnaire_collectors_add.json +10 -10
- data/spec/support/json/questionnaire_create.json +10 -10
- data/spec/support/json/questionnaire_datasources.json +26 -26
- data/spec/support/json/questionnaire_execution_add.json +9 -9
- data/spec/support/json/questionnaire_execution_status_set.json +8 -8
- data/spec/support/json/questionnaire_execution_update.json +8 -8
- data/spec/support/json/questionnaire_executions.json +28 -28
- data/spec/support/json/questionnaire_get.json +17 -17
- data/spec/support/json/questionnaire_remove.json +8 -8
- data/spec/support/json/questionnaire_update.json +8 -8
- data/spec/support/json/questionnaires_get.json +40 -40
- data/spec/support/json/sign_documents.json +16 -16
- data/spec/support/json/signature_create.json +12 -12
- data/spec/support/json/signature_field_add.json +25 -25
- data/spec/support/json/signature_fields_get.json +27 -27
- data/spec/support/json/signature_roles_get.json +17 -17
- data/spec/support/json/signatures_get.json +19 -19
- data/spec/support/json/storage_info.json +10 -10
- data/spec/support/json/subscription_plan_get.json +9 -9
- data/spec/support/json/subscription_plans_get.json +17 -17
- data/spec/support/json/template_get.json +35 -35
- data/spec/support/json/template_get_documents.json +15 -15
- data/spec/support/json/template_get_recipients.json +20 -20
- data/spec/support/json/templates_all.json +37 -37
- data/spec/support/json/templates_get.json +21 -21
- data/spec/support/json/update_account.json +10 -10
- data/spec/support/json/user_area.json +67 -67
- data/spec/support/json/user_embed_key.json +38 -38
- data/spec/support/json/user_get_embed_key.json +67 -67
- data/spec/support/json/user_login.json +67 -67
- data/spec/support/json/user_profile_get.json +24 -24
- data/spec/support/json/user_providers.json +31 -31
- data/spec/support/json/user_roles.json +25 -25
- data/spec/support/json/user_users_get.json +27 -27
- data/spec/support/shared_examples/api/entity.rb +39 -39
- data/spec/support/shared_examples/api/helpers/access_mode_helper.rb +11 -11
- data/spec/support/shared_examples/api/helpers/status_helper.rb +11 -11
- data/spec/support/shared_examples/signature/shared/document_methods.rb +68 -68
- data/spec/support/shared_examples/signature/shared/entity_fields.rb +56 -56
- data/spec/support/shared_examples/signature/shared/entity_methods.rb +116 -116
- data/spec/support/shared_examples/signature/shared/field_methods.rb +220 -220
- data/spec/support/shared_examples/signature/shared/recipient_methods.rb +46 -46
- data/spec/support/shared_examples/signature/shared/resource_methods.rb +46 -46
- metadata +35 -55
@@ -1,192 +1,192 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>YUI Library - Base</title>
|
5
|
-
<link rel="stylesheet" type="text/css" href="../../build/reset/reset.css">
|
6
|
-
<link rel="stylesheet" type="text/css" href="../../build/fonts/fonts.css">
|
7
|
-
<link rel="stylesheet" type="text/css" href="../../build/base/base.css">
|
8
|
-
</head>
|
9
|
-
|
10
|
-
<body>
|
11
|
-
|
12
|
-
<h1>This document shows various HTML elements</h1>
|
13
|
-
|
14
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit Lorem ipsum dolor sit amet, volutpat. </p>
|
15
|
-
<h2>This is 2nd level heading bh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi luptatum zzril delenit Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam no</h2>
|
16
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
17
|
-
<h3>This is 3rd level heading</h3>
|
18
|
-
|
19
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
20
|
-
<h4>This is 4th level heading</h4>
|
21
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
22
|
-
<h5>This is 5th level heading</h5>
|
23
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
24
|
-
<h6>This is 6th level heading</h6>
|
25
|
-
|
26
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
27
|
-
|
28
|
-
<h2>Basic block level elements</h2>
|
29
|
-
|
30
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim zzril delenit Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
31
|
-
|
32
|
-
<address>This holds an address. Block level, but without margin or padding because they're often stacked.</address>
|
33
|
-
|
34
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim zzril delenit Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
35
|
-
|
36
|
-
<div>This is a <code>div</code> element. Lorem ipsum dolor sit amet, elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. (End of <code>div</code>.)</div>
|
37
|
-
|
38
|
-
<blockquote>
|
39
|
-
<p>This is a block quotation containing a <em>single</em> paragraph. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p></blockquote>
|
40
|
-
|
41
|
-
|
42
|
-
<p>The following contains address information about the author, in an <code>address</code>
|
43
|
-
element.</p>
|
44
|
-
|
45
|
-
|
46
|
-
<h2>Lists</h2>
|
47
|
-
|
48
|
-
<p>This is a paragraph before an <strong>unnumbered</strong> list (<code>ul</code>). Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
49
|
-
|
50
|
-
<ul>
|
51
|
-
<li>One.</li>
|
52
|
-
<li>Two.</li>
|
53
|
-
<li>Three. Well, probably this list item should be longer. Note that for short items lists look better if they are compactly presented, whereas for long items, it would be better to have more vertical spacing between items.</li>
|
54
|
-
<li>Four. This is the last item in this list. Let us terminate the list now without making any more fuss about it.</li>
|
55
|
-
</ul>
|
56
|
-
|
57
|
-
<p>This is a paragraph before a <strong>numbered</strong> list (<code>ol</code>). Note that the spacing between a paragraph and a list before or after that is hard to tune in a user style sheet. You can't guess which paragraphs are logically related to a list, e.g. as a "list header".</p>
|
58
|
-
|
59
|
-
<ol>
|
60
|
-
<li>One.</li>
|
61
|
-
<li>Two.</li>
|
62
|
-
<li>Three. Well, probably this list item should be longer. Note that if items are short, lists look better if they are compactly presented, whereas for long items, it would be better to have more vertical spacing between items.</li>
|
63
|
-
<li>Four. This is the last item in this list. Let us terminate the list now without making any more fuss about it.</li>
|
64
|
-
<li>Five</li>
|
65
|
-
<li>Six</li>
|
66
|
-
<li>Seven</li>
|
67
|
-
<li>Eight</li>
|
68
|
-
<li>Nine</li>
|
69
|
-
<li>Ten</li>
|
70
|
-
|
71
|
-
</ol>
|
72
|
-
|
73
|
-
<p>This is a paragraph before a <strong>definition</strong> list (<code>dl</code>). In principle, such a list should consist of <em>terms</em> and associated definitions. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
74
|
-
<dl>
|
75
|
-
<dt>Apple</dt>
|
76
|
-
<dd>is a fruit.</dd>
|
77
|
-
<dt>Banana</dt>
|
78
|
-
<dd>Is also a fruit.</dd>
|
79
|
-
<dt>Tomato</dt>
|
80
|
-
<dd>Is debatable. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</dd>
|
81
|
-
</dl>
|
82
|
-
|
83
|
-
<h2>Text-level markup</h2>
|
84
|
-
|
85
|
-
|
86
|
-
<ul>
|
87
|
-
<li> <abbr title="Cascading Style Sheets">CSS</abbr> (an abbreviation;
|
88
|
-
<code>abbr</code> markup used)</li>
|
89
|
-
<li> <acronym title="radio detecting and ranging">radar</acronym> (an acronym; <code>acronym</code> markup used)</li>
|
90
|
-
|
91
|
-
<li> <cite>Origin of Species</cite> (a book title; <code>cite</code> markup used)</li>
|
92
|
-
<li> <code>a[i] = b[i] + c[i);</code> (computer code; <code>code</code> markup used)</li>
|
93
|
-
|
94
|
-
<li> an <dfn>octet</dfn> is an entity consisting of eight bits
|
95
|
-
(<code>dfn</code> markup used for the term being defined)</li>
|
96
|
-
<li> this is <em>very</em> simple (<code>em</code> markup used for emphasizing
|
97
|
-
a word)</li>
|
98
|
-
|
99
|
-
<li> type <kbd>yes</kbd> when prompted for an answer (<code>kbd</code> markup
|
100
|
-
used for text indicating keyboard input)</li>
|
101
|
-
<li> <q>Hello!</q> (<code>q</code> markup used for quotation)</li>
|
102
|
-
|
103
|
-
<li> He said: <q>She said <q>Hello!</q></q> (a quotation inside a quotation)</li>
|
104
|
-
<li> you may get the message <samp>Core dumped</samp> at times
|
105
|
-
(<code>samp</code> markup used for sample output)</li>
|
106
|
-
|
107
|
-
<li> <strong>this is highlighted text</strong> (<code>strong</code> markup used)</li>
|
108
|
-
|
109
|
-
<li> <tt>text in monospace font</tt> (<code>tt</code> markup used)</li>
|
110
|
-
|
111
|
-
<li> the command <code>cat</code> <var>filename</var> displays the
|
112
|
-
file specified by the <var>filename</var> (<code>var</code> markup
|
113
|
-
used to indicate a word as a variable).</li>
|
114
|
-
<li> In order to test how subscripts and superscripts (<code>sub</code> and <code>sup</code> markup) work inside running text, we need some dummy text around constructs like x<sub>1</sub> and H<sub>2</sub>O (where subscripts occur). So here is some fill so that you will (hopefully) see whether and how badly the subscripts and superscripts mess up vertical spacing between lines. Now superscripts: M<sup>lle</sup>, 1<sup>st</sup>, and then some mathematical notations: e<sup>x</sup>, sin<sup>2</sup> <i>x</i>, and some nested superscripts (exponents) too: Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </li>
|
115
|
-
|
116
|
-
</ul>
|
117
|
-
|
118
|
-
<p>Some of the elements tested above are typically displayed in a monospace font, often using the <em>same</em> presentation for all of them. This tests whether that is the case on your browser:</p>
|
119
|
-
|
120
|
-
<ul>
|
121
|
-
<li><code>This is sample text inside code markup</code></li>
|
122
|
-
<li><kbd>This is sample text inside kbd markup</kbd></li>
|
123
|
-
<li><samp>This is sample text inside samp markup</samp></li>
|
124
|
-
|
125
|
-
<li><tt>This is sample text inside tt markup</tt></li>
|
126
|
-
</ul>
|
127
|
-
|
128
|
-
<h2>Links</h2>
|
129
|
-
|
130
|
-
<ul>
|
131
|
-
<li><a href="http://developer.yahoo.com/yui">developer.yahoo.com/yui</a></li>
|
132
|
-
<li><a href="http://yuiblog.com">the YUI Blog</a></li>
|
133
|
-
</ul>
|
134
|
-
|
135
|
-
|
136
|
-
<h2>Tables</h2>
|
137
|
-
|
138
|
-
<p>The following table has a caption. The first row and the first column contain table header cells only; other cells are data cells.</p>
|
139
|
-
|
140
|
-
<table summary="each row names a nordic country and specifies its total area and land area, in square kilometers">
|
141
|
-
<caption>Caption: Sample table: Areas of the Nordic countries, in sq km</caption>
|
142
|
-
<tr>
|
143
|
-
<th>Country</th>
|
144
|
-
<th>Total area</th>
|
145
|
-
|
146
|
-
<th>Land area</th>
|
147
|
-
</tr>
|
148
|
-
<tr>
|
149
|
-
<th>Denmark</th>
|
150
|
-
<td>43,070</td>
|
151
|
-
<td>42,370</td>
|
152
|
-
</tr>
|
153
|
-
<tr>
|
154
|
-
|
155
|
-
<th>Finland</th>
|
156
|
-
<td>337,030</td>
|
157
|
-
<td>305,470</td>
|
158
|
-
</tr>
|
159
|
-
<tr>
|
160
|
-
<th>Iceland</th>
|
161
|
-
<td>103,000</td>
|
162
|
-
|
163
|
-
<td>100,250</td>
|
164
|
-
</tr>
|
165
|
-
<tr>
|
166
|
-
<th>Norway</th>
|
167
|
-
<td>324,220</td>
|
168
|
-
<td>307,860</td>
|
169
|
-
</tr>
|
170
|
-
|
171
|
-
<tr>
|
172
|
-
<th>Sweden</th>
|
173
|
-
<td>449,964</td>
|
174
|
-
<td>410,928</td>
|
175
|
-
</tr>
|
176
|
-
</table>
|
177
|
-
|
178
|
-
<p>This next bit shows that PREformatted text is working.</p>
|
179
|
-
|
180
|
-
<pre>
|
181
|
-
1
|
182
|
-
2
|
183
|
-
3
|
184
|
-
4
|
185
|
-
5
|
186
|
-
</pre>
|
187
|
-
|
188
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
189
|
-
|
190
|
-
|
191
|
-
</body>
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>YUI Library - Base</title>
|
5
|
+
<link rel="stylesheet" type="text/css" href="../../build/reset/reset.css">
|
6
|
+
<link rel="stylesheet" type="text/css" href="../../build/fonts/fonts.css">
|
7
|
+
<link rel="stylesheet" type="text/css" href="../../build/base/base.css">
|
8
|
+
</head>
|
9
|
+
|
10
|
+
<body>
|
11
|
+
|
12
|
+
<h1>This document shows various HTML elements</h1>
|
13
|
+
|
14
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit Lorem ipsum dolor sit amet, volutpat. </p>
|
15
|
+
<h2>This is 2nd level heading bh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi luptatum zzril delenit Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam no</h2>
|
16
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
17
|
+
<h3>This is 3rd level heading</h3>
|
18
|
+
|
19
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
20
|
+
<h4>This is 4th level heading</h4>
|
21
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
22
|
+
<h5>This is 5th level heading</h5>
|
23
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
24
|
+
<h6>This is 6th level heading</h6>
|
25
|
+
|
26
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
27
|
+
|
28
|
+
<h2>Basic block level elements</h2>
|
29
|
+
|
30
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim zzril delenit Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
31
|
+
|
32
|
+
<address>This holds an address. Block level, but without margin or padding because they're often stacked.</address>
|
33
|
+
|
34
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim zzril delenit Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
35
|
+
|
36
|
+
<div>This is a <code>div</code> element. Lorem ipsum dolor sit amet, elit, sed diam nonummy nibh euismod tincidunt ut consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. (End of <code>div</code>.)</div>
|
37
|
+
|
38
|
+
<blockquote>
|
39
|
+
<p>This is a block quotation containing a <em>single</em> paragraph. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p></blockquote>
|
40
|
+
|
41
|
+
|
42
|
+
<p>The following contains address information about the author, in an <code>address</code>
|
43
|
+
element.</p>
|
44
|
+
|
45
|
+
|
46
|
+
<h2>Lists</h2>
|
47
|
+
|
48
|
+
<p>This is a paragraph before an <strong>unnumbered</strong> list (<code>ul</code>). Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
49
|
+
|
50
|
+
<ul>
|
51
|
+
<li>One.</li>
|
52
|
+
<li>Two.</li>
|
53
|
+
<li>Three. Well, probably this list item should be longer. Note that for short items lists look better if they are compactly presented, whereas for long items, it would be better to have more vertical spacing between items.</li>
|
54
|
+
<li>Four. This is the last item in this list. Let us terminate the list now without making any more fuss about it.</li>
|
55
|
+
</ul>
|
56
|
+
|
57
|
+
<p>This is a paragraph before a <strong>numbered</strong> list (<code>ol</code>). Note that the spacing between a paragraph and a list before or after that is hard to tune in a user style sheet. You can't guess which paragraphs are logically related to a list, e.g. as a "list header".</p>
|
58
|
+
|
59
|
+
<ol>
|
60
|
+
<li>One.</li>
|
61
|
+
<li>Two.</li>
|
62
|
+
<li>Three. Well, probably this list item should be longer. Note that if items are short, lists look better if they are compactly presented, whereas for long items, it would be better to have more vertical spacing between items.</li>
|
63
|
+
<li>Four. This is the last item in this list. Let us terminate the list now without making any more fuss about it.</li>
|
64
|
+
<li>Five</li>
|
65
|
+
<li>Six</li>
|
66
|
+
<li>Seven</li>
|
67
|
+
<li>Eight</li>
|
68
|
+
<li>Nine</li>
|
69
|
+
<li>Ten</li>
|
70
|
+
|
71
|
+
</ol>
|
72
|
+
|
73
|
+
<p>This is a paragraph before a <strong>definition</strong> list (<code>dl</code>). In principle, such a list should consist of <em>terms</em> and associated definitions. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p>
|
74
|
+
<dl>
|
75
|
+
<dt>Apple</dt>
|
76
|
+
<dd>is a fruit.</dd>
|
77
|
+
<dt>Banana</dt>
|
78
|
+
<dd>Is also a fruit.</dd>
|
79
|
+
<dt>Tomato</dt>
|
80
|
+
<dd>Is debatable. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</dd>
|
81
|
+
</dl>
|
82
|
+
|
83
|
+
<h2>Text-level markup</h2>
|
84
|
+
|
85
|
+
|
86
|
+
<ul>
|
87
|
+
<li> <abbr title="Cascading Style Sheets">CSS</abbr> (an abbreviation;
|
88
|
+
<code>abbr</code> markup used)</li>
|
89
|
+
<li> <acronym title="radio detecting and ranging">radar</acronym> (an acronym; <code>acronym</code> markup used)</li>
|
90
|
+
|
91
|
+
<li> <cite>Origin of Species</cite> (a book title; <code>cite</code> markup used)</li>
|
92
|
+
<li> <code>a[i] = b[i] + c[i);</code> (computer code; <code>code</code> markup used)</li>
|
93
|
+
|
94
|
+
<li> an <dfn>octet</dfn> is an entity consisting of eight bits
|
95
|
+
(<code>dfn</code> markup used for the term being defined)</li>
|
96
|
+
<li> this is <em>very</em> simple (<code>em</code> markup used for emphasizing
|
97
|
+
a word)</li>
|
98
|
+
|
99
|
+
<li> type <kbd>yes</kbd> when prompted for an answer (<code>kbd</code> markup
|
100
|
+
used for text indicating keyboard input)</li>
|
101
|
+
<li> <q>Hello!</q> (<code>q</code> markup used for quotation)</li>
|
102
|
+
|
103
|
+
<li> He said: <q>She said <q>Hello!</q></q> (a quotation inside a quotation)</li>
|
104
|
+
<li> you may get the message <samp>Core dumped</samp> at times
|
105
|
+
(<code>samp</code> markup used for sample output)</li>
|
106
|
+
|
107
|
+
<li> <strong>this is highlighted text</strong> (<code>strong</code> markup used)</li>
|
108
|
+
|
109
|
+
<li> <tt>text in monospace font</tt> (<code>tt</code> markup used)</li>
|
110
|
+
|
111
|
+
<li> the command <code>cat</code> <var>filename</var> displays the
|
112
|
+
file specified by the <var>filename</var> (<code>var</code> markup
|
113
|
+
used to indicate a word as a variable).</li>
|
114
|
+
<li> In order to test how subscripts and superscripts (<code>sub</code> and <code>sup</code> markup) work inside running text, we need some dummy text around constructs like x<sub>1</sub> and H<sub>2</sub>O (where subscripts occur). So here is some fill so that you will (hopefully) see whether and how badly the subscripts and superscripts mess up vertical spacing between lines. Now superscripts: M<sup>lle</sup>, 1<sup>st</sup>, and then some mathematical notations: e<sup>x</sup>, sin<sup>2</sup> <i>x</i>, and some nested superscripts (exponents) too: Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </li>
|
115
|
+
|
116
|
+
</ul>
|
117
|
+
|
118
|
+
<p>Some of the elements tested above are typically displayed in a monospace font, often using the <em>same</em> presentation for all of them. This tests whether that is the case on your browser:</p>
|
119
|
+
|
120
|
+
<ul>
|
121
|
+
<li><code>This is sample text inside code markup</code></li>
|
122
|
+
<li><kbd>This is sample text inside kbd markup</kbd></li>
|
123
|
+
<li><samp>This is sample text inside samp markup</samp></li>
|
124
|
+
|
125
|
+
<li><tt>This is sample text inside tt markup</tt></li>
|
126
|
+
</ul>
|
127
|
+
|
128
|
+
<h2>Links</h2>
|
129
|
+
|
130
|
+
<ul>
|
131
|
+
<li><a href="http://developer.yahoo.com/yui">developer.yahoo.com/yui</a></li>
|
132
|
+
<li><a href="http://yuiblog.com">the YUI Blog</a></li>
|
133
|
+
</ul>
|
134
|
+
|
135
|
+
|
136
|
+
<h2>Tables</h2>
|
137
|
+
|
138
|
+
<p>The following table has a caption. The first row and the first column contain table header cells only; other cells are data cells.</p>
|
139
|
+
|
140
|
+
<table summary="each row names a nordic country and specifies its total area and land area, in square kilometers">
|
141
|
+
<caption>Caption: Sample table: Areas of the Nordic countries, in sq km</caption>
|
142
|
+
<tr>
|
143
|
+
<th>Country</th>
|
144
|
+
<th>Total area</th>
|
145
|
+
|
146
|
+
<th>Land area</th>
|
147
|
+
</tr>
|
148
|
+
<tr>
|
149
|
+
<th>Denmark</th>
|
150
|
+
<td>43,070</td>
|
151
|
+
<td>42,370</td>
|
152
|
+
</tr>
|
153
|
+
<tr>
|
154
|
+
|
155
|
+
<th>Finland</th>
|
156
|
+
<td>337,030</td>
|
157
|
+
<td>305,470</td>
|
158
|
+
</tr>
|
159
|
+
<tr>
|
160
|
+
<th>Iceland</th>
|
161
|
+
<td>103,000</td>
|
162
|
+
|
163
|
+
<td>100,250</td>
|
164
|
+
</tr>
|
165
|
+
<tr>
|
166
|
+
<th>Norway</th>
|
167
|
+
<td>324,220</td>
|
168
|
+
<td>307,860</td>
|
169
|
+
</tr>
|
170
|
+
|
171
|
+
<tr>
|
172
|
+
<th>Sweden</th>
|
173
|
+
<td>449,964</td>
|
174
|
+
<td>410,928</td>
|
175
|
+
</tr>
|
176
|
+
</table>
|
177
|
+
|
178
|
+
<p>This next bit shows that PREformatted text is working.</p>
|
179
|
+
|
180
|
+
<pre>
|
181
|
+
1
|
182
|
+
2
|
183
|
+
3
|
184
|
+
4
|
185
|
+
5
|
186
|
+
</pre>
|
187
|
+
|
188
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
189
|
+
|
190
|
+
|
191
|
+
</body>
|
192
192
|
</html>
|
@@ -1,101 +1,101 @@
|
|
1
|
-
<!-- Sample Content to Plugin to Template -->
|
2
|
-
<h1>CSS Basic Elements</h1>
|
3
|
-
|
4
|
-
<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>
|
5
|
-
|
6
|
-
<hr />
|
7
|
-
|
8
|
-
<h1 id="headings">Headings</h1>
|
9
|
-
|
10
|
-
<h1>Heading 1</h1>
|
11
|
-
<h2>Heading 2</h2>
|
12
|
-
<h3>Heading 3</h3>
|
13
|
-
<h4>Heading 4</h4>
|
14
|
-
<h5>Heading 5</h5>
|
15
|
-
<h6>Heading 6</h6>
|
16
|
-
|
17
|
-
<small><a href="#wrapper">[top]</a></small>
|
18
|
-
<hr />
|
19
|
-
|
20
|
-
|
21
|
-
<h1 id="paragraph">Paragraph</h1>
|
22
|
-
|
23
|
-
|
24
|
-
<p>Lorem ipsum dolor sit amet, <a href="#" title="test link">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
|
25
|
-
|
26
|
-
<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
|
27
|
-
|
28
|
-
<small><a href="#wrapper">[top]</a></small>
|
29
|
-
<hr />
|
30
|
-
|
31
|
-
<h1 id="list_types">List Types</h1>
|
32
|
-
|
33
|
-
<h3>Definition List</h3>
|
34
|
-
<dl>
|
35
|
-
<dt>Definition List Title</dt>
|
36
|
-
<dd>This is a definition list division.</dd>
|
37
|
-
</dl>
|
38
|
-
|
39
|
-
<h3>Ordered List</h3>
|
40
|
-
<ol>
|
41
|
-
<li>List Item 1</li>
|
42
|
-
<li>List Item 2</li>
|
43
|
-
<li>List Item 3</li>
|
44
|
-
</ol>
|
45
|
-
|
46
|
-
<h3>Unordered List</h3>
|
47
|
-
<ul>
|
48
|
-
<li>List Item 1</li>
|
49
|
-
<li>List Item 2</li>
|
50
|
-
<li>List Item 3</li>
|
51
|
-
</ul>
|
52
|
-
|
53
|
-
<small><a href="#wrapper">[top]</a></small>
|
54
|
-
<hr />
|
55
|
-
|
56
|
-
<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>
|
57
|
-
|
58
|
-
<fieldset>
|
59
|
-
<legend>Legend</legend>
|
60
|
-
|
61
|
-
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>
|
62
|
-
|
63
|
-
|
64
|
-
</fieldset>
|
65
|
-
|
66
|
-
<small><a href="#wrapper">[top]</a></small>
|
67
|
-
<hr />
|
68
|
-
|
69
|
-
<h1 id="tables">Tables</h1>
|
70
|
-
|
71
|
-
<table cellspacing="0" cellpadding="0">
|
72
|
-
<tr>
|
73
|
-
<th>Table Header 1</th><th>Table Header 2</th><th>Table Header 3</th>
|
74
|
-
</tr>
|
75
|
-
<tr>
|
76
|
-
<td>Division 1</td><td>Division 2</td><td>Division 3</td>
|
77
|
-
</tr>
|
78
|
-
<tr class="even">
|
79
|
-
<td>Division 1</td><td>Division 2</td><td>Division 3</td>
|
80
|
-
</tr>
|
81
|
-
<tr>
|
82
|
-
<td>Division 1</td><td>Division 2</td><td>Division 3</td>
|
83
|
-
</tr>
|
84
|
-
|
85
|
-
</table>
|
86
|
-
|
87
|
-
<small><a href="#wrapper">[top]</a></small>
|
88
|
-
<hr />
|
89
|
-
|
90
|
-
<h1 id="misc">Misc Stuff - abbr, acronym, pre, code, sub, sup, etc.</h1>
|
91
|
-
|
92
|
-
<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>
|
93
|
-
|
94
|
-
<pre><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p></pre>
|
95
|
-
|
96
|
-
<blockquote>
|
97
|
-
"This stylesheet is going to help so freaking much." <br />-Blockquote
|
98
|
-
</blockquote>
|
99
|
-
|
100
|
-
<small><a href="#wrapper">[top]</a></small>
|
1
|
+
<!-- Sample Content to Plugin to Template -->
|
2
|
+
<h1>CSS Basic Elements</h1>
|
3
|
+
|
4
|
+
<p>The purpose of this HTML is to help determine what default settings are with CSS and to make sure that all possible HTML Elements are included in this HTML so as to not miss any possible Elements when designing a site.</p>
|
5
|
+
|
6
|
+
<hr />
|
7
|
+
|
8
|
+
<h1 id="headings">Headings</h1>
|
9
|
+
|
10
|
+
<h1>Heading 1</h1>
|
11
|
+
<h2>Heading 2</h2>
|
12
|
+
<h3>Heading 3</h3>
|
13
|
+
<h4>Heading 4</h4>
|
14
|
+
<h5>Heading 5</h5>
|
15
|
+
<h6>Heading 6</h6>
|
16
|
+
|
17
|
+
<small><a href="#wrapper">[top]</a></small>
|
18
|
+
<hr />
|
19
|
+
|
20
|
+
|
21
|
+
<h1 id="paragraph">Paragraph</h1>
|
22
|
+
|
23
|
+
|
24
|
+
<p>Lorem ipsum dolor sit amet, <a href="#" title="test link">test link</a> adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
|
25
|
+
|
26
|
+
<p>Lorem ipsum dolor sit amet, <em>emphasis</em> consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
|
27
|
+
|
28
|
+
<small><a href="#wrapper">[top]</a></small>
|
29
|
+
<hr />
|
30
|
+
|
31
|
+
<h1 id="list_types">List Types</h1>
|
32
|
+
|
33
|
+
<h3>Definition List</h3>
|
34
|
+
<dl>
|
35
|
+
<dt>Definition List Title</dt>
|
36
|
+
<dd>This is a definition list division.</dd>
|
37
|
+
</dl>
|
38
|
+
|
39
|
+
<h3>Ordered List</h3>
|
40
|
+
<ol>
|
41
|
+
<li>List Item 1</li>
|
42
|
+
<li>List Item 2</li>
|
43
|
+
<li>List Item 3</li>
|
44
|
+
</ol>
|
45
|
+
|
46
|
+
<h3>Unordered List</h3>
|
47
|
+
<ul>
|
48
|
+
<li>List Item 1</li>
|
49
|
+
<li>List Item 2</li>
|
50
|
+
<li>List Item 3</li>
|
51
|
+
</ul>
|
52
|
+
|
53
|
+
<small><a href="#wrapper">[top]</a></small>
|
54
|
+
<hr />
|
55
|
+
|
56
|
+
<h1 id="form_elements">Fieldsets, Legends, and Form Elements</h1>
|
57
|
+
|
58
|
+
<fieldset>
|
59
|
+
<legend>Legend</legend>
|
60
|
+
|
61
|
+
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>
|
62
|
+
|
63
|
+
|
64
|
+
</fieldset>
|
65
|
+
|
66
|
+
<small><a href="#wrapper">[top]</a></small>
|
67
|
+
<hr />
|
68
|
+
|
69
|
+
<h1 id="tables">Tables</h1>
|
70
|
+
|
71
|
+
<table cellspacing="0" cellpadding="0">
|
72
|
+
<tr>
|
73
|
+
<th>Table Header 1</th><th>Table Header 2</th><th>Table Header 3</th>
|
74
|
+
</tr>
|
75
|
+
<tr>
|
76
|
+
<td>Division 1</td><td>Division 2</td><td>Division 3</td>
|
77
|
+
</tr>
|
78
|
+
<tr class="even">
|
79
|
+
<td>Division 1</td><td>Division 2</td><td>Division 3</td>
|
80
|
+
</tr>
|
81
|
+
<tr>
|
82
|
+
<td>Division 1</td><td>Division 2</td><td>Division 3</td>
|
83
|
+
</tr>
|
84
|
+
|
85
|
+
</table>
|
86
|
+
|
87
|
+
<small><a href="#wrapper">[top]</a></small>
|
88
|
+
<hr />
|
89
|
+
|
90
|
+
<h1 id="misc">Misc Stuff - abbr, acronym, pre, code, sub, sup, etc.</h1>
|
91
|
+
|
92
|
+
<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. <cite>cite</cite>. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p>
|
93
|
+
|
94
|
+
<pre><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. <acronym title="National Basketball Association">NBA</acronym> Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <abbr title="Avenue">AVE</abbr></p></pre>
|
95
|
+
|
96
|
+
<blockquote>
|
97
|
+
"This stylesheet is going to help so freaking much." <br />-Blockquote
|
98
|
+
</blockquote>
|
99
|
+
|
100
|
+
<small><a href="#wrapper">[top]</a></small>
|
101
101
|
<!-- End of Sample Content -->
|